log libmpcodecs/vf_filmdint.c @ 36851:5a61b8dd0aad

age author description
2013-01-20 diego Replace obsolete x86_cpu.h #includes by the correct header.
2011-11-03 diego cpudetect: clean up libavutil #includes
2011-01-14 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
2010-02-22 diego Declare externally used variables from vd.c as extern in vd.h.
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-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-27 reimar Use x86_reg instead of long in several video filters to fix compilation on MinGW64.
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-16 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2008-01-09 uau Remove unnecessary <signal.h> includes
2007-12-02 reimar Make all vf_info_t structs const
2007-08-24 diego Remove unused variable.
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-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
2004-04-23 rfelker dr bugfix by zoli (author of the filter)
2003-12-11 rfelker Patch from the author, Zoltan Hidvegi:
2003-12-08 alex Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>. Also heavily MMX centric.