summaryrefslogtreecommitdiff
path: root/libavformat/swfdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* swfdec: support compressed swfClément Bœsch2016-01-11
* swfdec: cosmetics: fix indentationJustin Ruggles2012-12-11
* swfdec: do better validation of tag lengthJustin Ruggles2012-12-11
* swfdec: set channel layoutJustin Ruggles2012-11-12
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-18
* 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
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* swfdec: do not set codec timebase.Anton Khirnov2012-02-29
* swf: check return values for av_get/new_packet().Ronald S. Bultje2012-02-23
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* 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