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  
				
					
						
							
							
								 
						
							
							
							
								
							
								14b7062829 
								
							
								 
							
						 
						
							
							
								
								cosmetics: make all references to AC-3 capitalized and hyphenated  
							
							Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7694a7d93f 
								
							
								 
							
						 
						
							
							
								
								Close parse context.  
							
							Patch by David LIU david liu st com
Originally committed as revision 13962 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c43009358 
								
							
								 
							
						 
						
							
							
								
								add necessary #includes in headers  
							
							Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								133ac890fb 
								
							
								 
							
						 
						
							
							
								
								Add new_frame_start and need_next_header.  
							
							based on a patch by Bartlomiej
Originally committed as revision 12895 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								454064ad1e 
								
							
								 
							
						 
						
							
							
								
								Change aac and ac3 parsers to use ff_combine_frame().  
							
							Originally committed as revision 12894 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c731c9743 
								
							
								 
							
						 
						
							
							
								
								remove AACAC3FrameFlag  
							
							Originally committed as revision 12888 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								469d8816d6 
								
							
								 
							
						 
						
							
							
								
								undo changes in aac_ac3_parser  
							
							Originally committed as revision 12778 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c09ed33e18 
								
							
								 
							
						 
						
							
							
								
								Corrections of errors in aac_ac3_parser  
							
							Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a5754c3b7 
								
							
								 
							
						 
						
							
							
								
								change of aac_ac3_parser, so it is able to send complete portion of data to decoder  
							
							Originally committed as revision 12758 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be1e2a2bfa 
								
							
								 
							
						 
						
							
							
								
								removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag  
							
							Originally committed as revision 12622 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e6eeaf019 
								
							
								 
							
						 
						
							
							
								
								using stream type in eac3 parser  
							
							Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c599e297e7 
								
							
								 
							
						 
						
							
							
								
								Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by  
							
							Bartlomiej Wolowiec (bartek wolowiec gmail com)
Originally committed as revision 12564 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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