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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01lavf: allow grouping packets in chunks of a user specified size and duration.Michael Niedermayer
2011-12-01lavf: add audio_preload option, this allows interleaving audio earlierMichael Niedermayer
2011-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-14lavf: simplify format_child_class_next()Luca Barbato
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13lavf: pass options from AVFormatContext to avio.Anton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08options: Add missing braces around struct initializer.Diego Biurrun
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-21Add a flag to disable side data merging.Michael Niedermayer
2011-05-20rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
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-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-29lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov
2011-04-29lavf: use designated initializers for AVClasses.Anton Khirnov
2011-04-24Add flag to force demuxers to sort more strictly by dts.Michael Niedermayer
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
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