aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/JpegDecompressor.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-2/+2
* Use operator overloading for comparisonPierre Ossman2023-02-041-4/+4
* Use stdint typesPierre Ossman2023-02-011-6/+6
* Protect key variables from setjmp()Pierre Ossman2023-01-051-5/+7
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* spelling fixesklemens2017-01-281-1/+1
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-2/+2
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-1/+0
* Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-071-27/+22
* Consistent use of stride vs pitchPierre Ossman2014-07-071-7/+8
* Need to include os/print.h, because Windows doesn't have snprintf()DRC2011-11-031-0/+1
* Move JPEG decoding into a standalone class (these should have been checked in...DRC2011-11-031-0/+233