Re: [FFmpeg-devel] [PATCH v2 1/2] avformat: add muxer support for H266/VVC

2024-01-29 Thread Nuo Mi
On Mon, Jan 29, 2024 at 11:35 PM Thomas Siedel wrote: > On Fri, 26 Jan 2024 at 16:22, Nuo Mi wrote: > >> >> >> On Fri, Jan 26, 2024 at 10:04 PM Thomas Siedel < >> thomas...@spin-digital.com> wrote: >> >>> Thanks for picking up the patch set! >>> >>> On Thu, 25 Jan 2024 at 13:26, Nuo Mi wrote: >

Re: [FFmpeg-devel] [PATCH v3 1/6] avformat: add muxer support for H266/VVC

2024-01-29 Thread Nuo Mi
On Sat, Jan 27, 2024 at 10:38 PM James Almer wrote: > On 1/27/2024 1:15 AM, Nuo Mi wrote: > > diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c > > index a575b7c160..705811e950 100644 > > --- a/libavformat/isom_tags.c > > +++ b/libavformat/isom_tags.c > > @@ -123,6 +123,9 @@ const AV

[FFmpeg-devel] [PATCH] lavc/dxv: fix incorrect back-reference index calculation in DXT5 decoding

2024-01-29 Thread Connor Worley
This bug causes the DXT5 decoder to produce incorrect block texture data. After the fix, textures are visually correct and match data decoded by Resolume Alley (extracted with Nvida Nsight for comparison). Current FATE DXT5 samples did not cover this case. Signed-off-by: Connor Worley --- libavc

Re: [FFmpeg-devel] [PATCH v2 11/12] lavc/vaapi_decode: use dynamic frame pool for output frames with libva2

2024-01-29 Thread Xiang, Haihao
On Ma, 2024-01-29 at 21:58 +, Mark Thompson wrote: > On 26/01/2024 07:25, Xiang, Haihao wrote: > > On Wo, 2023-12-20 at 15:10 +0800, Xiang, Haihao wrote: > > > From: Haihao Xiang > > > > > > This allows a downstream element stores more frames from VAAPI > > > decoders and fixes error in get_b

Re: [FFmpeg-devel] Sovereign Tech Fund

2024-01-29 Thread Rémi Denis-Courmont
Le 30 janvier 2024 00:43:39 GMT+02:00, Michael Niedermayer a écrit : >Hi > >On Mon, Jan 29, 2024 at 11:01:05PM +0200, Rémi Denis-Courmont wrote: >> Le maanantaina 29. tammikuuta 2024, 20.11.19 EET Michael Niedermayer a écrit >> : >[...] >> > Its under the control of the community and its trans

Re: [FFmpeg-devel] [PATCH] hwcontext_opencl: choose the first device if multiple devices are available

2024-01-29 Thread Xiang, Haihao
On Di, 2024-01-23 at 02:52 +, Xiang, Haihao wrote: > On Ma, 2024-01-22 at 20:32 +, Mark Thompson wrote: > > On 17/01/2024 07:36, Xiang, Haihao wrote: > > > From: Haihao Xiang > > > > > > This makes '-init_hw_device opencl' work in a multiple-device system. > > > > Under what circumstance

Re: [FFmpeg-devel] Sovereign Tech Fund

2024-01-29 Thread Rémi Denis-Courmont
Le 29 janvier 2024 22:15:39 GMT+02:00, Derek Buitenhuis a écrit : >Between this, the unaswered NAB questions, the second vote ridiculousness, the >accidental email to the ML from Thilo where he admits he has purposely not >replied, >etc., Also - Reject FFmpeg project's free invitation to SCaL

Re: [FFmpeg-devel] [PATCH] lavc/bsf: add a showinfo filter

2024-01-29 Thread Andreas Rheinhardt
Anton Khirnov: > Analogous to the (a)showinfo lavfi filters, logs basic packet > information. Mainly useful for debugging/testing/development. > --- > Changelog | 1 + > doc/bitstream_filters.texi | 4 +++ > libavcodec/bitstream_filters.c | 1 + > libavcodec/bsf/Makefil

<    1   2