]> git.sesse.net Git - ffmpeg/history - libavformat/swfdec.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / swfdec.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-01-11 Clément Bœschswfdec: support compressed swf
2012-12-11 Justin Rugglesswfdec: cosmetics: fix indentation
2012-12-11 Justin Rugglesswfdec: do better validation of tag length
2012-11-12 Justin Rugglesswfdec: set channel layout
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-08-18 Anton Khirnovswf(dec): replace CODEC_ID with AV_CODEC_ID
2012-08-09 Diego Biurrunswf: Move shared table out of the header file
2012-08-09 Diego Biurrunswf: Move swf_audio_codec_tags table to the only place...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-02-29 Anton Khirnovswfdec: do not set codec timebase.
2012-02-23 Ronald S. Bultjeswf: check return values for av_get/new_packet().
2012-01-31 Alex Converseswfdec: Simplify sample rate calculation.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-09-21 Alex Converseswfdec: Add support for sample_rate_code 0 (5512 Hz)
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-03-14 Baptiste Coudurierswf timestamps are 16 bits
2009-03-14 Baptiste Coudurierremove unused fields in swf context
2009-03-13 Reimar DöffingerSet pkt->pos correctly (to the start of header of the...
2009-03-13 Baptiste Coudurierfix swf seeking by fixing new stream detection
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Baptiste Couduriercosmetics, add demuxer word
2008-05-20 Baptiste Coudurierremove useless/obsolete comments
2008-05-20 Baptiste Coudurierremove useless close function
2008-05-20 Baptiste Couduriersplit swf de/muxer