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
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov
2012-01-22error_detection: put the old error detection constants back.Michael Niedermayer
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-21lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody
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