aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/IrixDMJpegCompressor.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Various improvements in the IrixDMJpegCompressor class. Member functions ↵Constantin Kaplinsky2007-12-071-7/+7
| | | | | | have been declared virtual. The setQuality() function allows compression levels in the range [1..99] now, and calls IrixDMIC_RawToJpeg::setImageQuality() when necessary. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2372 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changes in mapping of JPEG quality levels. Minor code cleanups.Constantin Kaplinsky2007-10-101-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2360 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed a problem with copying discontinuous pixel data to IRIX JPEG ompressor.Constantin Kaplinsky2007-09-041-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2335 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added JpegCompressor abstract class and two implementations -- one ↵Constantin Kaplinsky2007-07-241-0/+153
cross-platform and another IRIX-specific. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2320 3789f03b-4d11-0410-bbf8-ca57d06f2519