aboutsummaryrefslogtreecommitdiff
path: root/libavformat/swfdec.c
AgeCommit message (Expand)Author
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove return statements following infinite loops without breakMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-16lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-07avio: deprecate url_feofAnton Khirnov
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-03-14swf timestamps are 16 bitsBaptiste Coudurier
2009-03-14remove unused fields in swf contextBaptiste Coudurier
2009-03-13Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger
2009-03-13fix swf seeking by fixing new stream detectionBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-26cosmetics, add demuxer wordBaptiste Coudurier
2008-05-20remove useless/obsolete commentsBaptiste Coudurier
2008-05-20remove useless close functionBaptiste Coudurier
2008-05-20split swf de/muxerBaptiste Coudurier