aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-057-39/+52
* | [Bugfix] If JpegCompressor could not compress the data, it did switch to Stan...Constantin Kaplinsky2008-09-031-0/+1
* | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe...Constantin Kaplinsky2008-08-291-2/+13
* | [Cleanup] Fixed a compilation warning by removing a very doubtful optimization.Constantin Kaplinsky2008-08-211-6/+1
* | [Bugfix] When pixel comparison to reduce unnecessary updates was performed,Constantin Kaplinsky2008-08-211-1/+3
* | VideoPriority parameter was set to 0 by default, now it defaults to 2.Constantin Kaplinsky2008-08-211-1/+1
* | VideoArea parameter is fully respected. The server treats the specified recta...Constantin Kaplinsky2008-08-211-1/+4
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-212-0/+7
* | Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-147-2/+50
* | Restored the functionality of the VideoPriority parameter. This time, itConstantin Kaplinsky2008-06-136-1/+39
* | Removed support for continuous updates, a TightVNC-specific RFB protocolConstantin Kaplinsky2008-06-058-81/+0
* | Improved error handling: if JpegCompressor could not compress the data,Constantin Kaplinsky2008-06-051-1/+9
* | Don't use one va_list variable twice in vsnprintfAdam Tkac2008-06-031-3/+10
* | Using proper logging in SMsgReader class. Reporting details on receiving Vide...Constantin Kaplinsky2008-04-241-3/+10
* | Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-249-3/+55
|/
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-192-0/+2
* Protect common/zlib/configure parameter processing against infinite loopAdam Tkac2008-03-191-0/+1
* IrixDMJpegCompressor is now preferred to IrixCLJpegCompressor. Debugging beha...Constantin Kaplinsky2007-12-202-29/+23
* Functional version of IrixCLJpegCompressor. This commit includes modification...Constantin Kaplinsky2007-12-193-16/+132
* Added IrixCLJpegCompressor class which will support JPEG compression via the ...Constantin Kaplinsky2007-12-134-930/+4143
* Do not use JPEG if not requested by the client.Constantin Kaplinsky2007-12-071-2/+3
* Changing JPEG compression levels did not have immediate effect.Constantin Kaplinsky2007-12-071-0/+9
* Various improvements in the IrixDMJpegCompressor class. Member functions have...Constantin Kaplinsky2007-12-072-12/+12
* Small code improvements - added check for scale buffer in ScaledPixelBuffer::...george822007-11-051-1/+1
* Removed the possibility to choose the scale filter in the options dialog of v...george822007-11-051-2/+2
* Added the improvements of the ScaledPixelBuffer class - increased scaled imag...george822007-11-053-10/+16
* Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p...george822007-11-042-36/+67
* Added implementation of the remote desktop scaling on basis of integergeorge822007-10-283-17/+30
* Fixed the small mistake - set the scale parameter ingeorge822007-10-281-2/+2
* Using JpegEncoder for video only with proper pixel formats.Constantin Kaplinsky2007-10-175-17/+48
* Changes in mapping of JPEG quality levels. Minor code cleanups.Constantin Kaplinsky2007-10-103-10/+14
* In IRIX, if we could not find a matching DMIC converter, list all available c...Constantin Kaplinsky2007-10-102-1/+43
* Added support for new UseHardwareJPEG parameter ("Use hardware-accelerated JP...Constantin Kaplinsky2007-10-102-3/+30
* Removed two obsolete FIXME comments.Constantin Kaplinsky2007-10-101-2/+0
* Replaced printf(...) and fprintf(stderr, ...) with proper logging.Constantin Kaplinsky2007-10-101-5/+8
* Minor code cleanup to decrease the amount of compilation warnings in Fedora C...Constantin Kaplinsky2007-09-051-0/+1
* Fixed a compilation problem under Fedora Core 6. Now the rfb library uses ext...Constantin Kaplinsky2007-09-051-1/+2
* Fixed a problem with copying discontinuous pixel data to IRIX JPEG ompressor.Constantin Kaplinsky2007-09-043-2/+31
* Using hardware-accelerated version of JpegEncoder under IRIX.Constantin Kaplinsky2007-09-041-0/+8
* Sending updates for "video area".Constantin Kaplinsky2007-09-033-2/+6
* Passing image quality level to JpegEncoder.Constantin Kaplinsky2007-09-031-0/+1
* In SMsgWriter, added the ability to send a video rectangle via JpegEncoder.Constantin Kaplinsky2007-08-312-0/+14
* A typo fixed in a comment.Constantin Kaplinsky2007-08-311-1/+1
* Special handling of a rectangular video area in the UpdateTracker and derived...Constantin Kaplinsky2007-08-317-9/+72
* Minor code cleanup - changed a variable name.Constantin Kaplinsky2007-08-311-13/+13
* Code cleanups. The most important change is that we now always use UpdateTrac...Constantin Kaplinsky2007-08-313-21/+39
* Unused function commented out.Constantin Kaplinsky2007-08-312-3/+9
* Makefile updated to include JpegEncoder.Constantin Kaplinsky2007-08-021-0/+1
* JpegEncoder implemented. It compresses full-color pixel data with JPEG sub-en...Constantin Kaplinsky2007-08-023-0/+138
* Added new files to the project.Constantin Kaplinsky2007-07-281-0/+8