89c9ff504b 
								
							
								 
							
						 
						
							
							
								
								spelling/grammar/consistency review part I  
							
							Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8076c4731f 
								
							
								 
							
						 
						
							
							
								
								Reorganize header #includes: Unconditionally #include standard C headers,  
							
							group all local #includes together.
Originally committed as revision 16796 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b8b7258e4 
								
							
								 
							
						 
						
							
							
								
								Move internal.h #include to the end of the file so that it is after  
							
							the declaration of av_log2_16bit, which it uses.
Originally committed as revision 16772 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								199436b952 
								
							
								 
							
						 
						
							
							
								
								moves mid_pred() into mathops.h (with arch specific code split by directory)  
							
							Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2bb6eba21d 
								
							
								 
							
						 
						
							
							
								
								remove ff_get_fourcc() and use AV_RL32() instead  
							
							Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ce6c13879 
								
							
								 
							
						 
						
							
							
								
								export gcd function as av_gcd()  
							
							Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d80a7fe50a 
								
							
								 
							
						 
						
							
							
								
								move NULL_IF_CONFIG_SMALL() definition into internal header  
							
							Originally committed as revision 16619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f5421d513 
								
							
								 
							
						 
						
							
							
								
								move timer related code in a new timer.h file  
							
							Originally committed as revision 16618 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								79cb09b2f7 
								
							
								 
							
						 
						
							
							
								
								consistency cosmetics: Rename POWERPC identifiers to PPC.  
							
							Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af4c0bcb6e 
								
							
								 
							
						 
						
							
							
								
								Silence the following icc warnings:  
							
							warning #1292 : attribute "force_align_arg_pointer" ignored
warning #1292 : attribute "alloc_size" ignored
warning #1292 : attribute "cold" ignored
Originally committed as revision 16258 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52476c1bee 
								
							
								 
							
						 
						
							
							
								
								Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.  
							
							Originally committed as revision 16246 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03092e1408 
								
							
								 
							
						 
						
							
							
								
								Port read_time() that works on x86_32 and 64 from noe.  
							
							Originally committed as revision 15661 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac809e814e 
								
							
								 
							
						 
						
							
							
								
								Add a macro to get the number of elements in a table.  
							
							Originally committed as revision 15619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								987903826b 
								
							
								 
							
						 
						
							
							
								
								Globally rename the header inclusion guard names.  
							
							Consistently apply this rule: the guard name is obtained from the
filename by stripping the leading "lib", converting '/' and '.'  to
'_' and uppercasing the resulting name. Guard names in the root
directory have to be prefixed by "FFMPEG_".
Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4138ad961c 
								
							
								 
							
						 
						
							
							
								
								Add av_clipf() function to common.h and use it in ra288.c  
							
							Originally committed as revision 14213 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8cd8eaa546 
								
							
								 
							
						 
						
							
							
								
								Make START/STOP_TIMER not require -v 2.  
							
							Originally committed as revision 13711 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a567b40b1 
								
							
								 
							
						 
						
							
							
								
								Macro suggested by Michael which will be used to disable the  
							
							definition of long_name strings in libavcodec and libavformat.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13595 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b842ecbefc 
								
							
								 
							
						 
						
							
							
								
								add FFMIN3  
							
							Originally committed as revision 12982 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								159ef4b02a 
								
							
								 
							
						 
						
							
							
								
								Implement FFMAX3(a,b,c) - maximum over three arguments.  
							
							Originally committed as revision 12910 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								98a6fff98c 
								
							
								 
							
						 
						
							
							
								
								Apply 'cold' attribute to init/uninit functions in libavcodec  
							
							Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85074d3c93 
								
							
								 
							
						 
						
							
							
								
								Reapply r12489: Add pure, const and malloc attributes to proper functions  
							
							in libavutil.
