]> git.sesse.net Git - ffmpeg/history - cmdutils.c
Rename unique_id to the way michaelni likes it. (xvmc_id)
[ffmpeg] / cmdutils.c
2009-02-05 Ramiro PollaRevert part of r16593.
2009-01-18 Stefano SabatiniImplement a var for containing the current year number...
2009-01-14 Diego BiurrunRemove pointless #if around header #includes.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-02 Stefano SabatiniBump year number.
2008-12-19 Stefano SabatiniRemove calls to deprecated av_set_string2() with calls to
2008-12-18 Stefano SabatiniFix weird indent.
2008-12-17 Stefano SabatiniFix opt_default(), making it exit immediately in case...
2008-10-22 Diego PettenòInclude headers for optional libraries only when enabled.
2008-10-16 Diego PettenòUse CONFIG_* macros in cmdutils.c for consistency.
2008-10-04 Diego PettenòMark print_all_lib_versions() static in cmdutils.c...
2008-09-28 Michael NiedermayerMove opt_default() and set_context_opts() to cmdutils...
2008-09-01 Stefano SabatiniMake show_banner()/show_version() print the libpostproc...
2008-08-29 Stefano SabatiniCosmetics: vertical align in print_all_lib_versions().
2008-08-29 Stefano SabatiniMake show_version()/show_banner() print the libswscale...
2008-08-13 Stefano SabatiniMake show_banner() and show_version() print both the...
2008-08-03 Diego BiurrunReplace call to deprecated avcodec_build() with avcodec...
2008-07-09 Stefano SabatiniPrint the program_name rather than always "FFmpeg"...
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-22 Stefano SabatiniMove show_formats() to cmdutils.c.
2008-05-21 Michael NiedermayerDo not pass program_name as argument to show_version...
2008-05-21 Michael NiedermayerOPT_EXIT
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Ramiro PollaCompile network-related code conditionally.
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