]> git.sesse.net Git - ffmpeg/history - libavformat/ape.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / ape.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2013-09-12 Martin Storsjöape: Don't allow the seektable to be omitted
2013-09-02 Anton Khirnovape demuxer: check for EOF in potentially long loops
2013-03-27 Kostya Shishkovape: use correct context for the bit table printed...
2013-03-25 Kostya Shishkovape: 3.80-3.92 decoding support
2013-03-15 Kostya Shishkovadd support for Monkey's Audio versions from 3.93
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-24 Anton Khirnovape: create audio stream before reading tags.
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-05 Justin Rugglesape: do not set AVCodecContext.frame_size.
2012-02-06 Justin Rugglesape: skip packets with invalid size
2012-02-06 Justin Rugglesape: calculate final packet size instead of guessing
2012-02-06 Justin Rugglesape: stop reading after the last frame has been read
2012-02-06 Justin Rugglesape: return AVERROR_EOF instead of AVERROR(EIO) when...
2012-02-06 Justin Rugglesape: return error if seeking to the current packet...
2012-02-04 Paul B Maholape: fix seeking
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,lavd: replace av_new_stream->avformat_new_stream...
2011-09-12 Laurent Aimarape demuxer: fix segfault on memory allocation failure.
2011-07-25 Diego Biurrunape: adjust some printf format strings to correctly...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-24 Carl Eugen Hoyosape: Allow demuxing of files with metadata tags.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-04-01 Kostya Shishkovape: check that number of seektable entries is equal...
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-16 KostyaDo not attempt to decode APE file with no frames
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
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-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-01-21 David ConradSet start_time and duration in AVStream instead of...
2009-08-11 Kostya ShishkovMove APE tag parsing into separate module.
2009-08-11 Matti HamalainenDo not use internals of ByteIOContext during APE tags...
2009-08-11 Matti HamalainenRemove incorrect APE tag size adjustment based on flags.
2009-02-17 Aurelien Jacobsapedec: display a warning when truncating a metadata tag
2009-02-17 Aurelien Jacobsuse new metadata API in ape demuxer
2009-02-16 Benoit FouetAdd a context to av_log() calls and extend ape_dumpinfo...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-04-26 Kostya ShishkovMissing tags in APE is normal situation, so don't print...
2008-02-04 Michael Niedermayerfix 8 "initialization discards qualifiers from pointer...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-23 Kostya ShishkovLooks like this APE decoder support versions starting...
2007-09-17 Aurelien Jacobsdisable loads of debug messages to reduce object size
2007-09-16 Benjamin Zoresmonkey audio demuxer now can parse ape tags
2007-09-13 Kostya ShishkovMonkey Audio decoder