log mace.c @ 8000:5ef823d919d5 libavcodec

age author description
Sun, 05 Oct 2008 16:33:43 +0000 vitor Use a for() instead of triplicating code. libavcodec
Sun, 05 Oct 2008 14:36:10 +0000 vitor Factorize duplicate table reading code. libavcodec
Tue, 09 Sep 2008 19:20:20 +0000 vitor Convert two tables to signed decimal libavcodec
Tue, 09 Sep 2008 16:51:39 +0000 vitor Cosmetics: remove useless parentheses libavcodec
Tue, 09 Sep 2008 16:50:11 +0000 vitor Remove ChannelData.lev var and use ChannelData.level instead libavcodec
Sun, 07 Sep 2008 20:21:15 +0000 vitor Check output buffer size before decoding. libavcodec
Sun, 07 Sep 2008 20:18:18 +0000 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
Sun, 07 Sep 2008 17:20:55 +0000 vitor Exploit symmetry to reduce size of tables by half. libavcodec
Sun, 07 Sep 2008 14:33:01 +0000 vitor Cosmetics: s/short/int16_t/ libavcodec
Sun, 07 Sep 2008 14:32:10 +0000 vitor Remove cast, now tables are signed. libavcodec
Sun, 07 Sep 2008 14:30:54 +0000 vitor Convert tables to signed and decimal. libavcodec
Sun, 07 Sep 2008 13:55:26 +0000 vitor Remove unused table entries. libavcodec
Sun, 07 Sep 2008 13:47:30 +0000 vitor Remove commented out code. libavcodec
Sun, 07 Sep 2008 13:46:09 +0000 vitor Use FFMIN() instead of rewriting it. libavcodec
Sun, 07 Sep 2008 13:42:34 +0000 vitor Factorize broken clipping in its own function and document it. libavcodec
Sun, 07 Sep 2008 09:55:47 +0000 vitor Cosmetics: whitespace/linebreaks libavcodec
Sun, 07 Sep 2008 09:46:55 +0000 vitor Use the same 8 bit -> 16 bit conversion as QuickTime. libavcodec
Sun, 07 Sep 2008 09:42:57 +0000 vitor Do not share context variables between channels and do not zero them at libavcodec
Sun, 07 Sep 2008 09:38:37 +0000 vitor Remove output pointer from context libavcodec
Fri, 05 Sep 2008 00:01:23 +0000 vitor Cosmetics: indent after last commit and remove useless braces libavcodec
Fri, 05 Sep 2008 00:00:20 +0000 vitor Simplify: use a for instead of unrolling by hand libavcodec
Thu, 04 Sep 2008 23:54:57 +0000 vitor Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit libavcodec
Thu, 04 Sep 2008 23:18:28 +0000 vitor Simplify: use two distinct functions to decode MACE3 and MACE6, since the libavcodec
Thu, 04 Sep 2008 23:12:20 +0000 vitor Simplify mace_decode_frame() libavcodec
Thu, 04 Sep 2008 23:02:08 +0000 vitor Remove useless comments libavcodec
Thu, 04 Sep 2008 23:00:34 +0000 vitor Reindent mace.c, its indentation was completly inconsistent with the coding rules. libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec