Re: [FFmpeg-devel] [PATCH] pngdec: add ability to check chunk CRC

2019-03-18 Thread Michael Niedermayer
On Fri, Mar 08, 2019 at 03:15:40PM +0100, Lynne wrote: > 7 Mar 2019, 21:22 by mich...@niedermayer.cc: > > > On Thu, Mar 07, 2019 at 07:26:32PM +0100, Lynne wrote: > > > >> By default now, if AV_EF_CRCCHECK or AV_EF_IGNORE_ERR are enabled the > >> decoder > >> will skip the chunk and carry on

Re: [FFmpeg-devel] [PATCH] pngdec: add ability to check chunk CRC

2019-03-17 Thread Lynne
8 Mar 2019, 14:15 by d...@lynne.ee: > 7 Mar 2019, 21:22 by > mich...@niedermayer.cc > > : > >> On Thu, Mar 07, 2019 at 07:26:32PM +0100, Lynne wrote: >> >>> By default now, if AV_EF_CRCCHECK or AV_EF_IGNORE_ERR are enabled the >>> decoder >>> will skip the chunk

Re: [FFmpeg-devel] [PATCH] pngdec: add ability to check chunk CRC

2019-03-08 Thread Lynne
7 Mar 2019, 21:22 by mich...@niedermayer.cc: > On Thu, Mar 07, 2019 at 07:26:32PM +0100, Lynne wrote: > >> By default now, if AV_EF_CRCCHECK or AV_EF_IGNORE_ERR are enabled the decoder >> will skip the chunk and carry on with the next one. This should make the  >>    >> decoder able to decode

Re: [FFmpeg-devel] [PATCH] pngdec: add ability to check chunk CRC

2019-03-07 Thread Michael Niedermayer
On Thu, Mar 07, 2019 at 07:26:32PM +0100, Lynne wrote: > By default now, if AV_EF_CRCCHECK or AV_EF_IGNORE_ERR are enabled the decoder > will skip the chunk and carry on with the next one. This should make the   >   > decoder able to decode more corrupt files because the functions which decode

[FFmpeg-devel] [PATCH] pngdec: add ability to check chunk CRC

2019-03-07 Thread Lynne
By default now, if AV_EF_CRCCHECK or AV_EF_IGNORE_ERR are enabled the decoder will skip the chunk and carry on with the next one. This should make the    decoder able to decode more corrupt files because the functions which decode individual chunks will very likely error out if fed invalid