2143948381 
								
							
								 
							
						 
						
							
							
								
								Drop unnecessary av_unused attributes.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fb993d338 
								
							
								 
							
						 
						
							
							
								
								qpeldsp: Mark source pointer in qpel_mc_func function pointer const  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9279ee749 
								
							
								 
							
						 
						
							
							
								
								dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								05563ccacc 
								
							
								 
							
						 
						
							
							
								
								dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names  
							
							Also switch from "tbl" to "tab" name suffixes. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e0f14f16c 
								
							
								 
							
						 
						
							
							
								
								lavc: Make pointers to ff_cropTbl const  
							
							There's no point in these pointers not being const.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a8b6015823 
								
							
								 
							
						 
						
							
							
								
								dsputil: convert remaining functions to use ptrdiff_t strides  
							
							Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c242bbd8b6 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary dsputil.h #includes  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82bd04b170 
								
							
								 
							
						 
						
							
							
								
								rv34: Drop now unnecessary dsputil dependencies  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79dad2a932 
								
							
								 
							
						 
						
							
							
								
								dsputil: Separate h264chroma  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9d817351b 
								
							
								 
							
						 
						
							
							
								
								dsputil: Separate h264 qpel  
							
							The sh4 optimizations are removed, because the code is
100% identical to the C code, so it is unlikely to
provide any real practical benefit.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1bca8f4bc5 
								
							
								 
							
						 
						
							
							
								
								rv34: move inverse transform functions to DSP context  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d241f51e0f 
								
							
								 
							
						 
						
							
							
								
								Move RV3/4-specific DSP functions into their own context  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7351eb1415 
								
							
								 
							
						 
						
							
							
								
								Pretty-print RV3/4 decoder source  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba87f0801d 
								
							
								 
							
						 
						
							
							
								
								Remove explicit filename from Doxygen  @file  commands.  
							
							Passing an explicit filename to this command is only necessary if the
documentation in the @file  block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0752cd39d2 
								
							
								 
							
						 
						
							
							
								
								More av_cold for infrequently called functions.  
							
							Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bad5537e2c 
								
							
								 
							
						 
						
							
							
								
								Use full internal pathname in doxygen  @file  directives.  
							
							Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f610fc81c1 
								
							
								 
							
						 
						
							
							
								
								Unfortunately RV30 luma thirdpel MC functions cannot be substituted with  
							
							applying two separate filtering passes, so implement them explicitly.
Originally committed as revision 16190 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1917274cc 
								
							
								 
							
						 
						
							
							
								
								RV30 thirdpel motion compensation support  
							
							Originally committed as revision 11398 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago