]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - cmdutils.c
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
[frescor/ffmpeg.git] / cmdutils.c
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