summaryrefslogtreecommitdiff
path: root/libavformat/swfdec.c
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-21
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* swf timestamps are 16 bitsBaptiste Coudurier2009-03-14
* remove unused fields in swf contextBaptiste Coudurier2009-03-14
* Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger2009-03-13
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-26
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
* remove useless close functionBaptiste Coudurier2008-05-20
* split swf de/muxerBaptiste Coudurier2008-05-20