log flac.c @ 12514:e6d711ba5760 libavcodec

age author description
Sat, 21 Mar 2009 01:54:31 +0000 jbr add a function to calculate a more accurate estimate for maximum FLAC libavcodec
Thu, 22 Jan 2009 22:23:58 +0000 jbr flacdec: add support for 3 additional sample rate codes libavcodec
Wed, 03 Sep 2008 13:31:33 +0000 jai_menon fix issue 616 on roundup : decoding of short flac files libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Fri, 18 Jul 2008 12:03:21 +0000 michael Support reading large metadata. libavcodec
Fri, 18 Jul 2008 11:39:41 +0000 michael Make bitstream_* fields unsigned. libavcodec
Fri, 18 Jul 2008 11:38:53 +0000 michael Only realloc() bitstream buffer when the needed size increased, libavcodec
Fri, 18 Jul 2008 11:08:15 +0000 michael If metadata has been parsed goto end instead of trying to libavcodec
Sun, 13 Jul 2008 21:51:29 +0000 michael Make our flac decoder decode all the data at EOF. libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Sun, 04 May 2008 01:08:40 +0000 ramiro Indent. libavcodec
Sun, 04 May 2008 01:07:46 +0000 ramiro Do not read out of array bounds. libavcodec
Fri, 02 May 2008 21:35:32 +0000 jbr move call to init_get_bits inside conditional libavcodec
Fri, 02 May 2008 21:34:34 +0000 jbr share streaminfo parsing function libavcodec
Fri, 02 May 2008 21:33:14 +0000 jbr split out some decoder context params to a shared macro libavcodec
Fri, 02 May 2008 21:30:32 +0000 jbr change function parameters for dump_headers() libavcodec
Fri, 02 May 2008 21:29:49 +0000 jbr change function parameters for metadata_streaminfo() libavcodec
Tue, 29 Apr 2008 01:29:35 +0000 jbr remove unused variable, min_framesize libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Fri, 01 Feb 2008 04:14:46 +0000 michael const libavcodec
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