log ra144.c @ 7105:b55bedad89ad libavcodec

age author description
Mon, 23 Jun 2008 20:18:51 +0000 vitor Rename rotate_buffer() to copy_and_dup() and doxy it libavcodec
Mon, 23 Jun 2008 20:13:07 +0000 vitor Simplify t_sqrt() libavcodec
Mon, 23 Jun 2008 20:12:12 +0000 vitor Add doxy comment libavcodec
Mon, 23 Jun 2008 20:06:36 +0000 vitor Rename var libavcodec
Mon, 23 Jun 2008 20:05:42 +0000 vitor Move code unrelated to lpc filtering out of lpc_filter() libavcodec
Mon, 23 Jun 2008 19:59:42 +0000 vitor Simplify rotate_buffer() libavcodec
Sun, 22 Jun 2008 20:10:16 +0000 vitor Cosmetics libavcodec
Sun, 22 Jun 2008 20:09:13 +0000 vitor Avoid a memcpy. Code is also simpler now in my opinion. libavcodec
Fri, 20 Jun 2008 20:46:07 +0000 vitor Do not write junk in the end of truncated files. FATE libavcodec
Thu, 19 Jun 2008 20:51:56 +0000 vitor Misc cosmetics libavcodec
Thu, 19 Jun 2008 20:48:00 +0000 vitor Remove useless comment libavcodec
Thu, 19 Jun 2008 20:43:34 +0000 vitor Last table renaming libavcodec
Thu, 19 Jun 2008 20:36:23 +0000 vitor Yet more table renaming libavcodec
Thu, 19 Jun 2008 20:31:34 +0000 vitor More table renaming libavcodec
Thu, 19 Jun 2008 20:28:28 +0000 vitor Rename table libavcodec
Thu, 19 Jun 2008 19:37:51 +0000 vitor Rename vars: s/decsp/out/ libavcodec
Thu, 19 Jun 2008 19:35:59 +0000 vitor Rename function libavcodec
Thu, 19 Jun 2008 19:34:38 +0000 vitor Rename var libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Thu, 05 Jun 2008 16:15:44 +0000 vitor Remove *lpc_refl from the context. Only the value libavcodec
Thu, 05 Jun 2008 16:11:51 +0000 vitor Split function rms() in two (it does two unrelated things) libavcodec
Mon, 02 Jun 2008 18:29:04 +0000 vitor Remove warning that could never be triggered. libavcodec
Sun, 01 Jun 2008 19:51:33 +0000 vitor Replace comments by error messages. libavcodec
Sun, 01 Jun 2008 19:36:54 +0000 vitor Cosmetics libavcodec
Sun, 01 Jun 2008 19:36:43 +0000 vitor Rename dec2() function libavcodec
Sun, 01 Jun 2008 19:35:04 +0000 vitor Rename var libavcodec
Sun, 01 Jun 2008 19:33:17 +0000 vitor Rename dec1() to a more descriptive name libavcodec
Sun, 01 Jun 2008 19:30:07 +0000 vitor The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodec
Sun, 01 Jun 2008 13:30:15 +0000 vitor Yet more variable renaming libavcodec
Sun, 01 Jun 2008 13:28:41 +0000 vitor More variable renaming libavcodec
Sun, 01 Jun 2008 13:17:22 +0000 vitor Rename functions libavcodec
Sun, 01 Jun 2008 13:16:13 +0000 vitor Rename variables libavcodec
Sat, 31 May 2008 15:37:41 +0000 vitor Add doxy comments to eq() and do_voice() libavcodec
Sat, 31 May 2008 14:38:34 +0000 vitor Minor simplification libavcodec
Sat, 31 May 2008 14:36:46 +0000 vitor Rename variable libavcodec
Sat, 31 May 2008 14:34:35 +0000 vitor Remove useless intermediate variable libavcodec
Fri, 30 May 2008 19:46:43 +0000 vitor Revert r13499, log: libavcodec
Wed, 28 May 2008 21:25:18 +0000 vitor Rename variable libavcodec
Wed, 28 May 2008 21:17:32 +0000 vitor More intermediate vars removal libavcodec
Wed, 28 May 2008 21:04:42 +0000 vitor Remove unused var libavcodec
Wed, 28 May 2008 21:02:51 +0000 vitor Remove useless intermediate var libavcodec
Wed, 28 May 2008 20:36:11 +0000 vitor Remove dec1() function libavcodec
Wed, 28 May 2008 19:04:34 +0000 vitor Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodec
Wed, 28 May 2008 19:02:16 +0000 vitor Make lpc coefficients 16 bit wide libavcodec
Wed, 28 May 2008 18:59:09 +0000 vitor Simplify implementation and use of dec2() libavcodec
Tue, 27 May 2008 16:50:48 +0000 vitor Add comment libavcodec
Tue, 27 May 2008 16:14:31 +0000 vitor Fix doxy comments libavcodec
Tue, 27 May 2008 10:51:23 +0000 diego cosmetics: typo fixes libavcodec
Mon, 26 May 2008 23:11:24 +0000 diego cosmetics: typo libavcodec
Mon, 26 May 2008 18:26:47 +0000 vitor Rename var: add read coefficients a decent name libavcodec
Mon, 26 May 2008 18:21:09 +0000 vitor Update comment libavcodec
Mon, 26 May 2008 18:18:33 +0000 vitor Rename var: val -> energy libavcodec
Mon, 26 May 2008 18:16:05 +0000 vitor Rename var: swapbuf* are LPC related libavcodec
Mon, 26 May 2008 17:10:00 +0000 vitor Rename var: buffer_2 is an adaptive codebook libavcodec
Mon, 26 May 2008 16:59:39 +0000 vitor Context vars are not global vars. glob is a bad name for it. libavcodec
Mon, 26 May 2008 16:55:22 +0000 vitor Rename context struct to be more consistent with the rest of ffmpeg libavcodec
Sun, 25 May 2008 19:48:03 +0000 vitor Merge two if's libavcodec
Sun, 25 May 2008 19:00:13 +0000 vitor Use (u)int16_t instead of (unsigned) short libavcodec
Sun, 25 May 2008 17:04:42 +0000 vitor More cosmetics libavcodec
Sun, 25 May 2008 16:58:25 +0000 vitor Cosmetics libavcodec
Sun, 25 May 2008 16:53:55 +0000 vitor Rename var libavcodec
Sun, 25 May 2008 16:52:14 +0000 vitor Minor simplification of dec1() libavcodec
Sun, 25 May 2008 16:50:08 +0000 vitor Minor simplification of dec2() libavcodec
Sun, 25 May 2008 16:46:05 +0000 vitor Remove useless variable libavcodec
Sun, 25 May 2008 16:44:56 +0000 vitor Cosmetics: merge declaration and initialization libavcodec
Sun, 25 May 2008 16:42:31 +0000 vitor Cosmetics: braces removal libavcodec
Sun, 25 May 2008 16:29:07 +0000 vitor Move evaluation of variable a to where it is trivial libavcodec
Sun, 25 May 2008 16:27:33 +0000 vitor Make add_wav() receive a vector instead of three integers libavcodec
Sun, 25 May 2008 16:10:08 +0000 vitor Remove gbuf2 from context libavcodec
Sun, 25 May 2008 13:26:04 +0000 vitor Use (u)int16_t instead of short for tables libavcodec
Sun, 25 May 2008 13:25:10 +0000 vitor Make tables that fit in one byte (u)int8_t libavcodec
Sun, 25 May 2008 13:23:27 +0000 vitor Remove yet another val (gbuf1) from context libavcodec
Sun, 25 May 2008 13:22:56 +0000 vitor Parameter n of dec functions is always 3. Hardcode it. libavcodec
Sat, 24 May 2008 20:52:50 +0000 vitor Indent libavcodec
Sat, 24 May 2008 20:51:56 +0000 vitor Remove another useless variable from context libavcodec
Sat, 24 May 2008 16:38:48 +0000 vitor Use an intermediate variable for overflow testing libavcodec
Sat, 24 May 2008 16:20:37 +0000 vitor Handle the case where we do not have enough input libavcodec
Sat, 24 May 2008 12:33:00 +0000 vitor Simplify eq() libavcodec
Sat, 24 May 2008 09:20:09 +0000 vitor Simplify final() libavcodec
Sat, 24 May 2008 09:19:21 +0000 vitor Simplify rms() libavcodec
Sat, 24 May 2008 09:17:30 +0000 vitor More simplifications of ra144_decode_frame() libavcodec
Sat, 24 May 2008 09:15:01 +0000 vitor Make wavtable a table instead of an array libavcodec
Wed, 21 May 2008 19:24:17 +0000 vitor Make gbuf2 a table instead of an array libavcodec
Wed, 21 May 2008 19:23:15 +0000 vitor Remove unneeded var from context libavcodec
Wed, 21 May 2008 16:53:20 +0000 vitor Cosmetics: indentation libavcodec
Wed, 21 May 2008 16:43:33 +0000 vitor Simplify irms() libavcodec
Wed, 21 May 2008 16:43:05 +0000 vitor Simplify add_wav() libavcodec
Wed, 21 May 2008 16:41:58 +0000 vitor Only one out of two values of gbuf1 is actually used. Make it half the size. libavcodec
Wed, 21 May 2008 16:38:44 +0000 vitor Make etable1 and etable2 tables instead of arrays. libavcodec
Wed, 21 May 2008 16:36:19 +0000 vitor Simplify ra144_decode_frame() by unrolling a senseless libavcodec
Wed, 21 May 2008 16:33:49 +0000 vitor Use ff_sqrt() function instead of using a table libavcodec
Sat, 17 May 2008 14:51:49 +0000 vitor Cosmetics: move function to remove forward declarations libavcodec
Sat, 17 May 2008 14:42:55 +0000 vitor Minor simplification of rotate_block() libavcodec
Sat, 17 May 2008 14:40:36 +0000 vitor Cosmetics: indentation libavcodec
Sat, 17 May 2008 14:39:47 +0000 vitor Cosmetics: rename variable libavcodec
Sat, 17 May 2008 14:38:12 +0000 vitor Simplify ra144_decode_frame() libavcodec
Sat, 17 May 2008 14:35:45 +0000 vitor Remove a useless temporary buffer libavcodec
Thu, 15 May 2008 18:49:50 +0000 vitor Remove useless buffers libavcodec
Thu, 15 May 2008 18:42:05 +0000 vitor Simplify rotate_block() libavcodec
Thu, 15 May 2008 18:41:04 +0000 vitor Do not pass the context to functions that do not use it libavcodec
Thu, 15 May 2008 18:39:07 +0000 vitor Declare vars as const when possible libavcodec
Thu, 15 May 2008 18:36:12 +0000 vitor Do not copy tables to a context var, use them directly libavcodec
Thu, 15 May 2008 18:34:31 +0000 vitor Remove unneeded fields from the decoder context libavcodec
Thu, 15 May 2008 18:31:55 +0000 vitor Read the bitstream where the data is actually needed instead of doing it in unpack_input() libavcodec
Thu, 15 May 2008 18:30:05 +0000 vitor Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) libavcodec
Thu, 15 May 2008 18:29:05 +0000 vitor Cosmetics: remove useless parenthesis libavcodec
Thu, 15 May 2008 18:28:24 +0000 vitor The first table of decodetable[] is unrelated to the other. Rename it. libavcodec
Sun, 11 May 2008 18:47:16 +0000 astrange Simplify do_voice(). libavcodec
Sun, 11 May 2008 18:43:11 +0000 astrange Replace some hardcoded swapping with FFSWAP. libavcodec
Sun, 11 May 2008 18:39:13 +0000 astrange Remove unused defines from ra144. libavcodec
Sun, 11 May 2008 03:40:14 +0000 diego Simplify a list of array allocations with a loop. libavcodec
Sat, 10 May 2008 16:05:12 +0000 diego Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. libavcodec
Sat, 10 May 2008 16:02:38 +0000 diego Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. libavcodec
Sat, 10 May 2008 15:59:08 +0000 diego cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 01 Feb 2008 15:43:38 +0000 michael const 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
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec