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

2025-06-13 Thread Michael Niedermayer
On Fri, Jun 13, 2025 at 02:37:53PM +0200, Timothee wrote: > Hello, > > 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 filter using the following > command:

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

2025-06-13 Thread Timothee
Hello, 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 filter using the following command: `./ffmpeg -export_side_data 4 -i input.mp4 -vf codecview=qp=1 outp