Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							00c3b67b8a 
							
						 
					 
					
						
						
							
							cosmetics: Align codec declarations  
						
						... 
						
						
						
						Also break some long lines, remove codec function placeholder comments
and add spaces in sample/pixel format lists.
Signed-off-by: Martin Storsjö <martin@martin.st> 
						
						
					 
					
						2012-04-06 22:37:38 +03:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							24e74f0a0f 
							
						 
					 
					
						
						
							
							adpcmenc: update to AVCodec.encode2()  
						
						
						
						
					 
					
						2012-03-20 18:46:57 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							770a5c6d02 
							
						 
					 
					
						
						
							
							adpcmenc: Use correct frame_size for Yamaha ADPCM.  
						
						... 
						
						
						
						Output packet size should match avctx->block_align. The target output packet
size is 1024 bytes.
Before:
mono   - 1024 samples -> 512 bytes
stereo - 2048 samples -> 2048 bytes
After:
mono   - 2048 samples -> 1024 bytes
stereo - 1024 samples -> 1024 bytes 
						
						
					 
					
						2012-02-20 15:52:32 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							a3a0691bde 
							
						 
					 
					
						
						
							
							adpcmenc: remove some unneeded casts  
						
						
						
						
					 
					
						2012-01-30 19:12:55 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							149f2058a4 
							
						 
					 
					
						
						
							
							adpcmenc: use int16_t and uint8_t instead of short and unsigned char.  
						
						
						
						
					 
					
						2012-01-30 19:12:55 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							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(). 
						
						
					 
					
						2012-01-30 19:12:55 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							877a1d409c 
							
						 
					 
					
						
						
							
							adpcmenc: return proper AVERROR codes instead of -1  
						
						
						
						
					 
					
						2012-01-30 19:12:55 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							cb023d9afe 
							
						 
					 
					
						
						
							
							adpcmenc: check for coded_frame allocation failure  
						
						
						
						
					 
					
						2012-01-30 19:12:55 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							ddf70db6d7 
							
						 
					 
					
						
						
							
							adpcmenc: Do not set coded_frame->key_frame.  
						
						... 
						
						
						
						It is already set in avcodec_alloc_frame(). 
						
						
					 
					
						2012-01-30 19:12:54 -05:00 
						 
				 
			
				
					
						
							
							
								Chris Berov 
							
						 
					 
					
						
						
						
						
							
						
						
							dc6d043050 
							
						 
					 
					
						
						
							
							adpcmenc: cosmetics: pretty-printing  
						
						... 
						
						
						
						Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
						
						
					 
					
						2011-12-04 17:07:48 -05:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							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. 
						
						
					 
					
						2011-09-29 16:54:00 -04:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							8671488799 
							
						 
					 
					
						
						
							
							Use explicit struct initializers for AVCodec declarations.  
						
						
						
						
					 
					
						2011-09-24 12:11:19 +02:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							9ff6d0791b 
							
						 
					 
					
						
						
							
							adpcmenc: Set bits_per_coded_sample  
						
						
						
						
					 
					
						2011-09-23 20:54:29 -04:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							b304244b54 
							
						 
					 
					
						
						
							
							adpcmenc: fix QT IMA ADPCM encoder  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
						
						
					 
					
						2011-09-23 20:54:29 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							826c56d16e 
							
						 
					 
					
						
						
							
							adpcm: split ADPCM encoders and decoders into separate files.  
						
						... 
						
						
						
						Move shared tables to a separate file as well. 
						
						
					 
					
						2011-09-12 11:26:11 -04:00