summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move framebuffer information into its own structure (needed for RandR).Pierre Ossman2009-03-181-84/+103
* Remove more crud from the mmap support.Pierre Ossman2009-03-181-168/+10
* Added scripts for building Xvnc with Xorg 1.5.Peter Åstrand2009-03-182-0/+237
* Remove undocumented and useless option which allowed to put framebuffer toAdam Tkac2009-03-181-139/+1
* Ignore a few more generated files. Peter Åstrand2009-03-180-0/+0
* Change Windows viewer version to 0.0.90.Adam Tkac2009-03-181-1/+1
* Support building Xvnc using Xorg 1.1 code base (for compatibility with RHEL 5)DRC2009-03-182-2/+96
* iEliminate backward incompatibility which required empty_output_buffer() to h...DRC2009-03-162-21/+46
* Work around subdirectory bug in older automake.Pierre Ossman2009-03-1636-83/+88
* Fix broken buffered I/O (to make cjpeg work)DRC2009-03-142-9/+10
* Remove file transfer support.Pierre Ossman2009-03-1365-6813/+14
* Make source compilable via GNU autotools which are part of RHEL 5.Adam Tkac2009-03-134-6/+6
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-1387-171753/+0
* Make java viewer compilable via OpenJDK 1.6.0 series (thanks to KarlAdam Tkac2009-03-131-1/+1
* Rename all java modules to tigervnc from tightvncAdam Tkac2009-03-1331-56/+56
* Rename java/src/com/tightvnc to java/src/com/tigervnc.Adam Tkac2009-03-1337-0/+0
* Add new simd files to Visual Studio project file.Pierre Ossman2009-03-131-0/+12
* Move variable init around a bit to please crappy compilers.Pierre Ossman2009-03-131-2/+2
* Don't mix LOCAL() and qualifiers.Pierre Ossman2009-03-131-2/+0
* Do not explicitly enable backing store support, but instead fall backPeter Åstrand2009-03-131-6/+1
* Remove old, compiled version of the Java client.Pierre Ossman2009-03-133-13/+0
* Change JPEG quality/subsampling map to produce meaningful compression ratios,...DRC2009-03-123-13/+45
* Remove obsolete checking for IRIX compression and digital media libraries.Adam Tkac2009-03-123-310/+20
* Include Huffman codec optimizations borrowed from TurboJPEGDRC2009-03-121-109/+147
* Change encoding and quality defaults to what auto mode would choose.Pierre Ossman2009-03-123-5/+5
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-124-59/+86
* Make sure we list fallback encodings in a preferable order.Pierre Ossman2009-03-121-2/+29
* Tweak the quality to JPEG settings mapping a bit.Pierre Ossman2009-03-113-11/+18
* The quality setting goes from 0 to 9, not 1 to 9.Pierre Ossman2009-03-111-1/+1
* Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead ofAdam Tkac2009-03-111-1/+1
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-1187-0/+172030
* Fix some overloading ambiguity.Pierre Ossman2009-03-101-2/+2
* Add SSE2 SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0920-22/+6897
* Add SSE SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0910-5/+1223
* Most SIMD implementations need 16 byte alignmentPierre Ossman2009-03-091-0/+4
* Make sure the work space memory is properly alignedPierre Ossman2009-03-092-3/+33
* Add 3DNow SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-099-1/+1114
* Add MMX SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0921-2/+6438
* "Optimise" quantization step by replacing the division by a multiplication.Pierre Ossman2009-03-092-32/+149
* Implement x86 SIMD frameworkPierre Ossman2009-03-099-5/+562
* Framework for supporting SIMD accelerationPierre Ossman2009-03-0913-29/+674
* Split up the forward DCT routine into three stagesPierre Ossman2009-03-092-111/+199
* Improve memory allocater alignment handlingPierre Ossman2009-03-091-72/+92
* Ignore generated configuration header.Pierre Ossman2009-03-090-0/+0
* Don't forget the highest byte when reading out pixels.Pierre Ossman2009-03-091-1/+3
* Update default white pixel value now that we use 24-bit fb.Pierre Ossman2009-03-091-1/+1
* Use a 24-bit framebuffer by default. This is what's commonly used today andPierre Ossman2009-03-062-3/+3
* Explain the config header voodoo.Pierre Ossman2009-03-061-1/+4
* Don't test for GNU malloc as we don't need it (or even check the resultPierre Ossman2009-03-061-1/+0
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-0613-159/+345