568c70e79e 
								
							
								 
							
						 
						
							
							
								
								lavfi: convert input/ouput list compound literals to named objects  
							
							A number of compilers, for example those from TI and IBM, choke on
these initialisers.  The current style is also quite ugly.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1fce361d70 
								
							
								 
							
						 
						
							
							
								
								lavfi: replace empty input/output lists with null pointers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9cfe656d7 
								
							
								 
							
						 
						
							
							
								
								lavfi/split: handle closed outputs.  
							
							Return AVERROR_EOF if all outputs are closed. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a34eb393fc 
								
							
								 
							
						 
						
							
							
								
								split: set rej_perms = AV_PERM_WRITE on outputs.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d9c2dc89a 
								
							
								 
							
						 
						
							
							
								
								Don't include common.h from avutil.h  
							
							Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1dc4205018 
								
							
								 
							
						 
						
							
							
								
								lavfi: check all avfilter_ref_buffer() calls for errors.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4f89906e3 
								
							
								 
							
						 
						
							
							
								
								lavfi: add error handling to end_frame().  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9b992d035 
								
							
								 
							
						 
						
							
							
								
								lavfi: add error handling to draw_slice().  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebc8d97481 
								
							
								 
							
						 
						
							
							
								
								lavfi: add error handling to start_frame().  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3db407038e 
								
							
								 
							
						 
						
							
							
								
								lavfi: use const for AVFilterPad declarations in all filters.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07bad27810 
								
							
								 
							
						 
						
							
							
								
								lavfi: unref AVFilterLink.cur_buf in ff_end_frame().  
							
							This reduces code duplication and prevents stale pointers from remaining
on the link. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd99146253 
								
							
								 
							
						 
						
							
							
								
								lavfi: add error handling to filter_samples().  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								083d0f6be8 
								
							
								 
							
						 
						
							
							
								
								asplit: don't leak the input buffer.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								93bbe53c44 
								
							
								 
							
						 
						
							
							
								
								lavfi/asplit: fix memleak  
							
							The input samples buffer must be unreferenced after it is propagated to
the output links. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e20530add7 
								
							
								 
							
						 
						
							
							
								
								lavfi/split: give a more accurate description to split  
							
							The filter now supports a configurable number of outputs. 
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								0e82d317eb 
								
							
								 
							
						 
						
							
							
								
								lavfi: rename vf_split.c -> f_split.c  
							
							The file now contains both an audio and a video split filter. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								150227e8ed 
								
							
								 
							
						 
						
							
							
								
								lavfi/asplit: move asplit code to vf_split.c, and make it support N outputs  
							
							The move allows to share the init code already used by split. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd18ee0ff6 
								
							
								 
							
						 
						
							
							
								
								vf_split: support user-specifiable number of outputs.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5af7daabc4 
								
							
								 
							
						 
						
							
							
								
								Mark AVFilterPad[] compound literals as const.  
							
							GCC 4.6.2 at least still seems to fail to put them in .rodata though,
see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 
							
						 
						14 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f5a145be1 
								
							
								 
							
						 
						
							
							
								
								vf_split: give more meaningful names to the output pads  
							
							Rename "default" -> "output1", "default2" -> output2. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de1100a00a 
								
							
								 
							
						 
						
							
							
								
								vf_split: define draw_slice() before end_frame()  
							
							Improve logical coherence, fix nit. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88fc2e411e 
								
							
								 
							
						 
						
							
							
								
								vf_split: add description  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d5297b343 
								
							
								 
							
						 
						
							
							
								
								vf_split: fix various nits  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a38a00eddf 
								
							
								 
							
						 
						
							
							
								
								libavfilter: vf_split from soc.  
							
							Commited by michael, for detailed authorship see soc repo 
							
						 
						14 years ago