OSDN Git Service

wmavoice: Use proper size in memeset().
[coroid/ffmpeg_saccubus.git] / cmdutils.c
2011-04-26 Roger Pau Monnélavfi: add key_frame and pict_type to AVFilterBufferRef...
2011-04-25 Luca Barbatowin32: include the correct header in cmdutils.c
2011-04-23 Kirill GavrilovHandle unicode file names on windows
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-08 Anton Khirnovavio: deprecate av_protocol_next().
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-05 James Zerncmdutils: fix codec-specific options from preset
2011-02-05 James Zerncmdutils: fix opt_values leak
2011-01-24 Diego Elio PettenòMake this_year static to cmdutils.c
2011-01-20 Georgi Chorbadzhiyskilibavcodec minor version is > 99 so fix the formating
2011-01-18 Mans RullgardUse INFINITY and NAN macros instead of 1/0 and 0/0
2011-01-04 Stefano SabatiniDisable initialization of the swscale sws_opts context in
2011-01-03 Martin StorsjöReindent
2011-01-02 Anssi HannulaUse AVOption for muxers in ffmpeg.
2011-01-01 Justin RugglesUpdate current year to 2011. Happy New Year!
2010-11-22 Stefano SabatiniAdd missing check on the existence of avcodec_opts...
2010-11-04 Stefano SabatiniImplement get_preset_file() in cmdutils.h and use it...
2010-10-18 Stefano SabatiniImplement a common get_filtered_video_frame(), shared...
2010-10-12 Stefano SabatiniFactorize definition of the output_filter defined in...
2010-10-02 Reimar DöffingerAdd init and uninit functions to cmdutils, reduces...
2010-09-29 Michael NiedermayerUser application side of Codec specific parameters.
2010-09-28 Alexander StrangeAll else being equal, prefer PTS over DTS in timestamp...
2010-09-28 Alexander StrangeExtract timestamp correction code from ffplay.c to...
2010-09-25 Stefano SabatiniAdd more missing checks in opt_default(), prevent a...
2010-09-24 Stefano SabatiniAdd missing existence checks in opt_default().
2010-09-20 Stefano SabatiniMove log_callback_help to cmdutils.[hc], for allowing...
2010-07-29 Stefano SabatiniExtend show_protocols() to make it print information...
2010-07-22 Stefano SabatiniFactorize indent definition in PRINT_LIB_INFO().
2010-07-22 Stefano SabatiniMerge maybe_print_config() and PRINT_LIB_CONFIG() in...
2010-07-22 Stefano SabatiniRename:
2010-07-22 Stefano SabatiniReindent.
2010-07-22 Stefano SabatiniIncrease flexibility of PRINT_LIB_VERSION(), make it...
2010-07-21 Stefano SabatiniAdd libavcore.
2010-06-09 Stefano SabatiniMake all the numeric options accept in input an express...
2010-05-22 Ramiro PollaOpen 2-pass logfile in binary mode for both reading...
2010-05-09 Måns RullgårdFix build with swscale disabled
2010-05-05 Stefano SabatiniReindent after the last commit.
2010-05-05 Stefano SabatiniSimplify print_error(), directly use av_strerror()...
2010-05-05 Stefano SabatiniMake print_error() use strerror() in case av_strerror...
2010-04-16 Ramiro PollaAVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
2010-04-01 Stefano SabatiniImplement cmdutils.c:read_file(), and use it in ffmpeg...
2010-03-30 Stefano SabatiniIssue a more general message when the function which...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-26 Stefano SabatiniUse av_strerror() in print_error().
2010-03-17 Stefano SabatiniRemove printing of frame sizes and frame rate abbreviat...
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-06 Stefano SabatiniMake opt_default() look for options in sws_opts only...
2010-02-22 Stefano SabatiniMake opt_default() print an error message and exit...
2010-02-18 Stefano SabatiniFFmpeg is a collective effort so allowing a single...
2010-02-10 Stefano SabatiniExtend show_pix_fmts(), make it show input/output suppo...
2010-02-09 Måns RullgårdCheck for setrlimit()
2010-02-07 Stefano SabatiniMake parse_options() explicitely handle the case where...
2010-01-27 Stefano SabatiniDeclare variable "version" in the PRINT_LIB_VERSION...
2010-01-27 Måns RullgårdPrettify PRINT_LIB_VERSION macro
2010-01-27 Måns RullgårdGet rid of ifdeffery for printing library versions...
2010-01-25 Måns RullgårdPrint config of each lib if different from that of...
2010-01-20 Måns RullgårdAdd -timelimit option
2010-01-01 Stefano SabatiniUpdate this_year value.
2009-12-28 Diego BiurrunMark conditionally used variable as av_unused, fixes...
2009-12-21 Stefano SabatiniImplement a -pix_fmts option for listing all the suppor...
2009-12-14 Stefano SabatiniFactorize opt+1 out in parse_options(), simplify.
2009-12-12 Stefano SabatiniOnly list libavfilter filters if libavfilter has been...
2009-12-12 Stefano SabatiniMove list_fmts() from ffmpeg.c to cmdutils.{h,c}, so...
2009-12-12 Stefano SabatiniImplement a -filters option, listing all the available...
2009-11-21 Stefano SabatiniMake show_protocols() print one protocol per line.
2009-11-19 Michael NiedermayerSplit show_formats().
2009-11-18 Stefano SabatiniMake show_formats() print each bitstream filter on...
2009-09-22 Diego BiurrunImprove compiler information code to print to the conso...
2009-09-22 Diego BiurrunPrint compiler version and build date before configurat...
2009-08-09 William R. ZwickyDocument the output of ffmpeg -formats.
2009-08-03 Benoit FouetHandle noX for OPT_BOOL X.
2009-06-27 Carl Eugen HoyosRemove superfluous const.
2009-06-16 Stefano SabatiniMove opt_loglevel() from ffmpeg.c to cmdutils.c.
2009-06-05 Diego BiurrunAdd configure option to upgrade (L)GPL to version 3.
2009-05-25 Stefano SabatiniFactorize initial "printf(" and ");" in show_license().
2009-03-18 Stefano SabatiniImplement read_yesno().
2009-03-03 Stefano SabatiniRename avctx_opts to avcodec_opts.
2009-03-03 Michael NiedermayerRemove old scaler.
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"...
next