aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2015-02-22If libjpeg-turbo is configured with a non-default prefix, such as /usr, then ...dcommander
2015-01-16Some clarifications (actually MIPS doesn't implement the float DCT/IDCT using...dcommander
2015-01-16Make the floating point regression tests optional. It has been known for qui...dcommander
2015-01-14In the process of developing the AltiVec extensions, it was discovered that t...dcommander
2015-01-08AltiVec SIMD implementation of 2x1 and 2x2 downsamplingdcommander
2014-12-22Make test a phony target so things don't go haywire if there is a file named ...dcommander
2014-12-22Maintain the traditional order of the regression tests while allowing the Tur...dcommander
2014-12-22Add a "quicktest" pseudo-target, for those times when you just don't want to ...dcommander
2014-12-19Include ARMv8 binaries when generating a combined OS X/iOS package using 'mak...dcommander
2014-12-14Fix 'make dist'dcommander
2014-08-22Fix 'make dist'dcommander
2014-08-22Extend tjbenchtest so that it tests the dynamic JPEG buffer allocation featur...dcommander
2014-08-0912-bit JPEG supportdcommander
2014-05-12Add support for decompressing to RGB565 (16-bit) pixelsdcommander
2014-05-11Port the more accurate (and slightly faster) floating point IDCT implementati...dcommander
2014-05-07Fix regression that caused 'make test' to fail with non-x86 SIMD code. The r...dcommander
2014-05-06Shared the rm commands to reduce as much output noise as possibledcommander
2014-05-06Redesign the libjpeg regression tests so that they fully cover all of the SIM...dcommander
2014-04-20Fix 'make dist'dcommander
2014-04-15Remove trailing spacesdcommander
2014-03-22Fix 'make dist'dcommander
2014-03-17Extend YUVImage class to allow reuse of the same buffer with different metada...dcommander
2014-03-13Add a mode to tjbenchtest for testing the YUV encoding/decoding functionsdcommander
2013-11-06Back-port code from jpeg-8 that removes unpopulated (and unneeded) tables for...dcommander
2013-10-30Extend the TurboJPEG C API to support compressing JPEG images from YUV planar...dcommander
2013-08-23Add CMYK support to the TurboJPEG Java API & clean up a few things in the C APIdcommander
2013-08-23Add CMYK support to the TurboJPEG C APIdcommander
2013-08-18Add 4:1:1 subsampling support in the TurboJPEG C APIdcommander
2013-04-28Extend the TurboJPEG Java API to support generating YUV images with arbitrary...dcommander
2013-04-27Bump the age number of the TurboJPEG DSO, because interfaces have been added.dcommander
2013-04-26Extend the TurboJPEG C API to support generating YUV images with arbitrary pa...dcommander
2013-04-23Further enhancements/fixes to the packaging system:dcommander
2013-04-19Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendo...dcommander
2013-02-06Include a C version of md5cmp rather than depending on an external md5sum bin...dcommander
2013-02-04Include ARM v7s (iPhone 5, iPad 4) support in the universal libjpeg/libturboj...dcommander
2013-01-19Fix several issues with SRPM generation: (1) ensure that all relevant config...dcommander
2013-01-18Implement in-memory source/destination managers even when not emulating the l...dcommander
2013-01-13Fix 'make dist'dcommander
2013-01-13Consolidate the MD5 sums into one location and add a --without-turbojpeg swit...dcommander
2013-01-13Modify 'make test' so that it uses MD5 sums instead of reference images. Thi...dcommander
2013-01-13Also remove mention of install.txt and filelist.txt in the build system and R...dcommander
2012-09-24Add a Java version of TJBench and extend the TurboJPEG Java API to support it...dcommander
2012-03-23Add a dummy version number to the TurboJPEG dynamic library on Unix systems s...dcommander
2012-03-23Get rid of the Solaris packaging system. Solaris packages are obsolete, only...dcommander
2012-03-23Fix universal DMG builddcommander
2012-02-10Move build dir. variables back into makemacpkg to avoid messing up the Solari...dcommander
2012-02-10Fix 'make dist'dcommander
2012-02-10RPM spec no longer uses %{_srcdir}dcommander
2012-02-10Install docs when doing 'make install' on Unix; Fix 'install' target on Windo...dcommander
2012-02-10Clean up the iOS packaging mechanism so that ARM architectures can be added t...dcommander