summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* DDS: Bail out on failure to detect the format.Friedemann Kleint2015-10-201-0/+2
* Fix null pointer use within Jpeg2000JasperReaderv5.5.1Neil Williams2015-09-091-0/+16
* Re-enable WebP support on iOSMike Krus2015-06-301-1/+1
* Handle Grayscale8 TIFFsAllan Sandfeld Jensen2015-05-291-4/+39
* Android: Build webp pluginEskil Abrahamsen Blomfeldt2015-05-201-1/+1
* Optional application of orientation for TIFFAllan Sandfeld Jensen2015-05-191-104/+73
* Correctly interpret RGBA tiff images as premultipliedAllan Sandfeld Jensen2015-05-121-4/+12
* Clean up reading TIFF headersAllan Sandfeld Jensen2015-05-042-88/+151
* Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-152-19/+8
|\
| * DDS: fix image format checkv5.4.2Maks Naumov2015-03-241-1/+1
| * Replace malloc'ed tables with QVarLengthArrayAllan Sandfeld Jensen2015-03-171-17/+6
| * Correct mask of A2B10G10R10Allan Sandfeld Jensen2015-03-171-1/+1
* | Fix MSVC warning C4005: 'JAS_WIN_MSVC_BUILD' : macro redefinitionDebao Zhang2015-03-301-3/+0
* | Fix compiler warnings.v5.5.0-alpha1Christian Kandeler2015-02-251-13/+13
* | Use std math on doubles and include cmathSean Harmer2015-02-181-0/+2
* | Read grayscale JP2000 as grayscaleAllan Sandfeld Jensen2015-02-181-4/+1
* | Cleanup math includeAllan Sandfeld Jensen2015-02-161-6/+6
* | Update copyright headersJani Heikkinen2015-02-1129-203/+203
|/
* Disable webp also for iosaavit2014-11-171-1/+1
* QMngHandler: Avoid endless loopaavit2014-11-051-1/+1
* QMngHandler: Prevent division by zero.Friedemann Kleint2014-11-041-1/+2
* Silence warning about unused parameterv5.4.0-alpha1Thiago Macieira2014-09-031-0/+2
* Update license headers and add new licensesJani Heikkinen2014-08-2529-548/+316
* Add support for SubType and SupportedSubTypes options in DDS handlerIvan Komissarov2014-08-082-2/+143
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-3/+3
|\
| * Fix DDS image writingaavit2014-07-011-3/+3
* | Save opaque images as opaque TIFF filesAllan Sandfeld Jensen2014-07-041-7/+38
* | Suppress "sequential device" warning for other files.Alex2014-06-251-4/+7
* | Merge remote-tracking branch 'origin/5.3' into devSergio Ahumada2014-06-141-0/+9
|\|
| * Make QWebpHandler::write() work on big endian systemsv5.3.1stableDmitry Shachnev2014-06-041-0/+9
* | Add support for reading icon variants in ICNS pluginAlex2014-02-262-4/+45
|/
* Added webp image format pluginSteven Yao2014-02-136-1/+421
* Add JPEG 2000 plugin.Jake Petroules2014-02-117-4/+1426
* Use RGBA8888 format to simplify TIFF writingAllan Sandfeld Jensen2014-02-102-22/+3
* Replace win32-g++ with mingw scopeKai Koehne2014-02-072-2/+2
* Exclude non-supported imageformats for WinRTMaurice Kalinowski2014-01-281-0/+5
* Refactor ICNS plugin to prepare it for icon variants supportAlex2014-01-142-142/+189
* Fix reading palette images in DDS handler.Ivan Komissarov2014-01-132-4/+39
* Add ICNS (Apple Icon Image) plugin.Alex2013-12-177-1/+1227
* Fix QDDSHandler::canRead to return false in case of a scan error.ABBAPOH2013-12-161-1/+5
* Do not try to rescan device in case of an error in DDS plugin.ABBAPOH2013-12-162-10/+18
* Fix build of the DDS plugin without QDataStreamABBAPOH2013-12-135-1/+21
* Remove main.h in DDS plugin.ABBAPOH2013-12-133-71/+12
* Fix MSVC warnings about scopes.Friedemann Kleint2013-12-021-3/+3
* Fix writing images in DDS handlerABBAPOH2013-12-021-7/+8
* Add support for QImageIOHandler::Size option in DDS handler.ABBAPOH2013-12-022-0/+23
* Add QByteArrayliterals to QDDSHandlerABBAPOH2013-12-022-8/+8
* Fix capabilities in DDS image handler.ABBAPOH2013-12-011-2/+4
* Whitespace fixes in DDS image handlerABBAPOH2013-12-011-5/+5
* Add Direct Draw Surface pluginABBAPOH2013-11-2610-1/+2040