log libmpcodecs/vf_yadif.c @ 23570:d1384f52f892

age author description
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Mon, 05 Feb 2007 03:05:46 +0000 michael 10l
Mon, 05 Feb 2007 00:46:53 +0000 michael skip first (green) frame
Sun, 19 Nov 2006 19:17:51 +0000 gpoirier allows to de- and reactivate yadif on the fly
Sun, 01 Oct 2006 19:51:04 +0000 gpoirier Compile fix for odd versions of binutils, namely the ones in Fedora.
Sat, 23 Sep 2006 09:18:20 +0000 reimar Add forgotten emms which caused weird bugs like nan pts values.
Fri, 22 Sep 2006 09:33:30 +0000 reimar Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't
Mon, 18 Sep 2006 16:48:50 +0000 diego Replace preprocessor hacks to work around compilers not supporting named
Thu, 14 Sep 2006 04:00:49 +0000 lorenm mmx implementation of yadif. 3.5x faster.
Thu, 14 Sep 2006 03:59:48 +0000 lorenm cosmetics (indentation)
Thu, 14 Sep 2006 03:59:28 +0000 lorenm cosmetics
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Fri, 09 Jun 2006 10:29:35 +0000 michael better spatial interpolation
Wed, 07 Jun 2006 17:21:45 +0000 michael make spatial interlacing check optional
Wed, 07 Jun 2006 16:46:52 +0000 michael simplify
Wed, 07 Jun 2006 14:43:34 +0000 michael cleanup
Wed, 07 Jun 2006 13:39:06 +0000 michael cleanup
Tue, 06 Jun 2006 23:42:33 +0000 michael simplify
Tue, 06 Jun 2006 23:30:23 +0000 michael yet another deinterlacing filter