OSDN Git Service

avconv: Separate initialization from the main transcode loop.
[coroid/libav_saccubus.git] / cmdutils.c
2011-08-12 Anton Khirnovcmdutils: allow precisely specifying a stream for AVOpt...
2011-08-12 Anton Khirnovcmdutils: allow ':'-separated modifiers in option names.
2011-08-12 Anton KhirnovMake a copy of ffmpeg under a new name -- avconv.
2011-07-28 Stefano Sabatinicmdutils: add codec_opts parameter to setup_find_stream...
2011-07-13 Anton Khirnovcmdutils: replace opt_default with opt_default2() and...
2011-07-13 Anton Khirnovffplay: use new avcodec_open2 and avformat_find_stream_...
2011-07-13 Anton Khirnovcmdutils: store all codec options in one dict instead...
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-06-16 Anton Khirnovcmdutils: add opt_default2().
2011-06-16 Anton KhirnovAVOptions: add av_opt_find() as a replacement for av_fi...
2011-06-12 Stefano Sabatinicmdutils: add missing NULL check in parse_options()
2011-06-04 Mans Rullgardcmdutils: add missing const qualifier
2011-05-28 Stefano Sabatinicmdutils: remove OPT_FUNC2
2011-05-27 Ronald S. Bultjecmdutils: use sws_freeContext() instead of av_freep().
2011-05-11 Benjamin Larssonffplay: add a dummy option -i so that it is easy to...
2011-05-10 Stefano Sabatinicmdutils: add OPT_INT check in parse_number_or_die()
2011-05-10 Stefano Sabatinicmdutils: remove list_fmts(), simplify
2011-05-09 Anton Khirnovffmpeg.c: reset avoptions after each input/output file.
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.
next