log libmpcodecs/vf_tfields.c @ 29185:a99dc500088f

age author description
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-16 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
2008-12-30 reimar Fix OSD flicker with tfields as well.
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-09-26 diego Disable unused query_format functions for now until they are
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-07-10 rfelker c++ decls, 100000000000l to whoever broke my code like this..
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
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.
2005-03-26 rfelker sane default mode
2005-03-26 rfelker 1000l, last commit broke qpel interp entirely
2005-03-02 rfelker configurable field parity (default from source); bugfixes; speed up mode 0
2004-10-21 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
2003-05-06 rfelker support more image formats. hopefully this bpp handling is correct...
2003-05-03 rfelker sort of a hack, but at least this lets the framerate-increasing
2003-05-02 rfelker more 10l's -- fortunately part of the bug was that the buggy code didn't get called...
2003-04-29 rfelker new mmx/mmx2/3dnow code for improved performance
2003-04-28 rfelker new mode for tfields filter -- shifts fields by a quarter-pixel so the
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2003-03-01 rfelker new filter