From e9cfe4b5f66a63a82f47f5f39da86ed98bcd8b5c Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 8 Nov 2005 13:15:19 +0000 Subject: ultra simple&slow pp filter, yes yet another spp like filter :) this one does actually compress&decompress the video at various shifts with lavc while the other spp filters are doing optimized intra only filtering limitations: mpeg4 is hardcoded, all options too, pretty trivial to change though, even filtering with non dct codecs like snow could be tried ... the qscale/qp is only taken fron the first MB of each image and then used for the whole image (would needs some small changes to lavc to let the user set the qscales for the mbs themselfs but iam to lazy ...) this needs ALOT of cpu time and memory especially at uspp=8 ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16947 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpcodecs/Makefile') diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index a41d9e73ea..7086e863b6 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -132,6 +132,7 @@ VFILTER_SRCS=vf.c \ vf_tile.c \ vf_tinterlace.c \ vf_unsharp.c \ + vf_uspp.c \ vf_vo.c \ vf_yuvcsp.c \ vf_yuy2.c \ -- cgit v1.2.3