log libmpcodecs/vf_tfields.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Mon, 05 Nov 2012 20:11:34 +0000 reimar Remove pointless variable.
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Tue, 07 Sep 2010 23:35:57 +0000 diego Add the proper include instead of declaring the correct_pts variable extern.
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, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Mon, 01 Feb 2010 22:22:32 +0000 reimar Estimate pts of additional frame generated by tfields also if correct-pts is
Mon, 01 Feb 2010 22:14:17 +0000 reimar Enable query_format for vf_tfields to make sure it isn't used for formats
Mon, 01 Feb 2010 19:14:01 +0000 reimar Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Mon, 14 Sep 2009 14:47:56 +0000 reimar Add several HAVE_EBX_AVAILABLE conditions where necessary
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 26 Jan 2009 09:29:53 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Tue, 30 Dec 2008 10:38:39 +0000 reimar Fix OSD flicker with tfields as well.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Wed, 26 Sep 2007 23:00:43 +0000 diego Disable unused query_format functions for now until they are
Thu, 28 Jun 2007 11:24:12 +0000 reimar Get rid of my_memcpy_pic code duplication in many filters.
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Mon, 10 Jul 2006 02:54:43 +0000 rfelker c++ decls, 100000000000l to whoever broke my code like this..
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sat, 26 Mar 2005 08:02:02 +0000 rfelker sane default mode
Sat, 26 Mar 2005 08:01:26 +0000 rfelker 1000l, last commit broke qpel interp entirely
Wed, 02 Mar 2005 09:13:11 +0000 rfelker configurable field parity (default from source); bugfixes; speed up mode 0
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Tue, 06 May 2003 02:36:44 +0000 rfelker support more image formats. hopefully this bpp handling is correct...
Sat, 03 May 2003 05:59:29 +0000 rfelker sort of a hack, but at least this lets the framerate-increasing
Fri, 02 May 2003 05:44:57 +0000 rfelker more 10l's -- fortunately part of the bug was that the buggy code didn't get called...
Tue, 29 Apr 2003 03:13:43 +0000 rfelker new mmx/mmx2/3dnow code for improved performance
Mon, 28 Apr 2003 02:53:50 +0000 rfelker new mode for tfields filter -- shifts fields by a quarter-pixel so the
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Sat, 01 Mar 2003 05:35:09 +0000 rfelker new filter