668673f10c 
								
							
								 
							
						 
						
							
							
								
								Add missing check on the existence of an associated output pad for  
							
							each specified output link label.
Fix crash.
Originally committed as revision 25723 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24de0edbd5 
								
							
								 
							
						 
						
							
							
								
								Rename avfilter_destroy() as avfilter_free().  
							
							The new name is shorter and more consistent with the FFmpeg API, and
sounds less evil.
Originally committed as revision 25707 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1e80a0eaa4 
								
							
								 
							
						 
						
							
							
								
								Remove graphparser.h header, move AVFilterInOut and  
							
							avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h.
Simplify, and less confusing for the user.
Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55b2a9ba3b 
								
							
								 
							
						 
						
							
							
								
								Extend documentation for parse_filter().  
							
							Originally committed as revision 25703 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7313132bcc 
								
							
								 
							
						 
						
							
							
								
								Rename AVFilterInOut field filter to filter_ctx, more semantically correct.  
							
							Originally committed as revision 25700 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c24f76b948 
								
							
								 
							
						 
						
							
							
								
								Make avfilter_graph_parse() always return meaningful error codes.  
							
							Originally committed as revision 25699 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0cc8b65950 
								
							
								 
							
						 
						
							
							
								
								Make parse_outputs() always return meaningful error codes.  
							
							Originally committed as revision 25698 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00b3ca3c7a 
								
							
								 
							
						 
						
							
							
								
								Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash.  
							
							Originally committed as revision 25697 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42e7f6d781 
								
							
								 
							
						 
						
							
							
								
								Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the  
							
							link label parsed by parse_link_name() is invalid.
Originally committed as revision 25696 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbd97184f8 
								
							
								 
							
						 
						
							
							
								
								Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash.  
							
							Originally committed as revision 25695 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed581e65e2 
								
							
								 
							
						 
						
							
							
								
								Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context.  
							
							Less confusing.
Originally committed as revision 25694 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								684ade4935 
								
							
								 
							
						 
						
							
							
								
								Make link_filter_inouts() return meaningful error codes.  
							
							Originally committed as revision 25693 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								688b9dad9c 
								
							
								 
							
						 
						
							
							
								
								Change the signature of parse_filter() to make it return an error code.  
							
							Originally committed as revision 25692 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c58572f87b 
								
							
								 
							
						 
						
							
							
								
								Change the signature of create_filter() to make it return an error code.  
							
							Originally committed as revision 25691 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								97dd1e4a87 
								
							
								 
							
						 
						
							
							
								
								Rename avfilter_graph_destroy() to avfilter_graph_free().  
							
							The new name is shorter and more consistent with the rest of the API.
This change breaks libavfilter API/ABI.
Originally committed as revision 25674 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								372e288408 
								
							
								 
							
						 
						
							
							
								
								Move av_get_token() from libavfilter to libavutil.  
							
							Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84c0386960 
								
							
								 
							
						 
						
							
							
								
								Change avfilter_open() signature, from:  
							
							AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name);
to:
int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);
This way it is possible to propagate an error code telling the reason
of the failure.
Originally committed as revision 24765 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98137a1a5b 
								
							
								 
							
						 
						
							
							
								
								Document create_filter().  
							
							Originally committed as revision 24423 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2874a9d59 
								
							
								 
							
						 
						
							
							
								
								Add simple doxy to link_filter().  
							
							Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94b2120dfb 
								
							
								 
							
						 
						
							
							
								
								Fix documentation for parse_link_name().  
							
							Originally committed as revision 24421 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb90d855d7 
								
							
								 
							
						 
						
							
							
								
								Consistently use Uppercase for the first character of the log  
							
							messages.
Originally committed as revision 24420 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99ac59ca69 
								
							
								 
							
						 
						
							
							
								
								Make link_filter() propagate the generated error code.  
							
							Originally committed as revision 24419 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f219eee592 
								
							
								 
							
						 
						
							
							
								
								Fix style: "if(" -> "if (".  
							
							Originally committed as revision 24418 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b504981483 
								
							
								 
							
						 
						
							
							
								
								Use default graph swscale opts when no opts are supplied  
							
							Originally committed as revision 24016 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03c3bb5c5a 
								
							
								 
							
						 
						
							
							
								
								use filter name when graph parser add filters  
							
							Originally committed as revision 23147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15a316c014 
								
							
								 
							
						 
						
							
							
								
								Make parse_filter() parsing more robust.  
							
							Add ';' and '\n' to the terminating characters for the name of a
