log tta.c @ 6468:317dedc6b9a2 libavformat

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
Thu, 17 Dec 2009 13:05:37 +0000 jai_menon 10l : make sure probe buffer is large enough. libavformat
Wed, 16 Dec 2009 19:18:48 +0000 jai_menon Parse ID3v[12] metadata from TTA files. libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead 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
Sat, 11 Aug 2007 22:45:40 +0000 conrad Set dts in tta demuxer 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
Wed, 25 Apr 2007 23:22:05 +0000 conrad Support for seeking in TTA files. libavformat
Sun, 22 Apr 2007 00:50:36 +0000 conrad Change from using a seek table internal to the TTA demuxer to using the standard lavf index. libavformat