Paul B Mahol 
							
						 
					 
					
						
						
							
						
						d4d1fc823f 
					 
					
						
						
							
							avfilter: add native headphone spatialization filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-06-12 18:08:52 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						dc72d1dde9 
					 
					
						
						
							
							avfilter: add audio surround upmixer  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-06-01 21:25:36 +02:00 
						 
				 
			
				
					
						
							
							
								Hendrik Leppkes 
							
						 
					 
					
						
						
							
						
						9fb293cfd8 
					 
					
						
						
							
							Use AVOnce as a static variable consistently  
						
						... 
						
						
						
						Using AVOnce as a stack variable makes no sense as the state is lost
when the function exits.
This fixes repeated calls to av(filter/device)_register_all 
						
						
					 
					
						2017-05-22 12:36:32 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						deaab31d61 
					 
					
						
						
							
							avfilter: add audio crossfeed filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-05-17 20:18:39 +02:00 
						 
				 
			
				
					
						
							
							
								Yogender Gupta 
							
						 
					 
					
						
						
							
						
						921bd9a2be 
					 
					
						
						
							
							avfilter/scale_cuda: add CUDA scale filter  
						
						... 
						
						
						
						Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org > 
						
						
					 
					
						2017-05-15 11:46:50 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						eaf644e120 
					 
					
						
						
							
							avfilter: add acopy filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-05-12 10:48:13 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						49bbfb9d13 
					 
					
						
						
							
							avfilter: add arbitrary audio FIR filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-05-09 20:47:52 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						399c7ab9c6 
					 
					
						
						
							
							avfilter: add video oscilloscope filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-04-29 19:12:34 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						8341d0dd0e 
					 
					
						
						
							
							avfilter: add pixscope filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-04-29 18:47:41 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						dfc4ce5f5d 
					 
					
						
						
							
							avfilter: add lumakey filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-04-24 20:37:30 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						01729f77dd 
					 
					
						
						
							
							avfilter: add doubleweave filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-04-22 13:18:59 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						74acc1eec5 
					 
					
						
						
							
							avfilter: add deflicker filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-04-20 22:53:00 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						6234fd2fa0 
					 
					
						
						
							
							Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'  
						
						... 
						
						
						
						* commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966':
  lavfi: Hardware map filter
Merged-by: Clément Bœsch <cboesch@gopro.com > 
						
						
					 
					
						2017-03-30 10:51:32 +02:00 
						 
				 
			
				
					
						
							
							
								Rostislav Pehlivanov 
							
						 
					 
					
						
						
							
						
						a8fe8d6b4a 
					 
					
						
						
							
							lavfi: remove af_asynts filter  
						
						... 
						
						
						
						Long overdue for removal, af_aresample should be used instead.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com > 
						
						
					 
					
						2017-03-27 14:06:16 +01:00 
						 
				 
			
				
					
						
							
							
								Gerion Entrup 
							
						 
					 
					
						
						
							
						
						5e3a418b60 
					 
					
						
						
							
							add signature filter for MPEG7 video signature  
						
						... 
						
						
						
						This filter does not implement all features of MPEG7. Missing features:
- compression of signature files
- work only on (cropped) parts of the video
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2017-03-21 00:11:08 +01:00 
						 
				 
			
				
					
						
							
							
								Mark Thompson 
							
						 
					 
					
						
						
							
						
						b9acc7fbd9 
					 
					
						
						
							
							Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'  
						
						... 
						
						
						
						* commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417':
  lavfi: add a QSV deinterlacing filter
Minor fixup for lavfi differences.
Merged-by: Mark Thompson <sw@jkqxz.net > 
						
						
					 
					
						2017-03-12 17:00:42 +00:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						807a3b30d2 
					 
					
						
						
							
							lavfi: add a QSV scaling filter  
						
						... 
						
						
						
						This merges libav commit ac7bfd6967ac7bfd6967sw@jkqxz.net > 
						
						
					 
					
						2017-03-12 15:02:33 +00:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						af7010ad05 
					 
					
						
						
							
							avfilter/allfilters: make avfilter_register_all thread safe  
						
						... 
						
						
						
						use ff_thread_once
