a50bd3a50e 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: support alpha formats  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								357f11eca2 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: add support for commands  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71e33c6e01 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: add option to use additional algorithm  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								295d99b439 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_adadenoise: add x86 SIMD  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3985c0ea8 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: compensate for small overall brightness loss  
							
							This is very hard to spot. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4d1603baf 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: rewrite using macro  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd6c57d532 
								
							
								 
							
						 
						
							
							
								
								avfilter: add support for gray14 format  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								356a33b20a 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: do not abort if user specified invalid size  
							
							Update documentation with new size default.
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bac508fec1 
								
							
								 
							
						 
						
							
							
								
								avfilter: add support for GRAY9 and GBRAP10  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27ebdcf079 
								
							
								 
							
						 
						
							
							
								
								avfilter: add GRAY10 and GRAY12 to some filters  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0a57072c9 
								
							
								 
							
						 
						
							
							
								
								avfilter: make use of ff_filter_get_nb_threads  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2c6a11fb6 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: add planes option  
							
							Make possible filtering only some planes. 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3282e31baa 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: set default size value to 9  
							
							This is enough, bigger sizes do not produce better output in 99% cases. 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc3eb173f4 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: add support for more pixel formats  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21f9468402 
								
							
								 
							
						 
						
							
							
								
								avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT  
							
							Libav, for some reason, merged this as a public API function. This will
aid in future merges.
A define is left for backwards compat, just in case some person
used it, since it is in a public header.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a019149249 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: do not use uninitialized data  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44f660e7e7 
								
							
								 
							
						 
						
							
							
								
								lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.  
							
							It has no longer any effect. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								969ce025cc 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: fix file permissions  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d8e836d0e 
								
							
								 
							
						 
						
							
							
								
								Replace all remaining occurances of step/depth_minus1 and offset_plus1  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5710411c7 
								
							
								 
							
						 
						
							
							
								
								avfilter/vf_atadenoise: Check for ff_get_video_buffer() failure  
							
							Fixes CID1322338
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b69fb783e 
								
							
								 
							
						 
						
							
							
								
								avfilter: add atadenoise  
							
							
								
							
							
						 
						10 years ago