log libmpcodecs/vf_divtc.c @ 34528:cd1c0283e645

age author description
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Wed, 01 Jun 2011 18:49:14 +0000 reimar Add "const" to avoid compiler warning.
Mon, 30 May 2011 21:31:31 +0000 reimar Fix code incorrectly assuming "char" is signed.
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, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sat, 25 Apr 2009 19:09:54 +0000 diego Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.
Fri, 13 Mar 2009 17:12:40 +0000 reimar Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX
Fri, 13 Mar 2009 17:09:39 +0000 reimar Use the same code as in vf_decimate to select diff_MMX
Fri, 13 Mar 2009 17:02:15 +0000 reimar Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).
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.
Sat, 04 Oct 2008 10:16:48 +0000 diego Remove word size check and macro and use __WORDSIZE directly instead.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const