summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove superfluous const.Carl Eugen Hoyos2009-06-271-1/+1
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-161-0/+35
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-051-0/+28
* Factorize initial "printf(" and ");" in show_license().Stefano Sabatini2009-05-251-6/+2
* 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
OpenPOWER on IntegriCloud