]> git.sesse.net Git - ffmpeg/history - cmdutils.c
Remove header now made useless
[ffmpeg] / cmdutils.c
2008-04-03 Luca BarbatoError message for EPROTONOSUPPORT, patch from prossATxv...
2008-03-31 Stefano SabatiniExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-15 Diego Biurruncosmetics: #include config.h before all other FFmpeg...
2008-03-01 Michael NiedermayerRemove INFINITY as suggested by rich.
2008-02-27 Vitor SessakPrint libavfilter version if it is enabled in configure
2008-02-25 Stefano SabatiniMake parse_options() use parse_number_or_die().
2008-02-21 Michael Niedermayerparse_number_or_die()
2008-01-30 Diego BiurrunDo not print an (L)GPL license statement when nonfree...
2008-01-10 Michael NiedermayerPrint libavdevice version.
2008-01-02 Benoit FouetUpdate show_banner date.
2007-09-29 Ronald S. Bultjecmdutils.c uses FFMPEG_CONFIGURATION from config.h...
2007-09-27 Stefano SabatiniImplement common show version and banner.
2007-08-20 Stefano SabatiniImplement the cmdutils.c show_license function.
2007-08-13 Stefano SabatiniMake cmdutils.c:parse_options accept as argument a...
2007-07-19 Panagiotis IssarisReplace the only occurrence of AVERROR_NOENT with AVERR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-02 Ronald S. Bultjeto be able to compile without HAVE_AV_CONFIG_H
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-06-09 Diego BiurrunRemove redundant #include, avformat.h indirectly includ...
2007-05-10 Benoit FouetUse url_fopen error code when opening input file
2007-04-13 Patrice Bensoussanchange atoll call to equivalent strtoll to fix compilat...
2007-03-30 Baptiste Coudurieradd OPT_INT64 option
2007-03-27 Michael Niedermayerprevent exit missuse
2006-11-27 Loren Merritt10l in r7174 caused all options to be treated as filenames.
2006-11-27 Timo LindforsAdd support for files that begin with a dash.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårdfix const warning
2005-09-11 Michael NiedermayerAVOption API improvments
2005-01-20 Kostya Shishkovhandle AVERROR_IO and AVERROR_NOMEM patch by (Kostya...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-10-16 Michael NiedermayerOPT_FLOAT
2004-04-30 Michael NiedermayerOPT_INT
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2003-08-24 Fabrice Bellardmore sections in help - copyright fixes
2003-06-07 Fabrice Bellardadded ffplay utility