]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - cmdutils.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / cmdutils.c
2009-03-18 stefanoImplement read_yesno().
2009-03-03 stefanoRename avctx_opts to avcodec_opts.
2009-03-03 michaelRemove old scaler.
2009-02-05 ramiroRevert part of r16593.
2009-01-18 stefanoImplement a var for containing the current year number...
2009-01-14 diegoRemove pointless #if around header #includes.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-02 stefanoBump year number.
2008-12-19 stefanoRemove calls to deprecated av_set_string2() with calls to
2008-12-18 stefanoFix weird indent.
2008-12-17 stefanoFix opt_default(), making it exit immediately in case...
2008-10-22 flameeyesInclude headers for optional libraries only when enabled.
2008-10-16 flameeyesUse CONFIG_* macros in cmdutils.c for consistency.
2008-10-04 lu_zeroMark print_all_lib_versions() static in cmdutils.c...
2008-09-28 michaelMove opt_default() and set_context_opts() to cmdutils...
2008-09-01 stefanoMake show_banner()/show_version() print the libpostproc...
2008-08-29 stefanoCosmetics: vertical align in print_all_lib_versions().
2008-08-29 stefanoMake show_version()/show_banner() print the libswscale...
2008-08-13 stefanoMake show_banner() and show_version() print both the...
2008-08-03 diegoReplace call to deprecated avcodec_build() with avcodec...
2008-07-09 stefanoPrint the program_name rather than always "FFmpeg"...
2008-05-29 diegoSimplify show_banner() so that it does not require...
2008-05-22 takisMove show_formats() to cmdutils.c.
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 michaelOPT_EXIT
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 ramiroCompile network-related code conditionally.
2008-04-03 lu_zeroError message for EPROTONOSUPPORT, patch from prossATxv...
2008-03-31 superdumpExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-22 diegotypo: occured --> occurred
2008-03-15 diegocosmetics: #include config.h before all other FFmpeg...
2008-03-01 michaelRremove INFINITY as suggested by rich.
2008-02-27 vitorPrint libavfilter version if it is enabled in configure
2008-02-25 benoitMake parse_options() use parse_number_or_die().
2008-02-21 michaelparse_number_or_die()
2008-01-30 diegoDo not print an (L)GPL license statement when nonfree...
2008-01-10 michaelPrint libavdevice version.
2008-01-02 benoitUpdate show_banner date.
2007-09-29 diegocmdutils.c uses FFMPEG_CONFIGURATION from config.h...
2007-09-27 benoitImplement common show version and banner.
2007-08-20 benoitImplement the cmdutils.c show_license function.
2007-08-13 diegoMake cmdutils.c:parse_options accept as argument a...
2007-07-19 takisReplace the only occurrance of AVERROR_NOENT with AVERR...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-02 benoitto be able to compile without HAVE_AV_CONFIG_H
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-10 diegoMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-06-09 diegoRemove redundant #include, avformat.h indirectly includ...
2007-05-10 benoitUse url_fopen error code when opening input file
2007-04-13 benoitchange atoll call to equivalent strtoll to fix compilat...
2007-03-30 bcoudurieradd OPT_INT64 option
2007-03-27 michaelprevent exit missuse
2006-11-27 lorenm10l in r7174 caused all options to be treated as filenames.
2006-11-27 gpoirierAdd support for files that begin with a dash.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mrufix const warning
2005-09-11 michaelAVOption API improvments
2005-01-20 michaelhandle AVERROR_IO and AVERROR_NOMEM patch by (Kostya...
2005-01-12 michaelvarious security fixes and precautionary checks
2004-10-16 michaelOPT_FLOAT
2004-04-30 michaelOPT_INT
2004-02-22 michael(f)printf() is disallowed in libavcodec, compilation...
2003-08-24 bellardmore sections in help - copyright fixes
2003-06-07 bellardadded ffplay utility