log ape.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sat, 13 Mar 2010 19:19:44 +0000 stefano Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark libavformat
Thu, 21 Jan 2010 09:47:02 +0000 conrad Set start_time and duration in AVStream instead of AVFormatContext for libavformat
Tue, 11 Aug 2009 17:08:09 +0000 kostya Move APE tag parsing into separate module. libavformat
Tue, 11 Aug 2009 16:55:49 +0000 kostya Do not use internals of ByteIOContext during APE tags parsing. libavformat
Tue, 11 Aug 2009 16:43:44 +0000 kostya Remove incorrect APE tag size adjustment based on flags. libavformat
Tue, 17 Feb 2009 15:44:11 +0000 aurel apedec: display a warning when truncating a metadata tag libavformat
Tue, 17 Feb 2009 00:02:13 +0000 aurel use new metadata API in ape demuxer libavformat
Mon, 16 Feb 2009 14:44:31 +0000 benoit Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Sat, 26 Apr 2008 06:29:56 +0000 kostya Missing tags in APE is normal situation, so don't print an error. libavformat
Mon, 04 Feb 2008 00:42:27 +0000 michael fix 8 "initialization discards qualifiers from pointer target type" libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 23 Sep 2007 07:40:34 +0000 kostya Looks like this APE decoder support versions starting from 3.95 libavformat
Mon, 17 Sep 2007 12:01:37 +0000 aurel disable loads of debug messages to reduce object size libavformat
Sun, 16 Sep 2007 19:51:10 +0000 ben monkey audio demuxer now can parse ape tags libavformat
Thu, 13 Sep 2007 03:22:47 +0000 kostya Monkey Audio decoder libavformat