summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
...
* png: Clean up PNG savingstatic-analysisEmmanuele Bassi2020-11-101-271/+263
* gif: Replace old buffer management code with GByteArrayRobert Ancell2020-11-091-108/+13
* Merge branch 'gif-colormap-bug' into 'master'Emmanuele Bassi2020-11-091-3/+1
|\
| * gif: Fix bug where the local colormap is not dropped.Robert Ancell2020-11-091-3/+1
* | gif: Remove unnecessary structureRobert Ancell2020-11-091-23/+16
* | gif: Remove unused variablesRobert Ancell2020-11-091-11/+2
|/
* PNM: Generate an error if no pixbuf could be producedFelix Riemann2020-11-091-0/+6
* meson: Change introspection option to feature typeXavier Claessens2020-10-161-1/+3
* Remove the libjasper-based JPEG2000 loaderEmmanuele Bassi2020-06-263-352/+0
* pixops: Avoid division during alpha scalingJan Ziak2020-06-261-9/+28
* docs: Move the core data section to the source fileEmmanuele Bassi2020-06-262-69/+68
* XPM: Fix undefined behaviourTobias Stoeckmann2020-06-261-1/+1
* XBM: Fix signed integer overflow.Tobias Stoeckmann2020-06-261-2/+2
* io-bmp.c: Fix building on older compilersChun-wei Fan2020-06-241-1/+3
* GIF: Plug animation data and iterator leakSebastian Keller2020-04-021-1/+5
* Check the memset length argumentEmmanuele Bassi2020-04-021-1/+5
* pixdata: Bail out if the error is setEmmanuele Bassi2020-04-021-1/+6
* JPEG: skip bytes during incremental loadNathan Lee2020-04-021-17/+16
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-077-101/+101
* JPEG: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-21/+21
* GIF: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-31/+66
* QTIF: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-36/+22
* ICO: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-8/+10
* gdip-utils: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-8/+10
* XPM: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-10/+12
* Jasper: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-13/+14
* PNG: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-5/+7
* PNM: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-6/+9
* XBM: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-3/+6
* TIFF: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-3/+7
* ANI: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-8/+10
* BMP: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-25/+23
* ICNS: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-17/+18
* TGA: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-9/+9
* TGA: don't use single-letter field names for the module callbacksFederico Mena Quintero2020-01-071-21/+22
* Never pass NULL for the size_func and updated_func of module->begin_load()Federico Mena Quintero2020-01-072-2/+36
* pixops: Fix memory leaks in error pathsAlex Henrie2020-01-071-8/+9
* gdk-pixbuf/meson.build: use darwin_versions in libraryTom Schoonjans2019-11-271-0/+1
* gdk-pixbuf: Deprecate GdkPixbufAlphaModeBastien Nocera2019-11-261-0/+2
* Fix cppcheck 'shifting signed 32-bit value warning'Emmanuel Fleury2019-11-251-4/+3
* gif: Fix build on Solaris by including <string.h>Alan Coopersmith2019-11-251-0/+1
* (#91): Have a STORAGE_UNINITIALIZED for construction with all-default propertiesFederico Mena Quintero2019-09-112-97/+183
* docs: Add missing argumentEmmanuele Bassi2019-08-141-0/+1
* gif: Suppress last deprecation warningEmmanuele Bassi2019-07-291-0/+2
* gif: Render GIF frames on demandRobert Ancell2019-07-293-716/+239
* gif: Replace old LZW decoder with a stand-alone decoderRobert Ancell2019-07-294-281/+299
* gif: Remove unused variableRobert Ancell2019-07-292-5/+0
* gif: Remove unused variableRobert Ancell2019-07-292-15/+10
* gif: Escape GIF version in error messageRobert Ancell2019-07-291-1/+5
* gif: Disable deprecation warnings for GTimeValEmmanuele Bassi2019-07-292-1/+10