summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix link to "Image data" section in API docsBastien Nocera2017-12-041-2/+2
* gif: Initialise code_last_byte to not cause undefined behaviourTobias Mueller2017-12-041-1/+6
* gif: Preventing undefined behaviour by making left shift unsignedTobias Mueller2017-12-041-1/+1
* gif: Prevent access to negative array indexesTobias Mueller2017-12-041-0/+8
* ico: Fix potential integer overflowDhiru Kholia2017-11-301-4/+5
* io-tiff: Correctly work with WIN32-IO version of libtiffРуслан Ижбулатов2017-11-291-1/+25
* gdk-pixbuf-scale: Fix retval introspection for scale_simple()Iñaki García Etxebarria2017-11-281-1/+1
* io: Only ref pixbuf if it is not NULLBenjamin Otte2017-11-201-1/+5
* gdk-pixbuf-io: Implement async loading without threadsBenjamin Otte2017-11-201-31/+74
* io-gif: Fail quickly when image dimensions are too bigBastien Nocera2017-09-191-7/+23
* build: Fix invalid syntaxBastien Nocera2017-09-191-1/+1
* build: Fix TIFF loader compilation with autotoolsBastien Nocera2017-09-121-1/+1
* build: Support Windows components-based loaderChun-wei Fan2017-09-071-3/+48
* build: Fix libjasper detection and usage on Meson/MSVCChun-wei Fan2017-09-071-3/+5
* gif: Fix compiler warning reg. type conversionTobias Mueller2017-08-241-3/+3
* build: Allow 'all' shorthand for builtin_loaders build optionChun-wei Fan2017-08-211-2/+2
* build: Build the .rc file on WindowsChun-wei Fan2017-08-171-0/+12
* build: Fix Meson builds using builtin loadersChun-wei Fan2017-08-171-2/+3
* queryloaders: Make output more reproducibleJussi Kukkonen2017-08-151-1/+8
* io-gif: Switch arguments to fread() to fix Coverity issuePhilip Withnall2017-08-151-1/+1
* meson: Use include_directories references throughoutJan Alexander Steffens (heftig)2017-08-131-3/+5
* Move all aux scripts to their own directoryEmmanuele Bassi2017-08-032-75/+0
* io-ico: Add an assertion to clarify buffer managementPhilip Withnall2017-08-031-0/+3
* meson: Support installed testsEmmanuele Bassi2017-08-021-1/+1
* meson: Install enum types header in the right placeEmmanuele Bassi2017-08-021-1/+2
* meson: Generate introspection dataEmmanuele Bassi2017-08-021-6/+30
* meson: Use the appropriate name for the shared libraryEmmanuele Bassi2017-08-021-1/+1
* meson: Add gdk-pixbuf-macros.h to the installed headersEmmanuele Bassi2017-08-021-3/+4
* Build gdk-pixbuf-marshal.cEmmanuele Bassi2017-08-011-1/+2
* Initial implementation of a Meson buildEmmanuele Bassi2017-08-012-0/+187
* Include the generated marshallers headerEmmanuele Bassi2017-08-011-1/+1
* bmp: Avoid allocating large buffers when not neededBastien Nocera2017-07-281-13/+15
* gdk-pixbuf: Add gdk_pixbuf_calculate_rowstride()Bastien Nocera2017-07-282-13/+53
* ico: Return an error when the ICO didn't loadBastien Nocera2017-07-271-1/+10
* io: Fix GError leak in gdk_pixbuf_new_from_stream()Robert Ancell2017-07-271-19/+10
* gdk-pixbuf: Tighten rowstride overflow checkBastien Nocera2017-07-271-2/+2
* jpeg: Restore grayscale image supportA. Bosch2017-07-271-0/+3
* bmp: Tighten image dimension checksBastien Nocera2017-07-261-1/+4
* ico: Fix icon quality sortingBastien Nocera2017-07-261-2/+2
* ico: Try to skip over broken icon entriesBastien Nocera2017-07-131-13/+12
* ico: Fix possible offset overflowBastien Nocera2017-07-131-1/+3
* ico: Don't use signed ints to do uints offset arithmeticsBastien Nocera2017-07-131-6/+6
* ico: Avoid possible ImageScore overflowBastien Nocera2017-07-131-1/+5
* bmp: Prevent multiplication overflow in DecodeHeaderBastien Nocera2017-07-131-1/+26
* tiff: Check for integer overflows in multiplicationLudovico de Nittis2017-07-131-6/+8
* jpeg: Use g_clear_object() when possibleBastien Nocera2017-07-131-2/+1
* loaders: Remove "error && *error == NULL" checksBastien Nocera2017-07-133-52/+35
* tiff: Simplify gdk_pixbuf__tiff_image_stop_load() functionBastien Nocera2017-07-131-6/+4
* jpeg: Throw error when number of color components is unsupportedTobias Mueller2017-07-131-4/+19
* gdk-pixbuf-io: Check length before checking for pixdata magicBastien Nocera2017-07-121-0/+1