log libmpcodecs/vf_ivtc.c @ 37174:6c941fe7fc3e

age author description
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
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().
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Mon, 14 Sep 2009 14:47:56 +0000 reimar Add several HAVE_EBX_AVAILABLE conditions where necessary
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Thu, 28 Jun 2007 11:24:12 +0000 reimar Get rid of my_memcpy_pic code duplication in many filters.
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 13 Aug 2006 00:21:14 +0000 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Sun, 12 Mar 2006 18:31:50 +0000 rfelker 10l found by Oded: case 2 on a boolean value...
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Sat, 26 Apr 2003 18:31:08 +0000 rfelker optimization -- lots of conditional jumps in inner loops are bad
Sat, 26 Apr 2003 05:59:28 +0000 rfelker optimization
Sat, 19 Apr 2003 01:39:37 +0000 rfelker 1. new alternate approach to inverse telecine! much better!