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-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09swf: Move shared table out of the header fileDiego Biurrun
2012-08-09swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-19lavf/swf: fix make checkheaders.Clément Bœsch
2012-04-03swfdec: support compressed swf.Clément Bœsch
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-03-15remove unused fields in swf contextBaptiste Coudurier
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-02Recommit r14497Michael Niedermayer
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier
2008-05-28simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier
2008-05-27use AVFifoBufferBaptiste Coudurier
2008-05-21split swf de/muxerBaptiste Coudurier