]> git.sesse.net Git - ffmpeg/history - libavformat/options.c
Export metadata in the generic format. Deprecate old conversion API.
[ffmpeg] / libavformat / options.c
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...