log apedec.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Wed, 30 Jun 2010 09:33:59 +0000 mru apedec: add flush function 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
Fri, 19 Feb 2010 22:23:55 +0000 kostya 16l trocadero: don't forget to free frame data buffer in APE decoder libavcodec
Sat, 05 Dec 2009 15:09:10 +0000 lorenm refactor and optimize scalarproduct libavcodec
Fri, 04 Dec 2009 15:12:09 +0000 lorenm 1-13% faster apply_filter, 1-3% faster ape decoding on core2 libavcodec
Fri, 04 Dec 2009 08:18:13 +0000 kostya 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec
Thu, 03 Dec 2009 17:48:54 +0000 lorenm avoid an unpredictable branch libavcodec
Thu, 03 Dec 2009 17:44:08 +0000 lorenm inline to allow constant propagation libavcodec
Fri, 20 Nov 2009 07:49:53 +0000 kostya Implement missing case for decoding samples with large pivot value in APE libavcodec
Wed, 16 Sep 2009 16:18:18 +0000 kostya Monkey's Audio uses subframes too, declare that in its capabilities libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. 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
Wed, 28 Jan 2009 07:15:22 +0000 kostya Fix Doxygen comments for APE decoder. libavcodec
Wed, 19 Nov 2008 14:57:48 +0000 kostya Add channel layout to several audio decoders I maintain libavcodec
Wed, 24 Sep 2008 12:45:28 +0000 kostya Correct wrong lower limit and condition used in APE decoder libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Fri, 29 Aug 2008 06:14:53 +0000 kostya While APE changed container format in 3.98, frequency tables for range coding libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Sun, 06 Jul 2008 06:06:55 +0000 kostya Add several vector functions used by Monkey's Audio decoder to dsputil 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 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Mon, 10 Mar 2008 00:27:40 +0000 michael smaller tables libavcodec
Tue, 04 Mar 2008 22:09:54 +0000 michael Remove unused elements from tables. libavcodec
Tue, 04 Mar 2008 21:58:34 +0000 michael Detect and prevent reading over the end of counts_*. We pass the error libavcodec
Tue, 04 Mar 2008 21:39:21 +0000 michael Prevent segfault due to reading over the end of the input buffer. libavcodec
Fri, 01 Feb 2008 03:46:11 +0000 michael const libavcodec
Thu, 31 Jan 2008 00:10:56 +0000 bcoudurier cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodec
Sun, 02 Dec 2007 14:06:28 +0000 diego Fix some spelling mistakes. libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Thu, 13 Sep 2007 03:22:47 +0000 kostya Monkey Audio decoder libavcodec