]> git.sesse.net Git - ffmpeg/history - libavformat/ape.c
Set start_time and duration in AVStream instead of AVFormatContext for
[ffmpeg] / libavformat / ape.c
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