2015-06-01 |
DRC | If a warning (such as "Premature end of JPEG file"... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
DRC | Back out r1555 and r1548. Using setenv() didn't fix... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
DRC | Fix the Windows build. I remember now why I used puten... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
DRC | Allow building only static or only shared libraries... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
DRC | __WORDSIZE doesn't seem to be available on platforms... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
DRC | Unless you define _ANSI_SOURCE, then putenv() on Mac... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
DRC | Fix a bug in the 64-bit Huffman encoder that Google... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
DRC | Restore backward compatibility with MSVC < 2010 (broken... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
DRC | Oops. OS X doesn't define __WORDSIZE unless you includ... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
DRC | Allow the executables and libraries outside of the... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
DRC | Surround the usage of getenv() in the TurboJPEG API... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
DRC | If libjpeg-turbo is configured with a non-default prefi... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
DRC | Enable silent build rules for the NASM objects, if... |
commit | commitdiff | tree | snapshot |
2015-02-20 |
DRC | Set the RPM and deb architecture properly on non-x86... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
DRC | Come on, Cohaagen, you got what you want. Give these... |
commit | commitdiff | tree | snapshot |
2015-01-27 |
DRC | Oops. Need to set the alpha channel when using TYPE_4B... |
commit | commitdiff | tree | snapshot |
2015-01-21 |
DRC | Oops. The MIPS SIMD implementations of h2v1 and h2v2... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
DRC | Introduce fast paths to speed up NULL color conversion... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Some clarifications (actually MIPS doesn't implement... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Make the floating point regression tests optional.... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | In the process of developing the AltiVec extensions... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Add separate pseudo-targets for the TurboJPEG and libjp... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Bump copyright year |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | Add the ability to benchmark YCCK JPEG compression... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
DRC | 1.4.1 |
commit | commitdiff | tree | snapshot |
2015-01-12 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
DRC | Oops. Delete the duplicate copy of [lib]turbojpeg... 1.4.0 |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Document that the ARMv8/iOS issues are now fixed |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Remove reference to install.txt, which we do not includ... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Include ARMv8 binaries when generating a combined OS... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | In the output of the configure script, indicate whether... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Modify the ARM64 assembly file so that it uses only... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | Add iOS architectures to the shared libraries generated... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
DRC | 1.4.0 |
commit | commitdiff | tree | snapshot |
2014-12-14 |
DRC | Fix 'make dist' |
commit | commitdiff | tree | snapshot |
2014-12-08 |
DRC | Fix typos in test names |
commit | commitdiff | tree | snapshot |
2014-12-01 |
DRC | Remove unused code |
commit | commitdiff | tree | snapshot |
2014-12-01 |
DRC | Fix build when INPUT_SMOOTHING_SUPPORTED is undefined |
commit | commitdiff | tree | snapshot |
2014-11-25 |
DRC | Some software also needs the FAR macro. Ugh. Also... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
DRC | Restore the JPP() and JMETHOD() macros. Even though... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
DRC | Oops. Include the tjPlane*() functions in the mapfile... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
DRC | Fix Huffman local buffer overrun discovered by Debian... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
DRC | Fix whitespace issues introduced with previous commit. |
commit | commitdiff | tree | snapshot |
2014-11-22 |
DRC | Print the library version and exit whenever -version... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
DRC | Sometimes the sampling factors in grayscale images... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
DRC | Make TJCompressor.close() and TJDecompressor.close... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
DRC | Uses clz and bsr instructions for bit counting on ARM64... |
commit | commitdiff | tree | snapshot |
2014-11-06 |
DRC | Remove trailing spaces |
commit | commitdiff | tree | snapshot |
2014-10-23 |
DRC | Another oops. tjBufSizeYUV2() should return -1 if... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
DRC | Oops. tjPlaneSizeYUV() should return -1 if componentID... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
DRC | When building libjpeg-turbo on Un*x systems, INT32... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
DRC | Fix Windows build |
commit | commitdiff | tree | snapshot |
2014-08-30 |
DRC | Fix issues with RGB565 color conversion on big endian... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
DRC | Fix build on OS X PowerPC platforms |
commit | commitdiff | tree | snapshot |
2014-08-30 |
DRC | Fix build on OS X PowerPC platforms |
commit | commitdiff | tree | snapshot |
2014-08-30 |
DRC | Oops. Forgot to alter the version header in the change... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
DRC | Create 1.4.x branch |
commit | commitdiff | tree | snapshot |
2014-08-29 |
DRC | Rename the ARM64 assembly file to match the C file 1.3.90 |
commit | commitdiff | tree | snapshot |
2014-08-29 |
DRC | Fix several mathematical issues discovered in the ARM64... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
DRC | Reformat code per Siarhei's original patch (to clearly... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
DRC | Clarify forward compatibility of iOS/ARM builds |
commit | commitdiff | tree | snapshot |
2014-08-23 |
DRC | ARM64 NEON SIMD support for YCC-to-RGB565 conversion |
commit | commitdiff | tree | snapshot |
2014-08-23 |
DRC | ARM NEON SIMD support for YCC-to-RGB565 conversion... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Ensure that tjFree() is used for any JPEG buffers that... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Ensure that tjFree() is used for any JPEG buffers that... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Revert r1335 and r1336. It was a valiant effort, but... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Don't use sudo when building a Debian package unless... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Windows doesn't have setenv(). Go, go Gadget Macros. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | 1.4 beta1 |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Fix 'make dist' |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Don't use sudo when building a Debian package unless... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Add a set of undocumented environment variables and... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | .func/.endfunc are only necessary when generating STABS... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Extend tjbenchtest so that it tests the dynamic JPEG... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Run the TurboJPEG conformance tests out of a directory... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Extend tjbenchtest so that it tests the dynamic JPEG... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
DRC | Run the TurboJPEG conformance tests out of a directory... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | Oops |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | Subtle point, but dest->outbuffer is a pointer to the... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | If the output buffer in the TurboJPEG destination manag... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | Actually, we need to increase the size of BUFSIZE,... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | Actually, we need to increase the size of BUFSIZE,... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | Fix an extremely rare crash that can occur when compres... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
DRC | Fix an extremely rare crash that can occur when compres... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
DRC | Wordsmithing & clarifications |
commit | commitdiff | tree | snapshot |
2014-08-20 |
DRC | Document the existence of the new ARM64 SIMD code |
commit | commitdiff | tree | snapshot |
2014-08-20 |
DRC | Properly detect the need for gas-preprocessor.pl when... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
DRC | Refactored YUVImage Java class so that it supports... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Make the wrapped functions static |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Make the wrapped functions static |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Whitespace formatting tweaks |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Allow the int pixel versions of the various TurboJPEG... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Whitespace formatting tweaks |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Add descriptions to help sort out which function goes... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Add descriptions to help sort out which function goes... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Compiler warnings |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Fix build broken by r1349 |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Compiler warnings |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Restore backward compatibility between libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
DRC | Allow the int pixel versions of the various TurboJPEG... |
commit | commitdiff | tree | snapshot |
next |