a20db8a35c 
								
							
								 
							
						 
						
							
							
								
								Initialize correctly optind.  
							
							Patch by Eduardo Bragatto, his name at his surname dot com
Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html 
Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca345e442d 
								
							
								 
							
						 
						
							
							
								
								Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.  
							
							Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55fde95e3b 
								
							
								 
							
						 
						
							
							
								
								rename cropTbl -> ff_cropTbl  
							
							Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c9d49f266 
								
							
								 
							
						 
						
							
							
								
								Don't mix declarations and statements.  
							
							Originally committed as revision 6705 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df117196d3 
								
							
								 
							
						 
						
							
							
								
								simplifies fish vhook by using sws_getCachedContext()  
							
							Patch by Victor Paesa %wzrlpy A arsystel P com%
Original thread:
Date: Sep 15, 2006 6:21 PM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6650 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b78e7197a8 
								
							
								 
							
						 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'  
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								809b6a3138 
								
							
								 
							
						 
						
							
							
								
								Use libswscale in fish vhook.  
							
							Patch by
Victor Paesa <wzrlpy@arsystel.com>
Original thread:
Date: Aug 30, 2006 1:16 AM
Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale
Originally committed as revision 6128 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5509bffa88 
								
							
								 
							
						 
						
							
							
								
								Update licensing information: The FSF changed postal address.  
							
							Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4733abcbf3 
								
							
								 
							
						 
						
							
							
								
								use PRIxN, %zd, %td formats where needed  
							
							Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf344ec72c 
								
							
								 
							
						 
						
							
							
								
								get fish to compile (time() forbidden), pstrcat not declared from ppm.c  
							
							Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								813af36b51 
								
							
								 
							
						 
						
							
							
								
								sprintf->snprintf  
							
							Originally committed as revision 3824 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25a2ee7dd6 
								
							
								 
							
						 
						
							
							
								
								Get all the stride stuff right so that we actually get the colours  
							
							right.
Originally committed as revision 1944 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9974a4867 
								
							
								 
							
						 
						
							
							
								
								Made it work again -- it now detects fish! (This involved clearing out  
							
							some accumulated bit rot)
Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c1a9edad4 
								
							
								 
							
						 
						
							
							
								
								* UINTX -> uintx_t   INTX -> intx_t  
							
							Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9a9e0c210 
								
							
								 
							
						 
						
							
							
								
								use av_strdup()  
							
							Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c11d48cab 
								
							
								 
							
						 
						
							
							
								
								Added a release function to free up the context. Also removed the dummy  
							
							declarations at the bottom of the file. This type checking is now handled by the
header file.
Originally committed as revision 1295 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b55e4ef43d 
								
							
								 
							
						 
						
							
							
								
								Try to get this to build on more platforms (especially Darwin)  
							
							Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47930f093e 
								
							
								 
							
						 
						
							
							
								
								Applied changes to make it compile on darwin  
							
							Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26b4bb70c2 
								
							
								 
							
						 
						
							
							
								
								Added three sample video hooks. See the (rudimentary) documentation on what  
							
							they do and their capabilities.
Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago