Re: [FFmpeg-devel] [PATCH v1] lavu/hwcontext_vaapi: sync surface before export its DRM handle

2023-02-26 Thread Xiang, Haihao
On Vr, 2023-02-24 at 14:47 +0800, zhilizhao(赵志立) wrote: > > > > On Feb 24, 2023, at 13:45, Fei Wang > > wrote: > > > > According to description of vaExportSurfaceHandle in libva, vaSyncSurface > > must be called if the contents of the surface will be read. > > > > Fixes ticket #9967. > > > >

Re: [FFmpeg-devel] [PATCH v7 01/10] lavc/avcodec: Add HEVC Screen Content Coding Extensions profile

2023-02-26 Thread Xiang, Haihao
On Vr, 2023-02-24 at 04:05 +, Xiang, Haihao wrote: > On So, 2023-02-19 at 02:10 +, Xiang, Haihao wrote: > > On Do, 2023-02-16 at 13:46 +0800, Fei Wang wrote: > > > From: Linjie Fu > > > > > > Described in HEVC spec A.3.7. Bump minor version and add APIchanges > > > entry for new added pro

Re: [FFmpeg-devel] [PATCH] avutil: [LA] use getauxval to do runtime check.

2023-02-26 Thread Steven Liu
Steven Liu 于2023年2月27日周一 11:17写道: > > Steven Liu 于2023年2月27日周一 10:47写道: > > > > Shiyou Yin 于2023年2月27日周一 09:03写道: > > > > > > > > > > > > > 2023年2月23日 15:48,Steven Liu 写道: > > > > > > > > Shiyou Yin 于2023年2月14日周二 20:26写道: > > > >> > > > >> Replace cpucfg with getauxval to avoid crash in case o

Re: [FFmpeg-devel] [PATCH] avutil: [LA] use getauxval to do runtime check.

2023-02-26 Thread Steven Liu
Steven Liu 于2023年2月27日周一 10:47写道: > > Shiyou Yin 于2023年2月27日周一 09:03写道: > > > > > > > > > 2023年2月23日 15:48,Steven Liu 写道: > > > > > > Shiyou Yin 于2023年2月14日周二 20:26写道: > > >> > > >> Replace cpucfg with getauxval to avoid crash in case of > > >> some processor capabilities are not supportted by

Re: [FFmpeg-devel] [PATCH] avutil: [LA] use getauxval to do runtime check.

2023-02-26 Thread Steven Liu
Shiyou Yin 于2023年2月27日周一 09:03写道: > > > > > 2023年2月23日 15:48,Steven Liu 写道: > > > > Shiyou Yin 于2023年2月14日周二 20:26写道: > >> > >> Replace cpucfg with getauxval to avoid crash in case of > >> some processor capabilities are not supportted by kernel used. > >> --- > >> libavutil/loongarch/cpu.c | 24

Re: [FFmpeg-devel] FFmpeg 6.0

2023-02-26 Thread Wang Bin
On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote: > > Hi all > > > > i plan to branch off release/6.0 from master in the next days > > If theres something blocking and i should wait, please reply here > > > > 6.0 release will be maybe 1 week after the branch point > > once it has

[FFmpeg-devel] [PATCH] libavcodec/libfdk-aacenc: Enable writing DRC metadata

2023-02-26 Thread JonHGee
Added basic DRC options and ref levels to AV options. If any options are selected, metadata mode is set accordingly and metadata is added to input buffer per FDK encoder API. --- libavcodec/libfdk-aacenc.c | 72 ++ 1 file changed, 58 insertions(+), 14 deletio

Re: [FFmpeg-devel] [PATCH] avutil: [LA] use getauxval to do runtime check.

2023-02-26 Thread Shiyou Yin
> 2023年2月23日 15:48,Steven Liu 写道: > > Shiyou Yin 于2023年2月14日周二 20:26写道: >> >> Replace cpucfg with getauxval to avoid crash in case of >> some processor capabilities are not supportted by kernel used. >> --- >> libavutil/loongarch/cpu.c | 24 >> 1 file changed, 8 insert

[FFmpeg-devel] Making progress re: jpeg2000dec patchsets

2023-02-26 Thread Pierre-Anthony Lemieux
Hi Caleb, Tomas et al., I have been experimenting with combining the HTJ2K patchset [1] and the J2K test patchset [2]: (a) neither valgrind nor the fuzzer seem to complain (b) there are code style/cosmetic issues (c) the HTJ2K block decoder does not yet support placeholder passes [3], which are n

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_signalstats.c: add new hsl(Hue, Saturation, Lightness) for filter signalstats

2023-02-26 Thread Paul B Mahol
On 2/26/23, liuyizhuo wrote: > From: "yizhuo.liu...@gmail.com" > > --- > libavfilter/vf_signalstats.c | 244 +++ > 1 file changed, 219 insertions(+), 25 deletions(-) > > diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c > index b4d1029296..9

Re: [FFmpeg-devel] FFmpeg 6.0

2023-02-26 Thread Michael Niedermayer
On Tue, Feb 21, 2023 at 12:38:38PM +0100, Michael Niedermayer wrote: > On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote: > > Hi all > > > > i plan to branch off release/6.0 from master in the next days > > If theres something blocking and i should wait, please reply here > > >

[FFmpeg-devel] [PATCH] libavfilter/vf_signalstats.c: add new hsl(Hue, Saturation, Lightness) for filter signalstats

2023-02-26 Thread liuyizhuo
From: "yizhuo.liu...@gmail.com" --- libavfilter/vf_signalstats.c | 244 +++ 1 file changed, 219 insertions(+), 25 deletions(-) diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c index b4d1029296..90dbe853fa 100644 --- a/libavfilter/vf_signal

Re: [FFmpeg-devel] FFmpeg 6.0

2023-02-26 Thread Michael Niedermayer
On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote: > Hi all > > i plan to branch off release/6.0 from master in the next days > If theres something blocking and i should wait, please reply here > > 6.0 release will be maybe 1 week after the branch point > once it has branched a

[FFmpeg-devel] [PATCH] libavcodec/hevc: add epel_put_pixels which same as qpel in arm

2023-02-26 Thread xufuji456
--- libavcodec/arm/hevcdsp_init_neon.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/libavcodec/arm/hevcdsp_init_neon.c b/libavcodec/arm/hevcdsp_init_neon.c index 8094e6c62e..4063acaf51 100644 --- a/libavcodec/arm/hevcdsp_init_neon.c +++ b/libavcodec/a