99545457bf 
								
							
								 
							
						 
						
							
							
								
								include all prerequisites in header files  
							
							Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								679c2294cb 
								
							
								 
							
						 
						
							
							
								
								cosmetics: rename for consistency after previous aac and ac3 parsers move  
							
							Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99ff31dc75 
								
							
								 
							
						 
						
							
							
								
								move aac and ac3 parsers in their own files  
							
							Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d9f4119bd 
								
							
								 
							
						 
						
							
							
								
								move common stuff from avienc.c and wav.c to new file riff.c  
							
							Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb270c0896 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: tabs --> spaces, some prettyprinting  
							
							Originally committed as revision 4764 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								155e9ee909 
								
							
								 
							
						 
						
							
							
								
								initial seek support  
							
							Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4358d5def3 
								
							
								 
							
						 
						
							
							
								
								removed ctype.h header  
							
							Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								546031ee86 
								
							
								 
							
						 
						
							
							
								
								* keeping compiler happy and quiet  
							
							Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d23497493 
								
							
								 
							
						 
						
							
							
								
								* more strict types  
							
							Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e738cee9c4 
								
							
								 
							
						 
						
							
							
								
								Complete support for OpenDML AVIs and AVIs > 2Gb.  
							
							Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce9fce63c5 
								
							
								 
							
						 
						
							
							
								
								AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)  
							
							Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e7973bbe7 
								
							
								 
							
						 
						
							
							
								
								correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)  
							
							Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abac617591 
								
							
								 
							
						 
						
							
							
								
								renamed libav to libavformat  
							
							Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c18a2692d2 
								
							
								 
							
						 
						
							
							
								
								* cleanup statics & const  
							
							Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2727c35ed7 
								
							
								 
							
						 
						
							
							
								
								* Made encoding to ASF streams work again. It turns out that the default  
							
							stream id that AVI wants for MSMPEG4V3 doesn't work for ASF. I have
  added a flag to indicate that certain tags should not be used in ASF
  streams. I think that this is the wrong solution (just adding a flag
  for ASF), but it does work.
Originally committed as revision 1112 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e095026ab4 
								
							
								 
							
						 
						
							
							
								
								unified wav header parsing - added extradata support  
							
							Originally committed as revision 1092 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9a65ca8c3 
								
							
								 
							
						 
						
							
							
								
								converted to new API  
							
							Originally committed as revision 547 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4606ac8dee 
								
							
								 
							
						 
						
							
							
								
								* some minor modification by Philip Gladston  
							
							* grab containes new code
Originally committed as revision 388 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a266644f56 
								
							
								 
							
						 
						
							
							
								
								* more warning cleanups  
							
							* adding const & statics
Originally committed as revision 387 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46a3d0685d 
								
							
								 
							
						 
						
							
							
								
								correct pcm audio format handling  
							
							Originally committed as revision 147 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