summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/qjpeghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split image handler plugin project filesMark Brand2010-07-021-901/+0
* Fixed QImageReader::format() inconsistency.Samuel Rødal2010-06-151-4/+6
* Fixed a QBuffer warning caused by a regression in qjpegJohn Brooks2010-05-031-3/+9
* Optimization: Avoid data copy when reading jpegs from memoryaavit2010-04-231-3/+10
* Optimization in QJpegHandler to reduce overheadZeno Albisser2010-03-241-184/+212
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-1/+5
|\
| * Avoid unnecessary memory allocation in the jpeg handler's image detectionSimon Hausmann2010-03-111-1/+5
* | JPEG plugin: Use switch() instead of if()Markus Goetz2010-03-081-11/+22
* | Fixed failure to store certain image formats as jpegaavit2010-03-051-1/+19
* | Update license doc, .pro file and qjpeghandler for libjpeg 8aavit2010-02-161-1/+1
* | Performance: Use QImage's smoothscaling instead of old private codeaavit2010-02-051-507/+67
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Implement ScaledClipRect in the jpeg image pluginRhys Weatherley2009-12-231-9/+46
* Add support for ClipRect to the jpeg image pluginRhys Weatherley2009-12-231-86/+147
* Use libjpeg's builtin scaler for implementing setScaledSize()Rhys Weatherley2009-12-221-3/+2
* Remove unused legacy code from the jpeg image pluginRhys Weatherley2009-12-221-133/+11
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-131-3/+3
|\
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-3/+3
* | Fixed bug where JPEG scaling resulted in an uninitialised pixel column.Kim Motoyoshi Kalland2009-11-091-1/+4
* | Replaced tabs with spaces in scale() in qjpeghandler.cpp.Kim Motoyoshi Kalland2009-11-091-229/+238
|/
* QJpegImageHandle: Avoid smooth scalling when it should not.Olivier Goffart2009-09-231-1/+5
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-271-1/+10
|\ \ | |/
| * QImageReader via JPEG image load plugin fails to load correctly a CMYKKeith Isdale2009-08-271-1/+10
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1264
* Fix floating point exception in QImageReader::setScaledSize(QSize(0, 0))Leonardo Sobral Cunha2009-06-091-1/+2
* Long live Qt!Lars Knoll2009-03-231-0/+1264