Re: [FFmpeg-devel] [PATCH] webp: avoid trying to decode trailing junk in bitstreams

2019-09-05 Thread Michael Niedermayer
On Wed, Sep 04, 2019 at 07:43:15AM +0200, Pascal Massimino wrote: > Hi, > > this patch break the decoding loop when invalid webp chunk is encountered. > We can still have a valid frame ready to be returned (*got_frame = 1). > > fixes trac #8107 (/#7612) These bug references should be in the com

[FFmpeg-devel] [PATCH] webp: avoid trying to decode trailing junk in bitstreams

2019-09-03 Thread Pascal Massimino
Hi, this patch break the decoding loop when invalid webp chunk is encountered. We can still have a valid frame ready to be returned (*got_frame = 1). fixes trac #8107 (/#7612) skal/ 0001-webp-fix-decoding-for-trailing-junk.patch Description: Binary data