]> git.sesse.net Git - ffmpeg/history - cmdutils.c
In libx264 wrapper, add -preset and -tune options
[ffmpeg] / cmdutils.c
2011-04-16 Baptiste CoudurierIn libx264 wrapper, add -preset and -tune options
2011-04-16 Stefano Sabatinicmdutils: add OPT_INT check in parse_number_or_die()
2011-04-16 Roger Pau MonnéAdd key_frame and pict_type to AVFilterBufferRefVideo.
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Anton Khirnovavio: deprecate av_protocol_next().
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Stefano Sabatinicmdutils: remove list_fmts(), simplify
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-18 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-17 Michael NiedermayerRevert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
2011-03-17 Michael NiedermayerRevert "use LIBAV_LICENSE and LIBAV_VERSION instead...
2011-03-17 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
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-03-15 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-12 Michael NiedermayerMerge branch 'master' of git://git.ffmpeg.org/ffmpeg
2011-03-11 Michael NiedermayerMerge remote-tracking branch 'remotes/newdev/master'
2011-03-09 Michael NiedermayerMerge remote-tracking branch 'remotes/newdev/master'
2011-03-08 Benjamin LarssonAdd a dummy option -i to ffplay so that it is easy...
2011-02-18 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Reinhard TartlerMerge libavcore into libavutil
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-07 Nicolas GeorgeImplement guessed_pts in avcodec_decode_video2
2011-02-06 James Zerncmdutils: fix codec-specific options from preset
2011-02-06 James Zerncmdutils: fix opt_values leak
2011-02-05 James Zerncmdutils: fix codec-specific options from preset
2011-02-05 James Zerncmdutils: fix opt_values leak
2011-01-26 Diego Elio PettenòMake this_year static to cmdutils.c
2011-01-24 Diego Elio PettenòMake this_year static to cmdutils.c
2011-01-21 Georgi Chorbadzhiyskilibavcodec minor version is > 99 so fix the formating
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...
next