Pillow/src/libImaging
2020-02-15 22:13:23 +11:00
..
Access.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
AlphaComposite.c source layout reorg 2017-12-28 14:49:47 +00:00
Bands.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
BcnDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
Bit.h source layout reorg 2017-12-28 14:49:47 +00:00
BitDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
Blend.c source layout reorg 2017-12-28 14:49:47 +00:00
BoxBlur.c Remove Python.h where not needed. 2019-04-18 22:48:32 -07:00
Chops.c source layout reorg 2017-12-28 14:49:47 +00:00
codec_fd.c Drop support for EOL Python 2.7 2019-10-07 14:30:59 +03:00
ColorLUT.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
Convert.c Fix rounding error on RGB to L conversion 2019-12-31 03:35:47 +03:00
ConvertYCbCr.c source layout reorg 2017-12-28 14:49:47 +00:00
Copy.c source layout reorg 2017-12-28 14:49:47 +00:00
Crop.c source layout reorg 2017-12-28 14:49:47 +00:00
Dib.c source layout reorg 2017-12-28 14:49:47 +00:00
Draw.c Merge pull request #4333 from radarhere/polygon 2020-02-15 11:57:14 +02:00
Effects.c Renamed CLIP to CLIP8 2018-04-21 18:14:05 +10:00
EpsEncode.c source layout reorg 2017-12-28 14:49:47 +00:00
Except.c source layout reorg 2017-12-28 14:49:47 +00:00
File.c Move location of fclose and add dump test. 2018-03-31 21:28:37 -07:00
Fill.c source layout reorg 2017-12-28 14:49:47 +00:00
Filter.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
FliDecode.c Catch FLI buffer overrun 2020-01-02 15:23:36 +11:00
Geometry.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
GetBBox.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
Gif.h source layout reorg 2017-12-28 14:49:47 +00:00
GifDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
GifEncode.c source layout reorg 2017-12-28 14:49:47 +00:00
HexDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
Histo.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
Imaging.h add box parameter 2019-12-04 23:13:20 +03:00
ImagingUtils.h Avoid undefined signed overflow 2020-02-03 14:13:16 +03:00
ImDib.h source layout reorg 2017-12-28 14:49:47 +00:00
ImPlatform.h full buffer support 2018-04-15 00:33:15 +03:00
Jpeg.h source layout reorg 2017-12-28 14:49:47 +00:00
Jpeg2K.h source layout reorg 2017-12-28 14:49:47 +00:00
Jpeg2KDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
Jpeg2KEncode.c Fixed several comparison warnings 2019-05-09 12:10:17 +10:00
JpegDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
JpegEncode.c source layout reorg 2017-12-28 14:49:47 +00:00
Matrix.c source layout reorg 2017-12-28 14:49:47 +00:00
ModeFilter.c source layout reorg 2017-12-28 14:49:47 +00:00
Negative.c source layout reorg 2017-12-28 14:49:47 +00:00
Offset.c source layout reorg 2017-12-28 14:49:47 +00:00
Pack.c Add La mode packing and unpacking 2019-12-04 22:58:09 +03:00
PackDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
Palette.c Fix potential un-terminated buffer problem (CWE-120) 2018-10-02 14:06:08 +02:00
Paste.c source layout reorg 2017-12-28 14:49:47 +00:00
PcdDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
PcxDecode.c Catch PCX P mode buffer overrun 2020-01-02 15:24:16 +11:00
PcxEncode.c source layout reorg 2017-12-28 14:49:47 +00:00
Point.c fix unaligned accesses by using memcpy() 2019-06-29 21:04:11 +02:00
Quant.c Fix potential leaked storage issues (CWE-772) 2018-10-02 14:06:21 +02:00
QuantHash.c Remove more unused hashtable functions 2019-01-05 22:26:35 +02:00
QuantHash.h Remove more unused hashtable functions 2019-01-05 22:26:35 +02:00
QuantHeap.c Fixed sign comparison warnings 2020-02-15 22:13:23 +11:00
QuantHeap.h source layout reorg 2017-12-28 14:49:47 +00:00
QuantOctree.c Fixed sign comparison warnings 2020-02-15 22:13:23 +11:00
QuantOctree.h source layout reorg 2017-12-28 14:49:47 +00:00
QuantPngQuant.c source layout reorg 2017-12-28 14:49:47 +00:00
QuantPngQuant.h source layout reorg 2017-12-28 14:49:47 +00:00
QuantTypes.h source layout reorg 2017-12-28 14:49:47 +00:00
RankFilter.c source layout reorg 2017-12-28 14:49:47 +00:00
raqm.h fixed merge 2017-12-28 16:07:18 +00:00
Raw.h source layout reorg 2017-12-28 14:49:47 +00:00
RawDecode.c Corrected negative seeks 2019-09-30 18:31:18 +10:00
RawEncode.c source layout reorg 2017-12-28 14:49:47 +00:00
Reduce.c turn on ImagingReduce5x5 special case 2019-12-05 22:13:25 +03:00
Resample.c Define box filter equal 1.0 on (-0.5, 0.5] range instead of [-0.5, 0.5) 2019-12-19 03:01:02 +03:00
Sgi.h source layout reorg 2017-12-28 14:49:47 +00:00
SgiRleDecode.c Catch SGI buffer overruns 2020-01-02 15:24:36 +11:00
Storage.c Corrected comment 2019-09-05 20:11:02 +10:00
SunRleDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
TgaRleDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
TgaRleEncode.c TGA: Add support for writing RLE data 2018-06-15 23:01:06 +03:00
TiffDecode.c Overflow checks for realloc for tiff decoding 2020-01-02 15:24:46 +11:00
TiffDecode.h Improve encoding of TIFF tags (#3861) 2019-06-30 21:48:19 +03:00
Unpack.c Add La mode packing and unpacking 2019-12-04 22:58:09 +03:00
UnpackYCC.c source layout reorg 2017-12-28 14:49:47 +00:00
UnsharpMask.c Remove Python.h where not needed. 2019-04-18 22:48:32 -07:00
XbmDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
XbmEncode.c source layout reorg 2017-12-28 14:49:47 +00:00
Zip.h source layout reorg 2017-12-28 14:49:47 +00:00
ZipDecode.c Changed decode buffer size to Py_ssize_t 2019-04-15 17:33:28 +10:00
ZipEncode.c source layout reorg 2017-12-28 14:49:47 +00:00