]> git.sesse.net Git - ffmpeg/history - libavformat/ape.c
avutil: Add missing test programs to Makefile.
[ffmpeg] / libavformat / ape.c
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