- Sep 11, 2011
-
-
Anton Khirnov authored
Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
-
- Sep 05, 2011
-
-
Anton Khirnov authored
-
- Sep 04, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This allows options like -target, which are just shortcuts for other options, to work without dummy function for all options they invoke.
-
Anton Khirnov authored
This is the first step to removing the globals plague from avtools.
-
Anton Khirnov authored
This will be useful in the following commit.
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows cmdutils to call each tool's own cleanup function.
-
- Aug 12, 2011
-
-
Anton Khirnov authored
-
- Jul 28, 2011
-
-
Stefano Sabatini authored
Avoid brittle and obfuscating reference to a global. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jul 13, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Split them when codec id is known.
-
- Jun 16, 2011
-
-
Anton Khirnov authored
It stores options in a dictionary to be passed to new open calls. It will replace opt_default once all the pieces are in place.
-
- May 28, 2011
-
-
Stefano Sabatini authored
Make ff* tools only accept opt_* functions taking two arguments. The distinction between functions with one and two arguments is quite pointless. Simplify parse_options() code. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- May 21, 2011
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
- May 19, 2011
-
-
Diego Biurrun authored
inttypes.h is not necessary, just stdint.h is enough. Unconditionally #include avfilter.h in cmdutils.h. It is an installed header with no non-standard external dependencies, so it is safe.
-
- May 10, 2011
-
-
Stefano Sabatini authored
The function was only used in opt_sample_fmt() for listing the sample formats. Move list_fmts() functionality directly into opt_sample_fmt(). Also fix the warning: ffmpeg.c: In function ‘opt_audio_sample_fmt’: ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type cmdutils.h:163: note: expected ‘void (*)(char *, int, int)’ but argument is of type ‘char * (*)(char *, int, enum AVSampleFormat)’ Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- May 03, 2011
-
-
Luca Barbato authored
The patch is the first step to support -dcodec copy
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jan 24, 2011
-
-
Diego Elio Pettenò authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Nov 04, 2010
-
-
Stefano Sabatini authored
from ffmpeg.c and ffserver.c. Originally committed as revision 25679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 18, 2010
-
-
Stefano Sabatini authored
and ffmpeg.c. Originally committed as revision 25520 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 12, 2010
-
-
Stefano Sabatini authored
ffmpeg.c. Replace it with a more generic definition which can be shared. Originally committed as revision 25453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 02, 2010
-
-
Reimar Döffinger authored
between ffmpeg and ffplay and avoids a valgrind error by freeing avformat_opts->key. Originally committed as revision 25309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 29, 2010
-
-
Michael Niedermayer authored
Originally committed as revision 25266 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 28, 2010
-
-
Stefano Sabatini authored
conventions, for consistency with the rest of the documentation. Originally committed as revision 25246 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
Originally committed as revision 25241 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 20, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 25149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 02, 2010
-
-
Diego Biurrun authored
Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 30, 2010
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 07, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 23051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 01, 2010
-
-
Stefano Sabatini authored
the second pass encoding log file. Originally committed as revision 22769 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 30, 2010
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 20, 2010
-
-
Måns Rullgård authored
This option limits the CPU time used by ffmpeg to the number of seconds specified. After this time, the OS sends a SIGXCPU signal, which we handle and attempt to exit cleanly. If the process is stuck, the OS will deliver a SIGKILL one second later, forcibly terminating the process. This functionality is useful in automated setups where a runaway ffmpeg process would otherwise go undetected. Originally committed as revision 21347 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 21, 2009
-
-
Stefano Sabatini authored
formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
-