Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
2011-06-08options: Add missing braces around struct initializer.Diego Biurrun
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-18lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-19lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-15add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-24Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö
2010-08-19rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs
2010-08-18add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs
2010-06-24Remove typo: s/ingore/ignore/Luca Barbato
2010-05-18Add a flag for enabling RTP hintingMartin Storsjö
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer
2010-01-31Flag to ignore dts on frames that contain pts.Michael Niedermayer
2009-11-09Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos
2009-06-25use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier
2009-03-01deprecate old metadata APIAurelien Jacobs
2009-02-08Deprecate av_malloc_format_context() in favor ofStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-10Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini