Gimp/plug-ins
Mukund Sivaraman af88c4a6c9 file-gif-load: Fix incorrect out-of-input-bits condition (#695513)
GetCode() erroneously assumes that it has run out of input bits, because
it's off by 1 in its size calculation. At the end of the block, if the
End-of-Information code is exactly at the block boundary, it calculates
that it needs to read an extra bit, and tries to read beyond the end of
the block. It fails then, and the End-of-Information code is not
processed, and other warnings/errors are generated.
(cherry picked from commit f86655bb1f)
2013-03-12 13:14:51 +05:30
..
color-rotate Bug 689712 - Change default units of rotate colors plugin (rcm) from... 2012-12-06 00:42:03 +01:00
common file-gif-load: Fix incorrect out-of-input-bits condition (#695513) 2013-03-12 13:14:51 +05:30
file-bmp file-bmp: Don't use alpha channel with BI_RGB compression type 2012-10-08 09:15:47 +05:30
file-compressor Make it harder to "save" to foo.png.gz or "export" to foo.xcf.gz 2013-02-15 00:08:41 +01:00
file-faxg3 file-faxg3: Remove dead assignment (and variable) 2011-10-03 18:44:27 +05:30
file-fits Bug 676804 - file handling DoS for fit file format 2012-06-06 21:23:53 +02:00
file-fli plug-ins: set progress to 1.0 when done 2011-04-10 19:28:43 +02:00
file-ico Fix link error when newer versions of required libs are installed locally 2011-12-22 12:03:54 -05:00
file-jpeg Bug 686379: In the JPEG save dialog, checking/unchecking XMP... 2012-10-22 18:26:13 +02:00
file-psd Bug 686602 - missing EXIF_CFLAGS when building plug-ins/file-psd 2012-10-22 15:02:36 +02:00
file-sgi file-sgi: Remove redundant assignment 2011-10-06 08:29:36 +05:30
file-uri plug-ins: fix debug macro in wget file-uri backend 2012-02-16 11:24:02 +01:00
file-xjt file-xjt: Drop erroneous initialization 2011-10-12 17:17:22 +05:30
flame plug-ins: fix memory leak in flame/rect.c 2013-01-08 16:36:23 -05:00
fractal-explorer Bug 684698 - Preferences-Folders: only 15 folder items accepted 2012-09-26 23:31:48 +02:00
gfig Bug 684698 - Preferences-Folders: only 15 folder items accepted 2012-09-26 23:31:48 +02:00
gimpressionist Bug 684698 - Preferences-Folders: only 15 folder items accepted 2012-09-26 23:31:48 +02:00
gradient-flare Bug 684698 - Preferences-Folders: only 15 folder items accepted 2012-09-26 23:31:48 +02:00
help Bug 653907 - Help-browser fails to sort top-level items 2012-01-09 20:04:28 +01:00
help-browser plug-ins: fix coding style in the last commit 2012-01-09 20:49:45 +01:00
ifs-compose build: Fix the location of the libm dependency 2011-12-12 23:42:52 +05:30
imagemap imagemap: Don't use fixed size buffer to print statusbar messages (#691386) 2013-01-16 17:24:24 +05:30
lighting Bug 683153 - Lighting effects - bump mapping: top two rows of pixels are... 2013-02-16 21:41:14 +01:00
map-object plug-ins: make preview grid lines less blurry in map-object 2012-02-22 21:55:08 +01:00
maze plug-ins: change more things in maze from uint to int to fix compiler warnings 2012-03-04 17:53:54 +01:00
metadata Bug 655684 - After saving an image with geotags you cannot... 2012-09-09 00:56:55 +02:00
pagecurl Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2012-03-04 17:49:41 +01:00
print Bug 678297 - Cannot find Page Setup in Gimp 2.8 2012-08-07 16:06:51 +02:00
pygimp Bug 686103 - Incorrect gimpfu documentation 2012-10-14 21:32:49 +02:00
script-fu Bug 677776 - filter popup windows get hidden behind main image window 2012-11-13 00:49:52 +01:00
selection-to-path build: Fix the location of the libm dependency 2011-12-12 23:42:52 +05:30
twain Bug 675510 - tw_func.h contains windows-specific types 2013-01-19 18:42:02 +01:00
ui Bug 596427 - Can't export to animated GIF 2010-02-16 20:02:57 +01:00
win-snap Some prototypes added in twain and win-snap 2011-12-18 19:55:31 -02:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am file-compressor: Move to own directory under plug-ins/ 2012-01-11 20:27:18 +05:30