log wmadec.c @ 12514:e6d711ba5760 libavcodec

age author description
Wed, 07 Jul 2010 10:24:34 +0000 cehoyos Silence warning "new qualifiers in middle of multi-level libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 09 Mar 2010 23:37:45 +0000 cehoyos Fix indentation after r22414. libavcodec
Tue, 09 Mar 2010 23:35:57 +0000 cehoyos SIMD optimization using float_to_int16_interleave. libavcodec
Fri, 19 Feb 2010 20:42:55 +0000 stefang remove a Huffman table from WMA which also exists in AAC libavcodec
Sat, 30 Jan 2010 21:55:18 +0000 michael Flush the bitreservour. libavcodec
Mon, 07 Dec 2009 00:35:38 +0000 michael Print error messages on errors. libavcodec
Sun, 06 Dec 2009 23:51:51 +0000 michael Fix apparent 10l typos introduced in r8627. libavcodec
Tue, 24 Nov 2009 10:10:39 +0000 mru WMA: extend exponent range to 95 libavcodec
Mon, 23 Nov 2009 22:22:16 +0000 mru WMA: extend exponent table up to 75 libavcodec
Tue, 29 Sep 2009 12:48:24 +0000 mru WMA: fix loop unrolling in decode_exp_vlc() libavcodec
Tue, 29 Sep 2009 10:38:30 +0000 mru WMA: use type punning and unroll loops in decode_exp_vlc() libavcodec
Tue, 29 Sep 2009 10:38:27 +0000 mru WMA: use a table instead of pow() in decode_exp_vlc libavcodec
Sun, 27 Sep 2009 16:51:54 +0000 mru Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodec