summaryrefslogtreecommitdiff
path: root/libavformat/ape.c
Commit message (Expand)AuthorAge
* 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
* Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov2008-04-26
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-04
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-23
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-17
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-16
* Monkey Audio decoderKostya Shishkov2007-09-13