]> source.dussan.org Git - tigervnc.git/commit
Added JpegCompressor abstract class and two implementations -- one cross-platform...
authorConstantin Kaplinsky <const@tightvnc.com>
Tue, 24 Jul 2007 12:10:16 +0000 (12:10 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Tue, 24 Jul 2007 12:10:16 +0000 (12:10 +0000)
commit71a32f0dc858823782eee0fcc3dd52b55c1a8a27
tree7b621849c00a07f00c0b4454dfbc8050e5c17373
parent344c3fe719400587a72534cd2e531b31f9dd856a
Added JpegCompressor abstract class and two implementations -- one cross-platform and another IRIX-specific.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2320 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/configure
common/configure.in
common/rfb/IrixDMIC_RawToJpeg.cxx [new file with mode: 0644]
common/rfb/IrixDMIC_RawToJpeg.h [new file with mode: 0644]
common/rfb/IrixDMJpegCompressor.cxx [new file with mode: 0644]
common/rfb/IrixDMJpegCompressor.h [new file with mode: 0644]
common/rfb/JpegCompressor.cxx [new file with mode: 0644]
common/rfb/JpegCompressor.h [new file with mode: 0644]
common/rfb/Makefile.in