log libmpcodecs/vf_ivtc.c @ 31201:203789464176

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-09-14 reimar Add several HAVE_EBX_AVAILABLE conditions where necessary
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
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
2007-06-28 reimar Get rid of my_memcpy_pic code duplication in many filters.
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
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)
2006-03-12 rfelker 10l found by Oded: case 2 on a boolean value...
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
2003-04-26 rfelker optimization -- lots of conditional jumps in inner loops are bad
2003-04-26 rfelker optimization
2003-04-19 rfelker 1. new alternate approach to inverse telecine! much better!