- 4f1580c Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest by DRC · 14 years ago
- 0a192ac Oops. Committed some debugging code by DRC · 14 years ago
- 8424160 Replace the TJ_YUV flag with two new API functions by DRC · 14 years ago
- 6a1580f Tiling doesn't work with YUV encoding either by DRC · 14 years ago
- f8552fa Fix various CR/LF issues by DRC · 14 years ago
- 9fa9559 Use a proper version script for libturbojpeg by DRC · 14 years ago
- 5cb1b68 Tiling doesn't work with YUV encoding either by DRC · 14 years ago
- 0b11d1c Fix various CR/LF issues by DRC · 14 years ago
- 582a46a Ensure that libjpeg state is reset if an error occurs by DRC · 14 years ago
- 6e51e19 Use a proper version script for libturbojpeg, since we've added functions to it since 1.0 by DRC · 14 years ago
- 0ad78a6 Add line feed by DRC · 14 years ago
- 026f7ce Numerous enhancements, including using the new BufferedImage support to read/write non-JPEG files by DRC · 14 years ago
- b605cac Check for invalid subsampling factor by DRC · 14 years ago
- 84a1bcc Support for compressing from/decompressing to a BufferedImage in the Java wrapper by DRC · 14 years ago
- 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
- 2ca3eb5 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
- cce6b43 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
- 7ffa0c8 Oops. dumpbuf() was displaying only red components. by DRC · 14 years ago
- 404e82e Test all YUV decode paths by DRC · 14 years ago
- 601a433 Test all YUV decode paths by DRC · 14 years ago
- e0d4d34 by DRC · 14 years ago
- 36336fc Streamline Java wrapper by DRC · 14 years ago
- 4e8ae08 Add new functions to anonymous version script by DRC · 14 years ago
- b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
- 45bd1f2 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
- 7d9d434 "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo by DRC · 14 years ago
- f3cf973 Add TJBUFSIZEYUV() convenience function by DRC · 14 years ago
- 035aac4 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
- b67c2dc Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
- c4c3049 Wordsmithing by DRC · 14 years ago
- 9cd2c42 Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
- c62cc76 Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
- 52c479d Disable CXX compiler check by DRC · 14 years ago
- b4b3140 RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB by DRC · 14 years ago
- 2a28599 Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet by DRC · 14 years ago
- 3e87c8b Wordsmithing by DRC · 14 years ago
- db8df01 by DRC · 14 years ago
- 240d82f Include jpgtest in Unix/Linux distribution packages by DRC · 14 years ago
- 8569c2f Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory by DRC · 14 years ago
- 5d6f858 Disable CXX compiler check by DRC · 14 years ago
- 0df25a7 Wordsmithed the project description by DRC · 14 years ago
- 2ddcc63 Distribute high-quality and grayscale test images by DRC · 14 years ago
- f3281e8 Oops. We still had the description left over from VirtualGL by DRC · 14 years ago
- 0d2d965 Wordsmithed the project description by DRC · 14 years ago
- 16e761e Include high-quality test image in distribution by DRC · 14 years ago
- 69e1544 1.1.0 by DRC · 14 years ago
- da509e3 New C version of jpgtest needs libm by DRC · 14 years ago
- 9af4077 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface by DRC · 14 years ago
- 4db36eb Add high-quality JPEG tests to CMake build system by DRC · 14 years ago
- 0700eab Various doc tweaks by DRC · 14 years ago
- a49c4e5 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
- 392e048 Updated (C) by DRC · 14 years ago
- c866633 SIMD-accelerated RGB-to-Grayscale color conversion by DRC · 14 years ago
- 23ce65d Updated (C) by DRC · 14 years ago
- f38eee0 The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface 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
- c4ef01f Add high-quality JPEG tests to CMake by DRC · 14 years ago
- ab4db65 Various documentation tweaks 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
- f0a5ba7 "integer forward DCT", not "forward integer DCT" 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
- 7c1df0a Performance pitfalls by DRC · 14 years ago
- bb4465f by DRC · 14 years ago
- 72abc29 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
- e2f3718 Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
- fc1970a Fix typo that was causing visual artifacts in grayscale JPEGs by DRC · 14 years ago
- e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
- 942029f Print scaled image size when performing verbose decompression test by DRC · 14 years ago
- 4a3322d Fix seg fault by DRC · 14 years ago
- dae3ee9 Test scaled decompression feature in TurboJPEG by DRC · 14 years ago
- dbf8003 Not using Intel codec anymore by DRC · 14 years ago
- bc507f6 Use same naming scheme for output files as v1.1 by DRC · 14 years ago
- 72b0f2b General code cleanup by DRC · 14 years ago
- 993bf0e General code cleanup by DRC · 14 years ago
- 8ed7b81 Added scaling API to TurboJPEG/OSS by DRC · 14 years ago
- 8254df1 Document that pitch=0 == pitch=width*pixelsize by DRC · 14 years ago
- e9cf55c Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
- 91e86ba Ensure that YUV temp buffers get properly freed if a failure occurs by DRC · 14 years ago
- f98553b Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 14 years ago
- cfef7f1 Ensure that the exit status of the program indicates failure if one of the pixel value checks fails by DRC · 14 years ago
- b306607 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
- b8cc52b Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
- e27124a by DRC · 14 years ago
- c5a4199 Restructure Java classes into their own package by DRC · 14 years ago
- 2413cb8 Use Java capitalization conventions by DRC · 14 years ago
- 2e4e0c0 New C version of jpgtest needs libm by DRC · 14 years ago
- 2e4d044 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
- a3c3059 Ported jpgtest.cxx to pure C to avoid the need for a C++ compiler by DRC · 14 years ago
- 8b38f49 by DRC · 14 years ago
- 389c472 JNI expects symbols to either have both an underscore and an @ suffix or to have neither, so since MinGW doesn't add an underscore, we need to disable the suffix as well by DRC · 14 years ago
- d00dea3 Update (C) message by DRC · 14 years ago
- 0caa0b4 1.1.90 by DRC · 14 years ago
- 207a03b Add java/ to dist by DRC · 14 years ago
- 1b0c3b0 Propagate --with-jni down to RPM SPEC by DRC · 14 years ago
- 1421a26 Don't set BUILDJNILIB=1 or default JAVA_CFLAGS unless --with-jni is specified by DRC · 14 years ago
- 218c0c1 Build JNI wrapper on Windows by DRC · 14 years ago