summaryrefslogtreecommitdiffstats
path: root/common/jpeg
Commit message (Expand)AuthorAgeFilesLines
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-02174-61012/+0
* Merge from libjpeg-turbo 1.0.2, including fixes for errors in generation of g...DRC2011-02-188-61/+100
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-332/+0
* Clarify that the SIMD C wrappers and headers fall under the same license as t...DRC2011-02-026-0/+6
* Further protect against bad Huffman codesDRC2011-01-041-1/+1
* [Bugfix] Pass correct include path (-I) to nasm.Adam Tkac2010-11-021-2/+2
* [Bugfix] Add missing common/jpeg/win/jsimdcfg.inc file.Adam Tkac2010-11-021-0/+69
* Fix 'make dist'DRC2010-10-271-2/+4
* Remove unneeded fileDRC2010-10-271-319/+0
* CMake build system for WindowsDRC2010-10-274-1/+192
* Add unit tests from libjpeg-turboDRC2010-10-2515-1/+1652
* Add license and other supporting documentation from libjpeg-turboDRC2010-10-255-5/+775
* Sync with libjpeg-turbo 1.0.1DRC2010-09-302-3/+8
* Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be u...DRC2010-08-072-2/+2
* Sync with libjpeg-turbo 1.0.1DRC2010-08-031-1/+1
* Fix build with YASMDRC2010-08-032-2/+2
* Handle erroneous Huffman codesDRC2010-08-032-2/+4
* Sync with libjpeg-turbo 1.0.0DRC2010-06-221-2/+3
* #define TJ_411 for backward compatibilityDRC2010-05-171-0/+2
* FreeBSD sometimes sets host_cpu to amd64 on 64-bit systems. Handle this case...DRC2010-05-172-2/+2
* SIMD should now work on 64-bit WindowsDRC2010-04-238-28/+41
* Use correct filenames in headersDRC2010-04-2317-17/+17
* 0.0.92DRC2010-04-131-1/+1
* Fix amd64 build on FreeBSDDRC2010-04-131-1/+8
* Use libjpeg-turbo version marker to indicate which version this directory is ...DRC2010-03-211-1/+1
* Fix data corruption issues when decompressing large JPEG images and/or using ...DRC2010-03-211-1/+6
* Don't allow code path to be forced on a system that doesn't support itDRC2010-03-031-4/+4
* 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-142-7/+9
* It works on 2.56 as wellDRC2010-02-141-1/+1
* Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-tu...DRC2010-02-052-13/+0
* 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] Mark stack as non-executable in NASM code.Adam Tkac2010-01-271-0/+3