]> git.sesse.net Git - ffmpeg/history - cmdutils.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / cmdutils.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-19 Mans RullgardPrint full compiler identification, not only version...
2012-07-07 Ronald S. Bultjecmutils: include shellapi.h on Win32 (for CommandLineTo...
2012-06-30 Martin Storsjöcmdutils: Pass the actual chosen encoder to filter_code...
2012-06-05 Anton Khirnovavtools: move buffer management code from avconv to...
2012-05-09 Diego Biurruncmdutils: Add fallback case to switch in check_stream_s...
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
2012-04-25 Justin Rugglesavconv: use libavresample
2012-04-15 Anton Khirnovavconv: get output pixel format from lavfi.
2012-03-18 Reinhard TartlerRead preset files with suffix .avpreset
2012-03-06 Anton Khirnovavconv: add -cpuflags option for setting supported...
2012-03-04 Anton Khirnovcmdutils: use new avcodec_is_decoder/encoder() functions.
2012-02-23 Diego BiurrunRemove libpostproc.
2012-02-08 Ronald S. Bultjecmdutils: update copyright year to 2012.
2012-01-27 Alexandra Khirnovacmdutils: fix options starting with 'no'.
2012-01-25 Diego BiurrunDrop unnecessary prefix from *sink* variable and struct...
2012-01-18 Diego Biurruncosmetics: Rename ffsink to avsink.
2012-01-11 Reinhard TartlerNo longer build libpostproc by default
2012-01-03 Aneesh Dogracmdutils: K&R reformatting cosmetics
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-11-22 Mans RullgardAdd libavutil/mathematics.h #includes for INFINITY
2011-10-31 Martin Storsjöcmdutils: Rename read_file to cmdutils_read_file
2011-10-30 Janne Grunaucmdutils: check fread() return value
2011-10-12 Anton Khirnovcmdutils/avtools: simplify show_help() by using av_opt_...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-10-09 Mans Rullgardavtools: add -v as alias for -loglevel
2011-09-27 Anton Khirnovavconv: add support for copying attachments.
2011-09-26 Anton Khirnovcmdutils: replace fprintf() by av_log()
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
2011-09-23 Janne Grunaucmdutils: move grow_array out of #if CONFIG_AVFILTER
2011-09-11 Anton Khirnovcmdutils: add support for programs in check_stream_spec...
2011-09-11 Anton Khirnovavconv: move audio_sample_fmt to options context.
2011-09-05 Anton Khirnovavconv: move ts scale to options context.
2011-09-04 Anton Khirnovavconv: move start_time, recording_time and input_ts_of...
2011-09-04 Anton Khirnovcmdutils: allow storing per-stream/chapter/.... options...
2011-09-04 Anton Khirnovcmdutils: split per-option code out of parse_options().
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: declare only one pointer type in OptionDef
2011-09-04 Anton Khirnovcmdutils: move grow_array() from avconv to cmdutils.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-09-03 Anton Khirnovcmdutils: get rid of dummy contexts for examining AVOpt...
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...
next