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  
				
					
						
							
							
								 
						
							
							
							
								
							
								98fb286b60 
								
							
								 
							
						 
						
							
							
								
								Remove senseless comments  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51
Originally committed as revision 13346 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e60018545 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: split setting a var and checking for error  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 13:03:07
Originally committed as revision 13345 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69fa7e80c2 
								
							
								 
							
						 
						
							
							
								
								Fix doxy comment  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58
Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd80b349b3 
								
							
								 
							
						 
						
							
							
								
								Make parse_link_name() return a pointer to the name read  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 12:57:20
Originally committed as revision 13343 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5cbde2ee1 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: more function reordering  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 12:53:28
Originally committed as revision 13342 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d424e138d1 
								
							
								 
							
						 
						
							
							
								
								Make consume_whitespace() return a number of bytes to be skiped  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 12:50:32
Originally committed as revision 13341 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e74c889bc 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: change function order  
							
							Commited in SoC by Vitor Sessak on 2008-05-24 12:46:27
Originally committed as revision 13340 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74c2f1fbcb 
								
							
								 
							
						 
						
							
							
								
								Simplify  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 20:46:17
Originally committed as revision 13339 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a0c770b21 
								
							
								 
							
						 
						
							
							
								
								Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked list  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 20:40:49
Originally committed as revision 13338 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d835680e3c 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: more indentation consistency  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 19:24:23
Originally committed as revision 13337 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								487c0e6700 
								
							
								 
							
						 
						
							
							
								
								More cosmetics: make indentation more consistent  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 19:14:08
Originally committed as revision 13336 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9d086d901 
								
							
								 
							
						 
						
							
							
								
								More cosmetics  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06
Originally committed as revision 13335 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eee68d96d4 
								
							
								 
							
						 
						
							
							
								
								Move code out of if  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 19:05:32
Originally committed as revision 13334 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67ba10fe56 
								
							
								 
							
						 
						
							
							
								
								Cosmetics  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50
Originally committed as revision 13333 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6557d5e33 
								
							
								 
							
						 
						
							
							
								
								Cosmetics  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24
Originally committed as revision 13332 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								443c10ef2b 
								
							
								 
							
						 
						
							
							
								
								Factor common code out of if  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:41:07
Originally committed as revision 13331 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7baa62108a 
								
							
								 
							
						 
						
							
							
								
								Rename another var  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:39:42
Originally committed as revision 13330 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2ac16dab9 
								
							
								 
							
						 
						
							
							
								
								Rename var  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42
Originally committed as revision 13329 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eece0cb089 
								
							
								 
							
						 
						
							
							
								
								Move var declaration to where it is needed  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26
Originally committed as revision 13328 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0de3407b8f 
								
							
								 
							
						 
						
							
							
								
								Replace if(!a){B}else{C} by if(a){C}else{B}  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46
Originally committed as revision 13327 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d08be028d 
								
							
								 
							
						 
						
							
							
								
								Remove useless assignment  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23
Originally committed as revision 13326 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fd9d074d8 
								
							
								 
							
						 
						
							
							
								
								Simplify while(pad){pad--; etc} to while(pad--){etc}  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:03:27
Originally committed as revision 13325 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fec2e51385 
								
							
								 
							
						 
						
							
							
								
								Simplify extract_inout() as suggested by Michael  
							
							Commited in SoC by Vitor Sessak on 2008-04-23 18:01:31
Originally committed as revision 13324 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago