summaryrefslogtreecommitdiff
path: root/libavformat/ape.c
Commit message (Collapse)AuthorAge
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in ape demuxerAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov2008-04-26
| | | | | | Resolves issue 437 Originally committed as revision 12977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-04
| | | | | | warnings Originally committed as revision 11845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-23
| | | | Originally committed as revision 10551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-17
| | | | Originally committed as revision 10518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-16
| | | | Originally committed as revision 10511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk