aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added JpegCompressor abstract class and two implementations -- one cross-plat...Constantin Kaplinsky2007-07-249-54/+1032
* Removed "Sinc" scale filter. It's has very low performance and not urgently f...george822007-05-092-9/+1
* Now implemented manage the scale filters from the vncviewer options dialog.george822007-04-301-2/+2
* A fix to handle line endings properly.Constantin Kaplinsky2007-04-112-203/+203
* Eliminated gcc compilation warning.Constantin Kaplinsky2007-04-111-1/+1
* Replaced call to Win32-specific stricmp() function with strcasecmp().Constantin Kaplinsky2007-04-111-1/+5
* Initial implementation of continuous updates in the server code. This code do...Constantin Kaplinsky2007-04-059-2/+121
* Added ScaleFilters::getFilterIdByName() method and defaultScaleFilter parameter.george822007-03-272-0/+10
* Added the routines for manipulation the scale filter method. It allow change thegeorge822007-03-202-0/+17
* Fixed the bug with crashing vncviewer when it works in the george822007-03-104-22/+29
* Reverted the changes appeared in revisions 2173,2181. We better always send t...Constantin Kaplinsky2006-12-081-12/+16
* Corrected support for TightVNC extensions - always sending authentication cap...Constantin Kaplinsky2006-12-051-17/+12
* Reordered initializers in ScaledPixelBuffer constructors to eliminate compila...Constantin Kaplinsky2006-12-051-5/+5
* Updated make file for building under *nix.Constantin Kaplinsky2006-12-051-0/+2
* Improved the performance of the remote desktop scaling.george822006-12-041-5/+12