a5e8c41c28 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove 'opaque' parameter from AVFilter.init()  
							
							It is not used in any filters currently and is inherently evil. If
passing binary data to filters is required in the future, it should be
done with some AVOptions-based system. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9baeff9506 
								
							
								 
							
						 
						
							
							
								
								lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs  
							
							This is more consistent with naming in the rest of Libav. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								803391f719 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove request/poll and drawing functions from public API on next bump  
							
							They are only useful inside filters and we don't allow user filters for
now. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa417fcd27 
								
							
								 
							
						 
						
							
							
								
								lavfi: make avfilter_insert_pad and pals private on next bump.  
							
							They are only useful inside filters and we don't allow user filters for
now. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c04c533f62 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove avfilter_null_* from public API on next bump.  
							
							Those functions are only useful inside filters. It is better to not
support user filters until the API is more stable. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afeb3590fc 
								
							
								 
							
						 
						
							
							
								
								lavfi: add an audio split filter  
							
							Based on current version of the asplit filter in FFmpeg written by
Stefano Sabatini and others. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc30080b3f 
								
							
								 
							
						 
						
							
							
								
								lavfi: rename vf_split.c to split.c  
							
							This is in preparation for adding an audio split filter. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd18ee0ff6 
								
							
								 
							
						 
						
							
							
								
								vf_split: support user-specifiable number of outputs.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								615baa13e4 
								
							
								 
							
						 
						
							
							
								
								lavfi: add split filter from soc.  
							
							Some fixes by Stefano.
For detailed authorship see SOC repo
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago