Re: [FFmpeg-devel] [PATCH v2 3/2] avcodec/sanm: codec37 buffers are private

2025-01-25 Thread Michael Niedermayer
Hi Manuel On Fri, Jan 24, 2025 at 11:58:00AM +0100, Manuel Lauss wrote: > Thanks for the offer, but I know not nearly enough about the codec or > ffmpeg to be a maintainer, well, theres nothing you need to know about ffmpeg. and about sanm you are the one working on it > and this is also the la

Re: [FFmpeg-devel] [PATCH v2 3/2] avcodec/sanm: codec37 buffers are private

2025-01-24 Thread Manuel Lauss
Thanks for the offer, but I know not nearly enough about the codec or ffmpeg to be a maintainer, and this is also the last of my patches for sanm for the foreseeable future. MfG, Manuel On Fri, Jan 24, 2025 at 1:13 AM Michael Niedermayer wrote: > > Hi Manuel > > On Tue, Jan 21, 2025 at 05:

Re: [FFmpeg-devel] [PATCH v2 3/2] avcodec/sanm: codec37 buffers are private

2025-01-23 Thread Michael Niedermayer
Hi Manuel On Tue, Jan 21, 2025 at 05:40:25PM +0100, Manuel Lauss wrote: > Ping? I see you are quite active on the sanm code, maybe you want to send a patch to add yourself to MAINTAINERS for sanm ? This would give you git write access and simplify your work with sanm thx [...] -- Michael

Re: [FFmpeg-devel] [PATCH v2 3/2] avcodec/sanm: codec37 buffers are private

2025-01-21 Thread Manuel Lauss
Ping? Manuel Lauss schrieb am Mo., 13. Jan. 2025, 22:00: > codec37 operates on 2 buffers, which must be considered private to > the codec and must therefore not be changed by subsequent FOBJs. > > Let codec37 therefore operate on frm1/2 instead of frm0/2, but copy > the decoded image to frm0 whe

[FFmpeg-devel] [PATCH v2 3/2] avcodec/sanm: codec37 buffers are private

2025-01-13 Thread Manuel Lauss
codec37 operates on 2 buffers, which must be considered private to the codec and must therefore not be changed by subsequent FOBJs. Let codec37 therefore operate on frm1/2 instead of frm0/2, but copy the decoded image to frm0 where other codecs operate on. Fixes artifacts encountered in Full Thro