b504ce57ed 
								
							
								 
							
						 
						
							
							
								
								Only #define lseek to _lseeki64 on MinGW, not MinGW CE.  
							
							This fixes compilation on WinCE, which does not support _lseeki64.
patch by Ismail Dönmez, ismail namtrac org
Originally committed as revision 19425 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								da837937c6 
								
							
								 
							
						 
						
							
							
								
								Fix undefined preprocessor directives warnings during 'make checkheaders'.  
							
							Originally committed as revision 16747 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								9686df2be5 
								
							
								 
							
						 
						
							
							
								
								Delete unnecessary 'extern' keywords.  
							
							Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc574408dc 
								
							
								 
							
						 
						
							
							
								
								Only special-case absolute DOS paths on systems that support them.  
							
							Originally committed as revision 15594 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3defa81fc4 
								
							
								 
							
						 
						
							
							
								
								MinGW runtime 3.15 has a wrapper for usleep().  
							
							Originally committed as revision 15522 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5e56a813b 
								
							
								 
							
						 
						
							
							
								
								Revert r14497  
							
							Log:
	Add missing header #includes.
Policy violation (change not approved by maintainer)
and while discussions where ongoing and no consensus has been reached.
Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e11268ea9 
								
							
								 
							
						 
						
							
							
								
								Add missing header #includes.  
							
							Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d952638699 
								
							
								 
							
						 
						
							
							
								
								typo: occured --> occurred  
							
							Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54b6249681 
								
							
								 
							
						 
						
							
							
								
								Define WIN32_LEAN_AND_MEAN before including windows.h to exclude  
							
							rarely-used header files.
Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a06ba2a18d 
								
							
								 
							
						 
						
							
							
								
								Include windows.h instead of trying to redeclare Sleep  
							
							os_support.h used to be included in all lavf files, and including windows.h
here caused a significant slowdown.
Originally committed as revision 12377 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								409e1d71ea 
								
							
								 
							
						 
						
							
							
								
								Put network-related code under #ifdef  
							
							Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								591cf1170b 
								
							
								 
							
						 
						
							
							
								
								Group network-related code together  
							
							Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5dea940937 
								
							
								 
							
						 
						
							
							
								
								__stdcall -> WINAPI  
							
							Windows x64 has no __stdcall.
It is not yet supported, but someday it might...
Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8cda19ee6 
								
							
								 
							
						 
						
							
							
								
								Include poll.h instead of sys/poll.h  
							
							Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72be9e73ae 
								
							
								 
							
						 
						
							
							
								
								Add portable way to check for the existence of definitions and  
							
							apply it to socklen_t.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11366 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f365f37b5 
								
							
								 
							
						 
						
							
							
								
								djgpp port, first part  
							
							patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2f5fe7cc7 
								
							
								 
							
						 
						
							
							
								
								Remove possibly misleading comments.  
							
							Originally committed as revision 11095 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								3cf9ea7f48 
								
							
								 
							
						 
						
							
							
								
								use proper closesocket defines  
							
							Originally committed as revision 9992 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ff3f3e7ce 
								
							
								 
							
						 
						
							
							
								
								Check for winsock2.h instead of __MINGW32__  
							
							Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c37e504f0 
								
							
								 
							
						 
						
							
							
								
								Remove OS/2 support  
							
							Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								224906414b 
								
							
								 
							
						 
						
							
							
								
								Remove leading underscores from specifiers, they are reserved.  
							
							Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13e4dba690 
								
							
								 
							
						 
						
							
							
								
								BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building.  
							
							Originally committed as revision 8103 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								457b101e42 
								
							
								 
							
						 
						
							
							
								
								Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l  
							
							Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36c07acd59 
								
							
								 
							
						 
						
							
							
								
								MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.  
							
							Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0c858d834 
								
							
								 
							
						 
						
							
							
								
								poll() emulation for BeOS, and maybe MinGW.  
							
							Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9d511dc7e 
								
							
								 
							
						 
						
							
							
								
								The long awaited BeOS cleanup, phase 1  
							
							Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								acb3b537f3 
								
							
								 
							
						 
						
							
							
								
								support files >2GB on MinGW  
							
							patch by Ramiro Polla, angustia arrozcru.no-ip org
Originally committed as revision 7362 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								04d7f60143 
								
							
								 
							
						 
						
							
							
								
								Add official LGPL license headers to the files that were missing them.  
							
							Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a86d50bd9 
								
							
								 
							
						 
						
							
							
								
								cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)  
							
							Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f71869a4db 
								
							
								 
							
						 
						
							
							
								
								simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c  
							
							Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago