- Dec 28, 2009
-
-
Stefano Sabatini authored
This is safer since avcodec_open() may initialize some structure using the thread_count default value which will be changed later, causing potential security / stability issues. Also do not explicitely set the thread_count value in the decoder, since this is already done by avcodec_thread_init(). See the thread: "[FFmpeg-devel] [PATCH] Make ffplay define in the encoder the number of threads *before* to open it", started in date 2008-03-08. Originally committed as revision 20954 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 21, 2009
-
-
Ramiro Polla authored
Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 13, 2009
-
-
Michael Niedermayer authored
Without this random changes to the header inclusion can trigger linking failures, and these are not even picked up in some environments (some fate machines didnt catch it). Originally committed as revision 20833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This safes the users time to find out which of -h --help -? works. Originally committed as revision 20822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 29, 2009
-
-
Stefano Sabatini authored
Originally committed as revision 20664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 19, 2009
-
-
Michael Niedermayer authored
Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 11, 2009
-
-
Diego Biurrun authored
Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 02, 2009
-
-
Stefano Sabatini authored
the loglevel command line option. Make the loglevel option help message more clear, since the option argument is shown as a single token, and make the whole message better aligned with the other help messages. Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 26, 2009
-
-
Stefano Sabatini authored
The -loglevel option makes possible to set the logging level used by the libav* libraries. Originally committed as revision 20027 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 12, 2009
-
-
Peter Ross authored
Originally committed as revision 19632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 07, 2009
-
-
Diego Biurrun authored
Originally committed as revision 19606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 04, 2009
-
-
Benoit Fouet authored
To disable stats, use -nostats option. Originally committed as revision 19581 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 30, 2009
-
-
Baptiste Coudurier authored
like mov can play nicely. Originally committed as revision 19554 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Change -stats cli option to take int, so stats can be disabled. Originally committed as revision 19552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 14, 2009
-
-
Diego Biurrun authored
Nothing from the header was used and it caused trouble on Windows CE. Originally committed as revision 19430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 23, 2009
-
-
Stefano Sabatini authored
in libavcodec/colorspace.h. Originally committed as revision 18922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 22, 2009
-
-
Baptiste Coudurier authored
Originally committed as revision 18902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 16, 2009
-
-
Martin Storsjö authored
Patch by Martin Storsjö, martin martin st Originally committed as revision 18854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Patch by Martin Storsjö, martin martin st Originally committed as revision 18853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 28, 2009
-
-
Michael Niedermayer authored
Fixes issue1005. Originally committed as revision 18710 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 19, 2009
-
-
Michael Niedermayer authored
Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Fixes memleak and should fix issue791. Originally committed as revision 18629 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 18625 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This should fix a regression. Originally committed as revision 18624 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 10, 2009
-
-
Thilo Borgmann authored
Patch by Thilo Borgmann thilo.borgmann * googlemail ! com. Originally committed as revision 18414 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 23, 2009
-
-
avcoder authored
Patch by avcoder: gmail(ffmpeg) Originally committed as revision 18171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 14, 2009
-
-
Michael Niedermayer authored
Originally committed as revision 17958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 03, 2009
-
-
Stefano Sabatini authored
The new name is more meaningful and consistent with avformat_opts and sws_opts. Originally committed as revision 17789 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 01, 2009
-
-
Stefano Sabatini authored
Originally committed as revision 17694 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
stream selection. Make the counting starts from 0, and disable the corresponding playbck when the selected stream number is negative. See the thread: " [FFmpeg-devel] [PATCH] Add documentation for -ast, -vst, -sst". Originally committed as revision 17693 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 17692 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
rather than the subtitle stream N-1 when N is not zero. Originally committed as revision 17691 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 17684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 21, 2009
-
-
Aurelien Jacobs authored
fix issue806 Originally committed as revision 17476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 19, 2009
-
-
Peter Ross authored
Originally committed as revision 17458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 18, 2009
-
-
Tomer Barletz authored
Patch by Tomer Barletz: barletz gmail Originally committed as revision 17434 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benoit Fouet authored
Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tomer Barletz authored
Adapted from a patch by Tomer Barletz: surname chez gmail Originally committed as revision 17432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-