summaryrefslogtreecommitdiff
path: root/libavformat/options.c
Commit message (Expand)AuthorAge
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-03
* avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-28
* lavf: move internal fields from public to internal contextwm42015-02-10
* lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-17
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-20
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-27
* lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody2012-01-21
* lavf: simplify format_child_class_next()Luca Barbato2011-11-14
* lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-17
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-12
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-02
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-16
* options: Add missing braces around struct initializer.Diego Biurrun2011-06-08
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-27
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-25
* lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-17
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-15
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö2010-09-24
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
* Remove typo: s/ingore/ignore/Luca Barbato2010-06-24
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-18
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-31
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-30
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-09
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
* deprecate old metadata APIAurelien Jacobs2009-03-01
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10