- May 21, 2011
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
Gianluigi Tiesi authored
-
- 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 26, 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(). Als 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)’
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 08, 2011
-
-
Benjamin Larsson authored
Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 07, 2011
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 26, 2011
-
-
Diego Elio Pettenò authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 3568853f)
-
- 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
-
- Dec 12, 2009
-
-
Stefano Sabatini authored
shared by the other ff* tools code. Originally committed as revision 20812 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
filters. Currently filters are not registered, so the option will show none. Originally committed as revision 20807 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
-
- Jun 16, 2009
-
-
Stefano Sabatini authored
Originally committed as revision 19209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 06, 2009
-
-
Stefano Sabatini authored
improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 18, 2009
-
-
Stefano Sabatini authored
Originally committed as revision 18037 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
-
- Feb 19, 2009
-
-
Stefano Sabatini authored
Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 18, 2009
-
-
Stefano Sabatini authored
hardcode it in the banner string. Originally committed as revision 16678 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 04, 2008
-
-
Diego Biurrun authored
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 28, 2008
-
-
Michael Niedermayer authored
the other tools as well. Originally committed as revision 15450 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 29, 2008
-
-
Stefano Sabatini authored
to what was previously done with show_version(). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 27, 2008
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-