summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading monochromatic floating point formatsAllan Sandfeld Jensen2023-05-052-8/+52
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-132-0/+4
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-0811-84/+2
* Update bundled libtiff to version 4.5.0Eirik Aavitsland2023-01-171-0/+1
* Update bundled libwebp to version 1.3.0Eirik Aavitsland2023-01-161-0/+1
* Implement support for file memory mapping for tiff readingEirik Aavitsland2023-01-131-2/+24
* QTiffHandler: fix build with GCC 13's support for FP16Thiago Macieira2023-01-111-1/+1
* TGA Plugin: Fix reading of CMapDepthRobert Löhning2023-01-091-3/+12
* Reject tiled tiffs with corrupt tile size earlyEirik Aavitsland2022-10-071-0/+2
* webp: support sequential input device if full file is availableEirik Aavitsland2022-09-131-15/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2511-11/+11
* Update bundled libwebp to version 1.2.4Eirik Aavitsland2022-08-221-0/+7
* Add license headers to cmake filesLucie Gérard2022-07-0711-0/+33
* Remove redundand LIBRARIES argumentAlexey Edelev2022-07-011-1/+0
* jp2: use new APIs for jasper 3Moody Liu2022-06-211-0/+31
* jp2: use correct buffer_size for jas_stream_memopenMoody Liu2022-06-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-1336-1379/+83
* Check earlier to avoid sanitzer warningsRobert Loehning2022-06-091-3/+7
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2022-05-181-1/+1
* Add some basic checking against corrupt inputEirik Aavitsland2022-05-161-5/+11
* Explicitly include QVarLengthArray headerVolker Hilsheimer2022-03-181-0/+1
* Fix invalid conversion compiler error in mng pluginBiswapriyo Nath2021-10-141-14/+14
* Update bundled libwebp to version 1.2.1Eirik Aavitsland2021-08-201-0/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-109-9/+9
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-153-3/+3
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-066-7/+6
* Add floating point read and write to TIFF handlerAllan Sandfeld Jensen2021-06-012-14/+113
* Update bundled libtiff to version 4.3.0Eirik Aavitsland2021-05-252-35/+29
* Use correct name of the internal Zlib moduleAlexey Edelev2021-05-221-1/+1
* CMake: Adapt to new WrapZLIB packageAlexandru Croitor2021-04-221-3/+3
* CMake: Fix vendored libwebp to build for universal macOSAlexandru Croitor2021-04-081-4/+13
* Use checked image allocation on readingEirik Aavitsland2021-03-057-29/+39
* Avoid scanline overflow when reading corrupt tiffsEirik Aavitsland2021-03-031-0/+4
* Avoid oob access when reading certain corrupt tiled tiffsEirik Aavitsland2021-02-241-3/+8
* Fix mng image plugin in cmake buildNiclas Rosenvik2021-02-242-2/+2
* Remove QMake project filesJoerg Bornemann2021-02-1120-588/+0
* Do not use API deprecated in Qt 6Eirik Aavitsland2021-02-011-1/+1
* CMake: Re-generate configure and project filesJoerg Bornemann2020-12-102-3/+318
* TGA Plugin: don't print warning in QTgaHandler::canRead(QIODevice*)Christian Ehrlicher2020-10-311-2/+0
* TGA Plugin: print error message when tga could not be loadChristian Ehrlicher2020-10-041-0/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-012-14/+14
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-2311-11/+11
* fix build on Arch LinuxEvgeniy A. Dushistov2020-08-171-0/+1
* fix error: comparison of integer expressions of different signednessJonas Karlsson2020-08-131-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-084-14/+14
* Fix UB in webp decode and memory leak in encoderAllan Sandfeld Jensen2020-05-181-2/+7
* CMake: Regenerate and fixup qtimageformats projectswip/cmakeAlexandru Croitor2020-03-1618-86/+217
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1626-127/+56
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-0516-83/+0
| |\
| | * Remove overrides of QImageIOHandler::name()v5.15.0-beta2Shawn Rutledge2020-03-0316-83/+0