log libmpcodecs/vf_yadif.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Sat, 11 Feb 2012 22:33:22 +0000 iive Fix green bottom line on yadif with certain parity.
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Fri, 01 Jul 2011 17:48:29 +0000 diego configure: Drop check for compiler support of named assembler arguments.
Sat, 07 May 2011 20:12:40 +0000 reimar Fix "warning: pointer of type 'void *' used in arithmetic".
Sun, 03 Oct 2010 20:49:50 +0000 cehoyos yadif: Explicit wordlength for compare. Fixes compile with clang.
Tue, 07 Sep 2010 23:35:57 +0000 diego Add the proper include instead of declaring the correct_pts variable extern.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Fri, 27 Mar 2009 20:34:55 +0000 reimar Use x86_reg instead of long in several video filters to fix compilation on MinGW64.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Fri, 16 Jan 2009 09:32:54 +0000 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
Tue, 30 Dec 2008 10:38:29 +0000 reimar Avoid flickering OSD with -vf yadif=1
Sun, 02 Nov 2008 15:51:00 +0000 reimar Use libavutil FFMIN etc. instead of defining our own variants.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
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