OSDN Git Service

libx264: add 'direct-pred' private option
[coroid/ffmpeg_saccubus.git] / libavformat / options.c
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...