a3a0691bde 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: remove some unneeded casts  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								149f2058a4 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: use int16_t and uint8_t instead of short and unsigned char.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd88ae831a 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: fix adpcm_ms extradata allocation  
							
							Add FF_INPUT_BUFFER_PADDING_SIZE.
If allocation fails, also free memory which was allocated previously in
adpcm_encode_init(). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								877a1d409c 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: return proper AVERROR codes instead of -1  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb023d9afe 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: check for coded_frame allocation failure  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ddf70db6d7 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: Do not set coded_frame->key_frame.  
							
							It is already set in avcodec_alloc_frame(). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc6d043050 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: cosmetics: pretty-printing  
							
							Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c287b18a0 
								
							
								 
							
						 
						
							
							
								
								adpcm: update reference links  
							
							Add Multimedia Wiki link.
Mark dead links with [dead]. Some can still be accessed through archive.org.
Update URLs for pages which have moved.
Replace duplicated links in adpcmenc.c with a note to see the ADPCM decoder
reference documents. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8671488799 
								
							
								 
							
						 
						
							
							
								
								Use explicit struct initializers for AVCodec declarations.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ff6d0791b 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: Set bits_per_coded_sample  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b304244b54 
								
							
								 
							
						 
						
							
							
								
								adpcmenc: fix QT IMA ADPCM encoder  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								826c56d16e 
								
							
								 
							
						 
						
							
							
								
								adpcm: split ADPCM encoders and decoders into separate files.  
							
							Move shared tables to a separate file as well. 
							
						 
						14 years ago