log wmaprodec.c @ 12488:351a81a23343 libavcodec

age author description
Mon, 02 Aug 2010 07:26:27 +0000 benoit Change a doxy comment to a normal one. libavcodec
Tue, 27 Jul 2010 15:54:26 +0000 michael Fix doxy that refers to the wrong variable. libavcodec
Wed, 21 Apr 2010 17:57:48 +0000 rbultje Move clipping of audio samples (for those codecs outputting float) from decoder 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
Mon, 29 Mar 2010 17:37:03 +0000 rbultje Simplify interleaving code. libavcodec
Thu, 25 Mar 2010 21:01:35 +0000 stefano Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Sun, 18 Oct 2009 18:51:54 +0000 mru WMAPRO: use some type punning in decode_coeffs() libavcodec
Sat, 03 Oct 2009 10:01:23 +0000 faust3 increase maximum compressed frame size libavcodec
Sat, 03 Oct 2009 09:44:05 +0000 faust3 return AVERROR_INVALIDDATA when the bitstream could not be decoded libavcodec
Tue, 29 Sep 2009 10:38:34 +0000 mru WMA: store level_table as floats, use type punning for sign flip in decode libavcodec
Sun, 27 Sep 2009 08:16:50 +0000 mru WMAPRO: use vector_fmul_scalar from dsputil where possible libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Wed, 16 Sep 2009 15:08:26 +0000 faust3 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes libavcodec
Tue, 15 Sep 2009 16:18:16 +0000 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
Fri, 11 Sep 2009 15:59:27 +0000 faust3 reinit get_bits for every decode_packet call libavcodec
Sun, 06 Sep 2009 08:16:26 +0000 faust3 do not decode more than one audio frame in a decode packet call libavcodec
Sun, 06 Sep 2009 06:56:25 +0000 faust3 avoid extra memcpy during scale factor decoding libavcodec
Sat, 05 Sep 2009 10:59:09 +0000 faust3 fix handling of packet loss when the output buffer is full libavcodec
Sat, 05 Sep 2009 10:18:23 +0000 faust3 reindent libavcodec
Sat, 05 Sep 2009 10:11:04 +0000 faust3 remove no longer needed debug output libavcodec
Sat, 05 Sep 2009 10:07:55 +0000 faust3 reduce output buffer needs libavcodec
Sat, 05 Sep 2009 09:56:06 +0000 faust3 store packet GetBitContext in the decoder context libavcodec
Wed, 02 Sep 2009 18:03:13 +0000 diego cosmetics: indentation and other prettyprinting fixes libavcodec
Wed, 02 Sep 2009 16:41:49 +0000 faust3 add missing wmapro decoder parts libavcodec
Wed, 26 Aug 2009 23:12:41 +0000 diego whitespace cosmetics libavcodec
Wed, 26 Aug 2009 21:23:21 +0000 faust3 add decode_coeffs() libavcodec
Wed, 26 Aug 2009 21:18:54 +0000 faust3 merge 2-channel M/S stereo decoding code with the multichannel version libavcodec
Tue, 25 Aug 2009 20:02:30 +0000 diego whitespace cosmetics libavcodec
Fri, 21 Aug 2009 16:54:42 +0000 faust3 Add some more wmapro decoder hunks libavcodec
Sun, 02 Aug 2009 13:35:42 +0000 diego cosmetics: K&R coding style, prettyprinting libavcodec
Sun, 02 Aug 2009 12:57:07 +0000 faust3 add approved hunks of the wmapro decoder libavcodec