summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/qjpeghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Jpeg handler: Detangle error reporting from the abort handlingEirik Aavitsland2022-03-221-7/+7
* Fix build of jpeg plugin against recent jpeg-turbo on MinGWJoerg Bornemann2021-04-161-7/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-7/+7
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-301-4/+8
* Change QByteArray to handle large arraysLars Knoll2020-08-271-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-5/+5
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-261-4/+1
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-111-0/+2
* Remove overrides of QImageIOHandler::name()Shawn Rutledge2020-03-031-7/+0
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
* JPEG image handler: remove undefined behavior from setjmp/longjmpGiuseppe D'Angelo2019-10-111-5/+29
* JPEG image handler: drop a use of "volatile"Giuseppe D'Angelo2019-10-111-2/+1
* Support writing color space profile in JPEGAllan Sandfeld Jensen2019-08-201-2/+27
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-0/+2
|\
| * Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-081-0/+2
* | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-1/+13
|/
* Fix build using Windows SDK 10.0.17763Thiago Macieira2018-12-071-6/+5
* QImage/Jpeg: decode/encode comment attributes as utf-8Christian Ehrlicher2018-03-181-3/+3
* Remove references to obsolete platformsJake Petroules2017-11-051-3/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-10/+21
* Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-141-22/+3
* Always build JPEG and GIF support as pluginsLars Knoll2016-04-071-0/+1144