diff --git a/BUILDING.txt b/BUILDING.md similarity index 100% rename from BUILDING.txt rename to BUILDING.md diff --git a/CMakeLists.txt b/CMakeLists.txt index df874e98..308754da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -944,7 +944,7 @@ endif() install(TARGETS rdjpgcom wrjpgcom RUNTIME DESTINATION bin) -install(FILES ${CMAKE_SOURCE_DIR}/README ${CMAKE_SOURCE_DIR}/README-turbo.txt +install(FILES ${CMAKE_SOURCE_DIR}/README.ijg ${CMAKE_SOURCE_DIR}/README.md ${CMAKE_SOURCE_DIR}/example.c ${CMAKE_SOURCE_DIR}/libjpeg.txt ${CMAKE_SOURCE_DIR}/structure.txt ${CMAKE_SOURCE_DIR}/usage.txt ${CMAKE_SOURCE_DIR}/wizard.txt diff --git a/ChangeLog.txt b/ChangeLog.txt index 5ae9431b..9ebbfa93 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -441,7 +441,7 @@ ABI. The "age number" of the libjpeg-turbo library on Un*x systems has been incremented by 1 to reflect this. You can disable this feature with a configure/CMake switch in order to retain strict API/ABI compatibility with the libjpeg v6b or v7 API/ABI (or with previous versions of libjpeg-turbo.) See -README-turbo.txt for more details. +README.md for more details. [13] Added ARMv7s architecture to libjpeg.a and libturbojpeg.a in the official libjpeg-turbo binary package for OS X, so that those libraries can be used to @@ -677,7 +677,7 @@ tjDecompressToYUV(), to replace the somewhat hackish TJ_YUV flag. ================== [1] Added emulation of the libjpeg v7 and v8 APIs and ABIs. See -README-turbo.txt for more details. This feature was sponsored by CamTrace SAS. +README.md for more details. This feature was sponsored by CamTrace SAS. [2] Created a new CMake-based build system for the Visual C++ and MinGW builds. diff --git a/LICENSE.txt b/LICENSE.md similarity index 100% rename from LICENSE.txt rename to LICENSE.md diff --git a/Makefile.am b/Makefile.am index 18bd2d2a..e70ae698 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,7 +158,7 @@ dist_man1_MANS = cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 DOCS= coderules.txt jconfig.txt change.log rdrle.c wrrle.c BUILDING.txt \ ChangeLog.txt -dist_doc_DATA = README README-turbo.txt libjpeg.txt structure.txt usage.txt \ +dist_doc_DATA = README.ijg README.md libjpeg.txt structure.txt usage.txt \ wizard.txt exampledir = $(docdir) @@ -237,7 +237,7 @@ MD5_PPM_GRAY_ISLOW_RGB = 116424ac07b79e5e801f00508eab48ec MD5_BMP_GRAY_ISLOW_565 = 12f78118e56a2f48b966f792fedf23cc MD5_BMP_GRAY_ISLOW_565D = bdbbd616441a24354c98553df5dc82db MD5_JPEG_420S_IFAST_OPT = 388708217ac46273ca33086b22827ed8 -# See README-turbo.txt for more details on why this next bit is necessary. +# See README.md for more details on why this next bit is necessary. MD5_JPEG_3x2_FLOAT_PROG_SSE = 343e3f8caf8af5986ebaf0bdc13b5c71 MD5_PPM_3x2_FLOAT_SSE = 1a75f36e5904d6fc3a85a43da9ad89bb MD5_JPEG_3x2_FLOAT_PROG_32BIT = 9bca803d2042bd1eb03819e2bf92b3e5 diff --git a/README b/README.ijg similarity index 99% rename from README rename to README.ijg index e82a095b..3a007634 100644 --- a/README +++ b/README.ijg @@ -1,7 +1,7 @@ libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project to include only information relevant to libjpeg-turbo, to wordsmith certain sections, and to remove impolitic language that existed in the libjpeg v8 -README. It is included only for reference. Please see README-turbo.txt for +README. It is included only for reference. Please see README.md for information specific to libjpeg-turbo. diff --git a/README-turbo.txt b/README.md similarity index 100% rename from README-turbo.txt rename to README.md diff --git a/cderror.h b/cderror.h index 6569aef2..63de498f 100644 --- a/cderror.h +++ b/cderror.h @@ -4,7 +4,8 @@ * Copyright (C) 1994-1997, Thomas G. Lane. * Modified 2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file defines the error and message codes for the cjpeg/djpeg * applications. These strings are not needed as part of the JPEG library diff --git a/cdjpeg.c b/cdjpeg.c index 7cc0d6e8..fe99de86 100644 --- a/cdjpeg.c +++ b/cdjpeg.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains common support routines used by the IJG application * programs (cjpeg, djpeg, jpegtran). diff --git a/cdjpeg.h b/cdjpeg.h index 8461ee33..8fc337df 100644 --- a/cdjpeg.h +++ b/cdjpeg.h @@ -5,7 +5,8 @@ * Copyright (C) 1994-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains common declarations for the sample applications * cjpeg and djpeg. It is NOT used by the core JPEG library. diff --git a/cjpeg.c b/cjpeg.c index 92e2824f..7aa061e6 100644 --- a/cjpeg.c +++ b/cjpeg.c @@ -6,7 +6,8 @@ * Modified 2003-2011 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, 2013-2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a command-line user interface for the JPEG compressor. * It should work on any system with Unix- or MS-DOS-style command lines. diff --git a/coderules.txt b/coderules.txt index 8683e9a6..a2f593ad 100644 --- a/coderules.txt +++ b/coderules.txt @@ -4,7 +4,7 @@ This file was part of the Independent JPEG Group's software: Copyright (C) 1991-1996, Thomas G. Lane. It was modified by The libjpeg-turbo Project to include only information relevant to libjpeg-turbo. -For conditions of distribution and use, see the accompanying README file. +For conditions of distribution and use, see the accompanying README.ijg file. Since numerous people will be contributing code and bug fixes, it's important diff --git a/djpeg.c b/djpeg.c index d41f94f1..8b516a6d 100644 --- a/djpeg.c +++ b/djpeg.c @@ -6,7 +6,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2010-2011, 2013-2015, D. R. Commander. * Copyright (C) 2015, Google, Inc. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a command-line user interface for the JPEG decompressor. * It should work on any system with Unix- or MS-DOS-style command lines. diff --git a/jaricom.c b/jaricom.c index f43e2ea7..1c807d12 100644 --- a/jaricom.c +++ b/jaricom.c @@ -3,7 +3,8 @@ * * Developed 1997-2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains probability estimation tables for common use in * arithmetic entropy encoding and decoding routines. diff --git a/jcapimin.c b/jcapimin.c index 3b005d3f..3e68ce32 100644 --- a/jcapimin.c +++ b/jcapimin.c @@ -6,7 +6,8 @@ * Modified 2003-2010 by Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains application interface code for the compression half * of the JPEG library. These are the "minimum" API routines that may be diff --git a/jcapistd.c b/jcapistd.c index 167f0205..5c6d0be2 100644 --- a/jcapistd.c +++ b/jcapistd.c @@ -3,7 +3,8 @@ * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains application interface code for the compression half * of the JPEG library. These are the "standard" API routines that are diff --git a/jcarith.c b/jcarith.c index 71a84ddb..a66da3e2 100644 --- a/jcarith.c +++ b/jcarith.c @@ -5,7 +5,8 @@ * Developed 1997-2009 by Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains portable arithmetic entropy encoding routines for JPEG * (implementing the ISO/IEC IS 10918-1 and CCITT Recommendation ITU-T T.81). diff --git a/jccoefct.c b/jccoefct.c index a4acce5c..c583d7d6 100644 --- a/jccoefct.c +++ b/jccoefct.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the coefficient buffer controller for compression. * This controller is the top level of the JPEG compressor proper. diff --git a/jccolext.c b/jccolext.c index 2c6b7acf..77a218d5 100644 --- a/jccolext.c +++ b/jccolext.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2009-2012, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains input colorspace conversion routines. */ diff --git a/jccolor.c b/jccolor.c index 34ea23b8..27af306a 100644 --- a/jccolor.c +++ b/jccolor.c @@ -7,7 +7,8 @@ * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2009-2012, 2015 D. R. Commander. * Copyright (C) 2014, MIPS Technologies, Inc., California - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains input colorspace conversion routines. */ diff --git a/jcdctmgr.c b/jcdctmgr.c index 4cac6664..73f3ea42 100644 --- a/jcdctmgr.c +++ b/jcdctmgr.c @@ -7,7 +7,8 @@ * Copyright (C) 1999-2006, MIYASAKA Masaru. * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2011, 2014-2015 D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the forward-DCT management logic. * This code selects a particular DCT implementation to be used, diff --git a/jchuff.c b/jchuff.c index 4ecc18d6..2ca80b2e 100644 --- a/jchuff.c +++ b/jchuff.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2009-2011, 2014-2015 D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains Huffman entropy encoding routines. * diff --git a/jchuff.h b/jchuff.h index d49a992b..6a8fc9fe 100644 --- a/jchuff.h +++ b/jchuff.h @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains declarations for Huffman entropy encoding routines * that are shared between the sequential encoder (jchuff.c) and the diff --git a/jcinit.c b/jcinit.c index 347cf6da..463bd8c6 100644 --- a/jcinit.c +++ b/jcinit.c @@ -3,7 +3,8 @@ * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains initialization logic for the JPEG compressor. * This routine is in charge of selecting the modules to be executed and diff --git a/jcmainct.c b/jcmainct.c index 6ca3768f..5efc7ebd 100644 --- a/jcmainct.c +++ b/jcmainct.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the main buffer controller for compression. * The main buffer lies between the pre-processor and the JPEG diff --git a/jcmarker.c b/jcmarker.c index aac7dbd8..748244fa 100644 --- a/jcmarker.c +++ b/jcmarker.c @@ -6,7 +6,8 @@ * Modified 2003-2010 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to write JPEG datastream markers. */ diff --git a/jcmaster.c b/jcmaster.c index ea13d0d5..25b6712e 100644 --- a/jcmaster.c +++ b/jcmaster.c @@ -6,7 +6,8 @@ * Modified 2003-2010 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains master control logic for the JPEG compressor. * These routines are concerned with parameter validation, initial setup, diff --git a/jcomapi.c b/jcomapi.c index d8f396d1..46ad5dc3 100644 --- a/jcomapi.c +++ b/jcomapi.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1997, Thomas G. Lane.0 * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains application interface routines that are used for both * compression and decompression. diff --git a/jconfig.txt b/jconfig.txt index 8acd8dd8..808f87fc 100644 --- a/jconfig.txt +++ b/jconfig.txt @@ -5,7 +5,8 @@ * Copyright (C) 1991-1994, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file documents the configuration options that are required to * customize the JPEG software for a particular system. diff --git a/jcparam.c b/jcparam.c index 3194c9df..dc7838f2 100644 --- a/jcparam.c +++ b/jcparam.c @@ -6,7 +6,8 @@ * Modified 2003-2008 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2009-2011, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains optional default-setting code for the JPEG compressor. * Applications do not have to use this file, but those that don't use it diff --git a/jcphuff.c b/jcphuff.c index 5ce12b57..a75285c4 100644 --- a/jcphuff.c +++ b/jcphuff.c @@ -5,7 +5,8 @@ * Copyright (C) 1995-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains Huffman entropy encoding routines for progressive JPEG. * diff --git a/jcprepct.c b/jcprepct.c index 3470de08..87d1c35d 100644 --- a/jcprepct.c +++ b/jcprepct.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the compression preprocessing controller. * This controller manages the color conversion, downsampling, diff --git a/jcsample.c b/jcsample.c index 24d31ae1..f6846e5e 100644 --- a/jcsample.c +++ b/jcsample.c @@ -6,7 +6,8 @@ * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2014, MIPS Technologies, Inc., California - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains downsampling routines. * diff --git a/jctrans.c b/jctrans.c index ccd7b34b..28cd26d7 100644 --- a/jctrans.c +++ b/jctrans.c @@ -6,7 +6,8 @@ * Modified 2000-2009 by Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains library routines for transcoding compression, * that is, writing raw DCT coefficient arrays to an output JPEG file. diff --git a/jdapimin.c b/jdapimin.c index fc8898f8..7cb3949d 100644 --- a/jdapimin.c +++ b/jdapimin.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1998, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains application interface code for the decompression half * of the JPEG library. These are the "minimum" API routines that may be diff --git a/jdapistd.c b/jdapistd.c index 18f9f6ce..d134242b 100644 --- a/jdapistd.c +++ b/jdapistd.c @@ -6,7 +6,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2010, 2015, D. R. Commander. * Copyright (C) 2015, Google, Inc. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains application interface code for the decompression half * of the JPEG library. These are the "standard" API routines that are diff --git a/jdarith.c b/jdarith.c index 0f9d9126..f92b034e 100644 --- a/jdarith.c +++ b/jdarith.c @@ -5,7 +5,8 @@ * Developed 1997-2009 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2015, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains portable arithmetic entropy decoding routines for JPEG * (implementing the ISO/IEC IS 10918-1 and CCITT Recommendation ITU-T T.81). diff --git a/jdatadst-tj.c b/jdatadst-tj.c index 1f6f3a5e..8d12018c 100644 --- a/jdatadst-tj.c +++ b/jdatadst-tj.c @@ -6,7 +6,8 @@ * Modified 2009-2012 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2011, 2014 D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains compression data destination routines for the case of * emitting JPEG data to memory or to a file (or any stdio stream). diff --git a/jdatadst.c b/jdatadst.c index 7a40e4f3..f078b7d1 100644 --- a/jdatadst.c +++ b/jdatadst.c @@ -6,7 +6,8 @@ * Modified 2009-2012 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2013, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains compression data destination routines for the case of * emitting JPEG data to memory or to a file (or any stdio stream). diff --git a/jdatasrc-tj.c b/jdatasrc-tj.c index 87e84b1d..6624fd35 100644 --- a/jdatasrc-tj.c +++ b/jdatasrc-tj.c @@ -6,7 +6,8 @@ * Modified 2009-2011 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2011, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains decompression data source routines for the case of * reading JPEG data from memory or from a file (or any stdio stream). diff --git a/jdatasrc.c b/jdatasrc.c index 22a09c87..1f46a962 100644 --- a/jdatasrc.c +++ b/jdatasrc.c @@ -6,7 +6,8 @@ * Modified 2009-2011 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2013, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains decompression data source routines for the case of * reading JPEG data from memory or from a file (or any stdio stream). diff --git a/jdcoefct.c b/jdcoefct.c index 17a97b1b..79c662e9 100644 --- a/jdcoefct.c +++ b/jdcoefct.c @@ -6,7 +6,8 @@ * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the coefficient buffer controller for decompression. * This controller is the top level of the JPEG decompressor proper. diff --git a/jdcoefct.h b/jdcoefct.h index 2f7bbe5e..55b877a0 100644 --- a/jdcoefct.h +++ b/jdcoefct.h @@ -5,7 +5,8 @@ * Copyright (C) 1994-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. */ #define JPEG_INTERNALS diff --git a/jdcol565.c b/jdcol565.c index 695f2621..2641abe5 100644 --- a/jdcol565.c +++ b/jdcol565.c @@ -6,7 +6,8 @@ * Modifications: * Copyright (C) 2013, Linaro Limited. * Copyright (C) 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains output colorspace conversion routines. */ diff --git a/jdcolext.c b/jdcolext.c index f72cab0c..e2ebcddb 100644 --- a/jdcolext.c +++ b/jdcolext.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2009, 2011, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains output colorspace conversion routines. */ diff --git a/jdcolor.c b/jdcolor.c index 38db90f2..ac96b233 100644 --- a/jdcolor.c +++ b/jdcolor.c @@ -8,7 +8,8 @@ * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2009, 2011-2012, 2014-2015, D. R. Commander. * Copyright (C) 2013, Linaro Limited. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains output colorspace conversion routines. */ diff --git a/jdct.h b/jdct.h index 6f8b1591..b770f2ca 100644 --- a/jdct.h +++ b/jdct.h @@ -5,7 +5,8 @@ * Copyright (C) 1994-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This include file contains common declarations for the forward and * inverse DCT modules. These declarations are private to the DCT managers diff --git a/jddctmgr.c b/jddctmgr.c index 6cc3310e..de7266f9 100644 --- a/jddctmgr.c +++ b/jddctmgr.c @@ -8,7 +8,8 @@ * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2010, D. R. Commander. * Copyright (C) 2013, MIPS Technologies, Inc., California - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the inverse-DCT management logic. * This code selects a particular IDCT implementation to be used, diff --git a/jdhuff.c b/jdhuff.c index e6bb0816..ea0ece98 100644 --- a/jdhuff.c +++ b/jdhuff.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2009-2011, 2015, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains Huffman entropy decoding routines. * diff --git a/jdhuff.h b/jdhuff.h index c7f3d500..3cc93403 100644 --- a/jdhuff.h +++ b/jdhuff.h @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2010-2011, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains declarations for Huffman entropy decoding routines * that are shared between the sequential decoder (jdhuff.c) and the diff --git a/jdinput.c b/jdinput.c index 6f4ea7ba..0e0a18bf 100644 --- a/jdinput.c +++ b/jdinput.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains input control logic for the JPEG decompressor. * These routines are concerned with controlling the decompressor's input diff --git a/jdmainct.c b/jdmainct.c index e4ba1c4f..d656b683 100644 --- a/jdmainct.c +++ b/jdmainct.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the main buffer controller for decompression. * The main buffer lies between the JPEG decompressor proper and the diff --git a/jdmainct.h b/jdmainct.h index 37ab27d9..3e23aa83 100644 --- a/jdmainct.h +++ b/jdmainct.h @@ -3,7 +3,8 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. */ #define JPEG_INTERNALS diff --git a/jdmarker.c b/jdmarker.c index d1357af4..383ba10f 100644 --- a/jdmarker.c +++ b/jdmarker.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1998, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2012, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to decode JPEG datastream markers. * Most of the complexity arises from our desire to support input diff --git a/jdmaster.c b/jdmaster.c index 604e2916..42c71bab 100644 --- a/jdmaster.c +++ b/jdmaster.c @@ -7,7 +7,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2009-2011, D. R. Commander. * Copyright (C) 2013, Linaro Limited. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains master control logic for the JPEG decompressor. * These routines are concerned with selecting the modules to be executed diff --git a/jdmerge.c b/jdmerge.c index e13adb9f..22d76233 100644 --- a/jdmerge.c +++ b/jdmerge.c @@ -7,7 +7,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2009, 2011, 2014 D. R. Commander. * Copyright (C) 2013, Linaro Limited. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains code for merged upsampling/color conversion. * diff --git a/jdmrg565.c b/jdmrg565.c index 0a10bccb..43c73772 100644 --- a/jdmrg565.c +++ b/jdmrg565.c @@ -6,7 +6,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2013, Linaro Limited. * Copyright (C) 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains code for merged upsampling/color conversion. */ diff --git a/jdmrgext.c b/jdmrgext.c index 1f0a5507..3792c4f6 100644 --- a/jdmrgext.c +++ b/jdmrgext.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2011, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains code for merged upsampling/color conversion. */ diff --git a/jdphuff.c b/jdphuff.c index 7ef8e7b2..eb52258e 100644 --- a/jdphuff.c +++ b/jdphuff.c @@ -5,7 +5,8 @@ * Copyright (C) 1995-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2015, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains Huffman entropy decoding routines for progressive JPEG. * diff --git a/jdpostct.c b/jdpostct.c index 9eef9ee0..d8597533 100644 --- a/jdpostct.c +++ b/jdpostct.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the decompression postprocessing controller. * This controller manages the upsampling, color conversion, and color diff --git a/jdsample.c b/jdsample.c index 5738c2fd..e1870fcd 100644 --- a/jdsample.c +++ b/jdsample.c @@ -7,7 +7,8 @@ * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2010, D. R. Commander. * Copyright (C) 2014, MIPS Technologies, Inc., California - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains upsampling routines. * diff --git a/jdsample.h b/jdsample.h index 5226f268..da905a62 100644 --- a/jdsample.h +++ b/jdsample.h @@ -3,7 +3,8 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. */ #define JPEG_INTERNALS diff --git a/jdtrans.c b/jdtrans.c index 86fda3b8..cfc85dd2 100644 --- a/jdtrans.c +++ b/jdtrans.c @@ -5,7 +5,8 @@ * Copyright (C) 1995-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains library routines for transcoding decompression, * that is, reading raw DCT coefficient arrays from an input JPEG file. diff --git a/jerror.c b/jerror.c index cd3098da..c1fffe53 100644 --- a/jerror.c +++ b/jerror.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1998, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains simple error-reporting and trace-message routines. * These are suitable for Unix-like systems and others where writing to diff --git a/jerror.h b/jerror.h index 402613e0..11a07cb5 100644 --- a/jerror.h +++ b/jerror.h @@ -6,7 +6,8 @@ * Modified 1997-2009 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file defines the error and message codes for the JPEG library. * Edit this file to add new codes, or to translate the message strings to diff --git a/jfdctflt.c b/jfdctflt.c index a8367c68..bb08475d 100644 --- a/jfdctflt.c +++ b/jfdctflt.c @@ -3,7 +3,8 @@ * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a floating-point implementation of the * forward DCT (Discrete Cosine Transform). @@ -20,8 +21,8 @@ * This implementation is based on Arai, Agui, and Nakajima's algorithm for * scaled DCT. Their original paper (Trans. IEICE E-71(11):1095) is in * Japanese, but the algorithm is described in the Pennebaker & Mitchell - * JPEG textbook (see REFERENCES section in file README). The following code - * is based directly on figure 4-8 in P&M. + * JPEG textbook (see REFERENCES section in file README.ijg). The following + * code is based directly on figure 4-8 in P&M. * While an 8-point DCT cannot be done in less than 11 multiplies, it is * possible to arrange the computation so that many of the multiplies are * simple scalings of the final outputs. These multiplies can then be diff --git a/jfdctfst.c b/jfdctfst.c index 4936d476..497f1209 100644 --- a/jfdctfst.c +++ b/jfdctfst.c @@ -3,7 +3,8 @@ * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a fast, not so accurate integer implementation of the * forward DCT (Discrete Cosine Transform). @@ -15,8 +16,8 @@ * This implementation is based on Arai, Agui, and Nakajima's algorithm for * scaled DCT. Their original paper (Trans. IEICE E-71(11):1095) is in * Japanese, but the algorithm is described in the Pennebaker & Mitchell - * JPEG textbook (see REFERENCES section in file README). The following code - * is based directly on figure 4-8 in P&M. + * JPEG textbook (see REFERENCES section in file README.ijg). The following + * code is based directly on figure 4-8 in P&M. * While an 8-point DCT cannot be done in less than 11 multiplies, it is * possible to arrange the computation so that many of the multiplies are * simple scalings of the final outputs. These multiplies can then be diff --git a/jfdctint.c b/jfdctint.c index 68b08350..b0b89bdc 100644 --- a/jfdctint.c +++ b/jfdctint.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2015, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a slow-but-accurate integer implementation of the * forward DCT (Discrete Cosine Transform). diff --git a/jidctflt.c b/jidctflt.c index 324a2cbc..ed41fb1e 100644 --- a/jidctflt.c +++ b/jidctflt.c @@ -6,7 +6,8 @@ * Modified 2010 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a floating-point implementation of the * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine @@ -25,8 +26,8 @@ * This implementation is based on Arai, Agui, and Nakajima's algorithm for * scaled DCT. Their original paper (Trans. IEICE E-71(11):1095) is in * Japanese, but the algorithm is described in the Pennebaker & Mitchell - * JPEG textbook (see REFERENCES section in file README). The following code - * is based directly on figure 4-8 in P&M. + * JPEG textbook (see REFERENCES section in file README.ijg). The following + * code is based directly on figure 4-8 in P&M. * While an 8-point DCT cannot be done in less than 11 multiplies, it is * possible to arrange the computation so that many of the multiplies are * simple scalings of the final outputs. These multiplies can then be diff --git a/jidctfst.c b/jidctfst.c index cae22b9a..9ca3d172 100644 --- a/jidctfst.c +++ b/jidctfst.c @@ -3,7 +3,8 @@ * * Copyright (C) 1994-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a fast, not so accurate integer implementation of the * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine @@ -17,8 +18,8 @@ * This implementation is based on Arai, Agui, and Nakajima's algorithm for * scaled DCT. Their original paper (Trans. IEICE E-71(11):1095) is in * Japanese, but the algorithm is described in the Pennebaker & Mitchell - * JPEG textbook (see REFERENCES section in file README). The following code - * is based directly on figure 4-8 in P&M. + * JPEG textbook (see REFERENCES section in file README.ijg). The following + * code is based directly on figure 4-8 in P&M. * While an 8-point DCT cannot be done in less than 11 multiplies, it is * possible to arrange the computation so that many of the multiplies are * simple scalings of the final outputs. These multiplies can then be diff --git a/jidctint.c b/jidctint.c index 3429795c..ebd3242a 100644 --- a/jidctint.c +++ b/jidctint.c @@ -6,7 +6,8 @@ * Modification developed 2002-2009 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2015, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a slow-but-accurate integer implementation of the * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine diff --git a/jidctred.c b/jidctred.c index 4598698f..1b55aa84 100644 --- a/jidctred.c +++ b/jidctred.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1998, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2015, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains inverse-DCT routines that produce reduced-size output: * either 4x4, 2x2, or 1x1 pixels from an 8x8 DCT block. diff --git a/jinclude.h b/jinclude.h index 4dced6e2..d461a1aa 100644 --- a/jinclude.h +++ b/jinclude.h @@ -5,7 +5,8 @@ * Copyright (C) 1991-1994, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file exists to provide a single place to fix any problems with * including the wrong system include files. (Common problems are taken diff --git a/jmemmgr.c b/jmemmgr.c index f7219d26..4ddf33ff 100644 --- a/jmemmgr.c +++ b/jmemmgr.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains the JPEG system-independent memory management * routines. This code is usable across a wide variety of machines; most diff --git a/jmemnobs.c b/jmemnobs.c index 62828327..63bdd895 100644 --- a/jmemnobs.c +++ b/jmemnobs.c @@ -5,7 +5,8 @@ * Copyright (C) 1992-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file provides a really simple implementation of the system- * dependent portion of the JPEG memory manager. This implementation diff --git a/jmemsys.h b/jmemsys.h index 5026c7c7..614ac7f8 100644 --- a/jmemsys.h +++ b/jmemsys.h @@ -5,7 +5,8 @@ * Copyright (C) 1992-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This include file defines the interface between the system-independent * and system-dependent portions of the JPEG memory manager. No other diff --git a/jmorecfg.h b/jmorecfg.h index be891896..806d6a47 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -6,7 +6,8 @@ * Modified 1997-2009 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2009, 2011, 2014-2015, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains additional configuration options that customize the * JPEG software for special applications or support machine-dependent diff --git a/jpegcomp.h b/jpegcomp.h index ed9eeab8..c39275b2 100644 --- a/jpegcomp.h +++ b/jpegcomp.h @@ -2,7 +2,8 @@ * jpegcomp.h * * Copyright (C) 2010, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * JPEG compatibility macros * These declarations are considered internal to the JPEG library; most diff --git a/jpegint.h b/jpegint.h index 5f56b110..10d36239 100644 --- a/jpegint.h +++ b/jpegint.h @@ -6,7 +6,8 @@ * Modified 1997-2009 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2015, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file provides common declarations for the various JPEG modules. * These declarations are considered internal to the JPEG library; most diff --git a/jpeglib.h b/jpeglib.h index aec9180e..7d9c6ccd 100644 --- a/jpeglib.h +++ b/jpeglib.h @@ -7,7 +7,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2009-2011, 2013-2014, D. R. Commander. * Copyright (C) 2015, Google, Inc. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file defines the application interface for the JPEG library. * Most applications using the library need only include this file, diff --git a/jpegtran.c b/jpegtran.c index f978cef8..f5ebd7be 100644 --- a/jpegtran.c +++ b/jpegtran.c @@ -5,7 +5,8 @@ * Copyright (C) 1995-2010, Thomas G. Lane, Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a command-line user interface for JPEG transcoding. * It is very similar to cjpeg.c, and partly to djpeg.c, but provides diff --git a/jquant1.c b/jquant1.c index 0e253547..4bd0973a 100644 --- a/jquant1.c +++ b/jquant1.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2009, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains 1-pass color quantization (color mapping) routines. * These routines provide mapping to a fixed color map using equally spaced diff --git a/jquant2.c b/jquant2.c index 291b4f1b..aa56aa40 100644 --- a/jquant2.c +++ b/jquant2.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2009, 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains 2-pass color quantization (color mapping) routines. * These routines provide selection of a custom color map for an image, diff --git a/jstdhuff.c b/jstdhuff.c index a6eb2d8a..cbdf61c7 100644 --- a/jstdhuff.c +++ b/jstdhuff.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1998, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2013, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to set the default Huffman tables, if they are * not already set. diff --git a/jutils.c b/jutils.c index 0e2611c8..883cc2ac 100644 --- a/jutils.c +++ b/jutils.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code * relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains tables and miscellaneous utility routines needed * for both compression and decompression. diff --git a/jversion.h b/jversion.h index 949b4f4d..89090ba8 100644 --- a/jversion.h +++ b/jversion.h @@ -5,7 +5,8 @@ * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, 2012-2015, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains software version identification. */ diff --git a/libjpeg.txt b/libjpeg.txt index 52b6d8b8..d1f64179 100644 --- a/libjpeg.txt +++ b/libjpeg.txt @@ -5,7 +5,7 @@ Copyright (C) 1994-2011, Thomas G. Lane, Guido Vollbeding. libjpeg-turbo Modifications: Copyright (C) 2010, 2014, 2015, D. R. Commander. Copyright (C) 2015, Google, Inc. -For conditions of distribution and use, see the accompanying README file. +For conditions of distribution and use, see the accompanying README.ijg file. This file describes how to use the IJG JPEG library within an application @@ -201,7 +201,7 @@ or full grayscale (or sometimes another colorspace such as CMYK). You can feed in a colormapped image by expanding it to full-color format. However JPEG often doesn't work very well with source data that has been colormapped, because of dithering noise. This is discussed in more detail in the JPEG FAQ -and the other references mentioned in the README file. +and the other references mentioned in the README.ijg file. Pixels are stored by scanlines, with each scanline running from left to right. The component values for each pixel are adjacent in the row; for @@ -825,7 +825,7 @@ This section describes all the optional parameters you can set for JPEG compression, as well as the "helper" routines provided to assist in this task. Proper setting of some parameters requires detailed understanding of the JPEG standard; if you don't know what a parameter is for, it's best -not to mess with it! See REFERENCES in the README file for pointers to +not to mess with it! See REFERENCES in the README.ijg file for pointers to more info about JPEG. It's a good idea to call jpeg_set_defaults() first, even if you plan to set diff --git a/rdbmp.c b/rdbmp.c index df5dbcc5..e09a3cce 100644 --- a/rdbmp.c +++ b/rdbmp.c @@ -7,7 +7,8 @@ * libjpeg-turbo Modifications: * Modified 2011 by Siarhei Siamashka. * Copyright (C) 2015, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to read input images in Microsoft "BMP" * format (MS Windows 3.x, OS/2 1.x, and OS/2 2.x flavors). diff --git a/rdcolmap.c b/rdcolmap.c index ac6f50ee..deb2d15f 100644 --- a/rdcolmap.c +++ b/rdcolmap.c @@ -3,7 +3,8 @@ * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file implements djpeg's "-map file" switch. It reads a source image * and constructs a colormap to be supplied to the JPEG decompressor. diff --git a/rdgif.c b/rdgif.c index 5caad8a0..ce689f7c 100644 --- a/rdgif.c +++ b/rdgif.c @@ -3,7 +3,8 @@ * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to read input images in GIF format. * diff --git a/rdjpgcom.c b/rdjpgcom.c index 2f0115df..66f276d3 100644 --- a/rdjpgcom.c +++ b/rdjpgcom.c @@ -6,7 +6,8 @@ * Modified 2009 by Bill Allombert, Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a very simple stand-alone application that displays * the text in COM (comment) markers in a JFIF file. diff --git a/rdppm.c b/rdppm.c index 2e9b54dd..3d493186 100644 --- a/rdppm.c +++ b/rdppm.c @@ -6,7 +6,8 @@ * Modified 2009 by Bill Allombert, Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to read input images in PPM/PGM format. * The extended 2-byte-per-sample raw PPM/PGM formats are supported. diff --git a/rdrle.c b/rdrle.c index 8df3ddb5..bb14879e 100644 --- a/rdrle.c +++ b/rdrle.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to read input images in Utah RLE format. * The Utah Raster Toolkit library is required (version 3.1 or later). diff --git a/rdswitch.c b/rdswitch.c index a0aa37c7..6e6ab1b3 100644 --- a/rdswitch.c +++ b/rdswitch.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to process some of cjpeg's more complicated * command-line switches. Switches processed here are: diff --git a/rdtarga.c b/rdtarga.c index b15ac647..3f1b0114 100644 --- a/rdtarga.c +++ b/rdtarga.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to read input images in Targa format. * diff --git a/release/libjpeg-turbo.nsi.in b/release/libjpeg-turbo.nsi.in index c675eac2..4c9d453e 100755 --- a/release/libjpeg-turbo.nsi.in +++ b/release/libjpeg-turbo.nsi.in @@ -79,8 +79,8 @@ Section "@CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ (required)" File "@CMAKE_SOURCE_DIR@\jpeglib.h" File "@CMAKE_SOURCE_DIR@\turbojpeg.h" SetOutPath $INSTDIR\doc - File "@CMAKE_SOURCE_DIR@\README" - File "@CMAKE_SOURCE_DIR@\README-turbo.txt" + File "@CMAKE_SOURCE_DIR@\README.ijg" + File "@CMAKE_SOURCE_DIR@\README.md" File "@CMAKE_SOURCE_DIR@\example.c" File "@CMAKE_SOURCE_DIR@\libjpeg.txt" File "@CMAKE_SOURCE_DIR@\structure.txt" @@ -140,8 +140,8 @@ Section "Uninstall" Delete $INSTDIR\include\jpeglib.h" Delete $INSTDIR\include\turbojpeg.h" Delete $INSTDIR\uninstall_@VERSION@.exe - Delete $INSTDIR\doc\README - Delete $INSTDIR\doc\README-turbo.txt + Delete $INSTDIR\doc\README.ijg + Delete $INSTDIR\doc\README.md Delete $INSTDIR\doc\example.c Delete $INSTDIR\doc\libjpeg.txt Delete $INSTDIR\doc\structure.txt diff --git a/simd/jcsample.h b/simd/jcsample.h index b1ef5021..2a50544e 100644 --- a/simd/jcsample.h +++ b/simd/jcsample.h @@ -3,7 +3,8 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. */ LOCAL(void) diff --git a/structure.txt b/structure.txt index 4c9fe398..296d1250 100644 --- a/structure.txt +++ b/structure.txt @@ -4,7 +4,7 @@ This file was part of the Independent JPEG Group's software: Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. It was modified by The libjpeg-turbo Project to include only information relevant to libjpeg-turbo. -For conditions of distribution and use, see the accompanying README file. +For conditions of distribution and use, see the accompanying README.ijg file. This file provides an overview of the architecture of the IJG JPEG software; @@ -13,7 +13,7 @@ between modules. For more precise details about any data structure or calling convention, see the include files and comments in the source code. We assume that the reader is already somewhat familiar with the JPEG standard. -The README file includes references for learning about JPEG. The file +The README.ijg file includes references for learning about JPEG. The file libjpeg.txt describes the library from the viewpoint of an application programmer using the library; it's best to read that file before this one. Also, the file coderules.txt describes the coding style conventions we use. diff --git a/transupp.c b/transupp.c index 93444e31..64183a93 100644 --- a/transupp.c +++ b/transupp.c @@ -5,7 +5,8 @@ * Copyright (C) 1997-2011, Thomas G. Lane, Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains image transformation routines and other utility code * used by the jpegtran sample application. These are NOT part of the core diff --git a/transupp.h b/transupp.h index 8fe90710..4be6adee 100644 --- a/transupp.h +++ b/transupp.h @@ -5,7 +5,8 @@ * Copyright (C) 1997-2011, Thomas G. Lane, Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains declarations for image transformation routines and * other utility code used by the jpegtran sample application. These are diff --git a/wrbmp.c b/wrbmp.c index b7ecb491..06630d88 100644 --- a/wrbmp.c +++ b/wrbmp.c @@ -6,7 +6,8 @@ * libjpeg-turbo Modifications: * Copyright (C) 2013, Linaro Limited. * Copyright (C) 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to write output images in Microsoft "BMP" * format (MS Windows 3.x and OS/2 1.x flavors). diff --git a/wrgif.c b/wrgif.c index d260ee0f..d3d8d516 100644 --- a/wrgif.c +++ b/wrgif.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1997, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code relevant * to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to write output images in GIF format. * diff --git a/wrjpgcom.c b/wrjpgcom.c index 0a22f629..8409dd21 100644 --- a/wrjpgcom.c +++ b/wrjpgcom.c @@ -5,7 +5,8 @@ * Copyright (C) 1994-1997, Thomas G. Lane. * libjpeg-turbo Modifications: * Copyright (C) 2014, D. R. Commander - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains a very simple stand-alone application that inserts * user-supplied text as a COM (comment) marker in a JFIF file. diff --git a/wrppm.c b/wrppm.c index d3a613c8..a930c810 100644 --- a/wrppm.c +++ b/wrppm.c @@ -6,7 +6,8 @@ * Modified 2009 by Guido Vollbeding. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to write output images in PPM/PGM format. * The extended 2-byte-per-sample raw PPM/PGM formats are supported. diff --git a/wrrle.c b/wrrle.c index 6f35ad91..3e4c24af 100644 --- a/wrrle.c +++ b/wrrle.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to write output images in RLE format. * The Utah Raster Toolkit library is required (version 3.1 or later). diff --git a/wrtarga.c b/wrtarga.c index 5fbfc538..30d71deb 100644 --- a/wrtarga.c +++ b/wrtarga.c @@ -5,7 +5,8 @@ * Copyright (C) 1991-1996, Thomas G. Lane. * It was modified by The libjpeg-turbo Project to include only code and * information relevant to libjpeg-turbo. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README.ijg + * file. * * This file contains routines to write output images in Targa format. *