Fix a compilation failure in r12489.
Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2119bb8f51 
								
							
								 
							
						 
						
							
							
								
								revert r12489.  
							
							Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6544f48f03 
								
							
								 
							
						 
						
							
							
								
								Pure, const and malloc attributes to libavutil.  
							
							Patch by Zuxy Meng: zuxy meng gmail com
Original thread:
[FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil
Date: 03/18/2008 6:09 AM
Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ce6892373 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27af15dc5c 
								
							
								 
							
						 
						
							
							
								
								prettyprinting cosmetics  
							
							Originally committed as revision 11941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89ef2c29a0 
								
							
								 
							
						 
						
							
							
								
								Merge declaration and initialization.  
							
							Originally committed as revision 11701 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b21bdabe4 
								
							
								 
							
						 
						
							
							
								
								Add FFMPEG_ prefix to all multiple inclusion guards.  
							
							Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ddb8ebe7a1 
								
							
								 
							
						 
						
							
							
								
								add a new av_clip_int16() function to libavutil  
							
							Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9c684a2b8 
								
							
								 
							
						 
						
							
							
								
								ensure av_noinline is always defined  
							
							Originally committed as revision 10075 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6c748edba 
								
							
								 
							
						 
						
							
							
								
								* Making [START|STOP]_TIMER work on architectures that support gethrtime()  
							
							Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f70c273902 
								
							
								 
							
						 
						
							
							
								
								Blackfin - read_time primitive  
							
							note this primitive currently uses a union to concatenate 2x32bit registers because of poor compiler support
around DImode and asm.
Originally committed as revision 9302 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90b5b51eab 
								
							
								 
							
						 
						
							
							
								
								misc typo fixes  
							
							Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								154e30f6c2 
								
							
								 
							
						 
						
							
							
								
								rename attribute_unused to av_unused and moves its declaration to common.h  
							
							patch by Carl Eugen Hoyos cehoyos chez ag or at
original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused
date: 05/29/2007 01:23 PM
Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								792098c2ec 
								
							
								 
							
						 
						
							
							
								
								Move the memory related functions out of common.h into their own header file  
							
							mem.h.
Originally committed as revision 8342 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d8f16acf9 
								
							
								 
							
						 
						
							
							
								
								Fix typo in Doxygen comments.  
							
							Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7f654692a 
								
							
								 
							
						 
						
							
							
								
								Move unaltered av_freep() comments to the header file.  
							
							Originally committed as revision 8253 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f690ee715d 
								
							
								 
							
						 
						
							
							
								
								Move unaltered av_free() comments to the header file.  
							
							Originally committed as revision 8252 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d6def91a3b 
								
							
								 
							
						 
						
							
							
								
								Move unaltered av_realloc() comments to the header file.  
							
							Originally committed as revision 8251 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a07029916 
								
							
								 
							
						 
						
							
							
								
								Move unaltered av_malloc() comments to the header file.  
							
							Originally committed as revision 8250 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								738940e802 
								
							
								 
							
						 
						
							
							
								
								remove [U]INT64_C definition  
							
							Originally committed as revision 8127 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f66e4f5f9e 
								
							
								 
							
						 
						
							
							
								
								Add av_ prefix to clip functions  
							
							Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								410bf2731d 
								
							
								 
							
						 
						
							
							
								
								av_noinline  
							
							Originally committed as revision 7992 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fa36ae09d 
								
							
								 
							
						 
						
							
							
								
								This fixes error handling for BeOS, removing the need for some ifdefs.  
							
							AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b0dfb27ab 
								
							
								 
							
						 
						
							
							
								
								slightly improve *_TIMER  
							
							Originally committed as revision 7948 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0b456ba1e 
								
							
								 
							
						 
						
							
							
								
								Avoid "HAVE_CMOV not defined" warning.  
							
							patch by Christophe Mutricy, xtophe nxtelevision com
Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								1845bf1fdf 
								
							
								 
							
						 
						
							
							
								
								merge #ifdef HAVE_AV_CONFIG_H sections  
							
							Originally committed as revision 7254 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago