summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge other changes from libjpeg-turbo 0.0.90DRC2010-02-263-52/+37
* Make TJ_FORCE* work properlyDRC2010-02-263-8/+16
* [Expletive deleted] Windows is LLP64, not LP64DRC2010-02-2610-27/+29
* Exit with non-zero status if any error was encounteredDRC2010-02-221-14/+17
* Not that it matters at the moment, but Win64 can address up to 64 processorsDRC2010-02-221-2/+2
* This should make the codec work on Win64 (but doesn't for unknown reasons)DRC2010-02-2212-23/+81
* Fix data type so that it is compatible with Win64 as well.Pierre Ossman2010-02-181-1/+1
* The SIMD routines need some work before they will work on Win64, so disablePierre Ossman2010-02-181-2/+11
* Configure nasm properly for Win64.Pierre Ossman2010-02-181-1/+9
* Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FL...DRC2010-02-183-3/+3
* Set default optimization to -xO5 when using Sun StudioDRC2010-02-161-0/+10
* Fix build on Sun StudioDRC2010-02-162-3/+2
* Set CFLAGS=CXXFLAGS=-O3 if the flags are not otherwise specified (this benefi...DRC2010-02-141-0/+11
* turbojpeg.h isn't part of the libjpeg.a sourceDRC2010-02-141-1/+1
* Fix VPATH and out-of-tree buildsDRC2010-02-143-8/+10
* It works on 2.56 as wellDRC2010-02-141-1/+1
* Do a generic check for inet_aton instead of just assuming that only Win32 hasPierre Ossman2010-02-121-2/+2
* Reverted the second part of 3971. I suspect that this code is actuallyPeter Åstrand2010-02-101-1/+1
* Eliminated two GCC warnings:Peter Åstrand2010-02-101-4/+3
* Eliminate GCC warning in ScaleFilters:Peter Åstrand2010-02-102-2/+2
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-1021-61/+71
* Eliminate another GCC signed/unsigned warning: Peter Åstrand2010-02-101-1/+1
* Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-tu...DRC2010-02-052-13/+0
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-052-8/+21
* Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve...DRC2010-02-051-1/+1
* Fix build problems on Solaris 10DRC2010-01-291-1/+1
* Enable 64-bit libjpeg/SIMD build on SolarisDRC2010-01-281-1/+8
* Use the correct version to name the shared library, and if the shared library...DRC2010-01-281-2/+3
* Allow building libjpeg.so if --enable-shared is passed to configure (but disa...DRC2010-01-282-0/+12
* [Bugfix] Fix memory leak in Tight decoder.Adam Tkac2010-01-271-0/+2
* [Bugfix] Mark stack as non-executable in NASM code.Adam Tkac2010-01-271-0/+3
* [Cleanup] Remove unused Socket::getMyAddress and Socket::getMyEndpoint functi...Adam Tkac2009-12-213-30/+0
* [Bugfix] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot c...Adam Tkac2009-11-121-5/+19
* [Bugfix] Pass correct address length to connect(2) call (alan dot coopersmith...Adam Tkac2009-10-301-1/+1
* Enable 64-bit build on Snow LeopardDRC2009-10-083-3/+11
* Work around alignment issue with OS X linker which was causing problems on Le...DRC2009-10-0845-0/+148
* Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...DRC2009-10-011-2/+2
* Not all platforms define __WORDSIZEDRC2009-09-281-2/+11
* Greatly improve performance of Huffman decodingDRC2009-09-282-99/+269
* Significantly improve grayscale performanceDRC2009-09-242-14/+95
* Fix tarball generation via `make dist`.Adam Tkac2009-09-071-10/+3
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-0415-133/+28
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-0415-54/+54
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-0415-54/+54
* Update (C) notice and fix line feed in usage instructionsDRC2009-09-031-2/+3
* Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c onPeter Åstrand2009-08-191-1/+1
* Windows build fixes: Peter Åstrand2009-08-192-2/+2
* Unfortunately, the previous enhancements made an invalid assumption about the...DRC2009-08-061-16/+9
* Update copyrights to indicate files modified with colorspace extensionsDRC2009-08-067-0/+7
* Oops. Clean up a couple of remaining 32-bit memory accessesDRC2009-08-062-3/+3