log ra144.h @ 12475:9fef0a8ddd63 libavcodec

age author description
Fri, 11 Jun 2010 09:01:25 +0000 vitor RealAudio 14.4k encoder. libavcodec
Fri, 11 Jun 2010 08:05:17 +0000 vitor Split do_output_subblock() into common code and decoder specific parts libavcodec
Fri, 11 Jun 2010 08:04:22 +0000 vitor Cosmetics: indent libavcodec
Fri, 11 Jun 2010 08:03:43 +0000 vitor Add ff_ prefix to non-static functions libavcodec
Fri, 11 Jun 2010 08:01:51 +0000 vitor Split ra144.c in common code (to be shared with the future encoder) and libavcodec
Mon, 08 Sep 2008 18:52:00 +0000 vitor Remove useless comment libavcodec
Mon, 08 Sep 2008 18:51:33 +0000 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Tue, 24 Jun 2008 18:13:44 +0000 vitor Remove unused entries from lpc_refl_cb* libavcodec
Tue, 24 Jun 2008 18:06:30 +0000 vitor Remove unused entries from energy_tab libavcodec
Mon, 23 Jun 2008 21:27:42 +0000 vitor Remove unused values from gain_{val,exp}_tab libavcodec
Mon, 23 Jun 2008 21:12:35 +0000 vitor Now these tables fit in 16 bits. libavcodec
Mon, 23 Jun 2008 21:10:59 +0000 vitor Merge the >> 4 calculation of cb1_base in the table 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:34:29 +0000 vitor 10l: fix typo 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
Mon, 16 Jun 2008 08:25:48 +0000 diego Add missing #includes to fix 'make checkheaders'. libavcodec
Sun, 25 May 2008 17:06:14 +0000 vitor Yet more cosmetics 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
Sat, 24 May 2008 09:15:01 +0000 vitor Make wavtable a table instead of an array libavcodec
Wed, 21 May 2008 16:38:44 +0000 vitor Make etable1 and etable2 tables instead of arrays. 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:34:55 +0000 vitor Convert ra144.h tables from hex to decimal libavcodec
Thu, 15 May 2008 18:28:24 +0000 vitor The first table of decodetable[] is unrelated to the other. Rename it. libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. 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
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 29 Jun 2003 19:11:55 +0000 al3x moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? libavcodec