log snow.c @ 6405:7f615bfc21a2 libavcodec

age author description
Tue, 26 Feb 2008 09:35:21 +0000 diego Remove START_TIMER and STOP_TIMER macros. libavcodec
Mon, 25 Feb 2008 22:44:35 +0000 diego Remove commented-out av_log calls. libavcodec
Mon, 25 Feb 2008 22:32:52 +0000 michael Make diego happy. libavcodec
Fri, 01 Feb 2008 14:18:09 +0000 michael some const libavcodec
Thu, 31 Jan 2008 00:57:48 +0000 bcoudurier add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodec
Thu, 31 Jan 2008 00:56:29 +0000 bcoudurier Add const qualifier, fix warnings: libavcodec
Tue, 22 Jan 2008 23:47:59 +0000 diego Remove unused variables in test code. libavcodec
Sun, 20 Jan 2008 23:53:51 +0000 diego Consistently use TEST as the preprocessor condition to enable test code. libavcodec
Mon, 14 Jan 2008 04:27:03 +0000 michael Remove green clouds. libavcodec
Thu, 06 Dec 2007 08:38:49 +0000 michael prevent warnings about functions being possibly unused libavcodec
Thu, 06 Dec 2007 02:02:41 +0000 michael thank you for your efforts to keep my code clean, but i would like to libavcodec
Fri, 23 Nov 2007 00:52:56 +0000 diego main() --> main(void) libavcodec
Fri, 16 Nov 2007 23:15:39 +0000 diego Remove unused functions, fixes the warnings: libavcodec
Thu, 15 Nov 2007 22:32:39 +0000 aurel avoid some halfpel related #ifdef libavcodec
Thu, 15 Nov 2007 12:40:40 +0000 diego Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodec
Sat, 10 Nov 2007 16:44:37 +0000 diego Add comments to some #endif directives. libavcodec
Sat, 10 Nov 2007 16:39:54 +0000 diego cosmetics: Fix vissual --> visual typo. libavcodec
Sat, 10 Nov 2007 16:25:44 +0000 diego Improve unsupported (pixel) format error message. libavcodec
Thu, 11 Oct 2007 09:35:06 +0000 diego warning fixes: libavcodec
Sun, 23 Sep 2007 21:11:36 +0000 michael some experimental iterative quantization code libavcodec
Sun, 09 Sep 2007 18:28:36 +0000 michael make changing spatial_decomposition_count per frame work libavcodec
Sun, 09 Sep 2007 17:01:11 +0000 michael do not ignore return of decode_header() libavcodec
Sun, 09 Sep 2007 16:54:00 +0000 michael do not force the halfpel filter coeffs to be retransmitted on every frame libavcodec
Sun, 09 Sep 2007 15:06:46 +0000 michael allow changing of the spatial_decomposition_count and quantization tables libavcodec
Sun, 09 Sep 2007 13:47:25 +0000 michael perform init after reading the values needed for init libavcodec
Sun, 09 Sep 2007 12:46:25 +0000 michael unneeded and impossible during init ... libavcodec
Sun, 09 Sep 2007 12:36:10 +0000 michael unused libavcodec
Sun, 09 Sep 2007 12:33:34 +0000 michael allocate slice buffer after parsing the header containing needed parameters libavcodec
Sun, 09 Sep 2007 12:25:12 +0000 michael remove () libavcodec
Sun, 09 Sep 2007 12:24:45 +0000 michael spatial_decomposition_count != 5 bugfix libavcodec
Sun, 09 Sep 2007 12:22:11 +0000 michael scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodec
Sat, 08 Sep 2007 14:52:21 +0000 michael rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodec
Sat, 08 Sep 2007 14:51:13 +0000 michael store halfpel filter coefficients in the header as well as the libavcodec
Sat, 08 Sep 2007 03:16:24 +0000 michael remove outcommented code libavcodec
Sat, 08 Sep 2007 03:15:42 +0000 michael indention libavcodec
Sat, 08 Sep 2007 03:14:20 +0000 michael cleanup mc_block() libavcodec
Wed, 05 Sep 2007 01:49:14 +0000 michael add a 8 taps filter for testing libavcodec
Wed, 05 Sep 2007 00:49:09 +0000 michael Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodec
Wed, 05 Sep 2007 00:06:34 +0000 michael code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodec
Sat, 01 Sep 2007 14:00:47 +0000 lu_zero Cosmetics libavcodec
Sat, 25 Aug 2007 03:19:39 +0000 michael cleanup (remove some old experimentation related code) libavcodec
Sat, 25 Aug 2007 03:04:13 +0000 michael we only have 2 wavelets, the 3rd was just for experimentation ... libavcodec
Sat, 25 Aug 2007 03:00:51 +0000 michael use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodec
Thu, 23 Aug 2007 10:49:14 +0000 michael use more bits on the encoder side libavcodec
Wed, 22 Aug 2007 17:26:49 +0000 michael simplify libavcodec
Tue, 21 Aug 2007 16:29:40 +0000 michael Change rounding of the horizontal DWT to match the vertical one. libavcodec
Mon, 20 Aug 2007 22:18:26 +0000 michael get rid of idiotc double subtraction libavcodec
Sat, 28 Jul 2007 12:50:28 +0000 diego Ahem, fix typos overlooked in last commit. libavcodec
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavcodec
Thu, 19 Jul 2007 08:47:07 +0000 takis Fix the self tests which are contained in some codecs and are using random(). libavcodec
Sun, 08 Jul 2007 23:14:54 +0000 mru trivial warning fixes libavcodec
Thu, 05 Jul 2007 22:57:52 +0000 aurel include snow encoder only if it is not disabled libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Wed, 30 May 2007 21:38:57 +0000 michael fix assert() 2nd try libavcodec
Tue, 29 May 2007 16:51:55 +0000 michael fix assertion failure libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sat, 24 Feb 2007 09:41:43 +0000 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Tue, 30 Jan 2007 10:31:34 +0000 takis Add the const specifier as needed to reduce the number of warnings. libavcodec