2011-03-15 |
DRC | Java code cleanup + Java docs |
commit | commitdiff | tree | snapshot |
2011-03-15 |
DRC | tjTransform() was not working properly if r.w=0 or... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
DRC | Wordsmithing |
commit | commitdiff | tree | snapshot |
2011-03-10 |
DRC | Add notes about performance |
commit | commitdiff | tree | snapshot |
2011-03-07 |
DRC | Add an option to display the output image |
commit | commitdiff | tree | snapshot |
2011-03-07 |
DRC | If a scaled-down JPEG output image is requested, we... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | On Windows, long is 32-bit, so use jlong instead |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | We actually don't need windows.h at all, and it makes... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | MinGW already has snprintf(), so don't use our macro... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Oops. Forgot to add TJTransform class |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Include new grayscale SIMD routines in dist |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Add access methods for getting at the JPEG buffer |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | If transforming and outputting a JPEG file, output... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Add TJTransformer JNI functions to mapfile |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Handle 4:4:0 (transposed 4:2:2 subsampling) |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Handle 4:4:0 (transposed 4:2:2 subsampling) |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Implement lossless cropping interface in Java |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Don't need PAD() anymore |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Print stack trace on error |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Methods of a final class are automatically final |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Modify filename of decompressed output files to indicat... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | If losslessly transforming to grayscale, compute trimme... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Tile generation did not work with TJXFORM_HFLIP, becaus... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
DRC | Transform tests; Variable benchmark time; General cleanup |
commit | commitdiff | tree | snapshot |
2011-03-03 |
DRC | Add an option to force grayscale->RGB conversion (neede... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Move per-format flag assignments to the actual TurboJPE... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Make the C version work more like the Java version |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Generate separate JPEG images for the YUV decode tests |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Oops. Left out the all-important transform structures |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Since lossless transforms have such a high fixed perfor... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Wordsmithing and general cleanup |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Fix Windows build; Add grayscale tests to Windows build... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Fix compiler warnings in Visual C++ |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Fix compiler warnings in Visual C++ |
commit | commitdiff | tree | snapshot |
2011-03-02 |
DRC | Perform size checks on arrays |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Use new scaling API |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Make error handling more consistent with other TurboJPE... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Use "bailout" label to be more consistent with other... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Use consistent formatting conventions |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Add getScalingFactors() method to libturbojpeg version... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | tjGetScaledSize() would never be able to accommodate... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Don't call jpeg_finish_compress() with YUV output,... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
DRC | Don't call jpeg_finish_compress() with YUV output,... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
DRC | Unused variables |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Improve performance a bit for the non-SIMD case |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Improve performance a bit for the non-SIMD case |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Oops. cconvert is still needed for 12-bit samples |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Add short names for RGB->grayscale MMX functions |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Change filename in header |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Make Visual C++ happy |
commit | commitdiff | tree | snapshot |
2011-02-27 |
DRC | Make Visual C++ happy 1.1.0 |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Expose libjpeg lossless transform feature in TurboJPEG/OSS |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Enable full GCC compiler warnings by default |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Enable full GCC compiler warnings by default |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | "tjScaledSize"="tjGetScaledSize" (again) |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Remove entry for tjScaledSize() |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Include tjGetScaledSize() in version scripts |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | "tjScaledSize"="tjGetScaledSize" |
commit | commitdiff | tree | snapshot |
2011-02-26 |
DRC | Fix uninitialized variables |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Add RGB --> Grayscale YUV decoding test |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Add RGB-->Grayscale YUV decode test |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Implement YUV encode/decode methods at the Java level... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Fix the buffer size regression test so that it generate... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Oops. Committed some debugging code |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Replace the TJ_YUV flag with two new API functions |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Correct memory allocation failure messages |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Only access TJBUFSIZEYUV symbol if YUV encoding is... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Use correct size for YUV buffers |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Tiling doesn't work with YUV encoding either |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Fix various CR/LF issues |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Use a proper version script for libturbojpeg |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
DRC | Replace the TJ_YUV flag with two new API functions... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
DRC | Tiling doesn't work with YUV encoding either |
commit | commitdiff | tree | snapshot |
2011-02-24 |
DRC | Fix various CR/LF issues |
commit | commitdiff | tree | snapshot |
2011-02-24 |
DRC | Ensure that libjpeg state is reset if an error occurs |
commit | commitdiff | tree | snapshot |
2011-02-24 |
DRC | Use a proper version script for libturbojpeg, since... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Add line feed |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Numerous enhancements, including using the new Buffered... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Check for invalid subsampling factor |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Support for compressing from/decompressing to a Buffere... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | More JNI cleanup + added unit test and fixed bugs uncov... |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Oops. dumpbuf() was displaying only red components. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Oops. dumpbuf() was displaying only red components. |
commit | commitdiff | tree | snapshot |
2011-02-23 |
DRC | Oops. dumpbuf() was displaying only red components. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | Test all YUV decode paths |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | Test all YUV decode paths |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | Streamline Java wrapper |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | Add new functions to anonymous version script |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | Make the scaling API a bit more friendly |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | "TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
DRC | Add TJBUFSIZEYUV() convenience function |
commit | commitdiff | tree | snapshot |
2011-02-19 |
DRC | RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB |
commit | commitdiff | tree | snapshot |
next |