summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Remove fttypes.h from Makefile.am, it doesn't exist.Adam Tkac2009-04-071-1/+1
* Take advantage of libjpeg colorspace extensions, if availableDRC2009-04-061-9/+54
* Take advantage of libjpeg colorspace extensions if availableDRC2009-04-061-12/+52
* Test fast upsamplingDRC2009-04-054-10/+23
* Add colorspace extensions to merged upsampling routinesDRC2009-04-057-993/+1353
* Remove unnecessary codeDRC2009-04-051-6/+0
* Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...DRC2009-04-044-2/+4
* Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...DRC2009-04-044-2/+4
* Don't install test programs, build them only.Adam Tkac2009-04-031-1/+1
* Check if C++ compiler is present.Adam Tkac2009-04-031-0/+1
* Update shift values in pixel format parse routine.Pierre Ossman2009-04-031-0/+3
* Remove unused pixel format constant.Pierre Ossman2009-04-031-2/+0
* Include low-level unit tests borrowed from VirtualGLDRC2009-04-039-1/+1972
* Implement new colorspaces to allow directly compressing from/decompressing to...DRC2009-04-0319-1889/+2486
* Add environment variables to force MMX/SSE2 code path selectionDRC2009-04-031-0/+7
* Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare clientAdam Tkac2009-04-021-2/+2
* Brown paper bag time... Forgot to actually store the new screen layout.Pierre Ossman2009-04-021-0/+2
* Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --...DRC2009-04-021-7/+7
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-314-4/+68
* fix build on POSIX strict platformsPierre Ossman2009-03-261-1/+1
* Needs to be true colour to be 888.Pierre Ossman2009-03-251-0/+2
* A quick optimisation of the common 32-bit to 24-bit pixel conversion.Pierre Ossman2009-03-251-11/+30
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-2310-64/+245
* Add client method to send SetDesktopSize.Pierre Ossman2009-03-233-0/+34
* Properly parse the SetDesktopSize message.Pierre Ossman2009-03-215-7/+28
* Move screen layout bootstraping around so that it can handle if all screensPierre Ossman2009-03-201-20/+20
* Basic book keeping of screen layout on server.Pierre Ossman2009-03-205-7/+64
* Remove unused, and improperly reserved message types.Pierre Ossman2009-03-201-4/+0
* Add official allocations for extended desktop size extension.Pierre Ossman2009-03-202-2/+2
* Remove file transfer callback that was left behind.Pierre Ossman2009-03-202-8/+0
* Properly parse the ExtendedDesktopSize rects in the client.Pierre Ossman2009-03-208-8/+122
* Make the server a little less DoS:able by validating update regions.Pierre Ossman2009-03-201-0/+13
* Add new file to file lists.Pierre Ossman2009-03-202-6/+10
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-205-3/+37
* Minimal server side implementation of the extended desktop size protocol.Pierre Ossman2009-03-2014-8/+162
* Remove stray file left over from the file transfer support.Pierre Ossman2009-03-201-92/+0
* Move the SetDesktopName parser into CMsgReaderV3 to keep with the separationPierre Ossman2009-03-204-15/+16
* 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-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