avs: check ff_set_dimensions return value
[platform/upstream/libav.git] / cmdutils.h
2014-03-27 Luca Barbatocmdutils: Mark exit_program as av_noreturn
2013-10-22 Luca Barbatoavplay: Accept cpuflags option
2013-07-07 Luca Barbatocmdutils: wrap exit explicitly
2013-04-11 Anton Khirnovavtools: move media_type_string() from avprobe to cmdutils.
2013-03-08 Anton Khirnovavconv: print an error on applying options of the wrong...
2013-03-08 Anton Khirnovavplay: switch to new refcounted frames API
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2012-12-19 Anton Khirnovcmdutils: pass number of groups to split_commandline().
2012-12-18 Anton Khirnovcmdutils: add a commandline pre-parser.
2012-12-18 Anton Khirnovcmdutils: add a macro to simplify grow_array() calls.
2012-10-31 Diego Biurrunavconv_opt, cmdutils: Add missing function parameter...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-19 Anton Khirnovavconv: split printing "main options" into global and...
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-19 Anton Khirnovcmdutils: change semantics of show_help_options() and...
2012-08-19 Anton Khirnovavconv: deprecate -isync.
2012-08-19 Anton Khirnovavtools: fix show_foo() signatures.
2012-08-18 Anton Khirnovcmdutils: refactor -codecs option.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-03 Reinhard Tartlerattributes: add av_noreturn
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 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
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-01-25 Diego BiurrunDrop unnecessary prefix from *sink* variable and struct...
2012-01-18 Diego Biurruncosmetics: Rename ffsink to avsink.
2012-01-18 Gaurav Narulaavprobe, cmdutils: K&R formatting cosmetics
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-10-31 Martin Storsjöcmdutils: Rename read_file to cmdutils_read_file
2011-10-12 Anton Khirnovcmdutils/avtools: simplify show_help() by using av_opt_...
2011-10-11 Diego Biurrundoc: fix references to obsolete presets directories...
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
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-08-12 Anton Khirnovcmdutils: allow precisely specifying a stream for AVOpt...
2011-07-28 Stefano Sabatinicmdutils: add codec_opts parameter to setup_find_stream...
2011-07-28 Stefano Sabatinicmdutils: clarify documentation for filter_codec_opts()
2011-07-28 Stefano Sabatinicmdutils: clarify documentation for setup_find_stream_i...
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-06-16 Anton Khirnovcmdutils: add opt_default2().
2011-05-28 Stefano Sabatinicmdutils: remove OPT_FUNC2
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-19 Diego BiurrunClean up #includes in cmdutils.h.
2011-05-10 Stefano Sabatinicmdutils: remove list_fmts(), simplify
2011-05-03 Luca BarbatoMake ffmpeg support generic data stream
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-24 Diego Elio PettenòMake this_year static to cmdutils.c
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 Stefano SabatiniMake new doxy follows the agreed upon style and grammatical
2010-09-28 Alexander StrangeExtract timestamp correction code from ffplay.c to...
2010-09-20 Stefano SabatiniMove log_callback_help to cmdutils.[hc], for allowing...
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-07-02 Måns RullgårdGrammar fixes
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-07 Stefano SabatiniDocument cmdutils.c:print_error().
2010-04-01 Stefano SabatiniImplement cmdutils.c:read_file(), and use it in ffmpeg...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-20 Måns RullgårdAdd -timelimit option
2009-12-21 Stefano SabatiniImplement a -pix_fmts option for listing all the suppor...
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-19 Michael NiedermayerSplit show_formats().
2009-06-16 Stefano SabatiniMove opt_loglevel() from ffmpeg.c to cmdutils.c.
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-03-18 Stefano SabatiniImplement read_yesno().
2009-03-03 Stefano SabatiniRename avctx_opts to avcodec_opts.
2009-02-19 Stefano SabatiniFix typo: explixitly -> explicitly.
2009-01-18 Stefano SabatiniImplement a var for containing the current year number...
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-09-28 Michael NiedermayerMove opt_default() and set_context_opts() to cmdutils...
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-27 Stefano SabatiniUpdate documentation of show_version() to account for...
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-04-17 Stefano SabatiniTypo
2008-03-31 Stefano SabatiniExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-02-25 Diego BiurrunImprove wording/grammar of Doxygen comments.
2008-02-25 Stefano SabatiniExport and document in cmdutils.h the function parse_nu...
2007-11-24 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
next