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
> > S
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 decoder's
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
---
libav
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:
> > > > On
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:
> > >
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 9fe
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 b/libavcodec/
-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 from
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
+++ b/libavcodec/he
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
___
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.
> >> ---
> >> libavut
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,
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 overd
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 b/libav
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 c
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:
> > > > s
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 35b8e5e6
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 schri
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
w
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
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
21 matches
Mail list logo