41244e13d5 
								
							
								 
							
						 
						
							
							
								
								flac: don't check the number of channels before setting the channel layout.  
							
							This is unnecessary, as ff_flac_set_channel_layout can handle any number of channels.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aef5150719 
								
							
								 
							
						 
						
							
							
								
								flac: only set channel layout if not previously set or on channel count change  
							
							Fixes Bug 402 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90fcac0e95 
								
							
								 
							
						 
						
							
							
								
								flacdec: allow mid-stream channel layout change  
							
							Although the libFLAC decoder cannot handle such a change, it is allowed by the
spec and could potentially occur with live streams. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36ef5369ee 
								
							
								 
							
						 
						
							
							
								
								Replace all CODEC_ID_* with AV_CODEC_ID_*  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a92be9b856 
								
							
								 
							
						 
						
							
							
								
								Replace memset(0) by zero initializations.  
							
							Also remove one pointless zero initialization in rangecoder.c. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7f3f1c91e 
								
							
								 
							
						 
						
							
							
								
								flac parser: set duration instead of frame_size  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5511ad14fe 
								
							
								 
							
						 
						
							
							
								
								lavc: use designated initialisers for parsers.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d36beb3f69 
								
							
								 
							
						 
						
							
							
								
								Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.  
							
							None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3f5c21a91 
								
							
								 
							
						 
						
							
							
								
								Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.  
							
							Originally committed as revision 26166 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								281bf84fbd 
								
							
								 
							
						 
						
							
							
								
								Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.  
							
							Originally committed as revision 26164 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b5d4720c1 
								
							
								 
							
						 
						
							
							
								
								flac_parser: loop append buffer when the default size is not enough to get  
							
							the desired number of frames.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 26163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								92b818eb9e 
								
							
								 
							
						 
						
							
							
								
								cosmetics: vertical alignment after last commit  
							
							Originally committed as revision 25934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7edbd5361c 
								
							
								 
							
						 
						
							
							
								
								flac_parser: only buffer the estimated amount of input needed.  
							
							Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25933 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								97f7fe687a 
								
							
								 
							
						 
						
							
							
								
								Make FLAC parser return frames when it has the required amount  
							
							(without buffering extra input).
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								475ae04a27 
								
							
								 
							
						 
						
							
							
								
								Add a FLAC parser.  
							
							Seek test reference updated because FLAC seeking now works properly.
Fixes roundup issue 1150.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago