]> git.sesse.net Git - ffmpeg/history - libavformat/options.c
extract_extradata_bsf: make sure all needed parameter set NALUs were found
[ffmpeg] / libavformat / options.c
2016-02-22 Anton Khirnovlavf: add a protocol whitelist/blacklist for file opene...
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2015-07-03 Vittorio Giovaralavc: Move deprecation warning disabling to files inclu...
2015-02-28 Martin Storsjöavio: Rename avclass symbols relating to avio
2015-02-10 wm4lavf: move internal fields from public to internal...
2014-11-17 Martin Storsjölavf: Only initialize s->offset once when using avoid_n...
2014-02-04 Anton Khirnovlavf: ignore attachment streams for interleaving purposes
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2012-03-20 Anton KhirnovMove AVFormatContext/AVCodecContext option tables to...
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_MUXRATE cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_FLAG_RTP_HINT cruft
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_OLD_AVIO cruft
2012-01-21 Dustin Brodylavf: rename fer option and document resulting (f_...
2011-11-14 Luca Barbatolavf: simplify format_child_class_next()
2011-11-13 Anton Khirnovlavf: pass options from AVFormatContext to avio.
2011-10-17 Anton Khirnovmpegenc/mpegtsenc: add muxrate private options.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovAVOptions: add new API for enumerating children.
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-08-12 Dustin Brodylavf: add support for error_recognition, use it in...
2011-08-02 Zohar Kelrichlavf: Add an option to discard corrupted frames
2011-06-16 Anton Khirnovlavf: add avformat_open_input() as a replacement for...
2011-06-08 Diego Biurrunoptions: Add missing braces around struct initializer.
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
2011-05-25 Alex Converseavformat: Add fpsprobesize as an AVOption.
2011-05-17 Anton Khirnovlavf: remove duplicate assignment in avformat_alloc_con...
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-04-19 Anton Khirnovlavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_OLD_METADATA cruft
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-10-15 Aurelien Jacobsadd FF_API_ALLOC_FORMAT_CONTEXT define to disable the...
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-24 Martin StorsjöAdd an AVOption max_delay for AVFormatContext->max_delay
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_OLD_METADATA define to disable the depreca...
2010-06-24 Luca BarbatoRemove typo: s/ingore/ignore/
2010-05-18 Martin StorsjöAdd a flag for enabling RTP hinting
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2009-11-09 Carl Eugen HoyosIncrease default value for max_analyze_duration, fixes...
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-03-01 Aurelien Jacobsdeprecate old metadata API
2009-02-08 Stefano SabatiniDeprecate av_malloc_format_context() in favor of
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-10 Stefano SabatiniMove the AVFormatContext options definition to a dedica...