Re: [FFmpeg-devel] [PATCH 1/2] lavfi/dnn_filter_common.h: remove filter option 'options'

2021-05-17 Thread Steven Liu
> 2021年5月17日 下午1:54,Guo, Yejun 写道: > > we'd use 'backend_configs' to avoid confusion > --- > libavfilter/dnn_filter_common.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavfilter/dnn_filter_common.h b/libavfilter/dnn_filter_common.h > index 09ddd8a5ca..51caa71c24 100644 > --- a/li

[FFmpeg-devel] [PATCH v4 3/3] avcodec/nvenc: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
Signed-off-by: Brad Hards --- libavcodec/nvenc.c | 64 ++ 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 0dcd93a99c..e22fdfb5a8 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -2

[FFmpeg-devel] [PATCH v4 2/3] libavcodec/libx265: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
Signed-off-by: Brad Hards --- libavcodec/libx265.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c index a1bd205201..d66506dda9 100644 --- a/libavcodec/libx265.c +++ b/libavcodec/libx265.c @@ -484,6 +484,7 @@ static int libx2

[FFmpeg-devel] (no subject)

2021-05-17 Thread Brad Hards
MISB ST 0604 and ST 2101 require user data unregistered SEI messages (precision timestamps and sensor identifiers) to be included. That currently isn't supported. This series adds encoding for libx264, libx265, hevc_nvenc and h264_nvenc in accordance with ISO/IEC 14496-10:2020 Section D.1.7 and IS

[FFmpeg-devel] [PATCH v4 1/3] libavcodec/libx264: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
Signed-off-by: Brad Hards --- libavcodec/libx264.c | 35 ++- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 1c27f7b441..1fac141ec6 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -31,

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/dnn_filter_common.h: remove filter option 'options'

2021-05-17 Thread Guo, Yejun
> -Original Message- > From: Steven Liu > Sent: 2021年5月17日 15:46 > To: FFmpeg development discussions and patches > > Cc: Steven Liu ; Guo, Yejun > Subject: Re: [FFmpeg-devel] [PATCH 1/2] lavfi/dnn_filter_common.h: remove > filter option 'options' > > > > > 2021年5月17日 下午1:54,Guo, Ye

[FFmpeg-devel] Encode user data unregistered SEI (H.264/H.265)

2021-05-17 Thread Brad Hards
MISB ST 0604 and ST 2101 require user data unregistered SEI messages (precision timestamps and sensor identifiers) to be included. That currently isn't supported. This series adds encoding for libx264, libx265, hevc_nvenc and h264_nvenc in accordance with ISO/IEC 14496-10:2020 Section D.1.7 and IS

[FFmpeg-devel] [PATCH v5 1/3] libavcodec/libx264: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
Signed-off-by: Brad Hards --- libavcodec/libx264.c | 35 ++- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 1c27f7b441..1fac141ec6 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -31,

[FFmpeg-devel] [PATCH v5 2/3] libavcodec/libx265: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
Signed-off-by: Brad Hards --- libavcodec/libx265.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c index a1bd205201..d66506dda9 100644 --- a/libavcodec/libx265.c +++ b/libavcodec/libx265.c @@ -484,6 +484,7 @@ static int libx2

[FFmpeg-devel] [PATCH v5 3/3] avcodec/nvenc: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
Signed-off-by: Brad Hards --- libavcodec/nvenc.c | 64 ++ 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 0dcd93a99c..e22fdfb5a8 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -2

Re: [FFmpeg-devel] [PATCH v1] avcodec/vaapi_av1: correct data size when create slice data buffer

2021-05-17 Thread Wolfgang Haupt
On 17.05.21 03:50, Fei Wang wrote: > Set all tiles size to create slice data buffer, hardware will use > slice_data_offset/slice_data_size in slice parameter buffer to get > each tile's data. > > This change will let it success to decode clip which has multi > tiles data inside one OBU. > > Signe

[FFmpeg-devel] [PATCH V2] lavfi/dnn_filter_common.h: make filter option 'options' as deprecated

2021-05-17 Thread Guo, Yejun
we'd use 'backend_configs' to avoid confusion. --- libavfilter/dnn_filter_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/dnn_filter_common.h b/libavfilter/dnn_filter_common.h index 09ddd8a5ca..36319bfef8 100644 --- a/libavfilter/dnn_filter_common.h +++ b/l

Re: [FFmpeg-devel] [PATCH v1] avcodec/vaapi_av1: correct data size when create slice data buffer

2021-05-17 Thread Jan Ekström
On Mon, May 17, 2021 at 4:50 AM Fei Wang wrote: > > Set all tiles size to create slice data buffer, hardware will use > slice_data_offset/slice_data_size in slice parameter buffer to get > each tile's data. > > This change will let it success to decode clip which has multi > tiles data inside one

