summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-1/+1
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-1/+1
* | Merge commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278'Hendrik Leppkes2016-01-191-1/+1
|\ \ | |/
| * swfdec: support compressed swfClément Bœsch2016-01-111-0/+13
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-181-0/+1
|\ \ | |/
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-181-0/+1
* | lavf/swf: remove unused assert include.Clément Bœsch2013-05-261-3/+0
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-1/+1
|\ \ | |/
| * lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-1/+1
* | lavf/swf: transform the swf tags define in an enum.Clément Bœsch2012-10-121-65/+67
* | lavf/swf: re-align after previous commit.Clément Bœsch2012-10-121-15/+15
* | lavf/swf: define more tags.Clément Bœsch2012-10-121-0/+50
* | Parse DEFINESOUND tags in swf (fix ticket 1638)Michael Bradshaw2012-10-121-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-101-14/+1
|\ \ | |/
| * swf: Move shared table out of the header fileDiego Biurrun2012-08-091-5/+1
| * swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-091-9/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-9/+9
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-9/+9
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | lavf/swf: fix make checkheaders.Clément Bœsch2012-05-181-0/+2
* | swfdec: support compressed swf.Clément Bœsch2012-04-031-0/+11
|/
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-2/+2
* remove unused fields in swf contextBaptiste Coudurier2009-03-141-1/+0
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-3/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Recommit r14497Michael Niedermayer2008-08-011-0/+1
* Revert r14497Michael Niedermayer2008-08-011-1/+0
* Add missing header #includes.Diego Biurrun2008-08-011-0/+1
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-191-1/+1
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-271-2/+1
* use AVFifoBufferBaptiste Coudurier2008-05-271-4/+2
* split swf de/muxerBaptiste Coudurier2008-05-201-0/+99
OpenPOWER on IntegriCloud