Re: [FFmpeg-devel] [PATCH 1/5] avcodec/tiff: Enforce increasing offsets

2019-08-11 Thread Michael Niedermayer
On Sun, Aug 11, 2019 at 11:32:36AM +0200, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User questions about the command line tools should be s

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/tiff: Enforce increasing offsets

2019-08-11 Thread Paul B Mahol
LGTM On Fri, Aug 9, 2019 at 1:25 AM Michael Niedermayer wrote: > This may break some valid tiff files, it appears the specification does > not require > the offsets to be increasing. They increase in the 2 test files i have > though except > the last offset which is 0 (an end marker) and for whi

[FFmpeg-devel] [PATCH 1/5] avcodec/tiff: Enforce increasing offsets

2019-08-08 Thread Michael Niedermayer
This may break some valid tiff files, it appears the specification does not require the offsets to be increasing. They increase in the 2 test files i have though except the last offset which is 0 (an end marker) and for which a special case is added to avoid asking for a sample for that end mark