Pillow/libImaging
Alex Clark ☺ aea9570a2c Merge pull request #221 from wiredfool/jpeg_memoryleak
Jpeg Decode memory leak fix.
2013-05-16 12:42:45 -07:00
..
Access.c Forking PIL 2010-07-30 22:52:47 -04:00
AlphaComposite.c add parentheses to avoid warnings 2013-03-27 23:19:04 +04:00
Antialias.c Forking PIL 2010-07-30 22:52:47 -04:00
Bands.c Forking PIL 2010-07-30 22:52:47 -04:00
Bit.h Forking PIL 2010-07-30 22:52:47 -04:00
BitDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Blend.c Forking PIL 2010-07-30 22:52:47 -04:00
Chops.c Forking PIL 2010-07-30 22:52:47 -04:00
Convert.c Disable msvc10 compiler optimizations for topalette and tobilevel 2013-03-14 23:35:02 -07:00
ConvertYCbCr.c Forking PIL 2010-07-30 22:52:47 -04:00
Copy.c Forking PIL 2010-07-30 22:52:47 -04:00
Crc32.c Forking PIL 2010-07-30 22:52:47 -04:00
Crop.c Forking PIL 2010-07-30 22:52:47 -04:00
Dib.c Forking PIL 2010-07-30 22:52:47 -04:00
Draw.c Forking PIL 2010-07-30 22:52:47 -04:00
Effects.c Forking PIL 2010-07-30 22:52:47 -04:00
EpsEncode.c Forking PIL 2010-07-30 22:52:47 -04:00
Except.c Forking PIL 2010-07-30 22:52:47 -04:00
File.c Forking PIL 2010-07-30 22:52:47 -04:00
Fill.c Fix compile error with msvc 2013-03-13 17:33:16 -07:00
Filter.c Forking PIL 2010-07-30 22:52:47 -04:00
FliDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Geometry.c Forking PIL 2010-07-30 22:52:47 -04:00
GetBBox.c Forking PIL 2010-07-30 22:52:47 -04:00
Gif.h Forking PIL 2010-07-30 22:52:47 -04:00
GifDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
GifEncode.c Forking PIL 2010-07-30 22:52:47 -04:00
HexDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Histo.c Switching to strncpy, fixing potential buffer overflow in palette as well 2013-03-14 20:46:23 -07:00
Imaging.h Added cleanup method to prevent memory leaks from truncated jpeg decodes 2013-05-15 21:16:37 -07:00
ImDib.h UNDEF more types before including windows headers 2012-03-09 00:00:04 +02:00
ImPlatform.h Forking PIL 2010-07-30 22:52:47 -04:00
Jpeg.h Added quantization tables and subsampling options to the JPEG encoder. 2013-03-06 20:23:02 -05:00
JpegDecode.c Added cleanup method to prevent memory leaks from truncated jpeg decodes 2013-05-15 21:16:37 -07:00
JpegEncode.c Code to ensure buffer space for exif write and jpeg_write_scanline calls, tests, corrected buffer length calculation 2013-05-14 22:29:31 -07:00
Lzw.h Forking PIL 2010-07-30 22:52:47 -04:00
LzwDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Matrix.c Forking PIL 2010-07-30 22:52:47 -04:00
ModeFilter.c Forking PIL 2010-07-30 22:52:47 -04:00
MspDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Negative.c Forking PIL 2010-07-30 22:52:47 -04:00
Offset.c Forking PIL 2010-07-30 22:52:47 -04:00
Pack.c Forking PIL 2010-07-30 22:52:47 -04:00
PackDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
Palette.c Switching to strncpy, fixing potential buffer overflow in palette as well 2013-03-14 20:46:23 -07:00
Paste.c Forking PIL 2010-07-30 22:52:47 -04:00
PcdDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
PcxDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
PcxEncode.c Forking PIL 2010-07-30 22:52:47 -04:00
Point.c Forking PIL 2010-07-30 22:52:47 -04:00
Quant.c Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantHash.c Fix issue #193: remove double typedef declaration. 2013-04-17 14:27:07 +02:00
QuantHash.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantHeap.c Fix issue #193: remove double typedef declaration. 2013-04-17 14:27:07 +02:00
QuantHeap.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantOctree.c Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantOctree.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
QuantTypes.h Make quantization code more portable 2013-04-08 00:52:15 +02:00
RankFilter.c Squash a memory leak 2013-03-18 00:54:54 +01:00
Raw.h Forking PIL 2010-07-30 22:52:47 -04:00
RawDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
RawEncode.c Forking PIL 2010-07-30 22:52:47 -04:00
Storage.c 64 bit proof ImagingNew 2013-03-08 11:03:43 -08:00
SunRleDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
TgaRleDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
TiffDecode.c force seek to beginning of file 2013-03-14 13:25:23 -07:00
TiffDecode.h merge to master 2013-03-14 14:38:49 -07:00
Unpack.c Forking PIL 2010-07-30 22:52:47 -04:00
UnpackYCC.c Forking PIL 2010-07-30 22:52:47 -04:00
UnsharpMask.c Forking PIL 2010-07-30 22:52:47 -04:00
XbmDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
XbmEncode.c Forking PIL 2010-07-30 22:52:47 -04:00
Zip.h backport PIL's PNG/Zip improvements 2013-03-11 20:33:04 +01:00
ZipDecode.c Forking PIL 2010-07-30 22:52:47 -04:00
ZipEncode.c backport PIL's PNG/Zip improvements 2013-03-11 20:33:04 +01:00