Commit Graph

9888 Commits

Author SHA1 Message Date
Andrew Murray
f7144c1216 Added reading and writing of private PNG chunks 2020-04-06 21:57:45 +10:00
Andrew Murray
e2437c9b48 Corrected description [ci skip] 2020-04-06 21:57:45 +10:00
Hugo van Kemenade
e634c4dc0c
Merge pull request #4528 from radarhere/png_seek
Raise an EOFError when seeking too far in PNG
2020-04-06 14:30:04 +03:00
Andrew Murray
f1f177ce80 Fixed error making HTML from docs 2020-04-06 19:41:38 +10:00
Hugo van Kemenade
ccbe51566e
Merge branch 'master' into png_seek 2020-04-05 18:48:04 +03:00
Hugo van Kemenade
4dcd194333
Merge pull request #4527 from radarhere/pyqt5
Update pip to fix PyQt5 install
2020-04-05 17:04:13 +03:00
Andrew Murray
7475c06b1c Assert that seeking too far raises an EOFError 2020-04-05 15:29:13 +10:00
Andrew Murray
c414810d12 Replaced property methods for n_frames and is_animated with normal properties 2020-04-05 15:23:18 +10:00
Andrew Murray
bcfe61495b Update pip to fix pyqt5 install 2020-04-05 13:14:08 +10:00
Hugo
8c9100e267 Add 7.1.1 release notes to index 2020-04-02 21:12:13 +03:00
Hugo van Kemenade
5e5b2899d6
Merge pull request #4515 from hugovk/png-regression-docs
Release notes for 7.1.1
2020-04-02 14:59:19 +03:00
Hugo van Kemenade
c2a0005dc4
Fix typo
[CI skip]

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-04-02 12:55:05 +03:00
Hugo
c19bed8f27 Release notes for 7.1.1 [CI skip] 2020-04-02 12:51:17 +03:00
Hugo van Kemenade
feb787d25c
Merge pull request #4514 from radarhere/test_tell
Removed redundant arguments
2020-04-02 12:11:39 +03:00
Andrew Murray
6574552821 Removed redundant arguments 2020-04-02 19:17:54 +11:00
Hugo van Kemenade
e9afb39534
Merge pull request #4512 from hugovk/fix-png-seek
Fix PNG seek
2020-04-02 10:43:43 +03:00
Hugo
2e9030ddca Initialise __frame = 0 in open, and test tell 2020-04-02 08:49:26 +03:00
Hugo
1c2b2b085a Add test case 2020-04-01 22:32:14 +03:00
Hugo
0a757b7085 Initialise __frame = 0 2020-04-01 22:17:39 +03:00
Hugo
0a77f73ef3 7.2.0.dev0 version bump 2020-04-01 18:55:23 +03:00
Hugo
f0fe60ae9f 7.1.0 version bump 2020-04-01 13:12:46 +03:00
Hugo van Kemenade
46f4a349b8
Merge pull request #4507 from hugovk/fix_tiff
Fix 2 buffer overflows in TIFF decoding
2020-04-01 12:51:04 +03:00
Hugo van Kemenade
ff60894d69
Merge pull request #4505 from hugovk/jpeg2k_overflow
Fix bounds overflow in JPEG 2000 decoding
2020-04-01 12:27:27 +03:00
Hugo van Kemenade
2ef59fdbae
Merge pull request #4504 from hugovk/sgi_fixes
Fix buffer overflow in SGI-RLE decoding
2020-04-01 12:27:14 +03:00
Hugo van Kemenade
0da1eca7cf
Merge pull request #4503 from hugovk/fix_fli_6.2.x
Fix multiple OOB reads in FLI decoding
2020-04-01 12:27:04 +03:00
Hugo van Kemenade
f260acc30a
Merge pull request #4506 from hugovk/fix_pcx
Fix bounds overflow in PCX decoding
2020-04-01 12:26:17 +03:00
Hugo van Kemenade
9650ac4e67
Merge pull request #4502 from hugovk/3907-release-notes
Add release notes for #3907 PcfFontFile charset encodings
2020-04-01 12:25:38 +03:00
Hugo
2092801e71 Format with Black 2020-04-01 11:02:50 +03:00
Hugo van Kemenade
c00fdc7e30 Fix typos
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-04-01 11:02:44 +03:00
Eric Soroos
6e7c0ced68 Tests for tiff crashes 2020-04-01 11:02:40 +03:00
Eric Soroos
b8d4ce1a59 Avoid uninitialized read 2020-04-01 11:02:36 +03:00
Eric Soroos
6b842f4ec0 Ensure that Tiff's concept of Strip and Tilesize matches Pillow's 2020-04-01 11:02:33 +03:00
Hugo
ada137eba5 Fix Flake8 2020-04-01 10:52:21 +03:00
Eric Soroos
6a83e43247 Fix OOB Access on PcxDecode.c 2020-04-01 10:50:51 +03:00
Eric Soroos
124f4bb591 Tests for PCX OOB Access 2020-04-01 10:50:48 +03:00
Hugo van Kemenade
c5e9de15b1 Fix typo 2020-04-01 10:34:24 +03:00
Hugo
6e86d235c8 Format with Black 2020-04-01 10:34:19 +03:00
Eric Soroos
30443d39bd Tests for jp2 overflow 2020-04-01 10:33:46 +03:00
Eric Soroos
cf6da6b790 Fix for OOB Read in DecodeJpeg2k 2020-04-01 10:33:41 +03:00
Hugo
44096adf59 Convert from unittest to pytest 2020-04-01 10:19:15 +03:00
Hugo
78478dfcfb Black and isort 2020-04-01 10:13:12 +03:00
Eric Soroos
dd341f12d6 Tests for SGI Overruns 2020-04-01 10:12:21 +03:00
Eric Soroos
394d6a180a Track number of pixels, not the number of runs 2020-04-01 10:12:17 +03:00
Hugo van Kemenade
afa98d5120
Fix typo
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-04-01 10:04:59 +03:00
Hugo
11ef7ca53a Format with Black 2020-04-01 09:54:26 +03:00
Eric Soroos
00c6dd72d9 Tests for additional hits 2020-04-01 09:53:18 +03:00
Eric Soroos
5b490fc413 additional FLI check 2020-04-01 09:53:14 +03:00
Eric Soroos
088ce4df98 comments 2020-04-01 09:53:08 +03:00
Eric Soroos
19ff42bd68 tests for Fli OOB reads 2020-04-01 09:53:04 +03:00
Eric Soroos
8d4f3c0c5f Fix OOB Read in FLI Copy Chunk 2020-04-01 09:52:59 +03:00