aboutsummaryrefslogtreecommitdiff
path: root/cjpeg.c
AgeCommit message (Collapse)Author
2014-11-22Fix whitespace issues introduced with previous commit.dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1424 632fc199-4ca6-4c93-a231-07263d6284db
2014-11-22Print the library version and exit whenever -version is passed to cjpeg, ↵dcommander
djpeg, or jpegtran. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1421 632fc199-4ca6-4c93-a231-07263d6284db
2014-05-18Remove MS-DOS code and information, and adjust copyright headers to reflect ↵dcommander
the removal of features in r1307 and r1308. libjpeg-turbo has never supported MS-DOS, nor is it even possible for us to do so. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1312 632fc199-4ca6-4c93-a231-07263d6284db
2014-05-09Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG ↵dcommander
retains the use of tabs for historical reasons. They were annoying in the libjpeg code primarily because they were not consistently used and because they were used to format as well as indent the code. In the case of TurboJPEG, tabs are used just to indent the code, so even if the editor assumes a different tab width, the code will still be readable.) git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1278 632fc199-4ca6-4c93-a231-07263d6284db
2014-04-20This patch accomplishes the following:dcommander
-- Auto-generates HAVE_LOCALE_H macro and adds it to jconfig.h (this is used by rdjpgcom.c.) -- Reconciles the description and ordering of macros between config.h.in and jconfig.h.in, so the two files can be easily diffed. -- Eliminates the use of the autoheader-generated config.h in the project and moves relevant internal-only macros into a new file, jconfigint.h. This is to avoid "already defined" warnings in files that were including both config.h (to get the internal autotools package information or the INLINE definition) and jconfig.h. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1257 632fc199-4ca6-4c93-a231-07263d6284db
2013-09-28Some of the IJG headers say "Modified by", so clarify that our ↵dcommander
"Modifications" are not referring to these. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1052 632fc199-4ca6-4c93-a231-07263d6284db
2013-03-23It's more correct to say "The Independent JPEG Group's software", since ↵dcommander
libjpeg-turbo emulates both the command-line and application programming interfaces. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@932 632fc199-4ca6-4c93-a231-07263d6284db
2013-01-18Implement in-memory source/destination managers even when not emulating the ↵dcommander
libjpeg v8 API/ABI git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@913 632fc199-4ca6-4c93-a231-07263d6284db
2013-01-01Add cjpeg -rgb option from jpeg-8ddcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@880 632fc199-4ca6-4c93-a231-07263d6284db
2012-12-31Change the copyright notices to make it clear that our modified files are ↵dcommander
not part of the IJG's software. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@872 632fc199-4ca6-4c93-a231-07263d6284db
2012-01-31Merge copyright messages into one string and change the run-time messages to ↵dcommander
avoid confusion (we are not technically based on the latest libjpeg, although we do borrow some code from it) git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@768 632fc199-4ca6-4c93-a231-07263d6284db
2012-01-27Move -arithmetic into "switches for advanced users"dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@744 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-10Add option for setting luminance & chrominance quality independently ↵dcommander
(currently only works if using libjpeg v7 or v8 code base) git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@248 632fc199-4ca6-4c93-a231-07263d6284db
2010-10-10Display libjpeg-turbo version/copyrights in run-time programsdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@247 632fc199-4ca6-4c93-a231-07263d6284db
2009-06-25Add back in cjpeg and djpeg utilities for testing purposesdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@46 632fc199-4ca6-4c93-a231-07263d6284db