log snow.c @ 7061:3e51aa540377 libavcodec

age author description
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Sat, 08 Mar 2008 20:27:16 +0000 diego cosmetics: Fix indentation in a few more places. libavcodec
Sat, 08 Mar 2008 20:24:24 +0000 diego cosmetics: Normalize {} placement after for, while, if. libavcodec
Tue, 04 Mar 2008 00:07:41 +0000 aurel move draw_edges() into dsputil libavcodec
Thu, 28 Feb 2008 23:44:52 +0000 michael suppress the second warning libavcodec
Tue, 26 Feb 2008 17:56:00 +0000 diego cosmetics: Demplayerify indentation. libavcodec
Tue, 26 Feb 2008 17:13:42 +0000 diego Add comments to some #endif directives. libavcodec
Tue, 26 Feb 2008 17:06:31 +0000 diego cosmetics: spelling/grammar libavcodec
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
Thu, 25 Jan 2007 15:23:22 +0000 takis Silence GCC when incorrectly complaining that the "line" variable could be used libavcodec
Thu, 25 Jan 2007 09:54:22 +0000 takis Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodec
Thu, 25 Jan 2007 09:43:52 +0000 takis Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodec
Thu, 18 Jan 2007 13:35:24 +0000 takis Change the Snow encoder to always use the available MotionEstContext pointer. libavcodec
Wed, 03 Jan 2007 00:48:20 +0000 michael dead code removial libavcodec
Tue, 02 Jan 2007 12:24:31 +0000 michael store a few values in the header as difference to the last libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Sun, 12 Nov 2006 21:48:04 +0000 mru rename squareTbl -> ff_squareTbl libavcodec
Thu, 02 Nov 2006 19:11:20 +0000 gpoirier outputs bit spent on various encoding functions (motion vectors, overhead, etc) libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Thu, 12 Oct 2006 20:55:42 +0000 michael -1 is a valid return value in ratecontrol_1pass() -> 100l for takis libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Tue, 03 Oct 2006 17:12:48 +0000 diego Remove unused variables and the corresponding warnings along with them. libavcodec
Tue, 26 Sep 2006 14:04:36 +0000 takis Handle possible failure of ff_eval. libavcodec
Fri, 01 Sep 2006 22:02:38 +0000 lorenm snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec
Fri, 01 Sep 2006 21:51:35 +0000 lorenm fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec
Tue, 08 Aug 2006 10:24:26 +0000 diego Fix some "'static' is not at beginning of declaration" warnings. libavcodec
Sun, 04 Jun 2006 21:54:58 +0000 michael support doing motion estimation and compensation without any residual transform or coding libavcodec
Tue, 30 May 2006 19:45:12 +0000 lorenm Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. libavcodec
Tue, 30 May 2006 19:40:28 +0000 lorenm Snow: cosmetics libavcodec
Tue, 30 May 2006 16:42:29 +0000 lorenm Snow: scale predicted mv based on which reference frame the neighbors used. libavcodec
Tue, 30 May 2006 06:49:15 +0000 lorenm Snow: cosmetics libavcodec
Tue, 30 May 2006 05:44:22 +0000 lorenm Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodec
Tue, 30 May 2006 04:51:58 +0000 lorenm Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. libavcodec
Sun, 28 May 2006 21:44:47 +0000 lorenm Snow multiple reference frames libavcodec
Sun, 28 May 2006 12:38:10 +0000 lorenm Snow 1pass ratecontrol libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Mon, 20 Mar 2006 05:52:23 +0000 corey Snow mmx + sse2 part 2 libavcodec
Thu, 16 Mar 2006 19:18:18 +0000 gpoirier First part of a series of speed-enchancing patches. libavcodec
Tue, 14 Mar 2006 00:22:05 +0000 michael dont pass intra flag if its always 0 libavcodec
Mon, 13 Mar 2006 01:27:13 +0000 lorenm seed iterative_me with mvs from conventional search. libavcodec
Mon, 13 Mar 2006 01:26:06 +0000 lorenm obey vqscale in 2nd pass libavcodec
Sat, 11 Mar 2006 00:19:32 +0000 michael av_free -> av_freep libavcodec
Sat, 11 Mar 2006 00:18:43 +0000 michael fix %8 != 0 w/h libavcodec
Mon, 30 Jan 2006 23:33:19 +0000 mru add static keyword to some functions libavcodec
Tue, 24 Jan 2006 10:33:14 +0000 diego Remove all stray tabs and trailing whitespace, this time for good. libavcodec
Sat, 21 Jan 2006 02:35:03 +0000 lorenm fix convergence of snow iterative_me libavcodec
Sat, 21 Jan 2006 02:33:01 +0000 lorenm revert 1.83 because it's not needed libavcodec
Thu, 19 Jan 2006 09:21:39 +0000 lorenm detect when iterative_me fails to converge, and stop searching libavcodec
Tue, 17 Jan 2006 08:27:39 +0000 lorenm obmc-aware 4mv libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 12 Jan 2006 21:37:57 +0000 michael bugs found by valgrind libavcodec
Thu, 12 Jan 2006 05:47:52 +0000 lorenm faster iterative_me: avoid duplicate mc of neighboring blocks. libavcodec
Sun, 08 Jan 2006 01:50:34 +0000 michael use h264 MC functions for 2xX Xx2 blocks in snow too libavcodec
Sat, 07 Jan 2006 18:34:19 +0000 michael use h264 MC functions for rectangular blocks too libavcodec
Sat, 07 Jan 2006 03:39:10 +0000 michael 10l (assertion failure) libavcodec