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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4160069067 
								
							
								 
							
						 
						
							
							
								
								Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and  
							
							XXX_license() functions, consistent with the rest of FFmpeg.
Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c173693698 
								
							
								 
							
						 
						
							
							
								
								Add functions to return library license and library configuration.  
							
							Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef516f7377 
								
							
								 
							
						 
						
							
							
								
								Move ALIGN macro to libavutil/common.h and use it in various places  
							
							Originally committed as revision 18898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e90f5b5ab1 
								
							
								 
							
						 
						
							
							
								
								configure: Add --enable-runtime-cpudetect  
							
							Originally committed as revision 18380 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebc3209a7d 
								
							
								 
							
						 
						
							
							
								
								HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.  
							
							Originally committed as revision 16787 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b250f9c66d 
								
							
								 
							
						 
						
							
							
								
								Change semantic of CONFIG_*, HAVE_* and ARCH_*.  
							
							They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbea3555ec 
								
							
								 
							
						 
						
							
							
								
								Remove pointless malloc.h #include.  
							
							Originally committed as revision 16238 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7dfea3420f 
								
							
								 
							
						 
						
							
							
								
								Drop _t from typedef names for POSIX compatibility.  
							
							Originally committed as revision 16062 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe9e9d6020 
								
							
								 
							
						 
						
							
							
								
								Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.  
							
							Gets rid of the following warning:
postprocess_template.c:3271: warning: ‘postProcess_C’ defined but not used
Originally committed as revision 16055 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a4a62bffc 
								
							
								 
							
						 
						
							
							
								
								Implement postproc_version().  
							
							Originally committed as revision 15148 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa089f6c05 
								
							
								 
							
						 
						
							
							
								
								typo fixes: tempBlured --> tempBlurred  
							
							Originally committed as revision 12557 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04932b0d97 
								
							
								 
							
						 
						
							
							
								
								cosmetics: typo fixes  
							
							Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16e0bf7349 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Fix indentation to be 4 spaces and consistently place {}.  
							
							Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0866c56f0a 
								
							
								 
							
						 
						
							
							
								
								Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.  
							
							Originally committed as revision 12495 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd10713636 
								
							
								 
							
						 
						
							
							
								
								typo fixes  
							
							Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								216d513c34 
								
							
								 
							
						 
						
							
							
								
								typos  
							
							Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cab640129 
								
							
								 
							
						 
						
							
							
								
								typo fixes  
							
							Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c51fd3f2b 
								
							
								 
							
						 
						
							
							
								
								const  
							
							Originally committed as revision 11816 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2722e36265 
								
							
								 
							
						 
						
							
							
								
								Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well  
							
							Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b858d0b99 
								
							
								 
							
						 
						
							
							
								
								Simplify: use DECLARE_ASM_CONST  
							
							Originally committed as revision 11669 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb83ea6417 
								
							
								 
							
						 
						
							
							
								
								Make MMX vectors constants.  
							
							Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11488 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69fdc40db7 
								
							
								 
							
						 
						
							
							
								
								Make pp_help a constant array of characters to move it to .rodata.  
							
							Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								649537438e 
								
							
								 
							
						 
						
							
							
								
								Reduce the size of the replaceTable entries.  
							
							Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9656df7994 
								
							
								 
							
						 
						
							
							
								
								Remove clip_table as it is not used anymore.  
							
							Patch by Diego 'Flameeyes' Pettenò (flameeyes gmail com)
Originally committed as revision 11468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31bfd6f34f 
								
							
								 
							
						 
						
							
							
								
								Make the av_class member of PPContext a poiner to constant AVClass.  
							
							Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11445 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10ff3ff43b 
								
							
								 
							
						 
						
							
							
								
								Make pp_help a constant pointer to constant characters, moves it partially  
							
							in .rodata (the actual string) and partially in .data.relro (the pointer),
but doesn't change ABI.
Patch by Diego 'Flameeyes' Pettenò  flameeyes at gmail com
Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca32534337 
								
							
								 
							
						 
						
							
							
								
								Make pp_get_mode_by_name_and_quality accept a constant string.  
							
							Patch by Diego 'Flameeyes' Pettenò  flameeyes at gmail com
Originally committed as revision 11381 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a89889164c 
								
							
								 
							
						 
						
							
							
								
								Make filterDelimiters and optionDelimiters two static constant array of  
							
							characters, should move them to .rodata.
Patch by Diego 'Flameeyes' Pettenò flameeyes § gmail dot com
Originally committed as revision 11380 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b7660b002 
								
							
								 
							
						 
						
							
							
								
								Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.  
							
							Originally committed as revision 9500 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								755bfeabcc 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42610c4983 
								
							
								 
							
						 
						
							
							
								
								Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.  
							
							Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0bda781739 
								
							
								 
							
						 
						
							
							
								
								Use DECLARE_ALIGNED for alignment in libpostprocess  
							
							Originally committed as revision 9043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								849f10351d 
								
							
								 
							
						 
						
							
							
								
								rename always_inline to av_always_inline and move to common.h  
							
							Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3cd52279c9 
								
							
								 
							
						 
						
							
							
								
								Use common define for x86_32 and x86_64.  
							
							Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c45b5de03a 
								
							
								 
							
						 
						
							
							
								
								Fix #endif comments.  
							
							Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c26abfa541 
								
							
								 
							
						 
						
							
							
								
								Rename ABS macro to FFABS.  
							
							Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02305ff38f 
								
							
								 
							
						 
						
							
							
								
								Rename SIGN macro to FFSIGN to avoid clashes with system headers.  
							
							Originally committed as revision 6665 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7becfb25f 
								
							
								 
							
						 
						
							
							
								
								printf --> av_log with some help from Oded  
							
							Originally committed as revision 6639 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8925915fcc 
								
							
								 
							
						 
						
							
							
								
								Change libpostproc to use the FFMIN/FFMAX macros from libavutil.  
							
							Originally committed as revision 6622 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a22b7322cc 
								
							
								 
							
						 
						
							
							
								
								Move sign macro to libavutil.  
							
							Originally committed as revision 6620 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0296b9a2e 
								
							
								 
							
						 
						
							
							
								
								Use ABS macro from libavutil.  
							
							Originally committed as revision 6619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c6a9271c56 
								
							
								 
							
						 
						
							
							
								
								Remove gcc-workaround that is already present in libavutil/common.h.  
							
							Originally committed as revision 6614 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef85972ba5 
								
							
								 
							
						 
						
							
							
								
								Fix default license header.  
							
							Originally committed as revision 6613 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4851f2ad92 
								
							
								 
							
						 
						
							
							
								
								1000000l for lu_zero (commiting untested? code)  
							
							Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ab6c7c3cc 
								
							
								 
							
						 
						
							
							
								
								make postproc use avutil  
							
							Originally committed as revision 6524 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago