log cook.c @ 4962:f99e40a7155b libavcodec

age author description
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Wed, 09 May 2007 22:24:23 +0000 ramiro Use 1 array with double the size instead of 2 arrays with normal size libavcodec
Wed, 09 May 2007 22:00:08 +0000 ramiro Add bias instead of -32 or 0, as is done in g.722.1 libavcodec
Wed, 09 May 2007 21:57:50 +0000 ramiro Indentation for previous patch libavcodec
Wed, 09 May 2007 21:56:22 +0000 ramiro Add another tmpbias variable, as bias' value will be used later libavcodec
Wed, 09 May 2007 21:50:01 +0000 ramiro Fix logic for return value of init_vlc libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodec
Wed, 18 Apr 2007 19:47:22 +0000 banan Simplify, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:46:42 +0000 banan Remove unused vars, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:44:54 +0000 banan Remove unused vars, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:44:04 +0000 banan Cosmetics, patch by Ramiro Polla. libavcodec
Thu, 12 Apr 2007 15:37:23 +0000 banan As usual Real actually took something existing and rebranded it. libavcodec
Tue, 20 Mar 2007 18:08:51 +0000 banan Small simplifications to subband coefficient handling and use av_random(). libavcodec
Thu, 15 Mar 2007 21:22:10 +0000 banan subband_coef_noise -> subband_coef_sign libavcodec
Tue, 13 Mar 2007 19:44:02 +0000 banan Combine the window and overlap loops, libavcodec
Sun, 11 Mar 2007 20:30:06 +0000 banan Replace custom modified discrete cosine transform with ffmpeg's own. libavcodec
Thu, 08 Mar 2007 20:43:51 +0000 banan Simplify gain block handling. libavcodec
Thu, 08 Mar 2007 19:47:03 +0000 banan Don't output the first two frames, since they don't contain valid audio. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sun, 18 Feb 2007 20:35:22 +0000 banan Clairyfication of the gain tool struct. libavcodec
Sun, 18 Feb 2007 19:12:20 +0000 banan Don't use byte swaps and use the more portable way libavcodec
Mon, 29 Jan 2007 10:42:36 +0000 banan Check that js_vlc_bits from the extradata is in a valid range. libavcodec
Mon, 29 Jan 2007 10:32:14 +0000 banan Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodec
Mon, 29 Jan 2007 08:58:03 +0000 banan Kill a warning and don't use modulus. libavcodec
Mon, 29 Jan 2007 08:37:22 +0000 banan decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodec
Sun, 28 Jan 2007 10:17:48 +0000 banan Sort out the diffrent cook versions. libavcodec
Sun, 28 Jan 2007 10:05:21 +0000 banan Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodec
Sat, 27 Jan 2007 17:30:54 +0000 banan Get rid of one warning. libavcodec
Thu, 14 Dec 2006 17:58:25 +0000 banan av_log(NULL,... -> av_log(avctx,.. where appropriate. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 24 Aug 2006 21:59:20 +0000 aurel cook shouldn't try to enforce the bitstream reader type libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Fri, 10 Feb 2006 11:59:38 +0000 al Don't use pow/powf functions where we just need integer arithmetic. libavcodec
Mon, 06 Feb 2006 11:21:10 +0000 banan Fix broken cosmetics commit and add a check for valid headers. libavcodec
Mon, 06 Feb 2006 11:03:37 +0000 banan Small cosmetics and better variable names. libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 07 Jan 2006 23:38:17 +0000 banan Incorrect check removed. libavcodec
Fri, 06 Jan 2006 12:41:57 +0000 rtognimp Dual mono stereo strems sound ok now, added sanity checks and removed libavcodec
Wed, 04 Jan 2006 12:48:10 +0000 diego Fix an out of array access and some minor cleanup of the code. libavcodec
Sun, 11 Dec 2005 00:56:39 +0000 rtognimp This patch adds some support for non-joint stereo streams. It also libavcodec
Fri, 09 Dec 2005 16:08:18 +0000 rtognimp Cook compatibe decoder, patch by Benjamin Larsson libavcodec