- 18 Sep, 2004 1 commit
-
-
Michael Niedermayer authored
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags fixing the naming of the scaling functions a little Originally committed as revision 13374 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 11 Mar, 2004 1 commit
-
-
Romain Dolbeau authored
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 12018 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 25 Apr, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 24 Apr, 2003 1 commit
-
-
Michael Niedermayer authored
removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c Originally committed as revision 9976 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 23 Feb, 2003 1 commit
-
-
Michael Niedermayer authored
sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Feb, 2003 1 commit
-
-
Michael Niedermayer authored
yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 13 Feb, 2003 3 commits
-
-
Michael Niedermayer authored
brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it) Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 9415 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 04 Jul, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 6638 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 27 Jun, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
{RGB,BGR}{1,4,8,15,16,24,32} output supported Originally committed as revision 6579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 24 Jun, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
some cleanup Originally committed as revision 6541 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 23 Jun, 2002 1 commit
-
-
Michael Niedermayer authored
bugfixes Originally committed as revision 6518 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
-
- 06 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4555 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
-
- 29 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 28 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Jan, 2002 4 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
-ssf cgb=<float> -> chrominance gaussian blur (nice to improve picture quality) -ssf lgb=<float> -> luminance gaussian blur (dunno what its good for) -ssf chs=<int> -> shift chrominance horizontally -ssf cvs=<int> -> shift chrominance vertically these will only work if the swscaler is used at all Originally committed as revision 4295 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
-
- 06 Dec, 2001 1 commit
-
-
Michael Niedermayer authored
prints some info (MMX, dstbpp, ...) mainloop rewritten Originally committed as revision 3345 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 1 commit
-
-
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
-
- 28 Oct, 2001 1 commit
-
-
Michael Niedermayer authored
someone who knows a bit about vo_odivx could add support for it ... Originally committed as revision 2520 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 15 Oct, 2001 1 commit
-
-
Arpi authored
Originally committed as revision 2218 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-