summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Implement read_yesno().Stefano Sabatini2009-03-181-0/+11
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-031-9/+9
* Remove old scaler.Michael Niedermayer2009-03-031-2/+0
* Revert part of r16593.Ramiro Polla2009-02-051-0/+2
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-181-2/+4
* Remove pointless #if around header #includes.Diego Biurrun2009-01-141-6/+0
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-8/+8
* Bump year number.Stefano Sabatini2009-01-021-1/+1
* Remove calls to deprecated av_set_string2() with calls toStefano Sabatini2008-12-191-1/+1
* Fix weird indent.Stefano Sabatini2008-12-181-4/+4
* Fix opt_default(), making it exit immediately in case of an invalidStefano Sabatini2008-12-171-7/+12
* Include headers for optional libraries only when enabled.Diego Pettenò2008-10-221-0/+8
* Use CONFIG_* macros in cmdutils.c for consistency.Diego Pettenò2008-10-161-3/+3
* Mark print_all_lib_versions() static in cmdutils.c . Patch by Diego PettenòDiego Pettenò2008-10-041-1/+1
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-281-0/+55
* Make show_banner()/show_version() print the libpostproc versionStefano Sabatini2008-09-011-0/+4
* Cosmetics: vertical align in print_all_lib_versions().Stefano Sabatini2008-08-291-3/+3
* Make show_version()/show_banner() print the libswscale versions ifStefano Sabatini2008-08-291-0/+4
* Make show_banner() and show_version() print both the compile-time and theStefano Sabatini2008-08-131-13/+20
* Replace call to deprecated avcodec_build() with avcodec_version().Diego Biurrun2008-08-031-1/+1
* Print the program_name rather than always "FFmpeg" when showing theStefano Sabatini2008-07-091-10/+13
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-291-1/+1
* Move show_formats() to cmdutils.c.Stefano Sabatini2008-05-221-0/+123
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-211-1/+1
* OPT_EXITMichael Niedermayer2008-05-211-0/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-5/+5
* Compile network-related code conditionally.Ramiro Polla2008-05-081-0/+4
* Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato2008-04-031-0/+4
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-311-0/+11
* typo: occured --> occurredDiego Biurrun2008-03-221-2/+2
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-151-1/+1
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-011-1/+1
* Print libavfilter version if it is enabled in configureVitor Sessak2008-02-271-0/+4
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-251-3/+4
* parse_number_or_die()Michael Niedermayer2008-02-211-0/+18
* Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun2008-01-301-1/+6
* Print libavdevice version.Michael Niedermayer2008-01-101-3/+6
* Update show_banner date.Benoit Fouet2008-01-021-1/+1
* cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly includingRonald S. Bultje2007-09-291-0/+1
* Implement common show version and banner.Stefano Sabatini2007-09-271-0/+26
* Implement the cmdutils.c show_license function.Stefano Sabatini2007-08-201-0/+37
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-131-2/+4
* Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-021-0/+4
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-3/+4
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
* Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun2007-06-091-2/+0
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-101-0/+3
OpenPOWER on IntegriCloud