summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/gif/qgifhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Gif decoder: fix read error caused by ub checkEirik Aavitsland2020-09-181-5/+7
* Fix gif parsing error for large imagesTang HaiXiang2020-07-141-2/+2
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-3/+3
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-261-5/+7
* Gif decoder: Harden handling of corrupt filesEirik Aavitsland2020-06-091-2/+5
* gif image handler: check for out of range image sizeEirik Aavitsland2020-05-301-0/+13
* Gif decoder: avoid undefined values in enumEirik Aavitsland2020-05-301-1/+2
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-7/+0
|\
| * Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-031-7/+0
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-2/+2
|/
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-081-0/+2
* Fix memory copy in QGIFFormat::disposePrevious()Andrew Smolko2018-11-061-2/+2
* Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-061-1/+6
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+1
* Always build JPEG and GIF support as pluginsLars Knoll2016-04-071-0/+1218