0acf7e268b 
								
							
								 
							
						 
						
							
							
								
								avfilter: remove opaque passing hacks  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1e62af0e0 
								
							
								 
							
						 
						
							
							
								
								avfilter: remove mixed args hack for scale.  
							
							Our option handling code does not need this hack.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d69a4177b9 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove now unused args parameter from AVFilter.init  
							
							Conflicts:
	libavfilter/avfilter.c
	libavfilter/vf_drawtext.c
	libavfilter/vf_lut.c
	libavfilter/vf_select.c
	libavfilter/vf_setpts.c
	libavfilter/vsrc_color.c
	libavfilter/vsrc_movie.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04924bc923 
								
							
								 
							
						 
						
							
							
								
								avfilter: remove old shorthand system  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c821e7550 
								
							
								 
							
						 
						
							
							
								
								af_pan: switch to an AVOptions-based shorthand system.  
							
							TODO: The first argument can be seperated into its own AVOption
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c378ba19b5 
								
							
								 
							
						 
						
							
							
								
								abuffer: switch to an AVOptions-based shorthand system.  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16e5e13c7e 
								
							
								 
							
						 
						
							
							
								
								buffersrc: switch to an AVOptions-based shorthand system.  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f3c440a39 
								
							
								 
							
						 
						
							
							
								
								lavfi/atempo: switch to an AVOptions-based system.  
							
							Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ab796127a 
								
							
								 
							
						 
						
							
							
								
								avfilter: Update scale to dictionary based options  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								838d803155 
								
							
								 
							
						 
						
							
							
								
								lavfi/mp: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ab221f8d8 
								
							
								 
							
						 
						
							
							
								
								lavfi: deprecate aconvert.  
							
							This filter is not required anymore with aformat. Drop it at next bump. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71ef1ec7b4 
								
							
								 
							
						 
						
							
							
								
								lavfi/aspect: switch to an AVOptions-based system.  
							
							This is heavily based on 2831b307 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								976e3439ed 
								
							
								 
							
						 
						
							
							
								
								lavfi/flite: switch to AVOption-based system  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4fd58f472 
								
							
								 
							
						 
						
							
							
								
								lavfi/hue: apply major simplifications, and switch to AVOption-based system  
							
							This also drops support for "flat syntax" and "reinit" command.
"reinit" command is not very robust and complicates the logic more than
necessary, since requires to reset all the options in the command.
*This is a syntax break*. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f160c6a18a 
								
							
								 
							
						 
						
							
							
								
								lavfi: do not segfault on NULL passed to avfilter_get_by_name()  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fa2a34cd40 
								
							
								 
							
						 
						
							
							
								
								lavfi: change the filter registering system to match the other libraries  
							
							Removes an arbitrary hardcoded limit on the number of filters. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e8fe4be5f 
								
							
								 
							
						 
						
							
							
								
								lavfi: add a function for counting elements in AVFilterPad arrays.  
							
							The caller needs to know what valid indices can be passed to
avfilter_pad_get_name/type. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f43e9b4af 
								
							
								 
							
						 
						
							
							
								
								avfilter/aresample: use init_dict system and set child AVOption context correctly  
							
							Parts of this commit are based on: 4fa1f52e 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6bfeef7fa 
								
							
								 
							
						 
						
							
							
								
								avfilter: fix handing of child context options  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1ba95a9cca 
								
							
								 
							
						 
						
							
							
								
								lavfi: add avfilter_init_dict() for initializing a filter with a dict.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48a5adab62 
								
							
								 
							
						 
						
							
							
								
								lavfi: add avfilter_init_str() to replace avfilter_init_filter().  
							
							Drop the unused opaque parameter from its signature. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1565cbc65c 
								
							
								 
							
						 
						
							
							
								
								lavfi: make avfilter_free() remove the filter from its graph.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc1a985ba0 
								
							
								 
							
						 
						
							
							
								
								lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().  
							
							Since we do not support "standalone" filters not attached to an
AVFilterGraph, we should not have a public function to create such
filters. In addition that function is horribly named, the action it does
cannot be possibly described as "opening" a filter. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a37d4b3f8 
								
							
								 
							
						 
						
							
							
								
								lavfi: add const to the pads parameter of avfilter_pad_get_name/type  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1907bd732 
								
							
								 
							
						 
						
							
							
								
								lavfi/removelogo: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c74b0eda34 
								
							
								 
							
						 
						
							
							
								
								lavfi/amerge: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23a750c994 
								
							
								 
							
						 
						
							
							
								
								lavfi: do not warn inappropriately with aevalsrc.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64ce15b9f4 
								
							
								 
							
						 
						
							
							
								
								lavfi/aevalsrc: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad9e66a565 
								
							
								 
							
						 
						
							
							
								
								lavfi: add pp to the ':'-to-'|' compat layer.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2e992c077 
								
							
								 
							
						 
						
							
							
								
								lavfi/asetnsamples: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c0feee059 
								
							
								 
							
						 
						
							
							
								
								lavfi/anullsrc: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7464b9e319 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove bbox from the filters left to update.  
							
							The filter doesn't take any option and thus works with the new system. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fdebb116c 
								
							
								 
							
						 
						
							
							
								
								lavfi/astreamsync: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab4afcb85b 
								
							
								 
							
						 
						
							
							
								
								lavfi/blackdetect: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7eb1ea2ae6 
								
							
								 
							
						 
						
							
							
								
								lavfi/sendcmd: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd97736d4f 
								
							
								 
							
						 
						
							
							
								
								avfilter: add missing ,  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38d1a5a270 
								
							
								 
							
						 
						
							
							
								
								lavfi/smptebars: switch to AVOptions-based system  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c2e4c2a9b 
								
							
								 
							
						 
						
							
							
								
								lavfi/showwaves: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38788f2de5 
								
							
								 
							
						 
						
							
							
								
								lavfi: replace new filter list with filters left to update.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								661e284b4a 
								
							
								 
							
						 
						
							
							
								
								telecine filter  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77add967a5 
								
							
								 
							
						 
						
							
							
								
								lavfi/setfield: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73c1a00e73 
								
							
								 
							
						 
						
							
							
								
								lavfi/asettb: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb2327e88d 
								
							
								 
							
						 
						
							
							
								
								lavfi/aselect: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bca4cafaf2 
								
							
								 
							
						 
						
							
							
								
								lavfi/sine: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ceb7bdf6f 
								
							
								 
							
						 
						
							
							
								
								lavfi/deshake: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c85f56bb4f 
								
							
								 
							
						 
						
							
							
								
								lavfi/tinterlace: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64a103138c 
								
							
								 
							
						 
						
							
							
								
								lavfi/tile: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35a27402ad 
								
							
								 
							
						 
						
							
							
								
								lavfi/concat: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b89ce54e74 
								
							
								 
							
						 
						
							
							
								
								lavfi: restore mixed short/long option support with the new system.  
							
							process_unnamed_options() is renamed to process_options() and its code
is heavily based on av_opt_set_from_string(). 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6067acc8d 
								
							
								 
							
						 
						
							
							
								
								lavfi/biquads: switch to an AVOptions-based system  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago