61b0b03f3f 
								
							
								 
							
						 
						
							
							
								
								lavfi/af_sidechaincompress: use helper macros.  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0f48884b0 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: switch to activate  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8ae23db27 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: change default makeup gain to 1  
							
							This avoids producing out of range or clipped samples.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								908d010b12 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: Free out frame on error  
							
							Fix memleak
Fixes CID1197065 part 2
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4ce63a1bf 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress & af_agate: use audio fifo from lavu  
							
							Fixes regression causing segfault.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a43e559e1 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: kill init function  
							
							Should make addition of process_command easier.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b978dadc6 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: do not require writable input frames for acompressor filter  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								376a3bdb7b 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: add level_in and level_sc options  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								337b6d3b36 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: fix output gain for rms(default) detection  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1685a781cd 
								
							
								 
							
						 
						
							
							
								
								avfilter: add audio compressor filter  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b106215ba 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: add forgotten option  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6aaac24d72 
								
							
								 
							
						 
						
							
							
								
								avfilter/all: propagate errors of functions from avfilter/formats  
							
							Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM).
This propagates the return values.
All of these were found by using av_warn_unused_result, demonstrating its utility.
Tested with FATE. I am least sure of the changes to avfilter/filtergraph,
since I don't know what/how reduce_format is intended to behave and how it should
react to errors.
Fixes: CID 1325680, 1325679, 1325678.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Previous version Reviewed-by: Nicolas George <george@nsup.org>
Previous version Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b336ec2fb 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: replace FFABS with fabs  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed4257de2d 
								
							
								 
							
						 
						
							
							
								
								avfilter: add agate filter  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f825883eeb 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: do not use floats  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								695ff5dc6d 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: use doubles instead of floats  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								494b792441 
								
							
								 
							
						 
						
							
							
								
								avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()  
							
							Fixes playback of some files with ffplay.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59361d8c9d 
								
							
								 
							
						 
						
							
							
								
								avfilter/af_sidechaincompress: Also assert that i < 2  
							
							This should help static analyzers (CID1322339)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1fa846d0c 
								
							
								 
							
						 
						
							
							
								
								avfilter: add sidechain compress audio filter  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago