Signed-off-by: Ting Fu
---
libavfilter/dnn/dnn_interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/dnn/dnn_interface.c b/libavfilter/dnn/dnn_interface.c
index 554a36b0dc..fa484c0905 100644
--- a/libavfilter/dnn/dnn_interface.c
+++ b/libavfilter/dnn/dnn_inte
Hi,
This patchset is to be applied on top of the previous one.
Here are some demonstrations of all the dithering with 2bpp:
https://imgur.com/a/2a1p4R8
Source images:
1. https://unsplash.com/photos/P4epudldYMU
2. https://unsplash.com/photos/iDNvparRZ2Q
Note: both got resized to fit within a 102
Sierra3 according to
https://bisqwit.iki.fi/jutut/kuvat/ordered_dither/error_diffusion.txt:
* 5 3
2 4 5 4 2
2 3 2 / 32
---
doc/filters.texi| 2 ++
libavfilter/vf_paletteuse.c | 30 ++
2 files changed, 32 insertions(+)
dif
Burkes according to
https://bisqwit.iki.fi/jutut/kuvat/ordered_dither/error_diffusion.txt:
* 8 4
2 4 8 4 2 / 32
---
doc/filters.texi| 2 ++
libavfilter/vf_paletteuse.c | 24
2 files changed, 26 insertions(+)
diff --git a/doc/filters.tex
Atkinson according to
https://bisqwit.iki.fi/jutut/kuvat/ordered_dither/error_diffusion.txt:
* 1 1/ 8
1 1 1
1
---
doc/filters.texi| 2 ++
libavfilter/vf_paletteuse.c | 23 +++
2 files changed, 25 insertions(+)
diff --git a/doc/filt
---
libavfilter/vf_paletteuse.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/libavfilter/vf_paletteuse.c b/libavfilter/vf_paletteuse.c
index 252ad746f0..944ff5c74d 100644
--- a/libavfilter/vf_paletteuse.c
+++ b/libavfilter/vf_paletteuse.c
@@ -918,15 +918,1
On Fri, Dec 30, 2022 at 12:34:51PM +0100, Clément Bœsch wrote:
[...]
> Here are some demonstrations of all the dithering with 2bpp:
> https://imgur.com/a/2a1p4R8
Sorry, this is obviously 1bpp
--
Clément B.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffm
Commit 18f24527eb accidentally made side data only packets be handled like a
flush request. Fix this regression by effectively ignoring them as was the
original intention.
Signed-off-by: James Almer
---
libavformat/oggenc.c | 4 ++--
tests/ref/lavf/ogg | 2 +-
2 files changed, 3 insertions(+),
From: Zhao Zhili
Signed-off-by: Zhao Zhili
---
I need help. A lot of things doesn't work as Nvidia's doc:
1. Global header is broken. NV_ENC_SEQUENCE_PARAM_PAYLOAD doesn't work with
multi SPS/PPS. It output VPS, SPS_0, SPS_1, PPS_0, with PPS_1 missing.
2. NV_ENC_LOCK_BITSTREAM.alphaLayerSize
On 30.12.2022 18:50, Zhao Zhili wrote:
From: Zhao Zhili
Signed-off-by: Zhao Zhili
---
I need help. A lot of things doesn't work as Nvidia's doc:
1. Global header is broken. NV_ENC_SEQUENCE_PARAM_PAYLOAD doesn't work with
multi SPS/PPS. It output VPS, SPS_0, SPS_1, PPS_0, with PPS_1 missin
10 matches
Mail list logo