[FFmpeg-devel] [PATCH] Add nit flag support

2021-05-17 Thread Ubaldo Porcheddu
Signed-off-by: Ubaldo Porcheddu --- doc/muxers.texi | 2 ++ libavformat/mpegtsenc.c | 96 ++--- 2 files changed, 93 insertions(+), 5 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index e1c6ad0829..f774d972a6 100644 --- a/doc/muxe

[FFmpeg-devel] [PATCH] aarch64: hevc_idct: Fix overflows in idct_dc

2021-05-17 Thread Martin Storsjö
This is marginally slower, but correct for all input values. The previous implementation failed with certain input seeds, e.g. "checkasm --test=hevc_idct 98". --- libavcodec/aarch64/hevcdsp_idct_neon.S | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libavcodec/aarch

Re: [FFmpeg-devel] [PATCH v5 3/3] avcodec/nvenc: write out user data unregistered SEI

2021-05-17 Thread Timo Rothenpieler
On 17.05.2021 10:19, Brad Hards wrote: Signed-off-by: Brad Hards --- libavcodec/nvenc.c | 64 ++ 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 0dcd93a99c..e22fdfb5a8 100644 --- a/libavc

Re: [FFmpeg-devel] [PATCH v5 3/3] avcodec/nvenc: write out user data unregistered SEI

2021-05-17 Thread Marton Balint
On Mon, 17 May 2021, Timo Rothenpieler wrote: On 17.05.2021 10:19, Brad Hards wrote: Signed-off-by: Brad Hards --- libavcodec/nvenc.c | 64 ++ 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc

Re: [FFmpeg-devel] [PATCH v5 3/3] avcodec/nvenc: write out user data unregistered SEI

2021-05-17 Thread Timo Rothenpieler
On 17.05.2021 17:52, Marton Balint wrote: Don't we have av_fast_realloc for this? Yes, but you still need to save the pointer for that somewhere. smime.p7s Description: S/MIME Cryptographic Signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

[FFmpeg-devel] [PATCHv5] fate/integer.c: Connect test to fuzzer

2021-05-17 Thread Vedaa
Hi, I have removed the tests for overflow & reduced the number of bits read to 32-bit to avoid overflow. Best regards --- Makefile | 2 ++ libavutil/tests/integer.c | 21 ++ libavutil/tests/integer.h | 45 +++ tools/Makefile

Re: [FFmpeg-devel] [PATCH] Add nit flag support

2021-05-17 Thread Marton Balint
On Mon, 17 May 2021, Ubaldo Porcheddu wrote: Signed-off-by: Ubaldo Porcheddu --- doc/muxers.texi | 2 ++ libavformat/mpegtsenc.c | 96 ++--- 2 files changed, 93 insertions(+), 5 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi in

Re: [FFmpeg-devel] [PATCH] avformat/framecrcenc: print basic side data information again

2021-05-17 Thread James Almer
On 5/14/2021 6:27 PM, James Almer wrote: This partially reverts c6ae560a18d67b9ddaa25a0338b7fb55e3312e57. Signed-off-by: James Almer --- libavformat/framecrcenc.c | 8 + tests/ref/fate/copy-trac3074 | 2 +- tests/ref/fate/cover-art-mp3-id3v2-remux

Re: [FFmpeg-devel] [PATCH v1] avcodec/vaapi_av1: correct data size when create slice data buffer

2021-05-17 Thread Xiang, Haihao
On Mon, 2021-05-17 at 11:59 +0300, Jan Ekström wrote: > On Mon, May 17, 2021 at 4:50 AM Fei Wang wrote: > > > > Set all tiles size to create slice data buffer, hardware will use > > slice_data_offset/slice_data_size in slice parameter buffer to get > > each tile's data. > > > > This change will

Re: [FFmpeg-devel] [PATCH v1] avcodec/vaapi_av1: correct data size when create slice data buffer

2021-05-17 Thread Wang, Fei W
On Mon, 2021-05-17 at 11:59 +0300, Jan Ekström wrote: > On Mon, May 17, 2021 at 4:50 AM Fei Wang > wrote: > > > > Set all tiles size to create slice data buffer, hardware will use > > slice_data_offset/slice_data_size in slice parameter buffer to get > > each tile's data. > > > > This change wil

Re: [FFmpeg-devel] [PATCH v5 3/3] avcodec/nvenc: write out user data unregistered SEI

2021-05-17 Thread Brad Hards
On Monday, 17 May 2021 9:25:10 PM AEST Timo Rothenpieler wrote: > On 17.05.2021 10:19, Brad Hards wrote: > > Signed-off-by: Brad Hards > > --- > > > > libavcodec/nvenc.c | 64 ++ > > 1 file changed, 53 insertions(+), 11 deletions(-) > > > > diff --g