[FFmpeg-devel] [PATCH] avcodec/tiff: Check order only for tags that we process

2025-11-10 Thread Mathias Koehler via ffmpeg-devel
The initial out of order check was introduced with commit ad29f9e47cb avcodec/tiff: Restrict tag order based on specification This changes the check to only check against tags the we process since tags that we don't process shouldn't cause any bugs. Example of CinemaDNG files with incorrect order

[FFmpeg-devel] [PATCH] avcodec/tiff: Check order only for tags that we process

2025-11-05 Thread Mathias Koehler via ffmpeg-devel
The initial out of order check was introduced with commit ad29f9e47cb avcodec/tiff: Restrict tag order based on specification This changes the check to only check against tags the we process since tags that we don't process shouldn't cause any bugs. Example of CinemaDNG files with incorrect order