4a53a912af 
								
							
								 
							
						 
						
							
							
								
								printf to mp_msg  
							
							Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7dc6f6628 
								
							
								 
							
						 
						
							
							
								
								overread in the mmx2 horizontal scaler fixed  
							
							2% faster horizontal mmx2 scaler
Originally committed as revision 5453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								854288bba9 
								
							
								 
							
						 
						
							
							
								
								add mangling  
							
							Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ba1bff059 
								
							
								 
							
						 
						
							
							
								
								101++  
							
							Originally committed as revision 4795 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df3c183a7b 
								
							
								 
							
						 
						
							
							
								
								fixing bgr32 output on big-endian systems  
							
							Originally committed as revision 4794 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								332105e446 
								
							
								 
							
						 
						
							
							
								
								minor dststride bugfix for i420 output  
							
							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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4342fc14dc 
								
							
								 
							
						 
						
							
							
								
								bgr24toUV in MMX  
							
							Originally committed as revision 4620 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac6a2e4550 
								
							
								 
							
						 
						
							
							
								
								bgr24toY in MMX  
							
							Originally committed as revision 4613 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b72034dd49 
								
							
								 
							
						 
						
							
							
								
								bgr15 input support  
							
							Originally committed as revision 4581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5bb9d9d8e8 
								
							
								 
							
						 
						
							
							
								
								faster bgr16 input  
							
							Originally committed as revision 4580 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6af250ea5c 
								
							
								 
							
						 
						
							
							
								
								bgr16 input support  
							
							Originally committed as revision 4579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a861d4d7f3 
								
							
								 
							
						 
						
							
							
								
								rgb32 & rgb24 input support  
							
							squished a endianness bug in the 15/16bgr output
Originally committed as revision 4559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								370799068d 
								
							
								 
							
						 
						
							
							
								
								swScale internally uses yuv2rgb now if possible  
							
							Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ff0ad6bfd 
								
							
								 
							
						 
						
							
							
								
								MMX(2) optimized YUY2 input  
							
							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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1e621b18b2 
								
							
								 
							
						 
						
							
							
								
								YUY2, BGR24, BGR32 input support (no mmx yet)  
							
							Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c7506de1c 
								
							
								 
							
						 
						
							
							
								
								YV12 like formats support (I420/IYUV)  
							
							bugfixes related to vo_x11 resizeing
Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5521b193d6 
								
							
								 
							
						 
						
							
							
								
								15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)  
							
							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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe8054c0ff 
								
							
								 
							
						 
						
							
							
								
								copyright(swscaler) = GPL  
							
							Originally committed as revision 4296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7f822d95e 
								
							
								 
							
						 
						
							
							
								
								general convolution filtering of the source picture  
							
							dynamic memory allocation for the buffers (needed for the filter stuff)
Originally committed as revision 4291 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28bf81c90d 
								
							
								 
							
						 
						
							
							
								
								removed global vars so that multiple swscalers can be used  
							
							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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b4644281d 
								
							
								 
							
						 
						
							
							
								
								mangle for win32 in postproc  
							
							Originally committed as revision 4249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0903414cb 
								
							
								 
							
						 
						
							
							
								
								only print last line warning if verbose is on  
							
							Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f15afacdf4 
								
							
								 
							
						 
						
							
							
								
								output shifted by a few pixels on extreem scalings bugfix  
							
							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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51fdf2de1b 
								
							
								 
							
						 
						
							
							
								
								looks better  
							
							Originally committed as revision 3731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								627690b5a2 
								
							
								 
							
						 
						
							
							
								
								minor bugfixes (noone noticed them)  
							
							a few more asserts
Originally committed as revision 3642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3d2500fe4 
								
							
								 
							
						 
						
							
							
								
								print more info if -v  
							
							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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f014740a85 
								
							
								 
							
						 
						
							
							
								
								dithering info wasnt displayed  
							
							Originally committed as revision 3346 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1b0bfb477 
								
							
								 
							
						 
						
							
							
								
								vertical cubic/linear scaling  
							
							prints some info (MMX, dstbpp, ...)
mainloop rewritten
Originally committed as revision 3345 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2f5a2a981 
								
							
								 
							
						 
						
							
							
								
								typo  
							
							Originally committed as revision 3300 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								077ea8a7f4 
								
							
								 
							
						 
						
							
							
								
								horizontal up/downscale linear & cubic  
							
							-sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic)
Originally committed as revision 3273 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af91b8b3c8 
								
							
								 
							
						 
						
							
							
								
								sliced scaleing bugfix  
							
							Originally committed as revision 3216 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d1fac6cf52 
								
							
								 
							
						 
						
							
							
								
								swscaler cleanup  
							
							green line at bottom bugfix
green lines in yuv2yuv scaler bugfix
Originally committed as revision 3210 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48a05ceccd 
								
							
								 
							
						 
						
							
							
								
								oops  
							
							Originally committed as revision 3137 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7630f2e060 
								
							
								 
							
						 
						
							
							
								
								runtime cpu detection  
							
							Originally committed as revision 3127 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cff6ecd7e0 
								
							
								 
							
						 
						
							
							
								
								.balign or we´ll align by 64kb on some architectures  
							
							Originally committed as revision 2801 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e3bba7282 
								
							
								 
							
						 
						
							
							
								
								.align 16  
							
							Originally committed as revision 2800 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3fe8e8f068 
								
							
								 
							
						 
						
							
							
								
								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 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8fa3c5497 
								
							
								 
							
						 
						
							
							
								
								better dithering  
							
							Originally committed as revision 2749 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99d2cb7219 
								
							
								 
							
						 
						
							
							
								
								faster bgr24 output  
							
							Originally committed as revision 2731 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bdc2eb9a00 
								
							
								 
							
						 
						
							
							
								
								only 6 registers used  
							
							Originally committed as revision 2729 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d7f78b5a4 
								
							
								 
							
						 
						
							
							
								
								green line fix for dstw%8!=0  
							
							Originally committed as revision 2681 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								96034638d1 
								
							
								 
							
						 
						
							
							
								
								fixed warnings  
							
							Originally committed as revision 2672 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f62255fb13 
								
							
								 
							
						 
						
							
							
								
								faster bgr15/16  
							
							Originally committed as revision 2670 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								162caf680f 
								
							
								 
							
						 
						
							
							
								
								right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)  
							
							Originally committed as revision 2639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02a0a992cd 
								
							
								 
							
						 
						
							
							
								
								c speedup  
							
							Originally committed as revision 2586 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b18ea156c4 
								
							
								 
							
						 
						
							
							
								
								15/16bit in C speedup  
							
							Originally committed as revision 2585 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								397c035e91 
								
							
								 
							
						 
						
							
							
								
								c optimizations  
							
							bugfix
Originally committed as revision 2577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9fc1cfec1 
								
							
								 
							
						 
						
							
							
								
								c optimizations  
							
							Originally committed as revision 2576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d022ce5c4f 
								
							
								 
							
						 
						
							
							
								
								c optimizations (array is faster than pointer) (16bpp variants tested and 2% faster)  
							
							Originally committed as revision 2573 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								497d4f9932 
								
							
								 
							
						 
						
							
							
								
								interpolate chrominance for every second line in the 1:1 vertical scale function  
							
							Originally committed as revision 2570 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc 
							
						 
						24 years ago