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