summaryrefslogtreecommitdiffstats
path: root/image/decoders
Commit message (Collapse)AuthorAgeLines
* Fix blank pixel color for truncated GIFswolfbeast2018-11-21-1/+7
|
* Bug 1462355 - Part 1c. Make individual image decoders to use updated ↵wolfbeast2018-11-21-33/+49
| | | | | | Decoder/SurfacePipe methods. Extend this change to nsWebPDecoder.cpp
* Port WebP decoder changes.wolfbeast2018-11-20-273/+408
| | | | | This breaks animated WebP for the moment, but adds QCMS color management and lexer changes. Tag #831
* Free the decoded image buffer before deleting the WebP decoder.wolfbeast2018-06-13-0/+1
| | | | This should solve #483.
* Perform some sanity checks on nsMozIconURI.Pale Moon2018-06-07-0/+10
|
* Limit PNG image dimensions.wolfbeast2018-05-29-3/+15
|
* Bug 1323683 - Fold nsIURIWithQuery into nsIURIjanekptacijarabaci2018-04-22-0/+26
| | | | native in moebius
* Remove the use of GetProcAddress() for shell32wolfbeast2018-02-19-36/+17
| | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag #22.
* Implement WebP image decoder.wolfbeast2018-02-03-0/+559
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+9975