log flac.c @ 6198:e09251439406 libavcodec

age author description
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavcodec
Sun, 04 Nov 2007 00:06:33 +0000 jbr Add decoding support for variable block size FLAC files using the latest FLAC libavcodec
Sat, 03 Nov 2007 23:54:50 +0000 jbr Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodec
Sun, 30 Sep 2007 03:01:56 +0000 lorenm 20% faster lpc, 6% overall flac decoding libavcodec
Sun, 30 Sep 2007 02:12:03 +0000 lorenm replace FIR with finite differences. libavcodec
Tue, 25 Sep 2007 23:31:13 +0000 lorenm optimize decode_subframe_lpc() libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Thu, 14 Jun 2007 09:32:04 +0000 benoit add and remove some parentheses libavcodec
Tue, 12 Jun 2007 07:59:43 +0000 gpoirier fix 8- and 24-bit FLAC decoding libavcodec
Sun, 21 Jan 2007 09:55:28 +0000 reimar Fix crash when pred_order greater s->blocksize >> rice_order. libavcodec
Sun, 14 Jan 2007 23:50:06 +0000 michael avcodec_decode_audio2() libavcodec
Thu, 23 Nov 2006 22:22:03 +0000 aurel flac: allow reading of full metadata headers from extradata libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 28 Aug 2006 18:46:01 +0000 aurel force usage of ALT_BITSTREAM_READER where needed libavcodec
Fri, 07 Jul 2006 22:43:32 +0000 michael moving utf8 reading function to libavutil libavcodec