log libmpcodecs/vf_spp.c @ 37142:7ef7684adaa0

age author description
Wed, 09 Jul 2014 23:20:47 +0000 michael update for PixblockDSPContext
Tue, 08 Jul 2014 01:37:38 +0000 michael mpcodecs/vf_spp: Update for FDCTDSPContext
Tue, 01 Jul 2014 13:35:47 +0000 michael update for idctdsp split
Wed, 23 Jan 2013 16:43:59 +0000 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Thu, 15 Mar 2012 15:19:51 +0000 diego Replace use of deprecated dsputil_init() by ff_dsputil_init().
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
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
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:
Sun, 25 Jan 2009 22:34:26 +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, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 09 Nov 2007 17:20:27 +0000 diego Add missing header files, fixes the warnings:
Tue, 30 Oct 2007 15:24:09 +0000 diego Remove unused fmt_list array, fixes the warnings:
Tue, 18 Sep 2007 14:08:08 +0000 diego MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Wed, 01 Nov 2006 19:52:42 +0000 henry qp height should be in macroblocks, not pixels
Mon, 17 Apr 2006 20:20:28 +0000 nicodvb removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
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)
Tue, 31 Jan 2006 23:36:12 +0000 diego Move conditional compilation out of the code and into the build system.
Fri, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Tue, 06 Dec 2005 11:17:26 +0000 michael prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5
Sat, 03 Dec 2005 03:37:43 +0000 michael attribute align
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Wed, 20 Jul 2005 01:22:24 +0000 iive use stored dimensions instead of visible one when (vf_)get_image is called
Mon, 11 Jul 2005 18:48:09 +0000 michael ensure that dr buffers are readable
Wed, 16 Feb 2005 23:47:00 +0000 syrjala Improved NV12/NV21 support.
Tue, 23 Nov 2004 21:21:54 +0000 michael removing strange csp matching code (was copy&pasted from vf_pp where it originated from arpi 2.5 years ago) -> fixes spp+scale+x11 crash
Thu, 21 Oct 2004 16:47:42 +0000 reimar crash with Y8 colourspace fixed
Thu, 21 Oct 2004 11:55:20 +0000 aurel adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
Sun, 19 Sep 2004 22:15:57 +0000 michael 100l typo
Thu, 26 Aug 2004 10:12:14 +0000 michael 10l
Thu, 24 Jun 2004 12:01:53 +0000 iive Fix memory corruption, noticable at reallocate image
Fri, 09 Apr 2004 22:58:41 +0000 iive quant_parameter is 2*mpeg1_quant, no problems noticed with too high values
Thu, 08 Apr 2004 12:03:24 +0000 iive check for invalid user input
Tue, 24 Feb 2004 13:28:42 +0000 michael spp softthresholding in mmx
Tue, 24 Feb 2004 11:23:27 +0000 michael spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)
Sun, 07 Dec 2003 15:30:25 +0000 alex Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
Sun, 16 Nov 2003 10:48:03 +0000 michael memcpy pix instead of black screen if no DR and codec provides no qscale table
Fri, 31 Oct 2003 13:23:33 +0000 michael 1000l
Fri, 31 Oct 2003 12:59:51 +0000 michael 10l
Tue, 28 Oct 2003 20:49:33 +0000 michael skip filter if codec doesnt provide the QP array and user didnt force a QP (fixes diegos segfault)
Tue, 28 Oct 2003 14:00:07 +0000 michael autoq
Tue, 28 Oct 2003 13:17:11 +0000 michael 10l
Tue, 28 Oct 2003 12:41:19 +0000 michael another 10l ...
Tue, 28 Oct 2003 10:45:55 +0000 michael optimize
Mon, 27 Oct 2003 23:47:39 +0000 michael optimizing
Mon, 27 Oct 2003 22:25:28 +0000 michael change offsets (quality 2-4 looks better now)
Mon, 27 Oct 2003 21:12:29 +0000 michael different / faster / simpler "quantization"