OSDN Git Service

avconv: move frame size to the options context.
[coroid/libav_saccubus.git] / cmdutils.h
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.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-09-27 Stefano SabatiniImplement common show version and banner.
2007-08-22 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-08-20 Stefano SabatiniImplement the cmdutils.c show_license function.
2007-08-13 Stefano SabatiniMake cmdutils.c:parse_options accept as argument a...
2007-03-30 Baptiste Coudurieradd OPT_INT64 option
2007-02-27 Diego BiurrunAdd missing license headers.
2005-09-11 Michael NiedermayerAVOption API improvments
2005-06-03 Fabrice Bellardsubtitle option
2004-10-16 Michael Niedermayer1000l (copy & paste)
2004-10-16 Michael NiedermayerOPT_FLOAT
2004-04-30 Michael NiedermayerOPT_INT
2003-08-24 Fabrice Bellardmore sections in help - copyright fixes
2003-06-07 Fabrice Bellardadded ffplay utility