summaryrefslogtreecommitdiffstats
path: root/src
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-202-5/+32
* 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
* | Remove more extraneous files from bundled libtiffEirik Aavitsland2015-04-09142-29895/+0
* | libwebp: update patches to 0.4.3 for Qt usageLiang Qi2015-04-092-13/+61
* | libwebp: update to 0.4.3Liang Qi2015-04-0999-5344/+13662
* | 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-1130-209/+209
|/
* Avoid implicit function declaration compile errors in libjasperv5.4.0-rc1aavit2014-11-176-12/+17
* 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
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
* | 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-21/+0
|\|
| * Remove unused and unlinked qdocconf file from the project.v5.3.0-rc1v5.3.0-beta1v5.3.0Jędrzej Nowacki2014-03-181-21/+0
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-101-0/+1
|\|
| * Added webp information in doc and changelogv5.3.0-alpha1Liang Qi2014-02-211-0/+1
* | Add support for reading icon variants in ICNS pluginAlex2014-02-262-4/+45
|/
* Added webp image format pluginSteven Yao2014-02-136-1/+421
* Adding libwebp: Patches to libwebp 0.4.0 for Qt usageLiang Qi2014-02-132-0/+171
* Adding libwebp: Adding clean copy of libwebp 0.4.0Liang Qi2014-02-1397-0/+36991
* Add JPEG 2000 plugin.Jake Petroules2014-02-119-5/+1428
* Use RGBA8888 format to simplify TIFF writingAllan Sandfeld Jensen2014-02-102-22/+3
* Replace win32-g++ with mingw scopeKai Koehne2014-02-073-4/+4
* Add configure test and build system files for JasPer.Jake Petroules2014-01-301-0/+65
* Import a copy of JasPer 1.900.1 for use by the JPEG 2000 plugin.Jake Petroules2014-01-30116-0/+42390
* 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