summaryrefslogtreecommitdiff
path: root/libavformat/ape.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* ape: Don't allow the seektable to be omittedMartin Storsjö2013-09-12
* ape demuxer: check for EOF in potentially long loopsAnton Khirnov2013-09-02
* ape: use correct context for the bit table printed in debugKostya Shishkov2013-03-27
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-25
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* ape: create audio stream before reading tags.Anton Khirnov2012-06-24
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* ape: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
* ape: skip packets with invalid sizeJustin Ruggles2012-02-06
* ape: calculate final packet size instead of guessingJustin Ruggles2012-02-06
* ape: stop reading after the last frame has been readJustin Ruggles2012-02-06
* ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles2012-02-06
* ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles2012-02-06
* ape: fix seekingPaul B Mahol2012-02-04
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-12
* ape: adjust some printf format strings to correctly match argument typesDiego Biurrun2011-07-26
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-31
* ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-24
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* ape: check that number of seektable entries is equal to number of framesKostya Shishkov2011-04-01
* 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
* Do not attempt to decode APE file with no framesKostya2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton 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
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-21
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-11
* Do not use internals of ByteIOContext during APE tags parsing.Matti Hamalainen2009-08-11
* Remove incorrect APE tag size adjustment based on flags.Matti Hamalainen2009-08-11
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
* use new metadata API in ape demuxerAurelien Jacobs2009-02-17
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-16
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03