Re: [FFmpeg-devel] Patch JPEG2000 Parser: Fix parsing of tile-part header

2021-07-25 Thread Shaun Simpson
information. Shaun On Sat, Jul 24, 2021 at 7:01 PM Jan Ekström wrote: > On Wed, Jul 21, 2021 at 7:02 PM Shaun Simpson > wrote: > > > > Please find my patch attached. > > > > libavcodec/jpeg2000_parser: Fix parsing of tile-part header, and frames > > where th

[FFmpeg-devel] Patch JPEG2000 Parser: Fix parsing of tile-part header

2021-07-21 Thread Shaun Simpson
the current loop iteration. Is the PARSER_FLAG_COMPLETE_FRAMES flag supposed to be set for the Netflix sample? The files playback correctly if the flag is set, as each buffer contains a complete frame, but it is not set for the test case above. Thank you, Shaun Simpson From

[FFmpeg-devel] Patch libavcodec/jpeg2000_parser: Fix skipping of JP2 info markers...

2021-07-21 Thread Shaun Simpson
, and frames where the end of frame marker is at the end of the buffer I apologise for splitting the patches this way. Thank you, Shaun Simpson From bea5f87977789ca69b3601c3388b6ca575d976cb Mon Sep 17 00:00:00 2001 From: Shaun Simpson Date: Wed, 21 Jul 2021 14:15:45 +0100 Subject: [PATCH 2/2] libavcodec