summaryrefslogtreecommitdiffstats
path: root/libavformat/swfdec.c
Commit message (Expand)AuthorAgeFilesLines
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-311-4/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-3/+3
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-3/+6
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* Remove return statements following infinite loops without breakMans Rullgard2011-07-031-1/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 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
* 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
OpenPOWER on IntegriCloud