a087028ad8 
								
							
								 
							
						 
						
							
							
								
								Add #include "config.h" to headers that need it.  
							
							Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff794171c9 
								
							
								 
							
						 
						
							
							
								
								Do not cast const away.  
							
							Originally committed as revision 11707 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								c08be350da 
								
							
								 
							
						 
						
							
							
								
								intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.  
							
							Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99545457bf 
								
							
								 
							
						 
						
							
							
								
								include all prerequisites in header files  
							
							Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								803ca89ca1 
								
							
								 
							
						 
						
							
							
								
								Proper fix for r8963  
							
							Patch by Jindrich Makovicka, makovick at gmail dot com
Reference thread:
Subject: Re: [PATCH] make libavcodec use bytestream functions
Date: Thu, 10 May 2007 07:49:43 +0200
Originally committed as revision 8982 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e010b41e6 
								
							
								 
							
						 
						
							
							
								
								add AV_[RW][BL]64 support  
							
							Originally committed as revision 8924 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b829d2ab6 
								
							
								 
							
						 
						
							
							
								
								"fast unaligned" bytestream functions  
							
							patch by Ramiro Polla ramiro lisha ufsc br
original thread:
date: 03/11/2007 03:06 AM
subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions
Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85b1a7222d 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.  
							
							Originally committed as revision 8796 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1586238717 
								
							
								 
							
						 
						
							
							
								
								add little endian 24bit read/write  
							
							Originally committed as revision 8269 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								626b7c0f1a 
								
							
								 
							
						 
						
							
							
								
								add R/WB24 functions  
							
							Originally committed as revision 8216 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5a90186d7 
								
							
								 
							
						 
						
							
							
								
								Add missing license headers.  
							
							Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d4495dafe 
								
							
								 
							
						 
						
							
							
								
								simplify and remove useless index in AV_W*  
							
							Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3550abd08 
								
							
								 
							
						 
						
							
							
								
								add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)  
							
							Originally committed as revision 7588 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fead30d444 
								
							
								 
							
						 
						
							
							
								
								rename BE/LE_8/16/32 to AV_RL/B_8/16/32  
							
							Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf1e119bb2 
								
							
								 
							
						 
						
							
							
								
								Move BE_*/LE_*/ST*/LD* macros to a common place. Some further  
							
							optimization/cleanup would be desirable (e.g. LE_* and LD*
should be the same on x86).
Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago