summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdk-pixbuf-io: Remove unused flags variableBastien Nocera2017-07-121-2/+1
* Add IANA registered image/wmfIngo Brückl2017-05-251-0/+1
* Add IANA registered image/emfIngo Brückl2017-05-251-0/+1
* Avoid a compiler warningMatthias Clasen2017-03-261-0/+2
* jpeg: Add support for JPEG_COM EXIF tagPawel Piatek2017-03-152-0/+33
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-026-3/+55
* io-ico: Fix option parsing to be locale-independentPhilip Withnall2017-02-171-4/+54
* gdk-pixbuf-loader: Fix up previous commit 2634506cPhilip Withnall2017-02-071-1/+1
* gdk-pixbuf-loader: Add a missing NULL checkPhilip Withnall2017-02-071-1/+4