- 24 Oct, 2001 2 commits
-
-
Nick Kurshev authored
Originally committed as revision 2445 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2438 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 23 Oct, 2001 10 commits
-
-
Zdenek Kabelac authored
Originally committed as revision 183 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2429 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
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
-