log snow.c @ 3217:d9eceb8313c2 libavcodec

age author description
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