File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Release 2.2.21 (1 Jul 2022) -- compared to 2.2.20
22--------------------------------------------------
3-
3+ * BMP: gain the ability to read some very old varieties of BMP files. #3375
4+ * BMP: better detection of corrupted files with nonsensical image dimensions
5+ or total size. #3434
6+ * BMP: protect against corrupted files that have palette indices out of bound.
7+ #3435
8+ * ffmpeg: Support for ffmpeg 5.0. #3282
9+ * ffmpeg: protect against possible double-free. #3376
10+ * ffmpeg: make the supported file extension check be case-insensitive. This
11+ prevents movie files from being incorrectly unable to recognize their format
12+ if they have the wrong capitalization of the file extension. #3364
13+ * hdr/rgbe files: Avoid possible Windows crash when dealing with characters
14+ with the high bit set. #3310
15+ * TIFF: fix read problems with TIFF files with non-zero y offset. #3419
16+ * Dev goodies: ustring has added a from_hash() static method #3397 , and a
17+ ustringhash helper class #3436 .
18+ * sime.h fixes for armv7 and aarch32. #3361
419
520Release 2.2.20 (1 Feb 2022) -- compared to 2.2.19
621--------------------------------------------------
You can’t perform that action at this time.
0 commit comments