Re: [FFmpeg-devel] [PATCH v3] avcodec/h264: fixed qp table attach for h264

2025-06-18 Thread Michael Niedermayer
On Wed, Jun 18, 2025 at 01:04:04PM +0200, Timothée wrote: > On 18/06/2025 at 01:56, Michael Niedermayer wrote : > > On Tue, Jun 17, 2025 at 09:29:01AM +0200, Timothee wrote: > > > Context from the first version : > > > > > > > Here is a patch where I fixed the attach of per-macroblock qp tables fo

Re: [FFmpeg-devel] [PATCH v3] avcodec/h264: fixed qp table attach for h264

2025-06-18 Thread Timothée
On 18/06/2025 at 01:56, Michael Niedermayer wrote : On Tue, Jun 17, 2025 at 09:29:01AM +0200, Timothee wrote: Context from the first version : Here is a patch where I fixed the attach of per-macroblock qp tables for H.264. It was implemented for MPEG2 so I have only extended it. I tested the

Re: [FFmpeg-devel] [PATCH v3] avcodec/h264: fixed qp table attach for h264

2025-06-17 Thread Michael Niedermayer
On Tue, Jun 17, 2025 at 09:29:01AM +0200, Timothee wrote: > Context from the first version : > > > Here is a patch where I fixed the attach of per-macroblock qp tables for > > H.264. It was implemented for MPEG2 so I have only extended it. > > > > I tested the functionality with the codecview fil