fdc8672886 
								
							
								 
							
						 
						
							
							
								
								audiointerleave: deobfuscate a function call.  
							
							right above there is if (pkt) {<do stuff>; pkt = NULL}, so pkt is just a
fancy name for NULL at this point. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ebcdf5cda 
								
							
								 
							
						 
						
							
							
								
								Do not include mathematics.h in avutil.h  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72415b2adb 
								
							
								 
							
						 
						
							
							
								
								Define AVMediaType enum, and use it instead of enum CodecType, which  
							
							is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3898eed890 
								
							
								 
							
						 
						
							
							
								
								Reorder arguments for av_fifo_generic_read to be more logical and  
							
							consistent with av_fifo_generic_write.
Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c957c85426 
								
							
								 
							
						 
						
							
							
								
								Replace all uses of the replaced av_fifo_read by av_fifo_generic_read  
							
							Originally committed as revision 17873 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41dd680dd8 
								
							
								 
							
						 
						
							
							
								
								Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.  
							
							Yes this breaks ABI/API but ive already broken it and will bump avutil major
soon.
Originally committed as revision 17869 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50ced76f4b 
								
							
								 
							
						 
						
							
							
								
								check fifo size and realloc if needed  
							
							Originally committed as revision 17420 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16e3b0b3e6 
								
							
								 
							
						 
						
							
							
								
								rename ff_audio_interleave to ff_audio_rechunk_interleave  
							
							Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1cc65cecb2 
								
							
								 
							
						 
						
							
							
								
								Move declaration of ff_interleave_add_packet to internal.h.  
							
							It is an internal function and should not be in an installed header.
Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18099ade6f 
								
							
								 
							
						 
						
							
							
								
								Declare ff_interleave_new_audio_packet as static, it is not used  
							
							outside of audiointerleave.c.  Also remove the function declaration
  from the header as it is now static.
Originally committed as revision 17068 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e8d61d4f1 
								
							
								 
							
						 
						
							
							
								
								rewrite pts also, as comment says  
							
							Originally committed as revision 17051 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1544e79f2 
								
							
								 
							
						 
						
							
							
								
								extract audio interleaving code from mxf muxer, will be used by gxf and dv  
							
							Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago