Re: [FFmpeg-devel] [PATCH 1/6] avutil/cpu: add AVX512 Icelake flag

2022-03-08 Thread Wu, Jianhua
Ping. > From: Wu, Jianhua > Sent: Wednesday, March 2, 2022 1:34 PM > To: ffmpeg-devel@ffmpeg.org > Subject: RE: [PATCH 1/6] avutil/cpu: add AVX512 Icelake flag > > Ping. > > From: Wu, Jianhua > > Sent: Wednesday, February 23, 2022 4:58 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Wu, Jianhua > >

Re: [FFmpeg-devel] [PATCH] d3d11va: let user can create SRV from output

2022-03-08 Thread Hendrik Leppkes
On Wed, Mar 9, 2022 at 7:56 AM Wang Chuan wrote: > > Starting from Windows 8, users can create SRV from video resource > and bind it to shaders directly. This can avoid unnecessary memcpy > (ID3D11DeviceContext::CopyResource, etc), so create texture with > [D3D11_BIND_SHADER_RESOURCE] as

[FFmpeg-devel] [PATCH] d3d11va: let user can create SRV from output

2022-03-08 Thread Wang Chuan
Starting from Windows 8, users can create SRV from video resource and bind it to shaders directly. This can avoid unnecessary memcpy (ID3D11DeviceContext::CopyResource, etc), so create texture with [D3D11_BIND_SHADER_RESOURCE] as decoder's output if possible. Signed-off-by: Wang Chuan ---

Re: [FFmpeg-devel] [PATCH v8 1/1] avformat: Add IPFS protocol support.

2022-03-08 Thread Mark Gaiser
On Wed, Mar 9, 2022 at 12:45 AM Michael Niedermayer wrote: > On Tue, Mar 08, 2022 at 01:49:22PM +0100, Mark Gaiser wrote: > > On Fri, Mar 4, 2022 at 7:09 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Thu, Mar 03, 2022 at 03:58:53PM +0100, Mark Gaiser wrote: > > > >

Re: [FFmpeg-devel] [PATCH v8 1/1] avformat: Add IPFS protocol support.

2022-03-08 Thread Michael Niedermayer
On Tue, Mar 08, 2022 at 01:49:22PM +0100, Mark Gaiser wrote: > On Fri, Mar 4, 2022 at 7:09 PM Michael Niedermayer > wrote: > > > On Thu, Mar 03, 2022 at 03:58:53PM +0100, Mark Gaiser wrote: > > > On Tue, Mar 1, 2022 at 11:01 PM Michael Niedermayer < > > mich...@niedermayer.cc> > > > wrote: > > >

[FFmpeg-devel] [PATCH] avcodec/mlp_parser: Do not drop data before a major sync

2022-03-08 Thread Michael Niedermayer
This does not attempt to split the data prior to a major sync so it all is in one blob, but it is not dropped anymore. Signed-off-by: Michael Niedermayer --- libavcodec/mlp_parser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/mlp_parser.c b/libavcodec/mlp_parser.c index

Re: [FFmpeg-devel] [PATCH v3 4/4] vaapi_encode_h265: Query encoding block sizes and features

2022-03-08 Thread Xiang, Haihao
On Fri, 2022-03-04 at 16:37 +0800, Fei Wang wrote: > From: Mark Thompson > > Signed-off-by: Fei Wang > --- > libavcodec/vaapi_encode_h265.c | 112 +++-- > 1 file changed, 106 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/vaapi_encode_h265.c

Re: [FFmpeg-devel] [PATCH V2 8/8] libavfilter: Remove DNNReturnType from DNN Module

2022-03-08 Thread Guo, Yejun
-Original Message- From: ffmpeg-devel On Behalf Of Shubhanshu Saxena Sent: 2022年3月3日 2:06 To: ffmpeg-devel@ffmpeg.org Cc: Shubhanshu Saxena Subject: [FFmpeg-devel] [PATCH V2 8/8] libavfilter: Remove DNNReturnType from DNN Module This patch removes all occurences of DNNReturnType

[FFmpeg-devel] [PATCH v2] avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing planes

2022-03-08 Thread James Almer
Use the actual plane sizes instead. Signed-off-by: James Almer --- libavcodec/hevc_refs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/hevc_refs.c b/libavcodec/hevc_refs.c index 35b8e5e696..fe18ca2b1d 100644 --- a/libavcodec/hevc_refs.c +++

Re: [FFmpeg-devel] [PATCH v3 7/7] avformat/concat: refactor to use ff_rescale_interval()

2022-03-08 Thread Nicolas George
p...@sandflow.com (12022-03-07): > From: Pierre-Anthony Lemieux > > --- > libavformat/concatdec.c | 18 -- > 1 file changed, 4 insertions(+), 14 deletions(-) This patch still LGTM. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH 2/2] lavu/tests/opts: add tests for filepath options

2022-03-08 Thread Michael Niedermayer
On Tue, Mar 08, 2022 at 08:47:17AM +0100, J. Dekker wrote: > > > On 5 Mar 2022, at 20:16, Michael Niedermayer wrote: > > > On Fri, Mar 04, 2022 at 04:03:07PM +0100, Niklas Haas wrote: > >> From: Niklas Haas > >> > >> Using the venerable HEADER.txt as a small file to load. > >> --- > >>

Re: [FFmpeg-devel] [PATCH] avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing planes

2022-03-08 Thread Anton Khirnov
Quoting James Almer (2022-03-08 13:58:33) > > > On 3/8/2022 9:49 AM, Anton Khirnov wrote: > > Quoting James Almer (2022-03-06 16:39:39) > >> Use the actual plane sizes instead. > >> > >> Signed-off-by: James Almer > >> --- > >> libavcodec/hevc_refs.c | 14 +++--- > >> 1 file changed,

Re: [FFmpeg-devel] [PATCH] avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing planes

2022-03-08 Thread Hendrik Leppkes
On Tue, Mar 8, 2022 at 1:58 PM James Almer wrote: > > Could we for that matter change AVFrame linesize to ptrdiff_t in the > next bump? Alongside the relevant imgutils helpers, if possible. > Half this patch is just doing int -> ptrdiff_t, which is why it looks so > big. Its definitely long

Re: [FFmpeg-devel] [PATCH] avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing planes

2022-03-08 Thread James Almer
On 3/8/2022 9:49 AM, Anton Khirnov wrote: Quoting James Almer (2022-03-06 16:39:39) Use the actual plane sizes instead. Signed-off-by: James Almer --- libavcodec/hevc_refs.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libavcodec/hevc_refs.c

Re: [FFmpeg-devel] [PATCH 1/2] lavu: add syntax for loading AV_OPT_TYPE_BINARY from files

2022-03-08 Thread Niklas Haas
On Tue, 08 Mar 2022 12:48:35 +0100 Anton Khirnov wrote: > Quoting Niklas Haas (2022-03-04 16:03:06) > > From: Niklas Haas > > > > I arbitrarily decided to use the syntax 'opt=@filename' to match e.g. > > `curl -Ffield=@filename`, and also because @ is not a valid hex > > character, nor does it

Re: [FFmpeg-devel] [PATCH v8 1/1] avformat: Add IPFS protocol support.

2022-03-08 Thread Mark Gaiser
On Fri, Mar 4, 2022 at 7:09 PM Michael Niedermayer wrote: > On Thu, Mar 03, 2022 at 03:58:53PM +0100, Mark Gaiser wrote: > > On Tue, Mar 1, 2022 at 11:01 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Mon, Feb 28, 2022 at 02:09:15PM +0100, Tomas Härdin wrote: > > > >

Re: [FFmpeg-devel] [PATCH] avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing planes

2022-03-08 Thread Anton Khirnov
Quoting James Almer (2022-03-06 16:39:39) > Use the actual plane sizes instead. > > Signed-off-by: James Almer > --- > libavcodec/hevc_refs.c | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > > diff --git a/libavcodec/hevc_refs.c b/libavcodec/hevc_refs.c > index

Re: [FFmpeg-devel] [PATCH v2] lavfi/drawtext: Add localtime_ms for millisecond precision

2022-03-08 Thread Thilo Borgmann
Am 06.03.22 um 21:38 schrieb Thilo Borgmann: Am 22.02.22 um 12:36 schrieb Thilo Borgmann: Am 08.02.22 um 11:41 schrieb Thilo Borgmann: Am 08.02.22 um 10:27 schrieb Andreas Rheinhardt: Thilo Borgmann: Am 01.02.22 um 00:40 schrieb Andreas Rheinhardt: Thilo Borgmann: Am 31.01.22 um 14:08

Re: [FFmpeg-devel] [PATCH] avfilter: Added siti filter

2022-03-08 Thread Thilo Borgmann
Am 07.03.22 um 20:06 schrieb Paul B Mahol: On 3/7/22, Thilo Borgmann wrote: Am 06.03.22 um 22:25 schrieb Paul B Mahol: On 3/6/22, Thilo Borgmann wrote: Am 22.02.22 um 12:30 schrieb Thilo Borgmann: Am 18.02.22 um 17:08 schrieb Paul B Mahol: On Sat, Feb 12, 2022 at 11:55 AM Thilo Borgmann

Re: [FFmpeg-devel] [PATCH 1/2] lavu: add syntax for loading AV_OPT_TYPE_BINARY from files

2022-03-08 Thread Anton Khirnov
Quoting Niklas Haas (2022-03-04 16:03:06) > From: Niklas Haas > > I arbitrarily decided to use the syntax 'opt=@filename' to match e.g. > `curl -Ffield=@filename`, and also because @ is not a valid hex > character, nor does it conflict with any other common shell or ffmpeg > syntax. > > This is

Re: [FFmpeg-devel] [PATCH] avcodec: Add dv marker bsf

2022-03-08 Thread Tobias Rapp
On 08/03/2022 00:17, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- doc/bitstream_filters.texi | 15 libavcodec/Makefile | 1 + libavcodec/bitstream_filters.c | 1 + libavcodec/dv_error_marker_bsf.c | 117 +++ 4