aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/swfdec.c
Commit message (Expand)AuthorAgeFilesLines
...
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-22/+22
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-22/+22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-7/+7
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* swf timestamps are 16 bitsBaptiste Coudurier2009-03-141-1/+1
* remove unused fields in swf contextBaptiste Coudurier2009-03-141-1/+0
* Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger2009-03-131-0/+4
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-131-5/+25
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-261-1/+1
* remove useless/obsolete commentsBaptiste Coudurier2008-05-201-7/+0
* remove useless close functionBaptiste Coudurier2008-05-201-6/+0
* split swf de/muxerBaptiste Coudurier2008-05-201-0/+206