log ape.c @ 6451:a8abcc0f32cf libavformat

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