- 25 Oct, 2001 3 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2474 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
fixed some warnings git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2470 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
fixed some warnings fixed the cant compile on non x86 systems (i didnt apply the patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> because it used ARCH_X86 instead of HAVE_MMX) git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2462 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 24 Oct, 2001 3 commits
-
-
michael authored
bugfix bugs? git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2455 b3059339-0415-0410-9bf9-f77b7e298cf2
-
nick authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2445 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2438 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 23 Oct, 2001 5 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2429 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2417 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2414 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2402 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2395 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 22 Oct, 2001 1 commit
-
-
michael authored
getPPModeByNameAndQuality git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2390 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 21 Oct, 2001 1 commit
-
-
michael authored
BGR15 & BGR24 tested git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2327 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 20 Oct, 2001 1 commit
-
-
michael authored
added half uv interpolation support added prefetch BGR15 support in MMX (untested) (so BGR15,16,24,32 are supported) special unscaled height version (not much faster but it doesnt interpolate uv vertically) git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2317 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 19 Oct, 2001 11 commits
-
-
michael authored
more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2301 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2298 b3059339-0415-0410-9bf9-f77b7e298cf2
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2293 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2287 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2286 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2280 b3059339-0415-0410-9bf9-f77b7e298cf2
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2275 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2272 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2271 b3059339-0415-0410-9bf9-f77b7e298cf2
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2270 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2268 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 18 Oct, 2001 1 commit
-
-
michael authored
moved mmx variables to top to avoid alignment issues mmx2 code should work fine now if and only if the input width is %16=0 and the output width is %32=0 reordered some code (5% faster with a simply -benchmark) first line bug fixed (i hope i didnt introduce any new bugs with that ...) changed a lot of the vertical scale setup code, i hope i fixed something and didnt mess it up :) a few known bugs left (rightmost line is wrong) MMX2 code will only be used for upscaling & acceptable width´s 16bit dithering can be disabled git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2265 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 17 Oct, 2001 8 commits
-
-
michael authored
simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2247 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2238 b3059339-0415-0410-9bf9-f77b7e298cf2
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2237 b3059339-0415-0410-9bf9-f77b7e298cf2
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2236 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2234 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
32, 24, 16, 15 bit support in C (only 32 & 16 tested) 32, 16 bit support in mmx (16 with dithering) ranges of some variables changed so mmx likes them more git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2233 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2232 b3059339-0415-0410-9bf9-f77b7e298cf2
-
atmos4 authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2231 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 16 Oct, 2001 2 commits
-
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2230 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
median deinterlace in MMX fixed typos git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2222 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 15 Oct, 2001 3 commits
-
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2218 b3059339-0415-0410-9bf9-f77b7e298cf2
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2217 b3059339-0415-0410-9bf9-f77b7e298cf2
-
michael authored
added deinterlace filters (linear interpolate, linear blend, median) minor cleanups (removed some outcommented stuff) git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2204 b3059339-0415-0410-9bf9-f77b7e298cf2
-
- 14 Oct, 2001 1 commit
-
-
arpi authored
git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2196 b3059339-0415-0410-9bf9-f77b7e298cf2
-