cb8d71734c 
								
							
								 
							
						 
						
							
							
								
								avfilter/volume: drop useless trailing comma  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34201fcf74 
								
							
								 
							
						 
						
							
							
								
								avfilter/volume: fix missing filtering flags for a bunch of options  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed28dd6301 
								
							
								 
							
						 
						
							
							
								
								avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip option  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0854c084e 
								
							
								 
							
						 
						
							
							
								
								avfilter: handle error in query_formats() in bunch of filters  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcf19008a6 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_volume: fix precision=fixed and volume=0 case  
							
							When precision is fixed and volume is 0, filter_frame does not
perform any operation on the output buffer. This works if the
output buffer has been allocated and zeroed with ff_get_audio_buffer
but not if the input buffer is used as output buffer.
Fix this by not using the input buffer as output buffer if
precision is fixed and volume is 0.
Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e526213a2 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_volume: Use avpriv_float_dsp_alloc()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9e2aceb7f 
								
							
								 
							
						 
						
							
							
								
								Add missing "const" all over the place.  
							
							Only "./configure --enable-gpl" on x86 was tested.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aaab192df2 
								
							
								 
							
						 
						
							
							
								
								af_volume: implement replaygain clipping prevention  
							
							This adds a new "replaygain_noclip" option to the filter, and, if enabled,
limits the gain applied for tracks where clipping would occur.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a49aa440c9 
								
							
								 
							
						 
						
							
							
								
								af_volume: implement replaygain pre-amplification  
							
							This adds a new "replaygain_preamp" option to the filter, and simply adds its
value to the replaygain gain value.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06c3cd3c01 
								
							
								 
							
						 
						
							
							
								
								af_volume: support using replaygain frame side data  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e995cf1bcc 
								
							
								 
							
						 
						
							
							
								
								avfilter: Add missing emms_c when needed  
							
							Arch specific calls should have an emms_c following to keep the cpu
state consistent.
Reported-By: wm4
CC: libav-stable@libav.org  
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39c2880eea 
								
							
								 
							
						 
						
							
							
								
								af_volume: preserve frame properties  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								baeda2bf92 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: fix NULL reference in filter_frame()  
							
							Fix crash. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca0d8e839e 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: extend volume logging  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								97aa554634 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: implement process_command() callback, with the volume command  
							
							Address trac ticket #2868 . 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7619a87cc8 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: support volume expression and per-frame expression evaluation  
							
							The eval mode allows to evaluate the expression per-frame or just at
init.
In particular, address ticket #3234 . 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5d51cf04d 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: support all channel counts  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd43ca0443 
								
							
								 
							
						 
						
							
							
								
								lavfi: do not export the filters from shared objects  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b211607b5c 
								
							
								 
							
						 
						
							
							
								
								avfilter: various cosmetics  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1776177b7f 
								
							
								 
							
						 
						
							
							
								
								lavfi: replace passthrough_filter_frame with a flag.  
							
							With the introduction of AVFilterContext->is_disabled, we can simplify
the custom passthrough mode in filters.
This commit is technically a small compat break, but the timeline was
introduced very recently.
Doxy by Stefano Sabatini. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								093804a93c 
								
							
								 
							
						 
						
							
							
								
								avfilter: Add av_cold attributes to init/uninit functions  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fdd93eabfb 
								
							
								 
							
						 
						
							
							
								
								lavfi: add timeline support.  
							
							Flag added in a few simple filters. A bunch of other filters can likely
use the feature as well. 
							
						 
						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  
				
					
						
							
							
								 
						
							
							
							
								
							
								c43a7ecad9 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove now unused args parameter from AVFilter.init  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b13623e184 
								
							
								 
							
						 
						
							
							
								
								af_volume: switch to an AVOptions-based system.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01b2d1288a 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: use designated initializers for the sample_fmts declaration.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4dae804d3c 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume: use copy props helper instead of incomplete manual code.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9ca55aedd 
								
							
								 
							
						 
						
							
							
								
								lavfi/af_volume: use standard options parsing.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0651e892e1 
								
							
								 
							
						 
						
							
							
								
								Replace remaining includes of audioconvert.h with channel_layout.h  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e350379f8 
								
							
								 
							
						 
						
							
							
								
								lavfi: switch to AVFrame.  
							
							Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it
and use AVFrame instead. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10db70d5e9 
								
							
								 
							
						 
						
							
							
								
								lavfi: drop af_volume_stefano.c in favor of af_volume_justin.c  
							
							Justin's version has more features but is otherwise equivalent from the
point of view of the syntax. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								769546631c 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume_justin: add support to option shorthands and introspection  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								402ac72bbc 
								
							
								 
							
						 
						
							
							
								
								lavfi/volume_justin: fix a few grammar inconsistencies in options description  
							
							
								
							
							
						 
						13 years ago