log mpc.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Fri, 11 Jun 2010 13:44:57 +0000 cehoyos Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sat, 20 Feb 2010 11:22:47 +0000 vitor Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 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:28:56 +0000 kostya Parse ID3 tags in Musepack SV7 files libavformat
Tue, 11 Aug 2009 17:18:10 +0000 kostya Parse APE metadata tags in Musepack SV7 files libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at 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
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Sun, 14 Jan 2007 16:10:05 +0000 reimar 10l, > vs. >= typo, caused crashes on last mpc frame libavformat
Mon, 01 Jan 2007 05:32:27 +0000 kostya Decode previous 32 frames to avoid seeking artifacts in MPC libavformat
Mon, 01 Jan 2007 05:29:53 +0000 kostya Make MPC demuxer deal with ID3 tags at the beginning libavformat
Thu, 28 Dec 2006 05:33:31 +0000 kostya Enable forward seek in Musepack demuxer libavformat
Sun, 24 Dec 2006 04:51:43 +0000 kostya Musepack SV7 decoding support libavformat