Nicolas George 
							
						 
					 
					
						
						
							
						
						dbe9dbed31 
					 
					
						
						
							
							lavfi/buffersink: add accessors for the stream properties.  
						
						... 
						
						
						
						av_buffersink_get_frame_rate() did already exist; its argument becomes const. 
						
						
					 
					
						2017-01-12 14:06:16 +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 
						 
				 
			
				
					
						
							
							
								Marton Balint 
							
						 
					 
					
						
						
							
						
						005d058f42 
					 
					
						
						
							
							lavfi/loudnorm: add an internal libebur128 library  
						
						... 
						
						
						
						Also contains the following changes to the library:
- add ff_ prefix to functions
- remove cplusplus defines.
- add FF_ prefix to contants and some structs
- remove true peak calculation feature, since it uses its own resampler, and
  af_loudnorm does not need it.
- remove version info and some fprintf(stderr) functions
- convert to use av_malloc
- always use histogram mode for LRA calculation, otherwise LRA data is slowly
  consuming memory making af_loudnorm unfit for 24/7 operation. It also uses a
  BSD style linked list implementation which is probably not available on all
  platforms. So let's just remove the classic mode which not uses histogram.
- add ff_thread_once for calculating static histogram tables
- convert some functions to void which cannot fail
- remove intrinsics and some unused headers
- add support for planar audio
- remove channel / sample rate changer function, in ffmpeg usually we simply
  alloc a new context
- convert some static variables to defines
- declare static histogram variables as aligned
- convert some initalizations to mallocz
- add window size parameter to init function and remove window size setter
  function
- convert return codes to AVERROR
- fix indentation
Signed-off-by: Marton Balint <cus@passwd.hu > 
						
						
					 
					
						2016-11-11 19:37:54 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						1609935b6c 
					 
					
						
						
							
							Bump minor versions after 3.2 branchpoint to seperate release  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-10-26 20:52:42 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						3f3025205f 
					 
					
						
						
							
							Bump minor versions for 3.2  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-10-26 20:52:42 +02: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 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						449339084f 
					 
					
						
						
							
							avfilter: add nb_threads to AVFilterContext  
						
						... 
						
						
						
						To be used in following commits. 
						
						
					 
					
						2016-08-29 16:27:09 +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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						308f9b1c49 
					 
					
						
						
							
							lavfi/selectivecolor: add 16-bit support  
						
						
						
						
					 
					
						2016-07-24 15:29:37 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						6e971f7d66 
					 
					
						
						
							
							lavfi: bump minor after recent curves filter additions  
						
						
						
						
					 
					
						2016-07-24 12:22:41 +02:00 
						 
				 
			
				
					
						
							
							
								Timo Rothenpieler 
							
						 
					 
					
						
						
							
						
						1a75145559 
					 
					
						
						
							
							lavfi: Move new field to the end of AVFilterContext  
						
						... 
						
						
						
						This fixes an accidental ABI break introduced at 8688d3a 
						
						
					 
					
						2016-06-29 18:23:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Mundt 
							
						 
					 
					
						
						
							
						
						8b7b52c863 
					 
					
						
						
							
							avfilter/vf_bwdif: Change default to deinterlace all frames  
						
						... 
						
						
						
						Signed-off-by: Thomas Mundt <loudmax@yahoo.de >
Signed-off-by: James Almer <jamrial@gmail.com > 
						
						
					 
					
						2016-06-19 17:02:09 -03:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						77d4dfbec6 
					 
					
						
						
							
							avfilter/af_firequalizer: add zero_phase option  
						
						... 
						
						
						
						simply by substracting pts to compensate delay
also handle AV_NOPTS_VALUE
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-07 07:55:48 +07:00 
						 
				 
			
				
					
						
							
							
								Kyle Swanson 
							
						 
					 
					
						
						
							
						
						c0c378009b 
					 
					
						
						
							
							avfilter: add loudnorm  
						
						... 
						
						
						
						Signed-off-by: Kyle Swanson <k@ylo.ph > 
						
						
					 
					
						2016-05-18 22:15:01 +02:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						1d4400ac7f 
					 
					
						
						
							
							avfilter/graphparser: add '\r' as whitespace  
						
						... 
						
						
						
						for compatibility with platforms that treat it
