- 83c8f14 Eliminate excessive I/O overhead when reading BMP files in cjpeg by DRC · 14 years ago
- c56a74c Get rid of unused IS_WIN32 conditional by DRC · 14 years ago
- 51705fb by DRC · 14 years ago
- 9e6378c The previous attempt to handle unexpected markers in the data stream caused breakage in applications that attempted to set bytes_in_buffer to a larger value than the actual size of the JPEG image. The latter behavior was causing the fast decoder to be used for the last MCU in the image under certain circumstances, and this sometimes caused the EOI marker to be encountered by the fast decoder, which was treating it as an "unexpected" marker and throwing an error. Now, the fast decoder simply hands off the decoding of the block to the slow decoder if any marker is encountered. by DRC · 14 years ago
- 9026b37 "OS/X"="OS X" by DRC · 14 years ago
- 254937b Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00 by DRC · 14 years ago
- 1da7858 MinGW64 no longer prefixes symbols with underscores by default by DRC · 14 years ago
- fe6a2ee Throw a warning if an unexpected marker is found in the middle of the JPEG data stream by DRC · 14 years ago
- cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
- d24b276 Re-order high-quality JPEG test per existing convention by DRC · 14 years ago
- 94a4023 Also run high-quality JPEG test when code is built without SIMD extensions by DRC · 14 years ago
- 856fd82 More doc tweaks by DRC · 14 years ago
- 39f3aa0 Various documentation tweaks by DRC · 14 years ago
- 6514105 Include high-quality test image in distribution by DRC · 14 years ago
- 6ca6953 The SIMD quantization algorithm does not produce correct results with the fast forward integer DCT and JPEG qualities >= 98, so for now, use the non-SIMD quantization function under those circumstances. by DRC · 14 years ago
- e1716b8 The fast integer DCT degrades for qualities > 95, so use the slow integer DCT instead to ensure that perceptually lossless performance is maintained. by DRC · 14 years ago
- e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
- af1ca9b Clarify that the C wrappers and headers fall under the same license as the rest of the SIMD code by DRC · 15 years ago
- 9dcb1af by DRC · 15 years ago
- fa1d183 Further protect against invalid Huffman codes by DRC · 15 years ago
- 79778f6 1.0.2 by DRC · 15 years ago
- a432ff4 Create 1.0.x branch by DRC · 15 years ago
- 585a017 Use testimgflt.ppm in Windows tests by DRC · 15 years ago
- 5263a80 Require a full build prior to testing (this fixes a problem whereby running 'make test' on an unbuilt tree would fail) by DRC · 15 years ago
- 50503c7 Include testimgflt.ppm in distribution by DRC · 15 years ago
- c21e538 Most of the "nosimd" test images no longer exist, so don't try to include them in the distribution by DRC · 15 years ago
- babb815 1.0.1 by DRC · 15 years ago
- c06073a Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project) by DRC · 15 years ago
- bdb1288 Automatically determine whether INCOMPLETE_TYPES_BROKEN should be defined by DRC · 15 years ago
- ae7fe0b Clarify licensing by DRC · 15 years ago
- 025a279 Strike that! Reverse it! by DRC · 15 years ago
- 3da06c7 No longer need separate test BMP for non-SIMD unit tests by DRC · 15 years ago
- 3095971 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to by DRC · 15 years ago
- 231a43f Fix build with YASM by DRC · 15 years ago
- 0fbb28e Handle erroneous Huffman codes by DRC · 15 years ago
- bab2941 1.0.1 by DRC · 15 years ago
- 575c342 Document NASM version requirement for 64-bit backward compatible build by DRC · 15 years ago
- f1372d2 We're no longer using the RM macro in Makefile.am, so it doesn't need to be substituted anymore by DRC · 15 years ago
- 0dedd1a 64-bit support doesn't just exist in 10.6. by DRC · 15 years ago
- df3337c Log only changes to this source tree, not the external build scripts by DRC · 15 years ago
- 38ccf85 by DRC · 15 years ago
- 7b99172 Not all platforms define RM by DRC · 15 years ago
- 13b0944 Include non-SIMD test images in distribution by DRC · 15 years ago
- 83f2144 Don't require --without-simd to be specified on non-x86 architectures, and fix 'make test' on such architectures by DRC · 15 years ago
- bdf7986 1.0.0 by DRC · 15 years ago
- eadc3c0 Cygwin distribution package by DRC · 15 years ago
- ae79fdb Cygwin package build by DRC · 15 years ago
- c773d10 Added bug tracker ID's by DRC · 15 years ago
- 2093c63 Oops by DRC · 15 years ago
- 3d1dd07 Ensure that libdir is set properly during build and install so that the run-time library bindings for the binary programs will be correct by DRC · 15 years ago
- 995c831 Remove bin and man directories when uninstalling package by DRC · 15 years ago
- cbda81a Distribute man pages in source tarball by DRC · 15 years ago
- 4bf3b58 by DRC · 15 years ago
- e238603 Install libjpeg run-time programs and man pages and include in Unix/Linux packages; Create a 32-bit compatibility package for amd64 Debian which has only the 32-bit libraries by DRC · 15 years ago
- 45d4829 Create sym. link from /opt/libjpeg-turbo/lib/64 to /opt/libjpeg-turbo/lib/amd64 by DRC · 15 years ago
- ff95aa6 by DRC · 15 years ago
- d90c9a2 Allow arbitrary package name to be specified by DRC · 15 years ago
- 8e2bba9 Install libjpeg run-time programs and man pages and include in Unix/Linux packages by DRC · 15 years ago
- 8c2b9fa Some Linux platforms require -m32 in the LDFLAGS as well by DRC · 15 years ago
- 64586cd Don't need to use sudo when building Solaris PKG or RPM's by DRC · 15 years ago
- e16eaed Oops by DRC · 15 years ago
- f12c7db Create sym links so that headers and static libs can always be found in the same place on Solaris, Linux, and Mac by DRC · 15 years ago
- bf5a12d Go ahead and set the version to 1.0.0 so all interim builds will be release candidates by DRC · 15 years ago
- 12fc3ea 0.0.94 by DRC · 15 years ago
- 4959787 64-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so that configure will work without explicitly specifying --host. by DRC · 15 years ago
- 991c2fc Some systems (FreeBSD, in particular) don't define the RM macro in automake by DRC · 15 years ago
- 4ea16c0 Define TJ_411 so that VirtualGL <= 2.1.x and TurboVNC <= 0.6 can be built with the libjpeg-turbo SDK by DRC · 15 years ago
- 377add7 Updated Windows build information by DRC · 15 years ago
- a51ada6 Use new e-mail alias by DRC · 15 years ago
- ef663e3 Only disable filesystem redirection in the 64-bit installers by DRC · 15 years ago
- be09b20 Handle cases in which MinGW inexplicably builds the DLL as libjpeg-0.dll instead of libjpeg-62.dll by DRC · 15 years ago
- 9ca2364 Use "make nsi" instead of "make dist" to be consistent with MinGW build by DRC · 15 years ago
- 3dc1bc2 Create separate packages for Win64 binaries by DRC · 15 years ago
- 1a2219e by DRC · 15 years ago
- b6f097f xmm6-xmm15 must also be preserved by the callee; Win64 should fully work now by DRC · 15 years ago
- d3e320f Win64 should fully work now by DRC · 15 years ago
- 830d5fc Use 64-bit holding buffer on Win64 for increased performance by DRC · 15 years ago
- 4132b1d Updated (C) by DRC · 15 years ago
- f9bdeb6 Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them by DRC · 15 years ago
- e728ed7 Win64 (mostly) works now by DRC · 15 years ago
- a644fb0 Use correct filenames in headers by DRC · 15 years ago
- 86d8c0a 0.0.93 by DRC · 15 years ago
- fb096ff Only have to use 32-bit mov for r14, since it is populated from the stack by DRC · 15 years ago
- 14ecb53 Attempt to fix Win64 issues by DRC · 15 years ago
- 0927195 0.0.92 by DRC · 15 years ago
- 7bac07b Added FreeBSD build instructions by DRC · 15 years ago
- 0f413b2 Fix x86-64 build on FreeBSD systems by DRC · 15 years ago
- 97f8ec4 I'm not sure why, but this was necessary in order to return the 32-bit performance to the 0.0.90 baseline by DRC · 15 years ago
- 1e6b5b4 Clarify license description by DRC · 15 years ago
- ae19bf6 Add ChangeLog to repository by DRC · 15 years ago
- e885a8b Fix data corruption issues when decompressing large JPEG images and/or using buffered I/O. Specifically, decode_mcu_fast() can potentially process more than 1 MCU, so make sure there is enough space in the buffer to accommodate this case. Otherwise, the buffer pointer goes negative, and bad mojo ensues. Also, the fast decoder's method of handling unread markers doesn't make libjpeg's restart handler happy, so disable fast decode when restarts are used. by DRC · 15 years ago
- 0b7d4ed Include ChangeLog.txt in dist by DRC · 15 years ago
- 10a094f Bump version number by DRC · 15 years ago
- f8b77c4 Don't allow code path to be forced on a system that doesn't support it by DRC · 15 years ago
- 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 15 years ago
- d3c7eff Oops. Debian users might like documentation as well. by DRC · 15 years ago
- 0248dd9 Clarify the DLL hell problem by DRC · 15 years ago
- 7e0b499 Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing by DRC · 15 years ago
- f19caa5 Ensure static libs are built with PIC by DRC · 15 years ago
- 0a1f68e Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries by DRC · 15 years ago