6dde9f8c20 
								
							
								 
							
						 
						
							
							
								
								SH4: fix typo in asm constraint  
							
							Originally committed as revision 16503 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9686df2be5 
								
							
								 
							
						 
						
							
							
								
								Delete unnecessary 'extern' keywords.  
							
							Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								516566a8ec 
								
							
								 
							
						 
						
							
							
								
								SH4: fix IDCT  
							
							Originally committed as revision 15897 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c260b59603 
								
							
								 
							
						 
						
							
							
								
								SH4: fix memzero_align8()  
							
							Originally committed as revision 15888 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a9e9a2fbd 
								
							
								 
							
						 
						
							
							
								
								SH4: add macros for setting and restoring FPSCR.PR bit  
							
							Originally committed as revision 15887 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f14b19e48 
								
							
								 
							
						 
						
							
							
								
								SH4: remove some commented out blocks of code  
							
							Originally committed as revision 15886 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df69be0c13 
								
							
								 
							
						 
						
							
							
								
								SH4: fix IDCT  
							
							Originally committed as revision 15882 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f15dd8d14 
								
							
								 
							
						 
						
							
							
								
								SH4: do not mix code and declarations  
							
							Originally committed as revision 15881 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c136ece9b3 
								
							
								 
							
						 
						
							
							
								
								SH4: fix compilation of memzero_align8()  
							
							Originally committed as revision 15880 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b42019c130 
								
							
								 
							
						 
						
							
							
								
								SH4: remove unused functions  
							
							Originally committed as revision 15879 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7e0f8dda6 
								
							
								 
							
						 
						
							
							
								
								SH4: replace missed rnd_avg2 -> rnd_avg32  
							
							Originally committed as revision 15878 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23e05e69a8 
								
							
								 
							
						 
						
							
							
								
								SH4: rename functions with conflicting names  
							
							Originally committed as revision 15877 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be449fca79 
								
							
								 
							
						 
						
							
							
								
								Convert asm keyword into __asm__.  
							
							Neither the asm() nor the __asm__() keyword is part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 syntax.
Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245976da2a 
								
							
								 
							
						 
						
							
							
								
								Use full path for #includes from another directory.  
							
							Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c88c253d8b 
								
							
								 
							
						 
						
							
							
								
								cosmetics: __asm__ __volatile__ --> asm volatile  
							
							Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								905694d96e 
								
							
								 
							
						 
						
							
							
								
								* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)  
							
							Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b550bfaa61 
								
							
								 
							
						 
						
							
							
								
								Add libavcodec to compiler include flags in order to simplify header  
							
							include paths in the source files.
mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1ce61108b 
								
							
								 
							
						 
						
							
							
								
								Fix parts missed in clip -> av_clip rename  
							
							Originally committed as revision 8760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49cef7443a 
								
							
								 
							
						 
						
							
							
								
								Move copy_block* functions to dsp dsputil.h  
							
							Patch by Brian Foley % bfoley A compsoc P nuigalway P ie %
Original thread:
Date: Nov 26, 2006 6:44 PM
Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2
Originally committed as revision 7172 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55fde95e3b 
								
							
								 
							
						 
						
							
							
								
								rename cropTbl -> ff_cropTbl  
							
							Originally committed as revision 6992 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								04d7f60143 
								
							
								 
							
						 
						
							
							
								
								Add official LGPL license headers to the files that were missing them.  
							
							Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed4e20ac7f 
								
							
								 
							
						 
						
							
							
								
								Fix some "'static' is not at beginning of declaration" warnings.  
							
							Originally committed as revision 5956 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb270c0896 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: tabs --> spaces, some prettyprinting  
							
							Originally committed as revision 4764 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fb518c392 
								
							
								 
							
						 
						
							
							
								
								the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)  
							
							Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8085ea727 
								
							
								 
							
						 
						
							
							
								
								cleanup  
							
							Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41fda91d09 
								
							
								 
							
						 
						
							
							
								
								aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>)  
							
							Originally committed as revision 1880 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b82cdc7278 
								
							
								 
							
						 
						
							
							
								
								make sh4 IDCT optional, so the user can choose  
							
							Originally committed as revision 1878 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c6bd2ea0a 
								
							
								 
							
						 
						
							
							
								
								sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)  
							
							Originally committed as revision 1877 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago