05d00e953f 
								
							
								 
							
						 
						
							
							
								
								Check for O_BINARY instead of a list of systems that need it  
							
							Originally committed as revision 9427 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7d78f3654 
								
							
								 
							
						 
						
							
							
								
								replace the uses of old string functions that Reimar missed  
							
							Originally committed as revision 9406 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a49d9b2f8 
								
							
								 
							
						 
						
							
							
								
								Remove useless #include.  
							
							Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cb396eb8b 
								
							
								 
							
						 
						
							
							
								
								Remove useless MinGW #ifdefs.  
							
							patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7338 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f30a81d19 
								
							
								 
							
						 
						
							
							
								
								CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just  
							
							CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9a35124a7 
								
							
								 
							
						 
						
							
							
								
								fixing pipe seek bug  
							
							Originally committed as revision 3730 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								45d6de9258 
								
							
								 
							
						 
						
							
							
								
								nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)  
							
							Originally committed as revision 3054 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7906085fcc 
								
							
								 
							
						 
						
							
							
								
								warning patrol  
							
							Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c43e7a6611 
								
							
								 
							
						 
						
							
							
								
								untested win32 binary pipe fix  
							
							Originally committed as revision 2922 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac9fe33d0e 
								
							
								 
							
						 
						
							
							
								
								avio patch by (Gildas Bazin <gbazin at altern dot org>)  
							
							Originally committed as revision 2783 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fad05f523c 
								
							
								 
							
						 
						
							
							
								
								cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)  
							
							Originally committed as revision 2609 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3ec2d46ba 
								
							
								 
							
						 
						
							
							
								
								os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)  
							
							Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1dfc201bd 
								
							
								 
							
						 
						
							
							
								
								fixed 'file:' in URLs  
							
							Originally committed as revision 1290 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abac617591 
								
							
								 
							
						 
						
							
							
								
								renamed libav to libavformat  
							
							Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19720f15fd 
								
							
								 
							
						 
						
							
							
								
								license/copyright change  
							
							Originally committed as revision 593 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8be1c6563c 
								
							
								 
							
						 
						
							
							
								
								win32 fixes  
							
							Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de6d9b6404 
								
							
								 
							
						 
						
							
							
								
								Initial revision  
							
							Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago