summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* Open 2-pass logfile in binary mode for both reading and writing.Reinhard Tartler2010-05-23
* Fix build with swscale disabledReinhard Tartler2010-05-19
* Reindent after the last commit.Reinhard Tartler2010-05-19
* Simplify print_error(), directly use av_strerror()/strerror() forReinhard Tartler2010-05-19
* Make print_error() use strerror() in case av_strerror() fails.Reinhard Tartler2010-05-19
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-16
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-01
* Issue a more general message when the function which sets an optionStefano Sabatini2010-03-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use av_strerror() in print_error().Stefano Sabatini2010-03-26
* Remove printing of frame sizes and frame rate abbreviations fromStefano Sabatini2010-03-17
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-07
* Make opt_default() look for options in sws_opts only if sws_opts isStefano Sabatini2010-03-06
* Make opt_default() print an error message and exit if the optionStefano Sabatini2010-02-22
* FFmpeg is a collective effort so allowing a single name in a banner isStefano Sabatini2010-02-18
* Extend show_pix_fmts(), make it show input/output support forStefano Sabatini2010-02-10
* Check for setrlimit()Måns Rullgård2010-02-09
* Make parse_options() explicitely handle the case where an opt_func2Stefano Sabatini2010-02-07
* Declare variable "version" in the PRINT_LIB_VERSION() macro if block,Stefano Sabatini2010-01-27
* Prettify PRINT_LIB_VERSION macroMåns Rullgård2010-01-27
* Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård2010-01-27
* Print config of each lib if different from that of ffmpeg/ffplay/ffserverMåns Rullgård2010-01-25
* Add -timelimit optionMåns Rullgård2010-01-20
* Update this_year value.Stefano Sabatini2010-01-01
* Mark conditionally used variable as av_unused, fixes the warning:Diego Biurrun2009-12-28
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-21
* Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini2009-12-14
* Only list libavfilter filters if libavfilter has been enabled duringStefano Sabatini2009-12-12
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-12
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-12
* Make show_protocols() print one protocol per line.Stefano Sabatini2009-11-21
* Split show_formats().Michael Niedermayer2009-11-19
* Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini2009-11-18
* Improve compiler information code to print to the console on program startup.Diego Biurrun2009-09-22
* Print compiler version and build date before configuration in console output.Diego Biurrun2009-09-22
* Document the output of ffmpeg -formats.William R. Zwicky2009-08-09
* Handle noX for OPT_BOOL X.Benoit Fouet2009-08-03
* Remove superfluous const.Carl Eugen Hoyos2009-06-27
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-16
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-05
* Factorize initial "printf(" and ");" in show_license().Stefano Sabatini2009-05-25
* Implement read_yesno().Stefano Sabatini2009-03-18
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-03
* Remove old scaler.Michael Niedermayer2009-03-03
* Revert part of r16593.Ramiro Polla2009-02-05
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-18
* Remove pointless #if around header #includes.Diego Biurrun2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Bump year number.Stefano Sabatini2009-01-02
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-19