- 23 Oct, 2001 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 22 Oct, 2001 1 commit
-
-
Michael Niedermayer authored
getPPModeByNameAndQuality Originally committed as revision 2390 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Oct, 2001 1 commit
-
-
Michael Niedermayer authored
BGR15 & BGR24 tested Originally committed as revision 2327 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 20 Oct, 2001 1 commit
-
-
Michael Niedermayer 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) Originally committed as revision 2317 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 19 Oct, 2001 11 commits
-
-
Michael Niedermayer 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) Originally committed as revision 2301 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 2293 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2287 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) Originally committed as revision 2286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2280 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 2275 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2272 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2271 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 2270 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2268 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 18 Oct, 2001 1 commit
-
-
Michael Niedermayer 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 Originally committed as revision 2265 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 17 Oct, 2001 10 commits
-
-
Michael Niedermayer authored
simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer Originally committed as revision 2247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Juanjo authored
Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
Originally committed as revision 166 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2238 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 2237 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 2236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer 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 Originally committed as revision 2233 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Felix Bünemann authored
Originally committed as revision 2231 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 16 Oct, 2001 3 commits
-
-
Arpi authored
Originally committed as revision 2230 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
median deinterlace in MMX fixed typos Originally committed as revision 2222 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 15 Oct, 2001 3 commits
-
-
Arpi authored
Originally committed as revision 2218 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
Originally committed as revision 2217 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
added deinterlace filters (linear interpolate, linear blend, median) minor cleanups (removed some outcommented stuff) Originally committed as revision 2204 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 14 Oct, 2001 1 commit
-
-
Arpi authored
Originally committed as revision 2196 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 13 Oct, 2001 4 commits
-
-
Arpi authored
- TIMEING && MORE_TIMEING disabled by default - private stuff moved to postprocess.c to avoid possible conflicts Originally committed as revision 2190 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
- getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) Originally committed as revision 2187 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
- getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) - added #ifdef'ed code for calling old postprocess (for testing/comparison) - #ifdef'ed some asm code to allow compilation on non-x86 platforms (untested) Originally committed as revision 2186 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb) Originally committed as revision 2182 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-