filter, and ';' to the terminating characters for its args.
Originally committed as revision 20800 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b755a754d1 
								
							
								 
							
						 
						
							
							
								
								"[" is a terminating char for the filter name. This fixes the parsing of  
							
							things like
[in] vflip [out];
Originally committed as revision 18772 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd04911c4e 
								
							
								 
							
						 
						
							
							
								
								Make graphparser.c use av_get_token().  
							
							This also avoids the need for '\=' escaping.
Originally committed as revision 18726 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd548e5bd6 
								
							
								 
							
						 
						
							
							
								
								Remove consume_whitespace() and replace it with direct calls to  
							
							strspn().
Originally committed as revision 18645 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								86a47378d5 
								
							
								 
							
						 
						
							
							
								
								Rename avfilter_parse_graph() to avfilter_graph_parse(), for better  
							
							consistency with the rest of the API.
Originally committed as revision 17624 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7dbe55823 
								
							
								 
							
						 
						
							
							
								
								Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better  
							
							consistency with the rest of the API.
Originally committed as revision 17623 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd51ff1643 
								
							
								 
							
						 
						
							
							
								
								Fix avfilter_parse_graph() invalid graph description detection.  
							
							See the thread:
"[FFmpeg-devel] [PATCH] Fix avfilter-parse-graph()".
Originally committed as revision 17222 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								784712343c 
								
							
								 
							
						 
						
							
							
								
								Print a warning and fail if the graph description cannot be  
							
							parsed.
Originally committed as revision 16648 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f9b3266c9 
								
							
								 
							
						 
						
							
							
								
								Change thisIsAVar variable names to this_is_a_var style, more  
							
							consistent with the rest of libav*.
Originally committed as revision 16356 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e916c2ac6a 
								
							
								 
							
						 
						
							
							
								
								Fix typo: ommitted -> omitted.  
							
							Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4a5f397fd 
								
							
								 
							
						 
						
							
							
								
								Choose better names for the variables in create_filter().  
							
							Originally committed as revision 16320 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2b5fdaf11 
								
							
								 
							
						 
						
							
							
								
								Split openLinks linked list into openInputs and openOutputs  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 17:20:09
Originally committed as revision 13360 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64fbf5e263 
								
							
								 
							
						 
						
							
							
								
								One more memory leak  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03
Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d11beb293 
								
							
								 
							
						 
						
							
							
								
								Cosmetical: move statement  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 17:17:19
Originally committed as revision 13358 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64b164f44a 
								
							
								 
							
						 
						
							
							
								
								Plug some memory leaks  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 17:15:18
Originally committed as revision 13357 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90ed076ce3 
								
							
								 
							
						 
						
							
							
								
								Merge variable initialization and declaration  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 17:01:01
Originally committed as revision 13356 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c185fc5d72 
								
							
								 
							
						 
						
							
							
								
								Cosmetics  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 17:00:23
Originally committed as revision 13355 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b31015a7f 
								
							
								 
							
						 
						
							
							
								
								Remove unnused var  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 16:58:58
Originally committed as revision 13354 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c880791fc1 
								
							
								 
							
						 
						
							
							
								
								Simplify  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 16:55:47
Originally committed as revision 13353 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c956dd431f 
								
							
								 
							
						 
						
							
							
								
								Use av_mallocz instead of av_malloc to simplify some code  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 16:53:33
Originally committed as revision 13352 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e97908ee70 
								
							
								 
							
						 
						
							
							
								
								Factor linked list insertion in its own function  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:33:17
Originally committed as revision 13351 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c658f47eff 
								
							
								 
							
						 
						
							
							
								
								Remove comment redundant with those in graphparser.h  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07
Originally committed as revision 13350 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								089d371450 
								
							
								 
							
						 
						
							
							
								
								These error messages should print the filter name, not the instance name  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:08:23
Originally committed as revision 13349 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12849837d4 
								
							
								 
							
						 
						
							
							
								
								10l: fix previous commit  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:06:05
Originally committed as revision 13348 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba3fed2fc2 
								
							
								 
							
						 
						
							
							
								
								Simplify  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:05:30
Originally committed as revision 13347 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago