History | View | Annotate | Download (4.31 KB)
Simplify show_banner() so that it does not require arguments, similarto 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
Update documentation of show_version() to account for latest changes.patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move show_formats() to cmdutils.c.Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13236 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not pass program_name as argument to show_version(), this allows somefuture simplifications.
Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
OPT_EXIT
Originally committed as revision 13231 to svn://svn.ffmpeg.org/ffmpeg/trunk
TypoPatch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Export parse_time_or_die from ffmpeg.c to cmdutils.c
Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Improve wording/grammar of Doxygen comments.
Originally committed as revision 12215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Export and document in cmdutils.h the function parse_number_or_die().Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use filename as multiple inclusion guard.
Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement common show version and banner.Patch by Stefano Sabatini [stefano sabatini-lala poste it]
Originally committed as revision 10600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Identifiers starting with underscores are reserved.
Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement the cmdutils.c show_license function.patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it]
Originally committed as revision 10149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make cmdutils.c:parse_options accept as argument a function to parsebare command line parameters.patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
add OPT_INT64 option
Originally committed as revision 8554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add missing license headers.
Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
AVOption API improvmentssupport AVOptions for encoding in ffmpeg.c
Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
subtitle option
Originally committed as revision 4350 to svn://svn.ffmpeg.org/ffmpeg/trunk
1000l (copy & paste)
Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk
OPT_FLOAT
Originally committed as revision 3601 to svn://svn.ffmpeg.org/ffmpeg/trunk
OPT_INT
Originally committed as revision 3092 to svn://svn.ffmpeg.org/ffmpeg/trunk
more sections in help - copyright fixes
Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
added ffplay utility
Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk