From 7e3acc0e0a35cbbcb6091ec640f1842e7deebe1a Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 10 Oct 2015 10:25:46 -0500 Subject: [PATCH] Rename README, LICENSE, BUILDING text files The IJG README file has been renamed to README.ijg, in order to avoid confusion (many people were assuming that that was our project's README file and weren't reading README-turbo.txt) and to lay the groundwork for markdown versions of the libjpeg-turbo README and build instructions. --- BUILDING.txt => BUILDING.md | 0 CMakeLists.txt | 2 +- ChangeLog.txt | 4 ++-- LICENSE.txt => LICENSE.md | 0 Makefile.am | 4 ++-- README => README.ijg | 2 +- README-turbo.txt => README.md | 0 cderror.h | 3 ++- cdjpeg.c | 3 ++- cdjpeg.h | 3 ++- cjpeg.c | 3 ++- coderules.txt | 2 +- djpeg.c | 3 ++- jaricom.c | 3 ++- jcapimin.c | 3 ++- jcapistd.c | 3 ++- jcarith.c | 3 ++- jccoefct.c | 3 ++- jccolext.c | 3 ++- jccolor.c | 3 ++- jcdctmgr.c | 3 ++- jchuff.c | 3 ++- jchuff.h | 3 ++- jcinit.c | 3 ++- jcmainct.c | 3 ++- jcmarker.c | 3 ++- jcmaster.c | 3 ++- jcomapi.c | 3 ++- jconfig.txt | 3 ++- jcparam.c | 3 ++- jcphuff.c | 3 ++- jcprepct.c | 3 ++- jcsample.c | 3 ++- jctrans.c | 3 ++- jdapimin.c | 3 ++- jdapistd.c | 3 ++- jdarith.c | 3 ++- jdatadst-tj.c | 3 ++- jdatadst.c | 3 ++- jdatasrc-tj.c | 3 ++- jdatasrc.c | 3 ++- jdcoefct.c | 3 ++- jdcoefct.h | 3 ++- jdcol565.c | 3 ++- jdcolext.c | 3 ++- jdcolor.c | 3 ++- jdct.h | 3 ++- jddctmgr.c | 3 ++- jdhuff.c | 3 ++- jdhuff.h | 3 ++- jdinput.c | 3 ++- jdmainct.c | 3 ++- jdmainct.h | 3 ++- jdmarker.c | 3 ++- jdmaster.c | 3 ++- jdmerge.c | 3 ++- jdmrg565.c | 3 ++- jdmrgext.c | 3 ++- jdphuff.c | 3 ++- jdpostct.c | 3 ++- jdsample.c | 3 ++- jdsample.h | 3 ++- jdtrans.c | 3 ++- jerror.c | 3 ++- jerror.h | 3 ++- jfdctflt.c | 7 ++++--- jfdctfst.c | 7 ++++--- jfdctint.c | 3 ++- jidctflt.c | 7 ++++--- jidctfst.c | 7 ++++--- jidctint.c | 3 ++- jidctred.c | 3 ++- jinclude.h | 3 ++- jmemmgr.c | 3 ++- jmemnobs.c | 3 ++- jmemsys.h | 3 ++- jmorecfg.h | 3 ++- jpegcomp.h | 3 ++- jpegint.h | 3 ++- jpeglib.h | 3 ++- jpegtran.c | 3 ++- jquant1.c | 3 ++- jquant2.c | 3 ++- jstdhuff.c | 3 ++- jutils.c | 3 ++- jversion.h | 3 ++- libjpeg.txt | 6 +++--- rdbmp.c | 3 ++- rdcolmap.c | 3 ++- rdgif.c | 3 ++- rdjpgcom.c | 3 ++- rdppm.c | 3 ++- rdrle.c | 3 ++- rdswitch.c | 3 ++- rdtarga.c | 3 ++- release/libjpeg-turbo.nsi.in | 8 ++++---- simd/jcsample.h | 3 ++- structure.txt | 4 ++-- transupp.c | 3 ++- transupp.h | 3 ++- wrbmp.c | 3 ++- wrgif.c | 3 ++- wrjpgcom.c | 3 ++- wrppm.c | 3 ++- wrrle.c | 3 ++- wrtarga.c | 3 ++- 106 files changed, 214 insertions(+), 119 deletions(-) rename BUILDING.txt => BUILDING.md (100%) rename LICENSE.txt => LICENSE.md (100%) rename README => README.ijg (99%) rename README-turbo.txt => README.md (100%) 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 df874e98f..308754dae 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 5ae9431b8..9ebbfa934 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 18bd2d2af..e70ae6987 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 e82a095b8..3a0076343 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 6569aef27..63de498f7 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 7cc0d6e83..fe99de864 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 8461ee33b..8fc337dff 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 92e2824fe..7aa061e6d 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 8683e9a6a..a2f593ada 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 d41f94f15..8b516a6d6 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 f43e2ea7f..1c807d12a 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 3b005d3ff..3e68ce32e 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 167f0205a..5c6d0be25 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 71a84ddb9..a66da3e21 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 a4acce5c1..c583d7d6e 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 2c6b7acf9..77a218d5f 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 34ea23b89..27af306a2 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 4cac66648..73f3ea420 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 4ecc18d61..2ca80b2e5 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 d49a992b8..6a8fc9fee 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 347cf6dab..463bd8c6d 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 6ca3768fb..5efc7ebd4 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 aac7dbd8c..748244faf 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 ea13d0d52..25b6712e5 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 d8f396d16..46ad5dc37 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 8acd8dd87..808f87fcd 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 3194c9dfc..dc7838f29 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 5ce12b571..a75285c4e 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 3470de089..87d1c35dd 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 24d31ae11..f6846e5ed 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 ccd7b34bc..28cd26d78 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 fc8898f8b..7cb3949d0 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 18f9f6ceb..d134242b0 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 0f9d91260..f92b034e1 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 1f6f3a5e7..8d12018c0 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 7a40e4f37..f078b7d16 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 87e84b1d9..6624fd35c 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 22a09c872..1f46a9620 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 17a97b1bc..79c662e93 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 2f7bbe5e5..55b877a06 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 695f2621e..2641abe58 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 f72cab0cc..e2ebcddbb 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 38db90f26..ac96b2333 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 6f8b1591a..b770f2ca8 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 6cc3310e3..de7266f99 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 e6bb08165..ea0ece98c 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 c7f3d5008..3cc93403b 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 6f4ea7ba3..0e0a18bf7 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 e4ba1c4fe..d656b683c 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 37ab27d95..3e23aa830 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 d1357af4c..383ba10f2 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 604e29161..42c71bab1 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 e13adb9f2..22d762334 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 0a10bccb4..43c737723 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 1f0a5507a..3792c4f67 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 7ef8e7b27..eb52258eb 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 9eef9ee0e..d8597533f 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 5738c2fd2..e1870fcdd 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 5226f2688..da905a62b 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 86fda3b8b..cfc85dd24 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 cd3098da7..c1fffe538 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 402613e00..11a07cb5d 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 a8367c68c..bb08475d1 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 4936d4763..497f12094 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 68b083502..b0b89bdc9 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 324a2cbc4..ed41fb1ea 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 cae22b9a8..9ca3d172a 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 3429795c8..ebd3242a3 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 4598698ff..1b55aa848 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 4dced6e2f..d461a1aa1 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 f7219d265..4ddf33ff7 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 628283276..63bdd895e 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 5026c7c78..614ac7f87 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 be8918964..806d6a474 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 ed9eeab8a..c39275b27 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 5f56b1106..10d36239d 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 aec9180e9..7d9c6ccdb 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 f978cef83..f5ebd7be6 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 0e2535477..4bd0973ac 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 291b4f1b8..aa56aa40a 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 a6eb2d8a9..cbdf61c7b 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 0e2611c8c..883cc2ac1 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 949b4f4dc..89090ba8a 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 52b6d8b83..d1f641797 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 df5dbcc54..e09a3cce3 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 ac6f50ee1..deb2d15f8 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 5caad8a08..ce689f7c5 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 2f0115df2..66f276d3f 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 2e9b54dd0..3d493186c 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 8df3ddb5c..bb14879e6 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 a0aa37c70..6e6ab1b3a 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 b15ac6472..3f1b01144 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 c675eac2a..4c9d453e9 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 b1ef50219..2a50544e9 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 4c9fe3982..296d1250f 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 93444e315..64183a933 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 8fe907101..4be6adee6 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 b7ecb4914..06630d884 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 d260ee0fc..d3d8d5163 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 0a22f629e..8409dd21b 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 d3a613c84..a930c810c 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 6f35ad911..3e4c24af1 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 5fbfc5389..30d71deb4 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. *