log cook.c @ 5348:8627a229d2d2 libavcodec

age author description
Mon, 16 Jul 2007 14:45:54 +0000 mhoffman float_t was a typo that compiled on macosx libavcodec
Mon, 16 Jul 2007 13:24:43 +0000 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
Mon, 16 Jul 2007 12:32:41 +0000 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
Mon, 16 Jul 2007 11:52:46 +0000 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
Mon, 16 Jul 2007 11:25:56 +0000 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
Mon, 16 Jul 2007 01:28:58 +0000 mhoffman separating saturation codes so that we can support other data formats libavcodec
Sun, 15 Jul 2007 22:06:08 +0000 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
Sun, 15 Jul 2007 21:48:17 +0000 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
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