cf671d0543 
								
							
								 
							
						 
						
							
							
								
								Remove extraneous const keyword  
							
							Originally committed as revision 20263 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								078d89a2b0 
								
							
								 
							
						 
						
							
							
								
								MP3 muxer: Write all metadata.  
							
							Patch by Anton Khirnov <wyskas at gmail dot com>
Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6378b06208 
								
							
								 
							
						 
						
							
							
								
								Add id3v2 metadata conversion table and use it in mp3 muxer.  
							
							Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 20073 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50fcd5be36 
								
							
								 
							
						 
						
							
							
								
								Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.  
							
							patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19224 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7541118286 
								
							
								 
							
						 
						
							
							
								
								Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.  
							
							patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac3ef4a41b 
								
							
								 
							
						 
						
							
							
								
								Fix probing of files with ID3v2 tags. Discussed at  
							
							http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html 
Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ea512a6c2 
								
							
								 
							
						 
						
							
							
								
								Factorise id3v2 header parsing from mp3.c to be shared  
							
							Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b22017f38 
								
							
								 
							
						 
						
							
							
								
								Move aanscales tables to their own file; fixes compilation without encoders.  
							
							based on a patch by David Geldreich, david.geldreich free fr
Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95137bbbb4 
								
							
								 
							
						 
						
							
							
								
								Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.  
							
							Originally committed as revision 15552 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1c80e3578 
								
							
								 
							
						 
						
							
							
								
								Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and  
							
							move it from sdp.c into utils.c. Also add new header internal.h specifically
for lavf-specific internal API. See discussion in "Realmedia patch" thread
on mailinglist.
Originally committed as revision 15002 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0a838e525 
								
							
								 
							
						 
						
							
							
								
								Add missing #includes to fix 'make checkheaders'.  
							
							Originally committed as revision 11087 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fa9d0dd8f 
								
							
								 
							
						 
						
							
							
								
								Remove copyright from a function prototype  
							
							Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98561024ac 
								
							
								 
							
						 
						
							
							
								
								Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)  
							
							Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5a90186d7 
								
							
								 
							
						 
						
							
							
								
								Add missing license headers.  
							
							Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3e105b38a 
								
							
								 
							
						 
						
							
							
								
								added include for ffserver dynamically loaded modules  
							
							Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago