summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken buffered I/O (to make cjpeg work)DRC2009-03-142-9/+10
* Remove file transfer support.Pierre Ossman2009-03-1334-2750/+14
* Make source compilable via GNU autotools which are part of RHEL 5.Adam Tkac2009-03-133-5/+5
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-1335-119455/+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
* 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
* 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
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-1135-0/+119732
* 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
* Don't forget the highest byte when reading out pixels.Pierre Ossman2009-03-091-1/+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
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-0531-1777/+17
* Change version strings to "0.0.90".Adam Tkac2009-03-031-1/+1
* Renamed README_TightVNC.txt as README_TigerVNC.txtPeter Åstrand2009-03-031-0/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-274-4/+4
* No need to repeat the project home page in every source file. Not SPOT.Peter Åstrand2009-02-2523-23/+23
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-135-5/+5
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-1514-4/+77
* [Bugfix] Previous commit (r3204) included two lines that were left commented ...Constantin Kaplinsky2008-12-181-2/+2
* [Development] Disabling special video encoding when the VideoPriority paramet...Constantin Kaplinsky2008-12-182-2/+10
* MinGW fix: If vsnprintf if defined before MinGWs stdio.h, things willPeter Åstrand2008-12-121-0/+4
* The restrict keyboard was introduced with C99, but we are aiming forPeter Åstrand2008-12-111-2/+2
* [Layout] Added os/net.[ch]. They will include wrappers for missing IPv6Adam Tkac2008-12-105-17/+122
* MinGW tweak: Build with -mthreads. Peter Åstrand2008-12-101-0/+1
* Define ~DirManager, to avoid GCC warning:Peter Åstrand2008-12-101-0/+1
* Make sure all files ends with newlinePeter Åstrand2008-12-101-1/+1
* MinGW tweak: calculateScaleBoundary is not an inline method. If itPeter Åstrand2008-12-091-1/+6
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-092-2/+8
* [Cleanup] Removed unneeded #includes from rdr/Exception.cxxAdam Tkac2008-12-031-3/+2
* [Portability] Use /**/ comments instead of // in C codeAdam Tkac2008-12-032-5/+2
* [Portability] Implemented snprintf() function to support old compilersAdam Tkac2008-12-035-2/+23