97cda76a69 
								
							
								 
							
						 
						
							
							
								
								Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.  
							
							Originally committed as revision 30864 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12423f170f 
								
							
								 
							
						 
						
							
							
								
								Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.  
							
							Originally committed as revision 30863 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3de42635bd 
								
							
								 
							
						 
						
							
							
								
								Avoid duplication of usePal() macro.  
							
							Originally committed as revision 30856 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								627686e635 
								
							
								 
							
						 
						
							
							
								
								Make sws_dcVec static: It is only used inside libswscale/utils.c.  
							
							Originally committed as revision 30787 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								479e1e6170 
								
							
								 
							
						 
						
							
							
								
								Remove pointless empty line.  
							
							Originally committed as revision 30730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b623d0cb03 
								
							
								 
							
						 
						
							
							
								
								Reindent and fix brace placement.  
							
							Originally committed as revision 30643 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22b6a24c34 
								
							
								 
							
						 
						
							
							
								
								Vertically align a list of comparisons in sws_getCachedContext().  
							
							Originally committed as revision 30642 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a011d8b08 
								
							
								 
							
						 
						
							
							
								
								Merge two if conditions, allow to decrese the level of indentation of  
							
							the block.
Originally committed as revision 30641 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62bb4ca199 
								
							
								 
							
						 
						
							
							
								
								Simplify how usesVFilter and usesHFilter are set.  
							
							Originally committed as revision 30520 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af0e662169 
								
							
								 
							
						 
						
							
							
								
								Declare support for the pixel formats:  
							
							PIX_FMT_YUVJ420P
PIX_FMT_YUVJ422P
PIX_FMT_YUVJ440P
PIX_FMT_YUVJ444P
in the isSupported{In,Out} macros.
These pixel formats are not true pixel formats but hacks specific to
JPEG in libavcodec. They are deprecated and should be removed (that is
from libavcodec first and libswscale second)...  but they must be
tested by swscale-test.
See thread:
Subject: [FFmpeg-devel] [PATCH] Extend show_pix_fmts() to make it print the input/output support
Date: 2010-01-30 15:54:08 GMT
Originally committed as revision 30474 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6022255774 
								
							
								 
							
						 
						
							
							
								
								Use isAnyRGB() where possible  
							
							Originally committed as revision 30435 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b1ee70312 
								
							
								 
							
						 
						
							
							
								
								Rename isRGB() and isBGR() as their meaning is confusing.  
							
							Originally committed as revision 30433 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b87519b32 
								
							
								 
							
						 
						
							
							
								
								Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly  
							
							simplify code.
Originally committed as revision 30432 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f632c4549b 
								
							
								 
							
						 
						
							
							
								
								Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.  
							
							Originally committed as revision 30425 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30b6147521 
								
							
								 
							
						 
						
							
							
								
								Use av_get_bits_per_pixel() for computing the bits per pixel of the  
							
							source and destination format, cache those values in the newly added
SwsContext:srcFormatBpp and SwsContext:dstFormatBpp fields, and remove
the fmt_depth() function.
Originally committed as revision 30419 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2658e7a6e7 
								
							
								 
							
						 
						
							
							
								
								Don't redefine M_PI. It is already defined from libavutil/mathematics.h.  
							
							Originally committed as revision 30412 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4388ebd37 
								
							
								 
							
						 
						
							
							
								
								Split swscale.c into scaler code (swscale.c) and utility code (utils.c).  
							
							Originally committed as revision 30411 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago