summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/qjpeghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDataStream: use new operator bool() in the codeTatiana Borisova13 days1-2/+1
* Add Qt-Security tags to gui image, icon and imageio filesEirik Aavitsland2025-03-121-0/+1
* Disable chroma subsampling for high-quality JPEG savesLiu Jinchang2025-01-221-0/+7
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-4/+4
* JPEG plugin: CMYK code tidiesGiuseppe D'Angelo2024-04-031-11/+0
* Add support for CMYK file I/O in JPEGGiuseppe D'Angelo2024-04-031-10/+93
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* jpeg handler: log error message on fatal errorIlya Fedin2023-01-311-0/+1
* jpeg handler: store Grayscale16 format images as grayscale, not rgbEirik Aavitsland2022-10-221-0/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* 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