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

age author description
Thu, 17 Jul 2014 21:50:45 +0000 michael dsputil/me_cmp update
Sat, 03 May 2014 06:25:05 +0000 cehoyos Remove two duplicated named asm constraints.
Fri, 02 May 2014 18:36:48 +0000 michael Fix libmpcodecs inline asm on ICL.
Sun, 09 Feb 2014 22:19:08 +0000 reimar Remove some superfluous commas from inline asm for better compatibility.
Sun, 09 Feb 2014 22:19:07 +0000 reimar Use DECLARE_ALIGNED helper macros.
Wed, 23 Jan 2013 16:43:59 +0000 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Thu, 15 Mar 2012 15:19:51 +0000 diego Replace use of deprecated dsputil_init() by ff_dsputil_init().
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
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().
Fri, 29 Jan 2010 19:13:07 +0000 reimar Support more qscale types in most post-processing filters.
Sat, 23 Jan 2010 14:57:43 +0000 reimar Make sure that a qstride of 0 (intentional or not) does not completely break
Sun, 07 Jun 2009 14:42:43 +0000 gpoirier replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 03:20:40 +0000 diego Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this
Tue, 17 Feb 2009 03:15:10 +0000 diego Move FFmpeg #includes below all others so that they do not override
Sun, 25 Jan 2009 21:59:08 +0000 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
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.
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Sun, 24 Feb 2008 11:39:35 +0000 reimar Do not use a global temps variable, this is ugly and does not compile with ICC.
Sun, 24 Feb 2008 11:19:55 +0000 reimar Get rid of pointless and confusing comments
Wed, 30 Jan 2008 18:33:51 +0000 reimar mark constants as such