Panagiotis Issaris [Fri, 15 Sep 2006 17:38:43 +0000 (17:38 +0000)]
Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. This
requires some modifications to the manpage, as now the unit of -b is bits/sec
not kbits/sec.
Originally committed as revision 6261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 15 Sep 2006 13:53:26 +0000 (13:53 +0000)]
Fix Indel --> Intel typo.
Originally committed as revision 6260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Benjamin [Fri, 15 Sep 2006 11:17:41 +0000 (11:17 +0000)]
Add support for 8-bit grayscale to V4L grabber
patch by Michael Benjamin % neuroptik AH gmail.com %
Original thread:
Date: Aug 24, 2006 5:40 PM
Subject: [Ffmpeg-devel] V4L grab.c patch for Grayscale
Originally committed as revision 6259 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 15 Sep 2006 11:15:55 +0000 (11:15 +0000)]
Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of
-b of ffmpeg is bits/sec not kbits/sec, as already was the case for the
AVOption. "k" and "M" suffixes are available though.
Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 15 Sep 2006 10:57:20 +0000 (10:57 +0000)]
Rename the AVOption's names to the shorter OptionDef names.
Originally committed as revision 6257 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 15 Sep 2006 10:28:23 +0000 (10:28 +0000)]
remove unused, uninitialized free format frame size
Originally committed as revision 6256 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philippe De Muyter [Fri, 15 Sep 2006 09:42:51 +0000 (09:42 +0000)]
add support for grayscale rawvideo avi
patch by Philippe De Muyter %phdm A macqel P be%
Original thread:
Date: Sep 15, 2006 10:18 AM
Subject: [Ffmpeg-devel] [PATCH] ffmpeg does not recognize his own grayscale rawvideo avi's
Originally committed as revision 6255 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Fri, 15 Sep 2006 00:36:49 +0000 (00:36 +0000)]
asm implementation of mid_pred.
20% faster huffyuv decoding, 4% faster ffv1.
Originally committed as revision 6254 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 14 Sep 2006 22:13:23 +0000 (22:13 +0000)]
disable vp3 mmx idct for theora files to avoid artifacts
(see theora-a4_v6-k250-s0_2.ogg)
Originally committed as revision 6253 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 14 Sep 2006 14:02:32 +0000 (14:02 +0000)]
Synchronize the defaults specified in the AVOptions[] array to the defaults
specified in the ffmpeg.c global static variabels. This preserves the current
behavior.
Originally committed as revision 6252 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 14 Sep 2006 13:51:54 +0000 (13:51 +0000)]
Make OFFSET() reuse offsetof
Originally committed as revision 6251 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 14 Sep 2006 12:04:07 +0000 (12:04 +0000)]
Remove a redundant memset from libavformat.
Originally committed as revision 6250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 14 Sep 2006 11:23:41 +0000 (11:23 +0000)]
Allow parameter values (AVOptions) to use the 'k', 'M', 'G'
and 'B' postfixes.
Originally committed as revision 6249 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 14 Sep 2006 00:38:03 +0000 (00:38 +0000)]
Remove the LGPL exception clause as discussed on ffmpeg-devel
and move the dependent code under CONFIG_GPL.
Originally committed as revision 6248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Wed, 13 Sep 2006 22:04:40 +0000 (22:04 +0000)]
Fix vhook build on Cygwin, shared builds only.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
Siarhei Siamashka [Wed, 13 Sep 2006 21:39:41 +0000 (21:39 +0000)]
Proper armv5te instructions support detection.
patch by Siarhei Siamashka, siarhei dot siamashka gmail com
Originally committed as revision 6246 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 13 Sep 2006 20:16:33 +0000 (20:16 +0000)]
replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)
but this time ensure proper alignment using av_malloc instead of av_realloc
Originally committed as revision 6245 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Wed, 13 Sep 2006 09:28:48 +0000 (09:28 +0000)]
corrects the type of the AVOption parameter "bugs", patch by Takis
Original thread:
Date: Sep 11, 2006 1:43 PM
Subject: [Ffmpeg-devel] [PATCH] Wrong AVOption type
Originally committed as revision 6244 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Wed, 13 Sep 2006 09:03:13 +0000 (09:03 +0000)]
adds descriptions to the libavcodec AVOptions array, taken from the
OptionDef options[] array.
Patch by Takis,
Original thread:
Date: Sep 11, 2006 3:39 PM
Subject: [Ffmpeg-devel] [PATCH] AVOptions description sync
Originally committed as revision 6243 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 12 Sep 2006 23:13:22 +0000 (23:13 +0000)]
ffmpeg, ffplay, ffserver need version.h
Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 12 Sep 2006 20:58:17 +0000 (20:58 +0000)]
Enables back the mmx/sse optimized version of the vp3 idct.
It generates different md5sum than the reference C implementation,
but no visual difference, so enabled only when bitexact is not set.
Originally committed as revision 6241 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 12 Sep 2006 14:16:48 +0000 (14:16 +0000)]
10l typo
Originally committed as revision 6240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 12 Sep 2006 10:50:32 +0000 (10:50 +0000)]
Remove superfluous ifeq.
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 12 Sep 2006 10:33:27 +0000 (10:33 +0000)]
Fix 'make depend' for libpostproc.
Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 12 Sep 2006 04:35:11 +0000 (04:35 +0000)]
Swap back and forward motion vectors to achieve correct picture
Originally committed as revision 6237 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 12 Sep 2006 04:29:37 +0000 (04:29 +0000)]
Set motion vectors used in B-frames to zero by default
Originally committed as revision 6236 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 12 Sep 2006 04:19:07 +0000 (04:19 +0000)]
Use h264_chroma funcs in B-frames MC too
Originally committed as revision 6235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 12 Sep 2006 04:16:28 +0000 (04:16 +0000)]
Fix edge emulation for bicubic MC in B frames
Originally committed as revision 6234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 12 Sep 2006 04:13:00 +0000 (04:13 +0000)]
2989l: Set avctx->has_b_frames value in header and don't change it
Originally committed as revision 6233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 12 Sep 2006 00:06:44 +0000 (00:06 +0000)]
add a VP6F fourcc for apps which rely on fourcc
Originally committed as revision 6232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 11 Sep 2006 23:29:24 +0000 (23:29 +0000)]
don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)
Originally committed as revision 6231 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 11 Sep 2006 22:05:43 +0000 (22:05 +0000)]
workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though
Originally committed as revision 6230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sun, 10 Sep 2006 22:48:16 +0000 (22:48 +0000)]
Remove nonexistent option -hq from the documentation.
patch by Panagiotis Issaris, takis.issaris uhasselt be
Originally committed as revision 6229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Siarhei Siamashka [Sun, 10 Sep 2006 22:29:02 +0000 (22:29 +0000)]
armv5 optimizations
patch by Siarhei Siamashka siarhei.siamashka at gmail com
Originally committed as revision 6228 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sun, 10 Sep 2006 21:51:08 +0000 (21:51 +0000)]
Use and set sane AVOption defaults
Patch by Takis
Original thread:
Date: Sep 8, 2006 3:26 PM
Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults
Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sun, 10 Sep 2006 20:46:20 +0000 (20:46 +0000)]
adds doxygen docs to av_opt_set_defaults. Patch by Takis
Originally committed as revision 6226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Sun, 10 Sep 2006 20:31:58 +0000 (20:31 +0000)]
allow ffmpeg to read mp3s beginning with partial frames
Patch by Andreas Oman andreas A olebyn P nu
Original thread:
Date: Sep 10, 2006 7:26 AM
Subject: Re: [Ffmpeg-devel] [PATCH] allow ffmpeg to read mp3s beginning with partial frames
Originally committed as revision 6225 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sun, 10 Sep 2006 20:21:40 +0000 (20:21 +0000)]
make AVOptions default value field work.
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be %
Original thread:
Date: Sep 8, 2006 3:22 PM
Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value
Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 10 Sep 2006 18:16:19 +0000 (18:16 +0000)]
Remove unused variable.
Originally committed as revision 6223 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gustavo Sverzut Barbieri [Sun, 10 Sep 2006 17:54:14 +0000 (17:54 +0000)]
fprintf/perror --> av_log
patch by Gustavo Sverzut Barbieri, barbieri gmail com
Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 10 Sep 2006 15:36:53 +0000 (15:36 +0000)]
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 10 Sep 2006 14:13:19 +0000 (14:13 +0000)]
add our -L flags before any other linker flags
Originally committed as revision 6220 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 10 Sep 2006 14:02:42 +0000 (14:02 +0000)]
Add official LGPL license headers to the files that were missing them.
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 10 Sep 2006 04:24:53 +0000 (04:24 +0000)]
Disable B-frames decoding until they produce correct picture
Originally committed as revision 6218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 9 Sep 2006 22:53:44 +0000 (22:53 +0000)]
rename vector to vect to avoid clash with Apple gcc
Originally committed as revision 6217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 9 Sep 2006 22:04:43 +0000 (22:04 +0000)]
Add proper GPL headers.
Originally committed as revision 6216 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 9 Sep 2006 21:10:26 +0000 (21:10 +0000)]
Add proper GPL headers.
Originally committed as revision 19772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 9 Sep 2006 21:09:37 +0000 (21:09 +0000)]
Replace informal GPL notice by official header.
Originally committed as revision 6215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 9 Sep 2006 17:28:53 +0000 (17:28 +0000)]
fix out of tree builds
Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 9 Sep 2006 17:19:37 +0000 (17:19 +0000)]
VP5 and VP6 video decoder
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 9 Sep 2006 11:40:41 +0000 (11:40 +0000)]
Drop unneeded checks before av_free() and change to av_freep() where it's more suitable.
Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 9 Sep 2006 11:32:36 +0000 (11:32 +0000)]
Support for BI-frames in Advanced Profile
Originally committed as revision 6211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 9 Sep 2006 11:29:17 +0000 (11:29 +0000)]
Don't print header bits by default
Originally committed as revision 6210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 9 Sep 2006 11:28:02 +0000 (11:28 +0000)]
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
as it's always true and reindent code inside by the way.
Originally committed as revision 6209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 9 Sep 2006 11:23:44 +0000 (11:23 +0000)]
[Cosmetics] Remove some done TODOs/FIXMEs from comments
Originally committed as revision 6208 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 9 Sep 2006 11:21:56 +0000 (11:21 +0000)]
Proper support for B/BI frames
Originally committed as revision 6207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 9 Sep 2006 08:57:55 +0000 (08:57 +0000)]
AVPROBE_SCORE_MAX doc
Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sat, 9 Sep 2006 08:49:28 +0000 (08:49 +0000)]
undefines a few temporary defines which were not undefined after their usage.
Patch by Panagiotis Issaris
Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 8 Sep 2006 19:36:21 +0000 (19:36 +0000)]
Add -lav* to the front of LDFLAGS, fixes linking on Linux.
patch by Panagiotis Issaris, takis.issaris uhasselt be
Originally committed as revision 6204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 8 Sep 2006 18:28:58 +0000 (18:28 +0000)]
FFLIBS --> EXTRALIBS
Originally committed as revision 6203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 8 Sep 2006 18:17:50 +0000 (18:17 +0000)]
Remove pointless variable indirection.
Originally committed as revision 6202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 8 Sep 2006 18:17:08 +0000 (18:17 +0000)]
simplify
Originally committed as revision 6201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 8 Sep 2006 18:06:22 +0000 (18:06 +0000)]
FFLIBDIRS --> LDFLAGS
Originally committed as revision 6200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 8 Sep 2006 17:24:48 +0000 (17:24 +0000)]
Remove empty variable declaration.
Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 8 Sep 2006 17:18:46 +0000 (17:18 +0000)]
Add -g to LDFLAGS instead of adding it to the command line.
Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 8 Sep 2006 14:21:57 +0000 (14:21 +0000)]
enables AVOption for muxing.
Patch by Takis
Original thread:
Date: Sep 8, 2006 10:58 AM
Subject: [Ffmpeg-devel] [PATCH] Enable AVOption for muxers
Originally committed as revision 6197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 8 Sep 2006 12:28:28 +0000 (12:28 +0000)]
enable setting the year and track number using AVOption
Patch by Takis
Original thread:
Date: Sep 6, 2006 5:43 PM
Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag
support
Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 8 Sep 2006 12:12:38 +0000 (12:12 +0000)]
makes avformat_get_context_defaults() static
when the next compatibility breaking change occurs, as suggested by
Michael Niedermayer here:
http://article.gmane.org/gmane.comp.video.ffmpeg.devel/36377
Patch by Takis
Original thread:
Date: Sep 8, 2006 11:19 AM
Subject: [Ffmpeg-devel] [PATCH] Make avformat_get_context_defaults static
Originally committed as revision 6195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 8 Sep 2006 08:27:51 +0000 (08:27 +0000)]
print more correct error messges
Originally committed as revision 6194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Sep 2006 23:06:14 +0000 (23:06 +0000)]
LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.
Originally committed as revision 6193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 7 Sep 2006 23:04:26 +0000 (23:04 +0000)]
Move required libs after the object file for the shared lib compilation.
Fixes Cygwin build as reported by Victor Paesa.
Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 7 Sep 2006 20:19:37 +0000 (20:19 +0000)]
fix sound of SampleVideo.mov (mp2 in mov)
Originally committed as revision 6191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Sep 2006 16:35:22 +0000 (16:35 +0000)]
Allow to get the the track number in the IPRT (part) tag in AVI.
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be %
Original thread:
Date: Sep 6, 2006 6:00 PM
Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI
Originally committed as revision 6190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Sep 2006 16:33:24 +0000 (16:33 +0000)]
Allow to store the the track number though the IPRT (part) tag in AVI.
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be%
Original thread:
Date: Sep 6, 2006 6:00 PM
Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI
Originally committed as revision 6189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Sep 2006 13:42:36 +0000 (13:42 +0000)]
Remove unused defines, patch by takis P issaris A uhasselt P be
Original thread:
Re: [Ffmpeg-devel] [PATCH] Remove unused internal macros
Sep 7 2006, 14:05
Originally committed as revision 6188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Sep 2006 08:27:05 +0000 (08:27 +0000)]
adds support for setting that album tag.
Patch by takis P issaris A uhasselt P be
Original thread:
[PATCH] Allow setting album tag
Date: Sept 06 2006 16:39
Originally committed as revision 6187 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 7 Sep 2006 08:09:15 +0000 (08:09 +0000)]
Better tag support:
- Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre.
- Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer.
Patch by takis P issaris A uhasselt P be
Original thread:
[Ffmpeg-devel] [PATCH] Better tag support
Date: 09/06/06 16:58
Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 7 Sep 2006 04:08:34 +0000 (04:08 +0000)]
Handle the rest of known blocks (by skipping them)
Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 7 Sep 2006 04:05:04 +0000 (04:05 +0000)]
Tests for overreading input data
Originally committed as revision 6184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 7 Sep 2006 04:01:42 +0000 (04:01 +0000)]
Cursor drawing support
Originally committed as revision 6183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gustavo Sverzut Barbieri [Thu, 7 Sep 2006 00:06:48 +0000 (00:06 +0000)]
Introduce a mechanism to add object-specific linker flags.
patch by Gustavo Sverzut Barbieri, barbieri gmail com
Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 6 Sep 2006 10:24:19 +0000 (10:24 +0000)]
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
Originally committed as revision 19709 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Wed, 6 Sep 2006 10:17:28 +0000 (10:17 +0000)]
Switch license from GPL to LGPL. The original author agreed to this as
stated in the commit message adding this file.
Originally committed as revision 6181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Javier Garcia [Wed, 6 Sep 2006 09:00:11 +0000 (09:00 +0000)]
Allow RGB Raw encoding
Patch by Javier garcia % garcofra A hotmail P com %
Original thread:
Date: Aug 30, 2006 1:49 PM
Subject: [Ffmpeg-devel] [PATCH] RGB Raw ecoding
Originally committed as revision 6180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Tue, 5 Sep 2006 23:15:50 +0000 (23:15 +0000)]
Fall back on grepping for the revision number if no svn client is installed.
patch by Michel Bardiaux, mbardiaux mediaxim be
Originally committed as revision 6179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alan Curry [Tue, 5 Sep 2006 21:17:30 +0000 (21:17 +0000)]
Fix buffer handling for stereo mace files, fixes some random sig11
Patch by Alan Curry !<! pacman !@! TheWorld !.! com !>!
Originally committed as revision 6178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 5 Sep 2006 19:23:32 +0000 (19:23 +0000)]
ignore index parameter to ignore the ODML index in avi
Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Corey Hickey [Tue, 5 Sep 2006 15:46:06 +0000 (15:46 +0000)]
second pass encoding changes:
- warn rather than fail when specified bitrate need not be used
- fail with a useful message when specified bitrate is too low
- print potentially useful information if verbose
patch based mostly on suggestions from Michael Niedermayer and Loren Merritt
Originally committed as revision 6176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 5 Sep 2006 13:50:36 +0000 (13:50 +0000)]
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.
Clean up the outdated URLs in the header.
Originally committed as revision 6175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 5 Sep 2006 11:43:04 +0000 (11:43 +0000)]
MONster is no longuer shipped with CHUD, as it's been superseeded by Shark
Originally committed as revision 6174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 5 Sep 2006 07:31:53 +0000 (07:31 +0000)]
Try to handle all chunks, previous scheme was not correct.
Originally committed as revision 6173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 5 Sep 2006 07:29:26 +0000 (07:29 +0000)]
Handle raw blocks correctly (both updating pointer and storing to memory)
Originally committed as revision 6172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 5 Sep 2006 04:37:14 +0000 (04:37 +0000)]
VMware Video decoder (fourcc: VMnc)
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 4 Sep 2006 21:11:54 +0000 (21:11 +0000)]
seems the output of that code is never used
Originally committed as revision 6170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 4 Sep 2006 17:25:38 +0000 (17:25 +0000)]
inline align_get_bits()
Originally committed as revision 6169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Corey Hickey [Mon, 4 Sep 2006 17:08:20 +0000 (17:08 +0000)]
error message spelling typo
Originally committed as revision 6168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 4 Sep 2006 14:22:44 +0000 (14:22 +0000)]
move track timescale/sampleDuration init to write_header and return error if not set
Originally committed as revision 6167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Mon, 4 Sep 2006 09:57:47 +0000 (09:57 +0000)]
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be %
Original thread:
Date: Aug 30, 2006 4:54 PM
Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences
Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Mon, 4 Sep 2006 09:38:24 +0000 (09:38 +0000)]
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
Patch by Victor Paesa <wzrlpy@arsystel.com>
Original thread:
Date: Aug 31, 2006 7:15 PM
Subject: [Ffmpeg-devel] [PATCH] Add sws_getCachedContext() to swscale library
Originally committed as revision 19667 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Mon, 4 Sep 2006 09:37:28 +0000 (09:37 +0000)]
Exchange informal GPL notice by official license header.
Originally committed as revision 6165 to svn://svn.ffmpeg.org/ffmpeg/trunk