as newline
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-05-06 07:37:12 +07: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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Tobias Rapp 
							
						 
					 
					
						
						
							
						
						ee104580c5 
					 
					
						
						
							
							avfilter/vf_drawtext: add optional default value to metadata function  
						
						... 
						
						
						
						Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com > 
						
						
					 
					
						2016-04-13 08:39:07 +02:00 
						 
				 
			
				
					
						
							
							
								F.Sluiter 
							
						 
					 
					
						
						
							
						
						3a9611d623 
					 
					
						
						
							
							avfilter: add remap filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-04-07 14:02:46 +02:00 
						 
				 
			
				
					
						
							
							
								Thilo Borgmann 
							
						 
					 
					
						
						
							
						
						4d251723c0 
					 
					
						
						
							
							lavfi: Add coreimage filter for GPU based image filtering on OSX.  
						
						
						
						
					 
					
						2016-03-25 17:18:49 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						8a02a8031e 
					 
					
						
						
							
							lavfi: add an NVIDIA NPP-based scaling filter  
						
						
						
						
					 
					
						2016-03-23 19:55:34 +01:00 
						 
				 
			
				
					
						
							
							
								Mark Thompson 
							
						 
					 
					
						
						
							
						
						07a844f32e 
					 
					
						
						
							
							lavfi: generic hardware surface upload and download filters  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2016-03-19 15:41:04 +01:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						bba9bed3f3 
					 
					
						
						
							
							lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts.  
						
						
						
						
					 
					
						2016-03-07 12:05:42 +01:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						0ba844a053 
					 
					
						
						
							
							lavfi/extractplanes: Fix in_pixfmts.  
						
						... 
						
						
						
						If the original pix_fmt was >8 bit and not supported by the filter,
the filter system could choose a pix_fmt with different endianness
as input for extractplanes which broke the output because the output
always used the endianness of the original pix_fmt. 
						
						
					 
					
						2016-03-07 11:59:36 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						256fa2ab1b 
					 
					
						
						
							
							avfilter: add ciescope filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-03-03 12:26:44 +01:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						090621d7ce 
					 
					
						
						
							
							lavfi: add bench and abench filters  
						
						
						
						
					 
					
						2016-03-01 10:36:15 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						42c5e1cc2a 
					 
					
						
						
							
							avfilter: add datascope filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-02-26 22:22:05 +01:00 
						 
				 
			
				
					
						
							
							
								Derek Buitenhuis 
							
						 
					 
					
						
						
							
						
						10424024a1 
					 
					
						
						
							
							Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'  
						
						... 
						
						
						
						* commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3':
  lavfi: pass the hw frames context through the filter chain
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2016-02-24 16:03:57 +00:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						bfc61b0fcc 
					 
					
						
						
							
							avfilter: add firequalizer filter  
						
						... 
						
						
						
						Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-02-23 00:44:07 +07:00 
						 
				 
			
				
					
						
							
							
								Thomas Mundt 
							
						 
					 
					
						
						
							
						
						da94d619f6 
					 
					
						
						
							
							avfilter: add BobWeaver deinterlacing filter  
						
						
						
						
					 
					
						2016-02-18 13:12:48 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						08acab85d3 
					 
					
						
						
							
							avfilter: add loop filters  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-02-18 11:55:00 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						a588c7ac13 
					 
					
						
						
							
							avfilter: add fieldhint filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-02-16 16:12:44 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						b3dd30db0b 
					 
					
						
						
							
							lavfi: pass the hw frames context through the filter chain  
						
						
						
						
					 
					
						2016-02-14 22:21:00 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						4ca8879d19 
					 
					
						
						
							
							avfilter: add metadata filters  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-02-10 09:55:39 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						f5c3f85eb2 
					 
					
						
						
							
							avfilter: add swaprect filter  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-02-07 12:51:43 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						d12d48d0a8 
					 
					
						
						
							
							avfilter: add streamselect and astreamselect filter  
						
						... 
						
						
						
						Signed-off-by: Clément Bœsch <u@pkh.me >
Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-02-06 23:52:09 +01:00