- 02 May, 2002 1 commit
-
-
Alban Bedel authored
Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 01 Apr, 2002 1 commit
-
-
Michael Niedermayer authored
2% faster horizontal mmx2 scaler Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 03 Mar, 2002 1 commit
-
-
Felix Bünemann authored
Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4795 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4794 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 14 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
srcHeight %2 != 0 bugfix / chroma height = (luma height +1)>>1 in YV12 Originally committed as revision 4699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 09 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4620 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4613 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 08 Feb, 2002 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4580 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 06 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
squished a endianness bug in the 15/16bgr output Originally committed as revision 4559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 02 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420) Originally committed as revision 4482 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 01 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 30 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
bugfixes related to vo_x11 resizeing Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Jan, 2002 3 commits
-
-
Michael Niedermayer authored
x/yInc bugfix (bug was introduced during the global var removial) more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere) sharpening filter (-ssf cs=<int> & -ssf ls=<int>) Originally committed as revision 4298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
dynamic memory allocation for the buffers (needed for the filter stuff) Originally committed as revision 4291 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 20 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
experimental upscaling mode (-sws 3) general convolution filters support (unfinished) bugfix for bicubic upscaling assertion checking if defined MP_DEBUG checking of the input/output size instead of segfault if its very large Originally committed as revision 4277 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 19 Jan, 2002 1 commit
-
-
Felix Bünemann authored
Originally committed as revision 4249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 30 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
filterPos was wrong by 0.5 pixels on downscale with -sws 1 and 2 bugfix Originally committed as revision 3783 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 25 Dec, 2001 1 commit
-
-
Johannes Feigl authored
Originally committed as revision 3731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
a few more asserts Originally committed as revision 3642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 06 Dec, 2001 3 commits
-
-
Michael Niedermayer authored
use new horizontal mmx scaler instead of old x86asm if mmx2 cant be used (FAST_BILINEAR only) fixed overflow in init function ... using double precission fp now :) using C scaler for the last 1-2 lines if there is a chance to write over the end of the dst array Originally committed as revision 3353 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3346 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
prints some info (MMX, dstbpp, ...) mainloop rewritten Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 03 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 02 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
-sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic) Originally committed as revision 3273 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 29 Nov, 2001 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3216 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
green line at bottom bugfix green lines in yuv2yuv scaler bugfix Originally committed as revision 3210 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 26 Nov, 2001 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3137 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3127 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 10 Nov, 2001 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2801 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2800 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 06 Nov, 2001 3 commits
-
-
Michael Niedermayer authored
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between Originally committed as revision 2751 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2749 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 2731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 05 Nov, 2001 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2729 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-