aboutsummaryrefslogtreecommitdiff
path: root/jpegtran.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
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
2011-03-04Tile generation did not work with TJXFORM_HFLIP, because the underlying ↵dcommander
transform code was using an in-place algorithm, which modified the source coefficients after the first tile was generated. Thus, create a new option which allows TurboJPEG to turn off the in-place horizontal flip if there are multiple transforms being performed from the same set of coefficients. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@495 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
2010-10-10Implement lossless crop feature from jpeg v7 and v8dcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@243 632fc199-4ca6-4c93-a231-07263d6284db
2010-02-12Re-add relevant files and tests from libjpeg v6bdcommander
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@81 632fc199-4ca6-4c93-a231-07263d6284db