log ra288.c @ 7854:e5e3c56c358c libavcodec

age author description
Sat, 13 Sep 2008 16:56:58 +0000 vitor Cosmetics: line breaks libavcodec
Sat, 13 Sep 2008 16:49:05 +0000 vitor Simplify: use a single history buffer for gain and a single one for libavcodec
Thu, 11 Sep 2008 19:10:26 +0000 vitor Cosmetics: align spec references libavcodec
Thu, 11 Sep 2008 19:06:54 +0000 vitor Rename function: s/colmult/apply_window/ libavcodec
Thu, 11 Sep 2008 08:13:23 +0000 diego misc spelling/wording/grammar fixes libavcodec
Wed, 10 Sep 2008 19:00:02 +0000 vitor Convert table to integer. libavcodec
Thu, 04 Sep 2008 11:03:14 +0000 vitor Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. libavcodec
Wed, 06 Aug 2008 03:00:15 +0000 vitor Check *data_size in decode_frame() libavcodec
Wed, 06 Aug 2008 02:49:22 +0000 vitor Cosmetics: alignment libavcodec
Wed, 06 Aug 2008 02:44:59 +0000 vitor Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodec
Tue, 05 Aug 2008 04:52:33 +0000 vitor Rename prodsum() function to convolve() libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Tue, 29 Jul 2008 18:22:31 +0000 vitor Do not declare a counter as unsigned when it is not needed libavcodec
Tue, 29 Jul 2008 18:20:49 +0000 vitor Cosmetics: rename loop counter vars to i,j libavcodec
Mon, 28 Jul 2008 10:49:44 +0000 vitor Cosmetics: new line libavcodec