Re: [FFmpeg-devel] [PATCH v2 0/7] Misc AFD improvements and support for Bar Data

2023-07-03 Thread Devin Heitmueller
Hi Anton, On Sat, Jul 1, 2023 at 4:14 AM Anton Khirnov wrote: > > IIUC the only source of bar data after this set is the new filter you're > adding. Is there supposed to be some other demuxer or decoder that > produces it? I have support in my tree for the H.264 and HEVC decoders, but I still ne

Re: [FFmpeg-devel] [PATCH v2 0/7] Misc AFD improvements and support for Bar Data

2023-07-01 Thread Anton Khirnov
IIUC the only source of bar data after this set is the new filter you're adding. Is there supposed to be some other demuxer or decoder that produces it? Also, FATE tests would be much appreciated. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-d

[FFmpeg-devel] [PATCH v2 0/7] Misc AFD improvements and support for Bar Data

2023-06-30 Thread Devin Heitmueller
This patch series is essentially exactly the same as the one sent on June 7, but the vf_drawtext patch has been rebased against master to resolve a conflict, per Paul Mahol's request. Devin Heitmueller (7): libavcodec: Preserve AFD side data when going from AVPacket to AVFrame vf_drawtext: Add