4605 Commits (v1.12.90)
 

Autor SHA1 Mensaje Fecha
  Constantin Kaplinsky b8363be33a Documented TightVNC-specific parameters properly. hace 16 años
  Constantin Kaplinsky 5974008e30 Made the manual page more readable, added clarifications, formatting fixes, corrected references to other man pages etc. hace 16 años
  Constantin Kaplinsky 8d61d0d920 Reordered parameter descriptions, as x0vncserver -h printed them in almost random order. hace 16 años
  Constantin Kaplinsky cef45778c3 Added new PARAMETERS section to the x0vncserver manual. The information was copied from the `x0vncserver -h' output. hace 16 años
  Constantin Kaplinsky a9ec0e81d1 The man page for x0vncserver rewritten from the scratch. hace 16 años
  wimba.com 5cf6b2ab2a Revert back to using cache for .fbs files. hace 16 años
  Constantin Kaplinsky 553340cb32 Polling algorithm was extended. Now, if it detected any changes, it will also check vertical borders of neighboring tiles at the right. hace 16 años
  Constantin Kaplinsky 52f29d336f When compiled with defining DEBUG_PRINT_NUM_CHANGED_TILES, print the number of changed tiles detected in each polling pass. hace 16 años
  Constantin Kaplinsky 4879263e22 Code refactoring and cleanups. Moved a part of handleVideo() back to pollScreen(), changed a few function prototypes, added sanity checking in flagVideoArea(). hace 16 años
  Constantin Kaplinsky ed3cf5d029 Maintaining additional one-pixel-width image for using in upcoming polling improvements. hace 16 años
  Constantin Kaplinsky bd390358b9 Minor code refactoring -- new flagVideoArea() function, minor naming and formatting changes. hace 16 años
  Constantin Kaplinsky 936c36902a Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() method. hace 16 años
  Constantin Kaplinsky b3530d4584 Overriding the grabRegion function in XPixelBuffer. It will perform screen grabbing right before sending an update. hace 16 años
  Constantin Kaplinsky 614c7b50f7 Moved XPixelBuffer class into a separate file. hace 16 años
  Constantin Kaplinsky 04e910bd9a Added a numner of FIXME comments, to identify some possible improvements. hace 16 años
  Constantin Kaplinsky 1d37802b9e Implemented new "VideoPriority" parameter. It allows to increase the priority of video data (when set to 2 or higher), or to disable video detection completely (when set to 0). The value 1 gives video area the same priority as the rest of the screen, the value 2 doubles video area priority, and so on. hace 16 años
  Constantin Kaplinsky bb56377fed Making sure that both height and width of the video area are always multiples of 32. This is important for hardware JPEG encoders. hace 16 años
  Constantin Kaplinsky 1b73858423 IrixDMJpegCompressor is now preferred to IrixCLJpegCompressor. Debugging behavior was either removed or made dependent on the DEBUG_FORCE_CL define. This define allows testing of Irix CL software-only JPEG compressor which normally would not be used. hace 16 años
  Constantin Kaplinsky 51e6652440 Functional version of IrixCLJpegCompressor. This commit includes modifications used to test this class without hardware compressors available via Irix CL. hace 16 años
  Constantin Kaplinsky 39e31a1ceb Added IrixCLJpegCompressor class which will support JPEG compression via the Irix Compression Library. This version of IrixCLJpegCompressor is just a stub. hace 16 años
  Constantin Kaplinsky 000324eff7 Do not use JPEG if not requested by the client. hace 16 años
  Constantin Kaplinsky abcbd007ca Changing JPEG compression levels did not have immediate effect. hace 16 años
  Constantin Kaplinsky cf1d7f11b4 Various improvements in the IrixDMJpegCompressor class. Member functions have been declared virtual. The setQuality() function allows compression levels in the range [1..99] now, and calls IrixDMIC_RawToJpeg::setImageQuality() when necessary. hace 16 años
  wimba.com 8091a2f0c6 Changed the name of the package from com.HorizonLive.RfbPlayer to com.wimba.RfbPlayer, in each file. Removed unused variables and imports. hace 16 años
  wimba.com 9831b8104b Make sure that .fbs files are not used from cache - this is because a disruption in connectivity will cause an incomplete .fbs file, and java will attempt to use this incomplete .fbs file if caching is on. hace 16 años
  george82 3e43ed5fb3 Added throwing rfb::UnsupportedPixelFormatExceptions exception in ScaledDIBSectionBuffer class. hace 16 años
  george82 64379b01f7 Small code improvements - added check for scale buffer in ScaledPixelBuffer::setScaleFilter(). hace 16 años
  george82 3e111537b5 Removed the possibility to choose the scale filter in the options dialog of vncviewer. hace 16 años
  george82 c79c7bb5b3 Added the improvements of the ScaledPixelBuffer class - increased scaled image quality when scale < 100%. hace 16 años
  george82 3a1982ec93 Powerful ScaledPixelBuffer class code improvements - at 10x increased scale performance due to hace 16 años
  george82 781226697c Added implementation of the remote desktop scaling on basis of integer hace 16 años
  george82 204162c49a Fixed the small mistake - set the scale parameter in hace 16 años
  Constantin Kaplinsky 651606d278 Using JpegEncoder for video only with proper pixel formats. hace 16 años
  Constantin Kaplinsky c257370bef Changes in mapping of JPEG quality levels. Minor code cleanups. hace 16 años
  Constantin Kaplinsky 9964c782b6 In IRIX, if we could not find a matching DMIC converter, list all available converters in the log. hace 16 años
  Constantin Kaplinsky 4803946f8c Added support for new UseHardwareJPEG parameter ("Use hardware-accelerated JPEG compressor for video if available") which is 'true' by default. Also, in IRIX, if IrixDMJpegCompressor fails to initialize, we use StandardJpegCompressor instead. This way, video will be transmitted even if we could not open hardware JPEG compressor. hace 16 años
  Constantin Kaplinsky 9f532270bd Removed two obsolete FIXME comments. hace 16 años
  Constantin Kaplinsky 6764949dc7 Replaced printf(...) and fprintf(stderr, ...) with proper logging. hace 16 años
  Constantin Kaplinsky dab9a56916 Replaced fprintf(stderr, ...) with proper logging. hace 16 años
  Constantin Kaplinsky 808db551d5 Code cleanups, changes in variable names only. hace 16 años
  Constantin Kaplinsky 6bb4bf15b9 Code improvement -- the code from detectVideo() was split into two functions, handleVideo() and detectVideo(). hace 16 años
  Constantin Kaplinsky 646998a6ce Optimized detectVideo() function. Now it does the most work only when needed, not each time it's called. The video rectangle (m_videoRect) is now a member variable so it's remembered between calls to poll(). hace 16 años
  Constantin Kaplinsky d0b15c6d15 Removed PollPointer parameter and the corresponding code. Polling the screen around the pointer rather decreased polling performance then improved responsiveness. hace 16 años
  Constantin Kaplinsky 1adc255af3 Removed unused m_changedFlags member variable. hace 16 años
  Constantin Kaplinsky 9ee8dc6ae7 Removed old polling code, as well as PollingType parameter. hace 16 años
  Constantin Kaplinsky c1984e0e89 Combined video detection stuff with new polling code. hace 16 años
  Constantin Kaplinsky 29d3205026 Fixed a problem with low performance in new polling code. hace 16 años
  Constantin Kaplinsky f25307a3be Bugfix: we should not assume (sizeof(bool) == 1). hace 16 años
  Constantin Kaplinsky 5e2f69ffe4 A comment extended. hace 16 años
  Constantin Kaplinsky a79255b55a Code refactoring -- moving a code chunk from poll_New() to a separate sendChanges() method. hace 16 años