Suggested-by: wm4 <nfxjfg@googlemail.com >
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2017-03-07 20:34:44 +07:00 
						 
				 
			
				
					
						
							
							
								Mark Thompson 
							
						 
					 
					
						
						
							
						
						359586f14f 
					 
					
						
						
							
							lavfi: Add VAAPI deinterlacer  
						
						... 
						
						
						
						(cherry picked from commit ade370a4d72d518aec4c 
						
						
					 
					
						2017-02-23 22:08:26 +00:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						012dd8c99a 
					 
					
						
						
							
							avfilter: add midequalizer filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-02-04 14:47:33 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						acf1dd5b74 
					 
					
						
						
							
							avfilter: add threshold filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-01-30 18:44:08 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						ee8e00b703 
					 
					
						
						
							
							avfilter: add abitscope multimedia filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-01-26 16:21:25 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						08e5732318 
					 
					
						
						
							
							avfilter: add EIA-608 line extractor  
						
						... 
						
						
						
						Signed-off-by: Dave Rice <dave@dericed.com >
Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2017-01-24 10:20:10 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						6e713841e8 
					 
					
						
						
							
							avfilter: add premultiply filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-12-01 22:12:21 +01:00 
						 
				 
			
				
					
						
							
							
								Mark Thompson 
							
						 
					 
					
						
						
							
						
						124e26971e 
					 
					
						
						
							
							lavfi: Hardware map filter  
						
						... 
						
						
						
						Takes a frame associated with a hardware context as input and maps it
to something else (another hardware frame or normal memory) for other
processing.  If the frame to map was originally in the target format
(but mapped to something else), the original frame is output.
Also supports mapping backwards, where only the output has a hardware
context.  The link immediately before will be supplied with mapped
hardware frames which it can write directly into, and this filter
then unmaps them back to the actual hardware frames. 
						
						
					 
					
						2016-11-03 23:49:05 +00:00 
						 
				 
			
				
					
						
							
							
								Marton Balint 
							
						 
					 
					
						
						
							
						
						7845c13881 
					 
					
						
						
							
							lavfi/sidedata: add filter for manipulating frame side data  
						
						... 
						
						
						
						This is a similar filter to f_metadata, only it works on side data. Since
adding side data from a user provided arbitrary binary string is unsafe,
because current code assumes that a side data of a certain kind has the proper
size, this filter only implements selection and deletion. Also, no value
matching support is implemented yet, because there is no uniform way to specify
a side data textually.
Signed-off-by: Marton Balint <cus@passwd.hu > 
						
						
					 
					
						2016-10-13 23:01:53 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						c29b532a94 
					 
					
						
						
							
							lavfi: add nlmeans filter  
						
						... 
						
						
						
						Fixes Ticket #4910  
						
						
					 
					
						2016-09-24 09:52:10 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						afeffd891f 
					 
					
						
						
							
							avfilter: add sobel and prewitt filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-09-12 14:38:45 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						424f0f9e33 
					 
					
						
						
							
							avfilter: add avgblur filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-09-07 15:36:54 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						ee605aa730 
					 
					
						
						
							
							avfilter: add gblur filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-09-04 15:33:05 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						3e1356f790 
					 
					
						
						
							
							avfilter: add weave filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-09-02 12:27:28 +02:00 
						 
				 
			
				
					
						
							
							
								Burt P 
							
						 
					 
					
						
						
							
						
						728e80cd2e 
					 
					
						
						
							
							High Definition Compatible Digital (HDCD) decoder filter, using libhdcd  
						
						... 
						
						
						
						Signed-off-by: Burt P <pburt0@gmail.com >
Signed-off-by: Diego Biurrun <diego@biurrun.de >
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2016-08-29 19:09:59 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						0429ff4be6 
					 
					
						
						
							
							avfilter: add vaguedenoiser filter  
						
						
						
						
					 
					
						2016-08-26 23:17:19 +02:00 
						 
				 
			
				
					
						
							
							
								Davinder Singh 
							
						 
					 
					
						
						
							
						
						b07d4a0fb2 
					 
					
						
						
							
							avfilter: added motion estimation and interpolation filters  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-08-26 11:17:51 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						feb2ea6e09 
					 
					
						
						
							
							avfilter: add yuvtestsrc source filter  
						
						
						
						
					 
					
						2016-08-25 11:16:09 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						5d7743019b 
					 
					
						
						
							
							avfilter: add lut2 filter  
						
						
						
						
					 
					
						2016-08-25 11:16:09 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						bb109dce18 
					 
					
						
						
							
							avfilter: add hysteresis filter  
						
						
						
						
					 
					
						2016-08-23 15:21:06 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						12f997d061 
					 
					
						
						
							
							avfilter: add maskedclamp filter  
						
						
						
						
					 
					
						2016-08-23 15:21:06 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						d299defbba 
					 
					
						
						
							
							avfilter/Makefile & allfilters: sort entries  
						
						
						
						
					 
					
						2016-08-17 13:37:39 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						ed8d7e7a9b 
					 
					
						
						
							
							avfilter: add bitplanenoise filter  
						
						
						
						
					 
					
						2016-08-17 13:24:28 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						7f1b14bc57 
					 
					
						
						
							
							avfilter: add acrusher filter  
						
						
						
						
					 
					
						2016-08-11 15:02:16 +02:00 
						 
				 
			
				
					
						
							
							
								Vitaly Ostrosablin 
							
						 
					 
					
						
						
							
						
						90ddcaaf2d 
					 
					
						
						
							
							avfilter: add crystalizer audio filter  
						
						... 
						
						
						
						Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru > 
						
						
					 
					
						2016-08-07 10:58:42 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						ad71d3276f 
					 
					
						
						
							
							lavfi: add a QSV deinterlacing filter  
						
						
						
						
					 
					
						2016-07-22 19:08:13 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						ac7bfd6967 
					 
					
						
						
							
							lavfi: add a QSV scaling filter  
						
						
						
						
					 
					
						2016-06-21 19:53:38 +02:00 
						 
				 
			
				
					
						
							
							
								Kyle Swanson 
							
						 
					 
					
						
						
							
						
						c0c378009b 
					 
					
						
						
							
							avfilter: add loudnorm  
						
						... 
						
						
						
						Signed-off-by: Kyle Swanson <k@ylo.ph > 
						
						
					 
					
						2016-05-18 22:15:01 +02:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						94e5f0922b 
					 
					
						
						
							
							Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748'  
						
						... 
						
						
						
						* commit '8a02a8031ef4f98faf5647f0e01a8922247bf748':
  lavfi: add an NVIDIA NPP-based scaling filter
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2016-04-18 15:34:04 +01:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						34245eccaf 
					 
					
						
						
							
							Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'  
						
						... 
						
						
						
						* commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d':
  lavf: VAAPI scale filter
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2016-04-18 15:22:24 +01:00 
						 
				 
			
				
					
						
							
							
								Tobias Rapp 
							
						 
					 
					
						
						
							
						
						2aad631a81 
					 
					
						
						
							
							avfilter: add readvitc filter  
						
						... 
						
						
						
						Add a filter to scan the top lines of video frames for vertical interval
timecode (VITC) information and attach it as metadata keys.
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com > 
						
						
					 
					
						2016-04-16 16:22:43 +02:00 
						 
				 
			
				
					
						
							
							
								Benjamin Steffes 
							
						 
					 
					
						
						
							
						
						0cfe16437f 
					 
					
						
						
							
							lavfi/af_hdcd: Implement high definition audio cd filtering.  
						
						... 
						
						
						
						Fixes ticket #4441 . 
						
						
					 
					
						2016-04-15 12:14:55 +02:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						8688d3af39 
					 
					
						
						
							
							Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c'  
						
						... 
						
						
						
						* commit '07a844f32ebb78503981df017fa3ebfedb75fe1c':
  lavfi: generic hardware surface upload and download filters
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2016-04-14 13:59:45 +01:00