summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-26lavf/swf: remove unused assert include.Clément Bœsch1-3/+0
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer23-93/+87
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles18-16/+9
2012-10-12lavf/swf: transform the swf tags define in an enum.Clément Bœsch1-65/+67
2012-10-12lavf/swf: re-align after previous commit.Clément Bœsch1-15/+15
2012-10-12lavf/swf: define more tags.Clément Bœsch1-0/+50
2012-10-12Parse DEFINESOUND tags in swf (fix ticket 1638)Michael Bradshaw2-0/+39
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-185/+474
2012-08-09swf: Move shared table out of the header fileDiego Biurrun5-10/+35
2012-08-09swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2-9/+9
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-05-18lavf/swf: fix make checkheaders.Clément Bœsch1-0/+2
2012-04-03swfdec: support compressed swf.Clément Bœsch2-4/+83
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos9-11/+11
2009-03-14remove unused fields in swf contextBaptiste Coudurier2-2/+0
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer9-66/+72
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun36-208/+204
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-01Recommit r14497Michael Niedermayer2-0/+3
2008-08-01Revert r14497Michael Niedermayer12-14/+0
2008-08-01Add missing header #includes.Diego Biurrun12-0/+14
2008-07-19update swf video frame number when muxing done, fix #439Baptiste Coudurier3-2/+5
2008-05-27simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier1-2/+1
2008-05-27use AVFifoBufferBaptiste Coudurier2-11/+10
2008-05-20split swf de/muxerBaptiste Coudurier4-261/+310