Re: [FFmpeg-devel] [PATCH v2 0/3] avcodec: move HDR10 (MDCV/CLL) SEI handling to h2645_sei

2023-07-27 Thread Jan Ekström
On Thu, Jul 27, 2023 at 12:37 AM Jan Ekström wrote: > > On Tue, Jul 25, 2023 at 10:29 PM Jan Ekström wrote: > > > > This allows parsing code to be re-utilized from H.264, as well as probably > > from VVC in the future. > > > > This additionally eases verification of the AVCodecContext side data

Re: [FFmpeg-devel] [PATCH v2 0/3] avcodec: move HDR10 (MDCV/CLL) SEI handling to h2645_sei

2023-07-26 Thread Jan Ekström
On Tue, Jul 25, 2023 at 10:29 PM Jan Ekström wrote: > > This allows parsing code to be re-utilized from H.264, as well as probably > from VVC in the future. > > This additionally eases verification of the AVCodecContext side data patch > set, which includes libx264 integration for HDR10 side

[FFmpeg-devel] [PATCH v2 0/3] avcodec: move HDR10 (MDCV/CLL) SEI handling to h2645_sei

2023-07-25 Thread Jan Ekström
This allows parsing code to be re-utilized from H.264, as well as probably from VVC in the future. This additionally eases verification of the AVCodecContext side data patch set, which includes libx264 integration for HDR10 side data. Changes from v1: * Reordered the new h2645_sei include to