summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
Commit message (Expand)AuthorAge
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* swfdec: support compressed swfClément Bœsch2016-01-11
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* swf: Move shared table out of the header fileDiego Biurrun2012-08-09
* swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* remove unused fields in swf contextBaptiste Coudurier2009-03-14
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Recommit r14497Michael Niedermayer2008-08-01
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* update swf video frame number when muxing done, fix #439Baptiste Coudurier2008-07-19
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
* use AVFifoBufferBaptiste Coudurier2008-05-27
* split swf de/muxerBaptiste Coudurier2008-05-20