aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-05Fix another merge error from the git rebaselinaro-androidTom Gall
2012-01-05fix miss merge involving JPEG_NUMCsTom Gall
2012-01-05Small fix for PIXELSIZE and sort out use of RBG_ in androidTom Gall
2012-01-05small fix to define INLINE which is not defined on androidTom Gall
2012-01-05add -D__ARM_HAVE_NEON as compile time flag, use compile time flag as other an...Tom Gall
2011-12-23port fix from ICS, initialize SOS marker position to avoid undefined behaviorTom Gall
2011-12-23Accept patch from cyang to remove config.h which was getting in the way for I...Tom Gall
2011-12-23from cyang - static tjbench linked against jpeg for the purposes of benchmark...Tom Gall
2011-12-23no need to pass -D ANDROID_RGB anymoreTom Gall
2011-12-23when ANDROID is defined, also define ANDROID_RGB, essential for external user...Tom Gall
2011-12-23Add directions as well as clearer location for config.h and jconfig.hTom Gall
2011-12-23adjust default defines, compile fixTom Gall
2011-12-23first cut at port of Android extentionsTom Gall
2011-12-23sync to as released debian control files and such for the packageHEADmasterTom Gall
2011-12-22Add program that demonstrates how to check for the existence of the colorspac...Tom Gall
2011-12-22r732 : Added new alpha channel colorspace constants/pixel formats, so applica...Tom Gall
2011-12-22r731 : Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version...Tom Gall
2011-12-22r730 : which = thatTom Gall
2011-12-22r727 : Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgr...Tom Gall
2011-12-22r725 : Expose NASM variable in ccmakeTom Gall
2011-12-22NASM automatically adds the current directory to the include path, but YASM d...Tom Gall
2011-12-22r723 : 1.2.0Tom Gall
2011-12-22r722Tom Gall
2011-12-22r721Tom Gall
2011-12-22r720Tom Gall
2011-12-22r718Tom Gall
2011-12-22r717 : Fix make distTom Gall
2011-12-22r716 : iOS doesn't allow dynamic linking against non-system libsTom Gall
2011-12-22r715 : ARM + iOS instructionsTom Gall
2011-12-22r714 : Make sure we don't call jpeg_destroy_[de]compress() on an uninitialize...Tom Gall
2011-12-22r713 : Fix compiler warningTom Gall
2011-12-22r712 : Oops. Don't try to use custom filter at the C level unless it is defi...Tom Gall
2011-12-22r711 : WordsmithingTom Gall
2011-12-22Always link tjbench against jpeg-static instead of the JPEG DLL, since we are...Tom Gall
2011-12-22r709 : Add TJCustomFilter to Windows buildTom Gall
2011-12-22r708 : Add a couple of missing pagesTom Gall
2011-12-22r707 : Implement custom filter callback in JavaTom Gall
2011-12-22r706 Fix 'make docs' with out-of-tree buildsTom Gall
2011-12-22r705 : Fix 'make headers' with out-of-tree buildsTom Gall
2011-12-22r704Tom Gall
2011-12-22r703 : Implement a custom DCT filter callback for lossless transformsTom Gall
2011-12-22r702 : Eliminate main is usually a function warningsTom Gall
2011-12-22r701 : Fill unused byte with 0xFF on Windows as wellTom Gall
2011-12-22r700 : Use 8-bit write to avoid potential pointer aliasing issues (also, at l...Tom Gall
2011-12-22r699 : When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF...Tom Gall
2011-12-22r698 : Improve performance of non-SIMD color conversion routines and use glob...Tom Gall
2011-12-22r697 : Fix compile error when JCS_EXTENSIONS!=1Tom Gall
2011-12-22r696 : Use descriptions from libjpeg v8Tom Gall
2011-12-22r695 : Back out CMYK-to-RGB conversions. There is really no way to properly ...Tom Gall
2011-12-22r694 : Update Nokia contact infoTom Gall