| Commit message (Expand) | Author | Age | Files | Lines |
* | - don't build sources whose contains main() function into libz.a | Adam Tkac | 2008-04-16 | 1 | -3/+2 |
* | - generate Makefile.in from Makefile.am template | Adam Tkac | 2008-04-14 | 10 | -154/+59 |
* | - improved zlib configuration, parameter --with-installed-zlib replaced by --... | Adam Tkac | 2008-04-14 | 1 | -13/+16 |
* | - improved jpeg configuration, parameter --with-installed-jpeg replaced by --... | Adam Tkac | 2008-04-14 | 1 | -18/+19 |
* | - introduced common/jpeg/jconfig.h.in - minimal jconfig.h template | Adam Tkac | 2008-04-14 | 2 | -2/+49 |
* | - introduced common/jpeg/{configure.ac,Makefile.am} | Adam Tkac | 2008-04-03 | 11 | -4212/+100 |
* | Introduced common/zlib/{configure.ac,Makefile.am}. Renamed macros | Adam Tkac | 2008-03-27 | 6 | -10/+49 |
* | Rename common/configure.in to common/configure.ac and fix AC_INIT | Adam Tkac | 2008-03-27 | 1 | -1/+1 |
* | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 25 | -154/+5442 |
* | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 25 | -5442/+154 |
* | Added some missing #includes whose prevent build source with gcc 4.3 | Adam Tkac | 2008-03-19 | 2 | -0/+2 |
* | Protect common/zlib/configure parameter processing against infinite loop | Adam Tkac | 2008-03-19 | 1 | -0/+1 |
* | IrixDMJpegCompressor is now preferred to IrixCLJpegCompressor. Debugging beha... | Constantin Kaplinsky | 2007-12-20 | 2 | -29/+23 |
* | Functional version of IrixCLJpegCompressor. This commit includes modification... | Constantin Kaplinsky | 2007-12-19 | 3 | -16/+132 |
* | Added IrixCLJpegCompressor class which will support JPEG compression via the ... | Constantin Kaplinsky | 2007-12-13 | 4 | -930/+4143 |
* | Do not use JPEG if not requested by the client. | Constantin Kaplinsky | 2007-12-07 | 1 | -2/+3 |
* | Changing JPEG compression levels did not have immediate effect. | Constantin Kaplinsky | 2007-12-07 | 1 | -0/+9 |
* | Various improvements in the IrixDMJpegCompressor class. Member functions have... | Constantin Kaplinsky | 2007-12-07 | 2 | -12/+12 |
* | Small code improvements - added check for scale buffer in ScaledPixelBuffer::... | george82 | 2007-11-05 | 1 | -1/+1 |
* | Removed the possibility to choose the scale filter in the options dialog of v... | george82 | 2007-11-05 | 1 | -2/+2 |
* | Added the improvements of the ScaledPixelBuffer class - increased scaled imag... | george82 | 2007-11-05 | 3 | -10/+16 |
* | Powerful ScaledPixelBuffer class code improvements - at 10x increased scale p... | george82 | 2007-11-04 | 2 | -36/+67 |
* | Added implementation of the remote desktop scaling on basis of integer | george82 | 2007-10-28 | 3 | -17/+30 |
* | Fixed the small mistake - set the scale parameter in | george82 | 2007-10-28 | 1 | -2/+2 |
* | Using JpegEncoder for video only with proper pixel formats. | Constantin Kaplinsky | 2007-10-17 | 5 | -17/+48 |
* | Changes in mapping of JPEG quality levels. Minor code cleanups. | Constantin Kaplinsky | 2007-10-10 | 3 | -10/+14 |
* | In IRIX, if we could not find a matching DMIC converter, list all available c... | Constantin Kaplinsky | 2007-10-10 | 2 | -1/+43 |
* | Added support for new UseHardwareJPEG parameter ("Use hardware-accelerated JP... | Constantin Kaplinsky | 2007-10-10 | 2 | -3/+30 |
* | Removed two obsolete FIXME comments. | Constantin Kaplinsky | 2007-10-10 | 1 | -2/+0 |
* | Replaced printf(...) and fprintf(stderr, ...) with proper logging. | Constantin Kaplinsky | 2007-10-10 | 1 | -5/+8 |
* | Minor code cleanup to decrease the amount of compilation warnings in Fedora C... | Constantin Kaplinsky | 2007-09-05 | 1 | -0/+1 |
* | Fixed a compilation problem under Fedora Core 6. Now the rfb library uses ext... | Constantin Kaplinsky | 2007-09-05 | 1 | -1/+2 |
* | Fixed a problem with copying discontinuous pixel data to IRIX JPEG ompressor. | Constantin Kaplinsky | 2007-09-04 | 3 | -2/+31 |
* | Using hardware-accelerated version of JpegEncoder under IRIX. | Constantin Kaplinsky | 2007-09-04 | 1 | -0/+8 |
* | Sending updates for "video area". | Constantin Kaplinsky | 2007-09-03 | 3 | -2/+6 |
* | Passing image quality level to JpegEncoder. | Constantin Kaplinsky | 2007-09-03 | 1 | -0/+1 |
* | In SMsgWriter, added the ability to send a video rectangle via JpegEncoder. | Constantin Kaplinsky | 2007-08-31 | 2 | -0/+14 |
* | A typo fixed in a comment. | Constantin Kaplinsky | 2007-08-31 | 1 | -1/+1 |
* | Special handling of a rectangular video area in the UpdateTracker and derived... | Constantin Kaplinsky | 2007-08-31 | 7 | -9/+72 |
* | Minor code cleanup - changed a variable name. | Constantin Kaplinsky | 2007-08-31 | 1 | -13/+13 |
* | Code cleanups. The most important change is that we now always use UpdateTrac... | Constantin Kaplinsky | 2007-08-31 | 3 | -21/+39 |
* | Unused function commented out. | Constantin Kaplinsky | 2007-08-31 | 2 | -3/+9 |
* | Makefile updated to include JpegEncoder. | Constantin Kaplinsky | 2007-08-02 | 1 | -0/+1 |
* | JpegEncoder implemented. It compresses full-color pixel data with JPEG sub-en... | Constantin Kaplinsky | 2007-08-02 | 3 | -0/+138 |
* | Added new files to the project. | Constantin Kaplinsky | 2007-07-28 | 1 | -0/+8 |
* | Added JpegCompressor abstract class and two implementations -- one cross-plat... | Constantin Kaplinsky | 2007-07-24 | 9 | -54/+1032 |
* | Removed "Sinc" scale filter. It's has very low performance and not urgently f... | george82 | 2007-05-09 | 2 | -9/+1 |
* | Now implemented manage the scale filters from the vncviewer options dialog. | george82 | 2007-04-30 | 1 | -2/+2 |
* | A fix to handle line endings properly. | Constantin Kaplinsky | 2007-04-11 | 2 | -203/+203 |
* | Eliminated gcc compilation warning. | Constantin Kaplinsky | 2007-04-11 | 1 | -1/+1 |