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
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
Sat, 31 Mar 2007 11:48:28 +0000 diego cosmetics: Fix indentation. libavformat
Fri, 30 Mar 2007 22:10:25 +0000 michael argh, who commited this trash libavformat
Fri, 30 Mar 2007 21:59:52 +0000 michael 10^10l to the idiot who designed this format and didnt even realize what number he used libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 28 Aug 2006 18:53:10 +0000 aurel ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformat
Wed, 26 Jul 2006 01:12:26 +0000 diego Fix FSF postal address. libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 13 May 2006 11:37:56 +0000 michael sanity checks some might have been exploitable libavformat
Mon, 13 Feb 2006 12:05:06 +0000 alex 10l, allocate bitbuffer with regard to the padding size libavformat
Sun, 12 Feb 2006 02:18:37 +0000 alex tta demuxer, also usable for moving tta audio data into an other container libavformat