log libmpcodecs/vf_decimate.c @ 32485:2746e4f916f6

age author description
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-13 reimar Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX
2009-03-13 reimar Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).
2009-01-16 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2007-12-02 reimar Make all vf_info_t structs const
2006-08-13 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
2006-04-15 nplourde add support for intel mac. mp3lib is not fixed yet.
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2004-10-21 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64