summaryrefslogtreecommitdiffstats
path: root/libavformat/options.c
Commit message (Expand)AuthorAgeFilesLines
* options: Add missing braces around struct initializer.Diego Biurrun2011-06-081-1/+1
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-271-1/+3
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-251-0/+1
* lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-171-1/+0
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-171-1/+6
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-17/+17
* lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-191-7/+0
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-191-4/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-151-1/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö2010-09-241-0/+1
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-171-1/+1
* Remove typo: s/ingore/ignore/Luca Barbato2010-06-241-1/+1
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-181-0/+1
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-311-0/+2
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-301-0/+1
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-091-1/+1
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-251-1/+1
* deprecate old metadata APIAurelien Jacobs2009-03-011-0/+2
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-081-1/+8
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-101-0/+83
OpenPOWER on IntegriCloud