log snow.c @ 4119:85438e10d72d libavcodec

age author description
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
Wed, 04 Jan 2006 22:34:11 +0000 michael cleanup libavcodec
Fri, 30 Dec 2005 22:41:32 +0000 mmu_man :%s/check_block_2p/check_block_inter/g libavcodec
Fri, 30 Dec 2005 21:05:44 +0000 mmu_man this fixes compilation with gcc 2.95 which seems to not like array casting... special case inline of check_block which makes the array and passes it libavcodec
Fri, 30 Dec 2005 15:12:02 +0000 michael mem corruption fix libavcodec
Thu, 29 Dec 2005 02:17:51 +0000 michael 4mv + iter ME 10l fix (still not bugfree but better) libavcodec
Wed, 28 Dec 2005 23:45:16 +0000 michael 10l libavcodec
Wed, 28 Dec 2005 15:43:53 +0000 michael iterative overlapped block based motion estimation for snow libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Mon, 19 Dec 2005 18:26:17 +0000 michael 10l libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 03 Dec 2005 14:20:03 +0000 michael check block_max_depth (fixes crash) libavcodec
Sat, 03 Dec 2005 03:07:54 +0000 michael make selftest code compile again libavcodec
Wed, 21 Sep 2005 23:09:16 +0000 aurel fix unused variable warnings libavcodec
Sun, 21 Aug 2005 22:17:41 +0000 michael reducing minimum supported picture size libavcodec
Sun, 08 May 2005 20:15:42 +0000 michael #defines for strict_std_compliance and split between inofficial extensions and non standarized things libavcodec
Mon, 25 Apr 2005 18:29:06 +0000 michael PIX_FMT_NONE and related fixes libavcodec
Mon, 25 Apr 2005 10:03:01 +0000 michael tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) libavcodec
Sun, 24 Apr 2005 17:21:11 +0000 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
Sun, 17 Apr 2005 09:27:53 +0000 michael fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net libavcodec
Fri, 15 Apr 2005 13:24:30 +0000 michael store the number of runs to avoid storing the last run value libavcodec
Fri, 15 Apr 2005 05:54:47 +0000 lorenm allow 2pass ratecontrol. also fixes psnr displayed by mencoder. libavcodec
Thu, 14 Apr 2005 20:54:03 +0000 michael replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() libavcodec
Thu, 14 Apr 2005 20:30:08 +0000 michael minor optimization libavcodec