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
Sat, 26 Sep 2009 19:23:27 +0000 mru WMA: remove some unused variables libavcodec
Wed, 23 Sep 2009 12:29:56 +0000 diego Remove unused variables, fixes the warnings: libavcodec
Wed, 23 Sep 2009 10:33:13 +0000 mru WMA: use DSPContext.butterflies_float libavcodec
Sat, 20 Jun 2009 09:05:28 +0000 faust3 Introduce WMACoef typedef for decoded coefficients libavcodec
Fri, 12 Jun 2009 16:00:26 +0000 faust3 Move run level decode functionality to ff_wma_run_level_decode libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Fri, 17 Apr 2009 15:35:32 +0000 michael Remove unused variable from wma_decode_block() found by CSA. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Thu, 28 Aug 2008 00:46:09 +0000 michael Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. libavcodec
Tue, 12 Aug 2008 00:38:30 +0000 lorenm mdct wrapper function to match fft 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
Fri, 11 Jul 2008 19:54:02 +0000 michael indent libavcodec
Fri, 11 Jul 2008 19:51:36 +0000 michael Fix not coded channels / silence decoding. libavcodec
Fri, 11 Jul 2008 19:45:52 +0000 michael Check that we have enough output space available. 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, 01 Feb 2008 16:14:32 +0000 michael const libavcodec
Fri, 30 Nov 2007 21:51:34 +0000 reimar wma_decode_superframe always returns s->block_align, so make libavcodec
Sat, 11 Aug 2007 23:17:03 +0000 aurel various simplifications around recent av_clip_int16() usage libavcodec
Sat, 11 Aug 2007 22:48:55 +0000 aurel use av_clip_int16() where it makes sense libavcodec
Thu, 09 Aug 2007 00:57:36 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:54:41 +0000 alex fix compilation with TRACE enabled libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Wed, 30 May 2007 23:06:37 +0000 michael sanity checks (should prevent hypothetical div by zero issue) libavcodec
Wed, 04 Apr 2007 13:49:55 +0000 banan WMA decoder improvement, output closer to the dmo binary. libavcodec
Mon, 26 Mar 2007 10:03:57 +0000 banan Optimize by building the mdct window and multipying/adding at the same time. libavcodec
Tue, 27 Feb 2007 09:54:48 +0000 mbardiaux Rename WMADecodeContext to WMACodecContext libavcodec
Tue, 27 Feb 2007 09:39:04 +0000 mbardiaux Supply context to tprintf libavcodec
Wed, 07 Feb 2007 14:53:25 +0000 michael doxygenize libavcodec
Tue, 06 Feb 2007 21:12:48 +0000 michael kill debuging code libavcodec
Tue, 06 Feb 2007 20:19:04 +0000 michael wma encoder libavcodec
Thu, 14 Dec 2006 17:50:23 +0000 banan Bug fix for crashes when SSE is used on unaligned arrays. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Sun, 10 Sep 2006 15:36:53 +0000 lu_zero Cleanup, from Emanuele Giaquinta <exg@gentoo.org> libavcodec
Tue, 22 Aug 2006 16:23:56 +0000 banan Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec
Sat, 19 Aug 2006 08:46:52 +0000 banan SIMD vector optimizations. 3% faster overall decoding. libavcodec
Tue, 08 Aug 2006 04:01:04 +0000 lorenm 3dnow2 implementation of imdct. libavcodec
Tue, 27 Jun 2006 12:13:01 +0000 reimar Do not read full byte when less than 8 bits are still to be read. libavcodec
Tue, 27 Jun 2006 12:09:58 +0000 reimar Ignore overrun in spectral RLE decoding, fixes libavcodec
Thu, 30 Mar 2006 14:58:36 +0000 michael reverting 1.31->1.33 libavcodec