log libmpcodecs/pullup.c @ 37139:1f7173bd5ff4

age author description
Tue, 08 Jul 2014 02:23:07 +0000 michael avfilter/x86/vf_pullup: fix old typo
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
Sat, 08 Sep 2007 14:43:10 +0000 gpoirier Add a check for c->head being NULL in pullup_free_context().
Tue, 04 Sep 2007 12:54:45 +0000 diego warnig fix (blessed by Rich):
Sat, 25 Aug 2007 17:15:05 +0000 diego warning fix:
Fri, 17 Nov 2006 08:36:10 +0000 gpoirier Fix AMD64 support, patch by Reimar Doffinger
Sun, 09 Jul 2006 16:01:36 +0000 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
Mon, 24 Apr 2006 23:05:43 +0000 nplourde Get rid of unneeded align
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Tue, 14 Jun 2005 05:33:34 +0000 rfelker small change to field-matching metrics which hopefully makes a big
Sun, 10 Apr 2005 20:01:54 +0000 rathann silence gcc warning:
Sun, 20 Mar 2005 20:37:44 +0000 rfelker don't buffer more future context that we need
Sun, 20 Mar 2005 20:02:45 +0000 rfelker 100l, meaning of strict_breaks was backwards...
Wed, 16 Mar 2005 03:39:13 +0000 rfelker improve handling of soft-telecined input (faster, fewer mistakes)
Mon, 31 Jan 2005 11:22:11 +0000 alex added ecx to clobber list
Mon, 31 Jan 2005 11:21:31 +0000 alex adding proper parenthesing
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Fri, 03 Sep 2004 00:08:58 +0000 rfelker strictness level -1 to 'almost' ignore breaks
Thu, 02 Sep 2004 23:51:05 +0000 rfelker just some debugging junk i'd like to have in there for now :)
Thu, 10 Jun 2004 05:06:34 +0000 rfelker old changes in my local tree i forgot to commit - minor fixes
Sun, 14 Dec 2003 01:38:41 +0000 rfelker various updates:
Thu, 11 Dec 2003 17:08:37 +0000 rfelker fixing more stupid mistakes
Thu, 11 Dec 2003 07:52:57 +0000 rfelker simplified frame decision logic and reduced the occurrance of length=1
Thu, 11 Dec 2003 05:07:47 +0000 rfelker and remove one stupid debug printf
Thu, 11 Dec 2003 05:06:17 +0000 rfelker allow for different combing metrics to be selected (not useful yet)
Thu, 11 Dec 2003 05:03:52 +0000 rfelker change some hardcoded thresholds to match results of previous 100l bugfix (without the 100000000l this time!)
Thu, 11 Dec 2003 04:56:19 +0000 rfelker 100l bug found by Zoli, wasted time and unfairly delocalized the metrics
Sat, 08 Nov 2003 00:26:51 +0000 rathann Warning fixes (approved by A'rpi).
Sun, 28 Sep 2003 03:37:42 +0000 rfelker support for selecting which plane to use for metrics in the pullup
Mon, 08 Sep 2003 17:12:31 +0000 rfelker 10l, debug code broke compile with mmx disabled
Sun, 31 Aug 2003 21:12:44 +0000 rfelker more mmx and fix 100l sig11 in the previous mmx commit
Sun, 31 Aug 2003 20:36:33 +0000 rfelker 1000l, mmx code was not being used because of missing config.h, and
Sun, 31 Aug 2003 19:56:13 +0000 rfelker tweaks and cleanup
Sun, 31 Aug 2003 19:18:21 +0000 rfelker 1000l
Sun, 31 Aug 2003 17:46:32 +0000 rfelker fix 10l (computation based on uninitialized data which led to
Mon, 18 Aug 2003 15:24:08 +0000 rfelker pullup -- third generation inverse telecine engine. the backend