[FFmpeg-devel] [PATCH] avfilter/vsrc_testsrc: fix colorchart black stripe

2024-01-12 Thread Vladimir Petrov
bx264 colorchart2.m4v From c484a4976c54083770c8749f954394c35dfd9c63 Mon Sep 17 00:00:00 2001 From: Vladimir Petrov Date: Tue, 9 Jan 2024 18:42:19 +0200 Subject: [PATCH] avfilter/vsrc_testsrc: fix colorchart black stripe Fixed blackstripe on bottom or segmentation fault in case when patch width and height differ. Sign

[FFmpeg-devel] avfilter/vsrc_testsrc: fix colorchart black stripe

2024-01-09 Thread Vladimir Petrov
From c9b1deef0abd1d04866f7009b589339ae791937e Mon Sep 17 00:00:00 2001 From: Vladimir Petrov Date: Tue, 9 Jan 2024 18:42:19 +0200 Subject: [PATCH] avfilter/vsrc_testsrc: fix colorchart black stripe Fixed blackstripe on bottom or segmentation fault in case when patch width and height differ

[FFmpeg-devel] avfilter/vf_decimate: Improve decimation factor precision

2023-10-03 Thread Vladimir Petrov
Sent separately, as Patchwork doesn't accept multiple patches, attached on single message. Please check these: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_decimate: Improve decimation factor precision [FFmpeg-devel] [PATCH 2/2] avfilter/vf_decimate: Add compatibility option Patches are exactly the sam

[FFmpeg-devel] [PATCH 2/2] avfilter/vf_decimate: Add compatibility option

2023-10-03 Thread Vladimir Petrov
mixed mode, checking for interlaced frames will be omited. From bdd5688d3c2811923895e31c886dd805e44c2ac6 Mon Sep 17 00:00:00 2001 From: Vladimir Petrov Date: Sat, 23 Sep 2023 17:41:58 +0300 Subject: [PATCH 2/2] avfilter/vf_decimate: Add compatibility option Adds compatibility with the old behaviour

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_decimate: Improve decimation factor precision

2023-10-03 Thread Vladimir Petrov
;spread' to set percentage of dropped frame metrics spreading to adjanced frames. From 127bed0a4fd2ca05f43fa117ba4bf859430fc5ff Mon Sep 17 00:00:00 2001 From: Vladimir Petrov Date: Sat, 23 Sep 2023 00:37:32 +0300 Subject: [PATCH 1/2] avfilter/vf_decimate: Improve decimation factor precision

[FFmpeg-devel] avfilter/vf_decimate: Improve decimation factor precision

2023-10-03 Thread Vladimir Petrov
fieldmatch=order=tff:mode=pcn:field=top:combmatch=full,bwdif=parity=tff:deint=1,fps=6/1001,decimate=mixed=0:cycle=10:dropcount=6:compat=0 From 127bed0a4fd2ca05f43fa117ba4bf859430fc5ff Mon Sep 17 00:00:00 2001 From: Vladimir Petrov Date: Sat, 23 Sep 2023 00:37:32 +0300 Subject: [PATCH 1/2] avfi