36ef5369ee 
								
							
								 
							
						 
						
							
							
								
								Replace all CODEC_ID_* with AV_CODEC_ID_*  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba445f5557 
								
							
								 
							
						 
						
							
							
								
								id3v2enc: add a function for writing attached pictures.  
							
							Unused so far. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24fe1a3b16 
								
							
								 
							
						 
						
							
							
								
								id3v2enc: fix writing frame sizes for ID3v2.3  
							
							Frame sizes in ID3v2.3 are not synchsafe, they are simply 32be numbers.
In practice this bug is not noticeable unless the frame size takes more
than 7 bits (which is almost never for text frames). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								411225aabc 
								
							
								 
							
						 
						
							
							
								
								id3v2enc: split ff_id3v2_write().  
							
							This will allow writing the tag in several steps, needed for writing
attached pictures. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c199817748 
								
							
								 
							
						 
						
							
							
								
								id3v2enc: make id3v2_put_size take only an AVIOContext.  
							
							It has no need of full AVFormatContext. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16ad77b357 
								
							
								 
							
						 
						
							
							
								
								Move id3v2 tag writing to a separate file.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago