log libmpcodecs/vf_yadif.c @ 31134:92755ba89e79

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