aboutsummaryrefslogtreecommitdiff
path: root/libavformat/ape.c
AgeCommit message (Expand)Author
2009-02-17apedec: display a warning when truncating a metadata tagAurelien Jacobs
2009-02-17use new metadata API in ape demuxerAurelien Jacobs
2009-02-16Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-26Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov
2008-02-04fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-23Looks like this APE decoder support versions starting from 3.95Kostya Shishkov
2007-09-17disable loads of debug messages to reduce object sizeAurelien Jacobs
2007-09-16monkey audio demuxer now can parse ape tagsBenjamin Zores
2007-09-13Monkey Audio decoderKostya Shishkov