log wmaenc.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Sat, 24 Jul 2010 13:59:49 +0000 reimar Use "const" qualifier for pointers that point to input data of libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Fri, 19 Feb 2010 20:42:55 +0000 stefang remove a Huffman table from WMA which also exists in AAC libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sat, 20 Jun 2009 09:05:28 +0000 faust3 Introduce WMACoef typedef for decoded coefficients libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Mon, 13 Apr 2009 16:59:38 +0000 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
Thu, 19 Feb 2009 17:54:23 +0000 michael A try to fix the regressions. libavcodec
Thu, 02 Oct 2008 19:20:11 +0000 gpoirier Intel C compiler warns on this assignment in this if(), probably libavcodec
Tue, 12 Aug 2008 00:36:36 +0000 lorenm remove mdct tmp buffer libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 15 Feb 2008 13:44:08 +0000 banan silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodec
Mon, 17 Dec 2007 18:23:18 +0000 michael clarify FIXME libavcodec