log wmadec.c @ 9472:05663d250d5b libavcodec

age author description
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