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
Mon, 13 Mar 2006 23:29:00 +0000 michael fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) libavcodec
Wed, 08 Mar 2006 09:26:57 +0000 banan Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodec
Sat, 11 Feb 2006 19:39:05 +0000 henry - fix insufficient code length for exp_vlc libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sun, 08 Jan 2006 17:09:05 +0000 banan get_vlc -> get_vlc2 transition. libavcodec
Tue, 27 Dec 2005 19:58:04 +0000 rtognimp Fix wma2 audio decoder libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Tue, 28 Jun 2005 14:56:16 +0000 michael WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Thu, 19 Aug 2004 19:01:40 +0000 michael k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>) libavcodec
Sat, 26 Jun 2004 10:35:55 +0000 alex altivec workaround libavcodec
Sat, 24 Apr 2004 19:30:49 +0000 melanson add the minimal documentation to make this decoder useful libavcodec
Sun, 18 Jan 2004 21:57:32 +0000 michael segfault fix libavcodec
Fri, 04 Jul 2003 20:32:04 +0000 al3x moved frame_count to wmadeccontext libavcodec
Fri, 04 Jul 2003 20:26:04 +0000 al3x uniformization (now it uses the same trace functions as h264, defined in common.h) libavcodec
Tue, 10 Jun 2003 22:45:43 +0000 bellard works with old gcc versions too libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Thu, 23 Jan 2003 23:03:09 +0000 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
Tue, 07 Jan 2003 17:46:08 +0000 bellard align fixes for sse/altivec libavcodec
Mon, 06 Jan 2003 22:47:42 +0000 bellard oops : better error resilience - should fix most wma decoding problems libavcodec
Thu, 31 Oct 2002 20:22:30 +0000 kabi * avoid negative numbers as well libavcodec
Thu, 31 Oct 2002 18:22:15 +0000 nickols_k 10l libavcodec
Thu, 31 Oct 2002 18:17:25 +0000 nickols_k reverse first hunk libavcodec
Thu, 31 Oct 2002 18:08:19 +0000 nickols_k fixed debug compilation libavcodec
Thu, 31 Oct 2002 00:07:13 +0000 bellard fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodec
Tue, 29 Oct 2002 22:39:11 +0000 bellard use lrintf to avoid double conversion libavcodec
Tue, 29 Oct 2002 22:27:30 +0000 bellard avoid name clash - fixed again block size selection libavcodec
Mon, 28 Oct 2002 01:42:05 +0000 bellard fixed block size selection libavcodec
Mon, 28 Oct 2002 00:48:55 +0000 bellard added wma decoder libavcodec