summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* All else being equal, prefer PTS over DTS in timestamp correctionAlexander Strange2010-09-281-1/+1
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-281-0/+27
* Add more missing checks in opt_default(), prevent a crash ifStefano Sabatini2010-09-251-1/+1
* Add missing existence checks in opt_default().Stefano Sabatini2010-09-241-2/+2
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-201-0/+5
* Extend show_protocols() to make it print information about input,Stefano Sabatini2010-07-291-2/+11
* Factorize indent definition in PRINT_LIB_INFO().Stefano Sabatini2010-07-221-3/+4
* Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO().Stefano Sabatini2010-07-221-26/+17
* Rename:Stefano Sabatini2010-07-221-12/+12
* Reindent.Stefano Sabatini2010-07-221-7/+7
* Increase flexibility of PRINT_LIB_VERSION(), make it accept a flagsStefano Sabatini2010-07-221-14/+19
* Add libavcore.Stefano Sabatini2010-07-211-0/+3
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-091-1/+2
* Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla2010-05-221-1/+1
* Fix build with swscale disabledMåns Rullgård2010-05-091-0/+5
* Reindent after the last commit.Stefano Sabatini2010-05-051-3/+3
* Simplify print_error(), directly use av_strerror()/strerror() forStefano Sabatini2010-05-051-8/+0
* Make print_error() use strerror() in case av_strerror() fails.Stefano Sabatini2010-05-051-2/+4
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-161-1/+1
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-011-0/+24
* Issue a more general message when the function which sets an optionStefano Sabatini2010-03-301-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-8/+8
* Use av_strerror() in print_error().Stefano Sabatini2010-03-261-26/+4
* Remove printing of frame sizes and frame rate abbreviations fromStefano Sabatini2010-03-171-3/+0
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-071-2/+0
* Make opt_default() look for options in sws_opts only if sws_opts isStefano Sabatini2010-03-061-1/+1
* Make opt_default() print an error message and exit if the optionStefano Sabatini2010-02-221-2/+4
* FFmpeg is a collective effort so allowing a single name in a banner isStefano Sabatini2010-02-181-1/+1
* Extend show_pix_fmts(), make it show input/output support forStefano Sabatini2010-02-101-1/+25
* Check for setrlimit()Måns Rullgård2010-02-091-1/+1
* Make parse_options() explicitely handle the case where an opt_func2Stefano Sabatini2010-02-071-2/+4
* Declare variable "version" in the PRINT_LIB_VERSION() macro if block,Stefano Sabatini2010-01-271-2/+1
* Prettify PRINT_LIB_VERSION macroMåns Rullgård2010-01-271-6/+9
* Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård2010-01-271-16/+15
* Print config of each lib if different from that of ffmpeg/ffplay/ffserverMåns Rullgård2010-01-251-0/+24
* Add -timelimit optionMåns Rullgård2010-01-201-0/+16
* Update this_year value.Stefano Sabatini2010-01-011-1/+1
* Mark conditionally used variable as av_unused, fixes the warning:Diego Biurrun2009-12-281-1/+1
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-211-0/+5
* Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini2009-12-141-7/+8
* Only list libavfilter filters if libavfilter has been enabled duringStefano Sabatini2009-12-121-0/+2
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-121-0/+10
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-121-0/+9
* Make show_protocols() print one protocol per line.Stefano Sabatini2009-11-211-1/+1
* Split show_formats().Michael Niedermayer2009-11-191-11/+21
* Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini2009-11-181-1/+1
* Improve compiler information code to print to the console on program startup.Diego Biurrun2009-09-221-6/+2
* Print compiler version and build date before configuration in console output.Diego Biurrun2009-09-221-2/+2
* Document the output of ffmpeg -formats.William R. Zwicky2009-08-091-2/+16
* Handle noX for OPT_BOOL X.Benoit Fouet2009-08-031-1/+9
OpenPOWER on IntegriCloud