Re: [FFmpeg-devel] [PATCH] avcodec/libjxldec: emit proper PTS to decoded AVFrame

2023-12-18 Thread Anton Khirnov
Quoting Leo Izen (2023-12-15 00:33:33) > On 12/14/23 03:28, Anton Khirnov wrote: > > This logic seems shady to me. > > Which part, specifically? The animated logic, or the non-animated logic? Aspects of both looked questionable to me (which doesn't necessarily means it's wrong) > > The decoder s

Re: [FFmpeg-devel] [PATCH] avcodec/libjxldec: emit proper PTS to decoded AVFrame

2023-12-14 Thread Leo Izen
On 12/14/23 03:28, Anton Khirnov wrote: Quoting Leo Izen (2023-12-08 18:31:06) If a sequence of JXL images is encapsulated in a container that has PTS information, we should use the PTS information from the container. At this time there is no container that does this, but if JPEG XL support is e

Re: [FFmpeg-devel] [PATCH] avcodec/libjxldec: emit proper PTS to decoded AVFrame

2023-12-14 Thread Anton Khirnov
Quoting Leo Izen (2023-12-08 18:31:06) > If a sequence of JXL images is encapsulated in a container that has PTS > information, we should use the PTS information from the container. At > this time there is no container that does this, but if JPEG XL support > is ever added to NUT, AVTransport, or s

[FFmpeg-devel] [PATCH] avcodec/libjxldec: emit proper PTS to decoded AVFrame

2023-12-08 Thread Leo Izen
If a sequence of JXL images is encapsulated in a container that has PTS information, we should use the PTS information from the container. At this time there is no container that does this, but if JPEG XL support is ever added to NUT, AVTransport, or some other container, this commit should allow t