c7682de075 
								
							
								 
							
						 
						
							
							
								
								Remove --disable-audio-oss option from configure.  
							
							--disable-(de)muxer=oss should be used instead.
Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4db8c8921 
								
							
								 
							
						 
						
							
							
								
								Remove --disable-audio-beos option from configure.  
							
							--disable-(de)muxer=audio_beos should be used instead.
Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50383e8822 
								
							
								 
							
						 
						
							
							
								
								Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer  
							
							Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06e310114a 
								
							
								 
							
						 
						
							
							
								
								Remove --disable-{v4l,v4l2} options from configure  
							
							--disable-demuxer={v4l,v4l2} should be used instead
Originally committed as revision 10413 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd484da77a 
								
							
								 
							
						 
						
							
							
								
								Remove video_grab_ prefix from video_grab_{bktr,v4l}  
							
							Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79fda09705 
								
							
								 
							
						 
						
							
							
								
								Alphabetically sort library dependencies list.  
							
							Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7b8bffe47 
								
							
								 
							
						 
						
							
							
								
								Treat dc1394 as a library  
							
							Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e89d9fd89c 
								
							
								 
							
						 
						
							
							
								
								do not use "strings" in endian check  
							
							Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d56fb404bb 
								
							
								 
							
						 
						
							
							
								
								Remove unused definition.  
							
							Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								971cc99020 
								
							
								 
							
						 
						
							
							
								
								print EBX/EBP availability  
							
							Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e7f5c7bf6 
								
							
								 
							
						 
						
							
							
								
								use POSIX "strings -a" rather than "strings -"  
							
							Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0828e47642 
								
							
								 
							
						 
						
							
							
								
								fix endian detection on MacOS  
							
							Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b48e359ff7 
								
							
								 
							
						 
						
							
							
								
								Remove --disable-dv1394 option  
							
							--disable-demuxer=dv1394 should be used instead
Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73b46a95d2 
								
							
								 
							
						 
						
							
							
								
								Group network checks together  
							
							Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d16f87ffd 
								
							
								 
							
						 
						
							
							
								
								Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).  
							
							Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e241ba148f 
								
							
								 
							
						 
						
							
							
								
								Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).  
							
							Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ded66cdb67 
								
							
								 
							
						 
						
							
							
								
								Add mipsel architecture that differs from mips in endianness.  
							
							based on patch by Johansson Erik-EJO017, erik.johansson motorola com
Originally committed as revision 10188 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9eebe68739 
								
							
								 
							
						 
						
							
							
								
								fix endian check when cross-compiling  
							
							Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7506d47aa3 
								
							
								 
							
						 
						
							
							
								
								create libavcodec/sh4 dir when building out-of-tree  
							
							Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								862a70f16b 
								
							
								 
							
						 
						
							
							
								
								cosmetics: some reordering  
							
							Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a0d6686fd 
								
							
								 
							
						 
						
							
							
								
								ensure configure only accept valid --list-* parameters  
							
							closes issue72
Originally committed as revision 10153 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7799eeec93 
								
							
								 
							
						 
						
							
							
								
								small simplification  
							
							Originally committed as revision 10141 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afd98005db 
								
							
								 
							
						 
						
							
							
								
								Enable MinGW networking support  
							
							Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e68cb8ac7 
								
							
								 
							
						 
						
							
							
								
								restoring the alphabetical order (this time with case ignored)  
							
							Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b4e7bb3b6 
								
							
								 
							
						 
						
							
							
								
								Also check for closesocket in winsock2.h  
							
							Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70b4d49294 
								
							
								 
							
						 
						
							
							
								
								Enable swscale in MinGW vhooks only if swscale was configured.  
							
							Copied from Cygwin configure.
Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da9e86f83d 
								
							
								 
							
						 
						
							
							
								
								* reinserting gethrtime in alphabetical order  
							
							Originally committed as revision 10045 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3bf9816170 
								
							
								 
							
						 
						
							
							
								
								forgotten av_  
							
							Originally committed as revision 10007 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecf97f22b3 
								
							
								 
							
						 
						
							
							
								
								check for closesocket  
							
							Originally committed as revision 9991 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								60147de8fd 
								
							
								 
							
						 
						
							
							
								
								Indent  
							
							Originally committed as revision 9973 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a320695ec 
								
							
								 
							
						 
						
							
							
								
								Simplify configure's output  
							
							Originally committed as revision 9972 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ea67bbb60 
								
							
								 
							
						 
						
							
							
								
								enable the native AC-3 decoder  
							
							Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43a2ce000a 
								
							
								 
							
						 
						
							
							
								
								Revert unused fixedpoint declaration.  
							
							Originally committed as revision 9959 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61eade27bd 
								
							
								 
							
						 
						
							
							
								
								correct order of fixedpoint in CONFIG list  
							
							Originally committed as revision 9869 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c16c584a4a 
								
							
								 
							
						 
						
							
							
								
								--enable-fixedpoint, for configuring fixedpoint optimizations, this is just the config aspect  
							
							Originally committed as revision 9866 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93b3c0834d 
								
							
								 
							
						 
						
							
							
								
								replace some "disabled" calls with "! enabled"  
							
							Originally committed as revision 9859 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af88ae54f4 
								
							
								 
							
						 
						
							
							
								
								alphabetical order  
							
							Originally committed as revision 9854 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e555e7b29e 
								
							
								 
							
						 
						
							
							
								
								Remove redundant variable declarations.  
							
							Originally committed as revision 9853 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8d0d0b282 
								
							
								 
							
						 
						
							
							
								
								move gray so as to not introduce further misordering  
							
							Originally committed as revision 9851 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d92cce1ff 
								
							
								 
							
						 
						
							
							
								
								remove unneeded gray="no"  
							
							Originally committed as revision 9850 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cde9e78001 
								
							
								 
							
						 
						
							
							
								
								make grayscale only decoding checks in inner loops compiletime killable  
							
							Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								794f8e976b 
								
							
								 
							
						 
						
							
							
								
								Add the possibility to show all configurable encoders, decoders, parsers,  
							
							muxers, demuxers, protocols and bitstream filters.
Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21d0a823b5 
								
							
								 
							
						 
						
							
							
								
								10l: Uppercase some more overlooked makefile variables.  
							
							Originally committed as revision 9778 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22a324da72 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Use uppercase names for installation directories in makefiles.  
							
							Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c75560ae87 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Do not use braces in makefiles, use normal parentheses.  
							
							Originally committed as revision 9775 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2525c6f78 
								
							
								 
							
						 
						
							
							
								
								The svq3 decoder depends on h264idct.o and also requires h264_parser.  
							
							This fixes the following option set:
  --disable-encoders --disable-decoders --disable-parsers --disable-bsfs
  --disable-muxers --disable-demuxers --disable-protocols --enable-decoder=svq3
Originally committed as revision 9638 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c07ed8c8a2 
								
							
								 
							
						 
						
							
							
								
								create and populate "tools" directory  
							
							Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40b78d5326 
								
							
								 
							
						 
						
							
							
								
								GXF muxer is no longer GPLed.  
							
							Originally committed as revision 9632 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago