exwm 
							
						 
					 
					
						
						
							
						
						32d6fe23b6 
					 
					
						
						
							
							avfilter/zoompan: add in_time variable  
						
						... 
						
						
						
						Currently, the zoompan filter exposes a 'time' variable (missing from docs) for use in
the 'zoom', 'x', and 'y' expressions. This variable is perhaps better named
'out_time' as it represents the timestamp in seconds of each output frame
produced by zoompan. This patch adds aliases 'out_time' and 'ot' for 'time'.
This patch also adds an 'in_time' (alias 'it') variable that provides access
to the timestamp in seconds of each input frame to the zoompan filter.
This helps to design zoompan filters that depend on the input video timestamps.
For example, it makes it easy to zoom in instantly for only some portion of a video.
Both the 'out_time' and 'in_time' variables have been added in the documentation
for zoompan.
Example usage of 'in_time' in the zoompan filter to zoom in 2x for the
first second of the input video and 1x for the rest:
    zoompan=z='if(between(in_time,0,1),2,1):d=1'
V2: Fix zoompan filter documentation stating that the time variable
would be NAN if the input timestamp is unknown.
V3: Add 'it' alias for 'in_time. Add 'out_time' and 'ot' aliases for 'time'.
Minor corrections to zoompan docs.
Signed-off-by: exwm <thighsman@protonmail.com > 
						
						
					 
					
						2020-06-25 10:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						00a5df71ad 
					 
					
						
						
							
							avfilter/vf_v360: add orthographic projection support  
						
						
						
						
					 
					
						2020-06-23 16:00:02 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						44ce333f03 
					 
					
						
						
							
							avfilters/vf_v360: add equisolid projection support  
						
						
						
						
					 
					
						2020-06-22 14:41:36 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						683a1599d4 
					 
					
						
						
							
							avfilter/af_ladspa: add latency compensation  
						
						
						
						
					 
					
						2020-06-21 21:35:40 +02:00 
						 
				 
			
				
					
						
							
							
								Limin Wang 
							
						 
					 
					
						
						
							
						
						dacae40a4b 
					 
					
						
						
							
							avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format support  
						
						... 
						
						
						
						Signed-off-by: Limin Wang <lance.lmwang@gmail.com > 
						
						
					 
					
						2020-06-19 07:14:46 +08:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						bd6336b970 
					 
					
						
						
							
							avfilter/vf_vaguedenoiser: add new type of threshold  
						
						
						
						
					 
					
						2020-06-07 15:20:25 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						726dbc57f8 
					 
					
						
						
							
							avfilter: add dblur video filter  
						
						
						
						
					 
					
						2020-05-30 18:04:14 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						e2e8121eaa 
					 
					
						
						
							
							avfilter/af_aiir: add S-plane support  
						
						
						
						
					 
					
						2020-05-30 10:05:19 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						327b52412d 
					 
					
						
						
							
							avfilter/af_aiir: make it clear that transfer function is digital one  
						
						
						
						
					 
					
						2020-05-30 10:05:19 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						1206a10d9c 
					 
					
						
						
							
							avfilter/af_biquads: implement 1st order allpass  
						
						
						
						
					 
					
						2020-05-30 09:57:04 +02:00 
						 
				 
			
				
					
						
							
							
								Nicolas George 
							
						 
					 
					
						
						
							
						
						88567a2e52 
					 
					
						
						
							
							lavfi: add untile filter.  
						
						
						
						
					 
					
						2020-05-23 15:52:27 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						07a9e5ec5e 
					 
					
						
						
							
							avfilter/af_aiir: add more descriptive options aliases  
						
						
						
						
					 
					
						2020-05-22 12:37:17 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						ffda57b800 
					 
					
						
						
							
							avfilter/af_aiir: export normalize option  
						
						... 
						
						
						
						And enable it in all modes by default. 
						
						
					 
					
						2020-05-22 12:30:59 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						f63939dedb 
					 
					
						
						
							
							avfilter: add gradients source video filter  
						
						
						
						
					 
					
						2020-05-19 20:10:34 +02:00 
						 
				 
			
				
					
						
							
							
								Limin Wang 
							
						 
					 
					
						
						
							
						
						815a3b393c 
					 
					
						
						
							
							avfilter/vf_minterpolate: change the default threshold to get better scene change detect result  
						
						... 
						
						
						
						./ffmpeg -loglevel debug -i ../fate-suite/svq3/Vertical400kbit.sorenson3.mov -vf
 minterpolate=fps=60:mi_mode=blend -an -f null -
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 1600
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 4120
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 5780
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 6700
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 8140
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 9740
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 14060
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 15680
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 18480
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 20020
 [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 21740
 The results are consistent with tests/ref/fate/filter-metadata-scenedetect
 For the master, it'll detect more than 20 scene change for the same source.
Signed-off-by: Limin Wang <lance.lmwang@gmail.com > 
						
						
					 
					
						2020-05-14 23:03:07 +08:00 
						 
				 
			
				
					
						
							
							
								Limin Wang 
							
						 
					 
					
						
						
							
						
						d62d4e05e8 
					 
					
						
						
							
							avfilter/vf_scdet: add filter to detect scene change  
						
						... 
						
						
						
						Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Limin Wang <lance.lmwang@gmail.com > 
						
						
					 
					
						2020-05-14 23:03:06 +08:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						0a181c2cb1 
					 
					
						
						
							
							avfilter/af_crossfeed: make options runtime configurable  
						
						
						
						
					 
					
						2020-04-30 12:18:36 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						35d6001815 
					 
					
						
						
							
							avfilter/af_crossfeed: make slope configurable  
						
						
						
						
					 
					
						2020-04-30 12:18:36 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						c7d8082357 
					 
					
						
						
							
							avfilter: add asubboost filter  
						
						
						
						
					 
					
						2020-04-30 12:18:36 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						2970846fc1 
					 
					
						
						
							
							avfilter/vf_v360: make FOV adjusted for dual fisheye too  
						
						... 
						
						
						
						Remove any usage of padding for this format. 
						
						
					 
					
						2020-04-29 19:18:25 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						d8147c4e2d 
					 
					
						
						
							
							avfilter/af_amix: make weights option runtime configured  
						
						
						
						
					 
					
						2020-04-29 19:18:25 +02:00 
						 
				 
			
				
					
						
							
							
								Steven Liu 
							
						 
					 
					
						
						
							
						
						d813e43b3d 
					 
					
						
						
							
							avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10  
						
						... 
						
						
						
						Because not every user know about in_pad and out_pad reasonable value range
so maybe try to set 1.0, but setting 1.0 is so hugh to get an fatal error.
Suggested-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Steven Liu <lq@chinaffmpeg.org > 
						
						
					 
					
						2020-04-29 13:48:02 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						b29b934e4f 
					 
					
						
						
							
							avfilter/f_interleave: add duration option  
						
						
						
						
					 
					
						2020-04-25 12:35:22 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						4457f75c65 
					 
					
						
						
							
							avfilter: add maskedthreshold filter  
						
						
						
						
					 
					
						2020-04-18 12:34:49 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						9987f6d01e 
					 
					
						
						
							
							avfilter: add tmedian filter  
						
						
						
						
					 
					
						2020-04-18 12:34:49 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						24db9372eb 
					 
					
						
						
							
							avfilter/af_astats: add noise floor count stat  
						
						
						
						
					 
					
						2020-04-17 13:28:01 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						87b4fb65a8 
					 
					
						
						
							
							avfilter/af_astats: measure noise floor  
						
						
						
						
					 
					
						2020-04-17 13:26:30 +02:00 
						 
				 
			
				
					
						
							
							
								Gyan Doshi 
							
						 
					 
					
						
						
							
						
						2e2fa2d6e6 
					 
					
						
						
							
							doc/filters: clarify metadata and logging for blackdetect  
						
						
						
						
					 
					
						2020-04-13 11:23:24 +05:30 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						3f9fd9dcfd 
					 
					
						
						
							
							avfilter/vf_xfade: add slice transitions  
						
						
						
						
					 
					
						2020-04-07 13:51:25 +02:00 
						 
				 
			
				
					
						
							
							
								Guo, Yejun 
							
						 
					 
					
						
						
							
						
						7e4527e8fa 
					 
					
						
						
							
							avfilter/vf_derain.c: put all the calculation in model file.  
						
						... 
						
						
						
						currently, the model outputs the rain, and so need a subtraction
in filter c code to get the final derain result.
I've sent a PR to update the model file and accepted, see at
https://github.com/XueweiMeng/derain_filter/pull/3 
Signed-off-by: Guo, Yejun <yejun.guo@intel.com >
Signed-off-by: Steven Liu <lq@chinaffmpeg.org > 
						
						
					 
					
						2020-04-07 11:04:47 +08:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						ec7fb45240 
					 
					
						
						
							
							avfilter/vf_v360: add pannini input support  
						
						
						
						
					 
					
						2020-04-04 14:16:28 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						b00b935d99 
					 
					
						
						
							
							avfilter/vf_v360: add lagrange9 interpolation  
						
						
						
						
					 
					
						2020-04-02 12:25:37 +02:00 
						 
				 
			
				
					
						
							
							
								Lou Logan 
							
						 
					 
					
						
						
							
						
						3cb099e9ab 
					 
					
						
						
							
							doc/filters: add tpad default values  
						
						... 
						
						
						
						Signed-off-by: Lou Logan <lou@lrcd.com > 
						
						
					 
					
						2020-03-28 11:44:09 -08:00 
						 
				 
			
				
					
						
							
							
								Yaroslav Pogrebnyak 
							
						 
					 
					
						
						
							
						
						4976b102d8 
					 
					
						
						
							
							avfilter: add vf_overlay_cuda  
						
						... 
						
						
						
						Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org > 
						
						
					 
					
						2020-03-28 18:39:40 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						8f222573e9 
					 
					
						
						
							
							avfilter/f_sendcmd: add more useful variables  
						
						
						
						
					 
					
						2020-03-13 17:19:33 +01:00 
						 
				 
			
				
					
						
							
							
								Guo, Yejun 
							
						 
					 
					
						
						
							
						
						e35f966853 
					 
					
						
						
							
							avfilter/vf_dnn_processing.c: add frame size change support for planar yuv format  
						
						... 
						
						
						
						The Y channel is handled by dnn, and also resized by dnn. The UV channels
are resized with swscale.
The command to use espcn.pb (see vf_sr) looks like:
./ffmpeg -i 480p.jpg -vf format=yuv420p,dnn_processing=dnn_backend=tensorflow:model=espcn.pb:input=x:output=y -y tmp.espcn.jpg
Signed-off-by: Guo, Yejun <yejun.guo@intel.com >
Reviewed-by: Pedro Arthur <bygrandao@gmail.com > 
						
						
					 
					
						2020-03-12 18:22:51 +08:00 
						 
				 
			
				
					
						
							
							
								Guo, Yejun 
							
						 
					 
					
						
						
							
						
						bd50453894 
					 
					
						
						
							
							avfilter/vf_dnn_processing.c: add planar yuv format support  
						
						... 
						
						
						
						Only the Y channel is handled by dnn, the UV channels are copied
without changes.
The command to use srcnn.pb (see vf_sr) looks like:
./ffmpeg -i 480p.jpg -vf format=yuv420p,scale=w=iw*2:h=ih*2,dnn_processing=dnn_backend=tensorflow:model=srcnn.pb:input=x:output=y -y srcnn.jpg
Signed-off-by: Guo, Yejun <yejun.guo@intel.com >
Reviewed-by: Pedro Arthur <bygrandao@gmail.com > 
						
						
					 
					
						2020-03-12 18:22:39 +08:00 
						 
				 
			
				
					
						
							
							
								Jun Zhao 
							
						 
					 
					
						
						
							
						
						493f669efa 
					 
					
						
						
							
							doc/filters: add missed framesync part in filter docs  
						
						... 
						
						
						
						Add missed framesync part in filter docs.
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro >
Signed-off-by: Jun Zhao <barryjzhao@tencent.com > 
						
						
					 
					
						2020-03-05 14:09:10 +08:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						70209000fd 
					 
					
						
						
							
							avfilter/f_sendcmd: implement expr flag  
						
						... 
						
						
						
						Make possible to parse expressions and store results as arguments
for target filters. 
						
						
					 
					
						2020-03-03 20:38:56 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						580d68f90e 
					 
					
						
						
							
							avfilter/vf_v360: add half equirectangular input format  
						
						
						
						
					 
					
						2020-03-03 12:21:16 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						6e1913a02e 
					 
					
						
						
							
							avfilter/vf_v360: add truncated square pyramid input format  
						
						
						
						
					 
					
						2020-03-02 19:05:13 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						3dd81be866 
					 
					
						
						
							
							avfilter/vf_v360: add truncated square pyramid output format  
						
						
						
						
					 
					
						2020-03-02 17:43:25 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						b0a9960a77 
					 
					
						
						
							
							avfilter/vf_v360: add barrel split format output support  
						
						
						
						
					 
					
						2020-02-26 14:52:25 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						ad65a15328 
					 
					
						
						
							
							doc/filters: split tblend from blend  
						
						
						
						
					 
					
						2020-02-25 13:23:14 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						2e6db121a8 
					 
					
						
						
							
							doc/filters: mention commands for v360 filter  
						
						
						
						
					 
					
						2020-02-25 13:17:32 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						72b6c8c99f 
					 
					
						
						
							
							avfilter: add Contrast Adaptive Sharpen video filter  
						
						
						
						
					 
					
						2020-02-24 11:57:25 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						5fe6c6b8f4 
					 
					
						
						
							
							avfilter/vf_remap: add fill color option  
						
						
						
						
					 
					
						2020-02-14 13:19:05 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						1c6a91990d 
					 
					
						
						
							
							avfilter: add pad opencl filter  
						
						
						
						
					 
					
						2020-02-14 09:59:27 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						47773f7979 
					 
					
						
						
							
							avfilter/vf_xmedian: implement percentile option  
						
						
						
						
					 
					
						2020-02-12 14:59:32 +01:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						28743f1803 
					 
					
						
						
							
							avfilter/vf_median: implement percentile option  
						
						
						
						
					 
					
						2020-02-12 11:27:28 +01:00