]> source.dussan.org Git - tigervnc.git/commit
Remove the "video" feature and its associated custom JPEG handling.
authorPierre Ossman <ossman@cendio.se>
Thu, 5 Mar 2009 11:57:11 +0000 (11:57 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Mar 2009 11:57:11 +0000 (11:57 +0000)
commit02e43d78bf13276ef18fd542167e1ca26830a2f4
tree9e4c69ff64d17ee9b85ec5e2c300ce704453ecaa
parentb39ace5b32d5a52280198bef0e8bd8a6c5edacba
Remove the "video" feature and its associated custom JPEG handling.

Having the client specifiy the video region is conceptually wrong
and a problem like this should be handled by better encoding selection.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3635 3789f03b-4d11-0410-bbf8-ca57d06f2519
32 files changed:
common/rfb/ComparingUpdateTracker.cxx
common/rfb/IrixCLJpegCompressor.cxx [deleted file]
common/rfb/IrixCLJpegCompressor.h [deleted file]
common/rfb/IrixDMIC_RawToJpeg.cxx [deleted file]
common/rfb/IrixDMIC_RawToJpeg.h [deleted file]
common/rfb/IrixDMJpegCompressor.cxx [deleted file]
common/rfb/IrixDMJpegCompressor.h [deleted file]
common/rfb/JpegCompressor.cxx [deleted file]
common/rfb/JpegCompressor.h [deleted file]
common/rfb/JpegEncoder.cxx [deleted file]
common/rfb/JpegEncoder.h [deleted file]
common/rfb/Makefile.am
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgReader.cxx
common/rfb/SMsgReader.h
common/rfb/SMsgReaderV3.cxx
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/ServerCore.cxx
common/rfb/ServerCore.h
common/rfb/UpdateTracker.cxx
common/rfb/UpdateTracker.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
common/rfb/msgTypes.h
common/rfb/rfb.dsp
unix/x0vncserver/x0vncserver.cxx