[freeimage] 37/47: Merge tag 'upstream/3.15.4'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Sep 26 22:27:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository freeimage.

commit 6565b4543f280aaab45e0a3ce9abdbf0a41f7247
Merge: f572ba0 5af5617
Author: Scott Howard <showard314 at gmail.com>
Date:   Mon Jan 13 17:15:32 2014 -0500

    Merge tag 'upstream/3.15.4'
    
    Upstream version 3.15.4

 Examples/Generic/FIIO_Mem.h                        |   148 +-
 Examples/OpenGL/TextureManager/TextureManager.h    |   100 +-
 Examples/Plugin/PluginCradle.h                     |    90 +-
 FreeImage.2003.sln                                 |    32 +-
 FreeImage.2003.vcproj                              |    12 +-
 FreeImage.2005.sln                                 |    36 +-
 FreeImage.2005.vcproj                              |     8 +
 FreeImage.2008.sln                                 |    49 +-
 FreeImage.2008.vcproj                              |    14 +-
 FreeImage.rc                                       |    10 +-
 Makefile.gnu                                       |     2 +-
 Makefile.mingw                                     |    51 +-
 Makefile.srcs                                      |     8 +-
 Source/CacheFile.h                                 |   184 +-
 Source/DeprecationManager/Deprecated.cpp           |    72 +-
 Source/DeprecationManager/DeprecationMgr.cpp       |   206 +-
 Source/DeprecationManager/DeprecationMgr.h         |   166 +-
 Source/FreeImage.h                                 |    14 +-
 Source/FreeImage/BitmapAccess.cpp                  |   229 +-
 Source/FreeImage/CacheFile.cpp                     |   542 +-
 Source/FreeImage/ColorLookup.cpp                   |  1564 +-
 Source/FreeImage/Conversion.cpp                    |  1026 +-
 Source/FreeImage/Conversion16_555.cpp              |   418 +-
 Source/FreeImage/Conversion16_565.cpp              |   408 +-
 Source/FreeImage/Conversion24.cpp                  |    88 +-
 Source/FreeImage/Conversion4.cpp                   |   492 +-
 Source/FreeImage/Conversion8.cpp                   |   212 +-
 Source/FreeImage/ConversionType.cpp                |  1378 +-
 Source/FreeImage/FreeImage.cpp                     |   452 +-
 Source/FreeImage/FreeImageC.c                      |    44 +-
 Source/FreeImage/FreeImageIO.cpp                   |   336 +-
 Source/FreeImage/GetType.cpp                       |   184 +-
 Source/FreeImage/Halftoning.cpp                    |   948 +-
 Source/FreeImage/J2KHelper.cpp                     |    11 +-
 Source/FreeImage/MNGHelper.cpp                     |  1309 +
 Source/FreeImage/MemoryIO.cpp                      |   474 +-
 Source/FreeImage/MultiPage.cpp                     |   125 +-
 Source/FreeImage/NNQuantizer.cpp                   |  1014 +-
 Source/FreeImage/PSDParser.cpp                     |  2105 +-
 Source/FreeImage/PSDParser.h                       |   542 +-
 Source/FreeImage/PixelAccess.cpp                   |     1 +
 Source/FreeImage/Plugin.cpp                        |  1624 +-
 Source/FreeImage/PluginBMP.cpp                     |  2960 +-
 Source/FreeImage/PluginCUT.cpp                     |   480 +-
 Source/FreeImage/PluginDDS.cpp                     |  1306 +-
 Source/FreeImage/PluginEXR.cpp                     |  1528 +-
 Source/FreeImage/PluginG3.cpp                      |   866 +-
 Source/FreeImage/PluginGIF.cpp                     |  2796 +-
 Source/FreeImage/PluginHDR.cpp                     |  1440 +-
 Source/FreeImage/PluginICO.cpp                     |  1544 +-
 Source/FreeImage/PluginIFF.cpp                     |   916 +-
 Source/FreeImage/PluginJ2K.cpp                     |     3 +
 Source/FreeImage/{PluginPSD.cpp => PluginJNG.cpp}  |   293 +-
 Source/FreeImage/PluginJP2.cpp                     |     3 +
 Source/FreeImage/PluginJPEG.cpp                    |  3545 +-
 Source/FreeImage/PluginKOALA.cpp                   |   486 +-
 Source/FreeImage/PluginMNG.cpp                     |   465 +-
 Source/FreeImage/PluginPCD.cpp                     |   502 +-
 Source/FreeImage/PluginPCX.cpp                     |  1318 +-
 Source/FreeImage/PluginPFM.cpp                     |   804 +-
 Source/FreeImage/PluginPICT.cpp                    |  2684 +-
 Source/FreeImage/PluginPNG.cpp                     |  1909 +-
 Source/FreeImage/PluginPNM.cpp                     |  1662 +-
 Source/FreeImage/PluginPSD.cpp                     |   262 +-
 Source/FreeImage/PluginRAS.cpp                     |  1024 +-
 Source/FreeImage/PluginRAW.cpp                     |  1180 +-
 Source/FreeImage/PluginSGI.cpp                     |   850 +-
 Source/FreeImage/PluginTARGA.cpp                   |  3130 +-
 Source/FreeImage/PluginTIFF.cpp                    |  5247 +--
 Source/FreeImage/PluginWBMP.cpp                    |   744 +-
 Source/FreeImage/PluginXBM.cpp                     |   798 +-
 Source/FreeImage/PluginXPM.cpp                     |   974 +-
 Source/FreeImage/TIFFLogLuv.cpp                    |   130 +-
 Source/FreeImage/ToneMapping.cpp                   |   150 +-
 Source/FreeImage/WuQuantizer.cpp                   |  1076 +-
 Source/FreeImage/ZLibInterface.cpp                 |   446 +-
 Source/FreeImage/tmoReinhard05.cpp                 |   520 +-
 Source/FreeImageIO.h                               |    96 +-
 Source/FreeImageLib/FreeImageLib.2003.vcproj       |     6 +
 Source/FreeImageLib/FreeImageLib.2005.vcproj       |     8 +
 Source/FreeImageLib/FreeImageLib.2008.vcproj       |    10 +
 Source/FreeImageToolkit/BSplineRotate.cpp          |  1460 +-
 Source/FreeImageToolkit/Background.cpp             |  1790 +-
 Source/FreeImageToolkit/Channels.cpp               |   976 +-
 Source/FreeImageToolkit/ClassicRotate.cpp          |  1873 +-
 Source/FreeImageToolkit/Colors.cpp                 |  1934 +-
 Source/FreeImageToolkit/CopyPaste.cpp              |  1494 +-
 Source/FreeImageToolkit/Display.cpp                |   460 +-
 Source/FreeImageToolkit/Filters.h                  |   574 +-
 Source/FreeImageToolkit/Flip.cpp                   |   332 +-
 Source/FreeImageToolkit/JPEGTransform.cpp          |   820 +-
 Source/FreeImageToolkit/MultigridPoissonSolver.cpp |  1010 +-
 Source/FreeImageToolkit/Rescale.cpp                |    74 +-
 Source/FreeImageToolkit/Resize.cpp                 |  2164 +-
 Source/FreeImageToolkit/Resize.h                   |    92 +-
 Source/LibJPEG/README                              |    57 +-
 Source/LibJPEG/ansi2knr.c                          |     2 +-
 Source/LibJPEG/cderror.h                           |   268 +-
 Source/LibJPEG/cdjpeg.h                            |   374 +-
 Source/LibJPEG/change.log                          |    20 +
 Source/LibJPEG/cjpeg.c                             |    18 +-
 Source/LibJPEG/install.txt                         |    18 +-
 Source/LibJPEG/jaricom.c                           |   306 +-
 Source/LibJPEG/jcapimin.c                          |   576 +-
 Source/LibJPEG/jcapistd.c                          |   322 +-
 Source/LibJPEG/jcarith.c                           |  1871 +-
 Source/LibJPEG/jccoefct.c                          |   907 +-
 Source/LibJPEG/jccolor.c                           |   949 +-
 Source/LibJPEG/jcdctmgr.c                          |   964 +-
 Source/LibJPEG/jchuff.c                            |  3152 +-
 Source/LibJPEG/jcinit.c                            |   130 +-
 Source/LibJPEG/jcmainct.c                          |   586 +-
 Source/LibJPEG/jcmarker.c                          |  1364 +-
 Source/LibJPEG/jcmaster.c                          |  1716 +-
 Source/LibJPEG/jcomapi.c                           |   212 +-
 Source/LibJPEG/jconfig.h                           |    94 +-
 Source/LibJPEG/jcparam.c                           |  1264 +-
 Source/LibJPEG/jcprepct.c                          |   716 +-
 Source/LibJPEG/jcsample.c                          |  1090 +-
 Source/LibJPEG/jctrans.c                           |   764 +-
 Source/LibJPEG/jdapimin.c                          |   792 +-
 Source/LibJPEG/jdapistd.c                          |   550 +-
 Source/LibJPEG/jdarith.c                           |  1548 +-
 Source/LibJPEG/jdatadst.c                          |   534 +-
 Source/LibJPEG/jdatasrc.c                          |   549 +-
 Source/LibJPEG/jdcoefct.c                          |  1477 +-
 Source/LibJPEG/jdcolor.c                           |   908 +-
 Source/LibJPEG/jdct.h                              |   786 +-
 Source/LibJPEG/jddctmgr.c                          |   768 +-
 Source/LibJPEG/jdhuff.c                            |  3082 +-
 Source/LibJPEG/jdinput.c                           |  1322 +-
 Source/LibJPEG/jdmainct.c                          |  1024 +-
 Source/LibJPEG/jdmarker.c                          |  2812 +-
 Source/LibJPEG/jdmaster.c                          |  1064 +-
 Source/LibJPEG/jdmerge.c                           |   800 +-
 Source/LibJPEG/jdpostct.c                          |   580 +-
 Source/LibJPEG/jdsample.c                          |   722 +-
 Source/LibJPEG/jdtrans.c                           |   280 +-
 Source/LibJPEG/jerror.c                            |   504 +-
 Source/LibJPEG/jerror.h                            |   608 +-
 Source/LibJPEG/jfdctflt.c                          |   348 +-
 Source/LibJPEG/jfdctfst.c                          |   460 +-
 Source/LibJPEG/jfdctint.c                          |  8696 ++---
 Source/LibJPEG/jidctflt.c                          |   470 +-
 Source/LibJPEG/jidctfst.c                          |   736 +-
 Source/LibJPEG/jidctint.c                          | 10274 +++---
 Source/LibJPEG/jinclude.h                          |   182 +-
 Source/LibJPEG/jmemmgr.c                           |  2237 +-
 Source/LibJPEG/jmemnobs.c                          |   218 +-
 Source/LibJPEG/jmemsys.h                           |   396 +-
 Source/LibJPEG/jmorecfg.h                          |   740 +-
 Source/LibJPEG/jpegint.h                           |   833 +-
 Source/LibJPEG/jpeglib.h                           |  2320 +-
 Source/LibJPEG/jpegtran.c                          |     8 +-
 Source/LibJPEG/jquant1.c                           |  1713 +-
 Source/LibJPEG/jquant2.c                           |  2621 +-
 Source/LibJPEG/jutils.c                            |   458 +-
 Source/LibJPEG/jversion.h                          |    28 +-
 Source/LibJPEG/libjpeg.txt                         |     7 +-
 Source/LibJPEG/structure.txt                       |    36 +-
 Source/LibJPEG/transupp.c                          |  3180 +-
 Source/LibJPEG/transupp.h                          |   423 +-
 Source/LibJPEG/usage.txt                           |    18 +-
 .../_FI_3151_PluginMNG.cpp}                        |     0
 Source/LibMNG/libmng.h                             |  5864 ++--
 Source/LibMNG/libmng_chunk_descr.h                 |   292 +-
 Source/LibMNG/libmng_chunk_io.h                    |   830 +-
 Source/LibMNG/libmng_chunk_prc.h                   |   762 +-
 Source/LibMNG/libmng_chunks.h                      |  2052 +-
 Source/LibMNG/libmng_cms.h                         |   184 +-
 Source/LibMNG/libmng_conf.h                        |   612 +-
 Source/LibMNG/libmng_data.h                        |  2058 +-
 Source/LibMNG/libmng_display.h                     |   686 +-
 Source/LibMNG/libmng_dither.h                      |    90 +-
 Source/LibMNG/libmng_error.h                       |   238 +-
 Source/LibMNG/libmng_filter.h                      |   138 +-
 Source/LibMNG/libmng_jpeg.h                        |   114 +-
 Source/LibMNG/libmng_memory.h                      |   128 +-
 Source/LibMNG/libmng_object_prc.h                  |  1380 +-
 Source/LibMNG/libmng_objects.h                     |  1270 +-
 Source/LibMNG/libmng_pixels.h                      |  2294 +-
 Source/LibMNG/libmng_read.h                        |   106 +-
 Source/LibMNG/libmng_trace.h                       |  2948 +-
 Source/LibMNG/libmng_types.h                       |  1148 +-
 Source/LibMNG/libmng_write.h                       |    98 +-
 Source/LibMNG/libmng_zlib.h                        |   120 +-
 Source/LibOpenJPEG/AUTHORS                         |    13 +
 Source/LibOpenJPEG/CHANGES                         |  1378 +-
 Source/LibOpenJPEG/INSTALL                         |   114 +
 Source/LibOpenJPEG/LICENSE                         |    13 +-
 Source/LibOpenJPEG/LibOpenJPEG.2003.vcproj         |    30 +-
 Source/LibOpenJPEG/LibOpenJPEG.2005.vcproj         |   288 +-
 Source/LibOpenJPEG/LibOpenJPEG.2008.vcproj         |    32 +
 Source/LibOpenJPEG/NEWS                            |    24 +
 Source/LibOpenJPEG/README                          |    25 +
 Source/LibOpenJPEG/THANKS                          |    33 +
 Source/LibOpenJPEG/cidx_manager.c                  |   211 +
 Source/LibOpenJPEG/{LICENSE => cidx_manager.h}     |    40 +-
 Source/LibOpenJPEG/cio.c                           |     2 +-
 Source/LibOpenJPEG/cio.h                           |     9 +-
 Source/LibOpenJPEG/dwt.c                           |    12 +-
 Source/LibOpenJPEG/event.c                         |    21 +-
 Source/LibOpenJPEG/indexbox_manager.h              |   118 +
 Source/LibOpenJPEG/j2k.c                           |   240 +-
 Source/LibOpenJPEG/jp2.c                           |   335 +-
 Source/LibOpenJPEG/jp2.h                           |     3 +
 Source/LibOpenJPEG/openjpeg.c                      |    10 +-
 Source/LibOpenJPEG/openjpeg.h                      |    56 +-
 Source/LibOpenJPEG/opj_config.h                    |    82 +-
 Source/LibOpenJPEG/opj_includes.h                  |     4 +
 Source/LibOpenJPEG/opj_malloc.h                    |     4 +-
 Source/LibOpenJPEG/phix_manager.c                  |   170 +
 Source/LibOpenJPEG/ppix_manager.c                  |   173 +
 Source/LibOpenJPEG/t1.c                            |    13 +-
 Source/LibOpenJPEG/t2.c                            |    77 +-
 Source/LibOpenJPEG/tcd.c                           |   126 +-
 Source/LibOpenJPEG/thix_manager.c                  |   120 +
 Source/LibOpenJPEG/tpix_manager.c                  |   153 +
 Source/LibPNG/ANNOUNCE                             |   194 +-
 Source/LibPNG/CHANGES                              |   444 +-
 Source/LibPNG/LICENSE                              |     6 +-
 Source/LibPNG/README                               |     2 +-
 Source/LibPNG/configure                            |    10 +-
 Source/LibPNG/example.c                            |    75 +-
 Source/LibPNG/libpng-manual.txt                    |   472 +-
 Source/LibPNG/libpng.3                             |   543 +-
 Source/LibPNG/libpngpf.3                           |     4 +-
 Source/LibPNG/png.5                                |     2 +-
 Source/LibPNG/png.c                                |   604 +-
 Source/LibPNG/png.h                                |   214 +-
 Source/LibPNG/pngconf.h                            |    77 +-
 Source/LibPNG/pngerror.c                           |    83 +-
 Source/LibPNG/pngget.c                             |   120 +-
 Source/LibPNG/pnglibconf.h                         |   374 +-
 Source/LibPNG/pngmem.c                             |    18 +-
 Source/LibPNG/pngpread.c                           |   777 +-
 Source/LibPNG/pngpriv.h                            |   475 +-
 Source/LibPNG/pngread.c                            |   415 +-
 Source/LibPNG/pngrtran.c                           |   895 +-
 Source/LibPNG/pngrutil.c                           |  1313 +-
 Source/LibPNG/pngset.c                             |   121 +-
 Source/LibPNG/pngstruct.h                          |    71 +-
 Source/LibPNG/pngtest.c                            |    31 +-
 Source/LibPNG/pngtrans.c                           |   107 +-
 Source/LibPNG/pngvalid.c                           |  8619 -----
 Source/LibPNG/pngwrite.c                           |    81 +-
 Source/LibPNG/pngwtran.c                           |    42 +-
 Source/LibPNG/pngwutil.c                           |   249 +-
 Source/LibRawLite/COPYRIGHT                        |    46 +-
 Source/LibRawLite/Changelog.txt                    |  2340 +-
 Source/LibRawLite/LICENSE.CDDL                     |   680 +-
 Source/LibRawLite/LICENSE.LGPL                     |   916 +-
 Source/LibRawLite/LibRawLite.2003.vcproj           |     6 +
 Source/LibRawLite/LibRawLite.2005.vcproj           |    72 +-
 Source/LibRawLite/LibRawLite.2008.vcproj           |     8 +
 Source/LibRawLite/README                           |    56 +-
 Source/LibRawLite/README.demosaic-packs            |    92 +-
 Source/LibRawLite/dcraw/dcraw.c                    |  1517 +-
 Source/LibRawLite/internal/dcb_demosaicing.c       |    53 +-
 Source/LibRawLite/internal/dcraw_common.cpp        | 18644 +++++------
 Source/LibRawLite/internal/dcraw_fileio.cpp        |   480 +-
 Source/LibRawLite/internal/defines.h               |   290 +-
 Source/LibRawLite/internal/demosaic_packs.cpp      |   194 +-
 Source/LibRawLite/internal/libraw_bytebuffer.h     |   140 +
 Source/LibRawLite/internal/libraw_internal_funcs.h |   478 +-
 Source/LibRawLite/internal/var_defines.h           |   410 +-
 Source/LibRawLite/libraw/libraw.h                  |   538 +-
 Source/LibRawLite/libraw/libraw_alloc.h            |   198 +-
 Source/LibRawLite/libraw/libraw_const.h            |   325 +-
 Source/LibRawLite/libraw/libraw_datastream.h       |   838 +-
 Source/LibRawLite/libraw/libraw_internal.h         |   443 +-
 Source/LibRawLite/libraw/libraw_types.h            |   682 +-
 Source/LibRawLite/libraw/libraw_version.h          |   112 +-
 Source/LibRawLite/libraw/librawwindows.h           |    91 -
 Source/LibRawLite/src/libraw_c_api.cpp             |   396 +-
 Source/LibRawLite/src/libraw_cxx.cpp               |  5291 +--
 Source/LibRawLite/src/libraw_datastream.cpp        |   526 +
 .../PluginG3.cpp => LibTIFF/_FI_3151_PluginG3.cpp} |     0
 .../_FI_3151_PluginTIFF.cpp}                       |    44 +-
 .../XTIFF.cpp => LibTIFF/_FI_3151_XTIFF.cpp}       |   125 +-
 Source/LibTIFF/t4.h                                |   584 +-
 Source/LibTIFF/tif_aux.c                           |   580 +-
 Source/LibTIFF/tif_close.c                         |   252 +-
 Source/LibTIFF/tif_codec.c                         |   320 +-
 Source/LibTIFF/tif_color.c                         |   574 +-
 Source/LibTIFF/tif_compress.c                      |   590 +-
 Source/LibTIFF/tif_config.h                        |   532 +-
 Source/LibTIFF/tif_config.vc.h                     |   126 +-
 Source/LibTIFF/tif_config.wince.h                  |   148 +-
 Source/LibTIFF/tif_dir.c                           |  2782 +-
 Source/LibTIFF/tif_dir.h                           |   422 +-
 Source/LibTIFF/tif_dirinfo.c                       |  1768 +-
 Source/LibTIFF/tif_dirread.c                       |  4234 +--
 Source/LibTIFF/tif_dirwrite.c                      |  2872 +-
 Source/LibTIFF/tif_dumpmode.c                      |   252 +-
 Source/LibTIFF/tif_error.c                         |   160 +-
 Source/LibTIFF/tif_extension.c                     |   236 +-
 Source/LibTIFF/tif_fax3.c                          |  3252 +-
 Source/LibTIFF/tif_fax3.h                          |  1076 +-
 Source/LibTIFF/tif_fax3sm.c                        |  2520 +-
 Source/LibTIFF/tif_flush.c                         |   148 +-
 Source/LibTIFF/tif_getimage.c                      |  5356 +--
 Source/LibTIFF/tif_jpeg.c                          |  4156 +--
 Source/LibTIFF/tif_luv.c                           |  3258 +-
 Source/LibTIFF/tif_lzw.c                           |  2258 +-
 Source/LibTIFF/tif_next.c                          |   308 +-
 Source/LibTIFF/tif_ojpeg.c                         |  4896 +--
 Source/LibTIFF/tif_open.c                          |  1390 +-
 Source/LibTIFF/tif_packbits.c                      |   600 +-
 Source/LibTIFF/tif_pixarlog.c                      |  2742 +-
 Source/LibTIFF/tif_predict.c                       |  1472 +-
 Source/LibTIFF/tif_predict.h                       |   154 +-
 Source/LibTIFF/tif_print.c                         |  1284 +-
 Source/LibTIFF/tif_read.c                          |  1500 +-
 Source/LibTIFF/tif_strip.c                         |   732 +-
 Source/LibTIFF/tif_swab.c                          |   484 +-
 Source/LibTIFF/tif_thunder.c                       |   378 +-
 Source/LibTIFF/tif_tile.c                          |   560 +-
 Source/LibTIFF/tif_version.c                       |    80 +-
 Source/LibTIFF/tif_warning.c                       |   162 +-
 Source/LibTIFF/tif_write.c                         |  1436 +-
 Source/LibTIFF/tif_zip.c                           |   838 +-
 Source/LibTIFF/tiff.h                              |  1308 +-
 Source/LibTIFF/tiffconf.vc.h                       |   232 +-
 Source/LibTIFF/tiffconf.wince.h                    |   272 +-
 Source/LibTIFF/tiffio.h                            |  1052 +-
 Source/LibTIFF/tiffiop.h                           |   706 +-
 Source/LibTIFF/tiffvers.h                          |    18 +-
 Source/LibTIFF/uvcode.h                            |   360 +-
 Source/LibTIFF4/ChangeLog                          |  5835 ++++
 .../LibTIFF4.2003.vcproj}                          |   195 +-
 .../LibTIFF4.2005.vcproj}                          |   276 +-
 .../LibTIFF4.2008.vcproj}                          |   277 +-
 Source/LibTIFF4/mkg3states.c                       |   451 +
 Source/{LibTIFF/tif_flush.c => LibTIFF4/mkspans.c} |    72 +-
 Source/{LibTIFF => LibTIFF4}/t4.h                  |    38 +-
 Source/{LibTIFF => LibTIFF4}/tif_aux.c             |    98 +-
 Source/{LibTIFF => LibTIFF4}/tif_close.c           |    62 +-
 Source/{LibTIFF => LibTIFF4}/tif_codec.c           |    85 +-
 Source/{LibTIFF => LibTIFF4}/tif_color.c           |     6 +-
 Source/{LibTIFF => LibTIFF4}/tif_compress.c        |    71 +-
 Source/LibTIFF4/tif_config.h                       |    97 +
 .../tif_config.vc.h => LibTIFF4/tif_config.h-vms}  |    29 +-
 Source/LibTIFF4/tif_config.h.in                    |   395 +
 Source/{LibTIFF => LibTIFF4}/tif_config.vc.h       |     8 +
 Source/{LibTIFF => LibTIFF4}/tif_config.wince.h    |     5 +-
 Source/LibTIFF4/tif_dir.c                          |  1659 +
 Source/LibTIFF4/tif_dir.h                          |   308 +
 Source/LibTIFF4/tif_dirinfo.c                      |   957 +
 Source/LibTIFF4/tif_dirread.c                      |  5613 ++++
 Source/LibTIFF4/tif_dirwrite.c                     |  2910 ++
 Source/{LibTIFF => LibTIFF4}/tif_dumpmode.c        |    41 +-
 Source/{LibTIFF => LibTIFF4}/tif_error.c           |     2 +-
 Source/{LibTIFF => LibTIFF4}/tif_extension.c       |     8 +-
 Source/{LibTIFF => LibTIFF4}/tif_fax3.c            |   315 +-
 Source/{LibTIFF => LibTIFF4}/tif_fax3.h            |    46 +-
 Source/{LibTIFF => LibTIFF4}/tif_fax3sm.c          |     0
 Source/LibTIFF4/tif_flush.c                        |   118 +
 Source/{LibTIFF => LibTIFF4}/tif_getimage.c        |   455 +-
 Source/LibTIFF4/tif_jbig.c                         |   213 +
 Source/{LibTIFF => LibTIFF4}/tif_jpeg.c            |  1112 +-
 Source/LibTIFF4/tif_jpeg_12.c                      |    65 +
 Source/{LibTIFF => LibTIFF4}/tif_luv.c             |   396 +-
 Source/LibTIFF4/tif_lzma.c                         |   495 +
 Source/{LibTIFF => LibTIFF4}/tif_lzw.c             |   352 +-
 Source/{LibTIFF => LibTIFF4}/tif_next.c            |    30 +-
 Source/{LibTIFF => LibTIFF4}/tif_ojpeg.c           |   286 +-
 Source/{LibTIFF => LibTIFF4}/tif_open.c            |   494 +-
 Source/{LibTIFF => LibTIFF4}/tif_packbits.c        |   130 +-
 Source/{LibTIFF => LibTIFF4}/tif_pixarlog.c        |   277 +-
 Source/{LibTIFF => LibTIFF4}/tif_predict.c         |   232 +-
 Source/{LibTIFF => LibTIFF4}/tif_predict.h         |    56 +-
 Source/{LibTIFF => LibTIFF4}/tif_print.c           |   368 +-
 Source/LibTIFF4/tif_read.c                         |  1083 +
 Source/LibTIFF4/tif_stream.cxx                     |   425 +
 Source/LibTIFF4/tif_strip.c                        |   383 +
 Source/{LibTIFF => LibTIFF4}/tif_swab.c            |   114 +-
 Source/{LibTIFF => LibTIFF4}/tif_thunder.c         |    58 +-
 Source/{LibTIFF => LibTIFF4}/tif_tile.c            |   197 +-
 Source/LibTIFF4/tif_unix.c                         |   322 +
 Source/{LibTIFF => LibTIFF4}/tif_version.c         |     2 +-
 Source/LibTIFF4/tif_vms.c                          |   600 +
 Source/{LibTIFF => LibTIFF4}/tif_warning.c         |     2 +-
 Source/LibTIFF4/tif_win32.c                        |   440 +
 Source/LibTIFF4/tif_wince.c                        |   293 +
 Source/{LibTIFF => LibTIFF4}/tif_write.c           |   323 +-
 Source/{LibTIFF => LibTIFF4}/tif_zip.c             |   202 +-
 Source/{LibTIFF => LibTIFF4}/tiff.h                |   182 +-
 Source/LibTIFF4/tiffconf.h                         |   174 +
 .../tiffconf.vc.h => LibTIFF4/tiffconf.h-vms}      |    29 +-
 .../tiffconf.vc.h => LibTIFF4/tiffconf.h.in}       |    95 +-
 .../tiffconf.wince.h => LibTIFF4/tiffconf.vc.h}    |    68 +-
 Source/{LibTIFF => LibTIFF4}/tiffconf.wince.h      |    17 +-
 Source/LibTIFF4/tiffio.h                           |   557 +
 .../{LibTIFF/tif_version.c => LibTIFF4/tiffio.hxx} |    31 +-
 Source/LibTIFF4/tiffiop.h                          |   367 +
 Source/{LibTIFF => LibTIFF4}/tiffvers.h            |     4 +-
 .../{LibTIFF/tiffvers.h => LibTIFF4/tiffvers.h.in} |     4 +-
 Source/{LibTIFF => LibTIFF4}/uvcode.h              |     0
 Source/Metadata/Exif.cpp                           |  1677 +-
 Source/Metadata/FIRational.cpp                     |   352 +-
 Source/Metadata/FIRational.h                       |   216 +-
 Source/Metadata/FreeImageTag.cpp                   |   605 +-
 Source/Metadata/FreeImageTag.h                     |   922 +-
 Source/Metadata/IPTC.cpp                           |   667 +-
 Source/Metadata/TagConversion.cpp                  |   128 +-
 Source/Metadata/TagLib.cpp                         |  2994 +-
 Source/Metadata/XTIFF.cpp                          |   194 +-
 Source/OpenEXR/Copyrights/ilmbase/AUTHORS          |    21 +
 Source/OpenEXR/Copyrights/{ => ilmbase}/COPYING    |    68 +-
 Source/OpenEXR/Copyrights/ilmbase/ChangeLog        |   109 +
 Source/OpenEXR/Copyrights/ilmbase/INSTALL          |     2 +
 Source/OpenEXR/Copyrights/{ => ilmbase}/LICENSE    |    68 +-
 Source/OpenEXR/Copyrights/ilmbase/NEWS             |     3 +
 Source/OpenEXR/Copyrights/ilmbase/README           |    60 +
 Source/OpenEXR/Copyrights/ilmbase/README.CVS       |    16 +
 Source/OpenEXR/Copyrights/ilmbase/README.OSX       |    68 +
 Source/OpenEXR/Copyrights/ilmbase/README.win32     |   196 +
 Source/OpenEXR/Copyrights/{ => openexr}/AUTHORS    |    82 +-
 Source/OpenEXR/Copyrights/{ => openexr}/COPYING    |    68 +-
 Source/OpenEXR/Copyrights/{ => openexr}/ChangeLog  |  1323 +-
 Source/OpenEXR/Copyrights/openexr/INSTALL          |     2 +
 Source/OpenEXR/Copyrights/{ => openexr}/LICENSE    |    68 +-
 Source/OpenEXR/Copyrights/openexr/NEWS             |   184 +
 Source/OpenEXR/Copyrights/openexr/README           |    68 +
 Source/OpenEXR/Copyrights/openexr/README.CVS       |    16 +
 Source/OpenEXR/Copyrights/openexr/README.OSX       |    21 +
 Source/OpenEXR/Copyrights/openexr/README.win32     |   197 +
 Source/OpenEXR/Half/Makefile.am                    |    64 +-
 Source/OpenEXR/Half/Makefile.in                    |  1098 +-
 Source/OpenEXR/Half/eLut.cpp                       |   228 +-
 Source/OpenEXR/Half/eLut.h                         |   142 +-
 Source/OpenEXR/Half/half.cpp                       |   622 +-
 Source/OpenEXR/Half/half.h                         |  1532 +-
 Source/OpenEXR/Half/halfFunction.h                 |   337 +-
 Source/OpenEXR/Half/halfLimits.h                   |   204 +-
 Source/OpenEXR/Half/toFloat.cpp                    |   328 +-
 Source/OpenEXR/Half/toFloat.h                      | 32782 +++++++++---------
 Source/OpenEXR/Iex/Iex.h                           |   120 +-
 Source/OpenEXR/Iex/IexBaseExc.cpp                  |   258 +-
 Source/OpenEXR/Iex/IexBaseExc.h                    |   532 +-
 Source/OpenEXR/Iex/IexErrnoExc.h                   |   420 +-
 Source/OpenEXR/Iex/IexMacros.h                     |   296 +-
 Source/OpenEXR/Iex/IexMathExc.h                    |   116 +-
 Source/OpenEXR/Iex/IexThrowErrnoExc.cpp            |  1718 +-
 Source/OpenEXR/Iex/IexThrowErrnoExc.h              |   192 +-
 Source/OpenEXR/Iex/Makefile.am                     |    32 +-
 Source/OpenEXR/Iex/Makefile.in                     |  1024 +-
 Source/OpenEXR/IlmBaseConfig.h                     |    92 +-
 Source/OpenEXR/IlmImf/ImfAcesFile.cpp              |  1262 +-
 Source/OpenEXR/IlmImf/ImfAcesFile.h                |   644 +-
 Source/OpenEXR/IlmImf/ImfArray.h                   |   522 +-
 Source/OpenEXR/IlmImf/ImfAttribute.cpp             |   312 +-
 Source/OpenEXR/IlmImf/ImfAttribute.h               |   854 +-
 Source/OpenEXR/IlmImf/ImfAutoArray.h               |   186 +-
 Source/OpenEXR/IlmImf/ImfB44Compressor.cpp         |  2138 +-
 Source/OpenEXR/IlmImf/ImfB44Compressor.h           |   234 +-
 Source/OpenEXR/IlmImf/ImfBoxAttribute.cpp          |   220 +-
 Source/OpenEXR/IlmImf/ImfBoxAttribute.h            |   146 +-
 Source/OpenEXR/IlmImf/ImfCRgbaFile.cpp             |  2868 +-
 Source/OpenEXR/IlmImf/ImfCRgbaFile.h               |   934 +-
 Source/OpenEXR/IlmImf/ImfChannelList.cpp           |   642 +-
 Source/OpenEXR/IlmImf/ImfChannelList.h             |   866 +-
 Source/OpenEXR/IlmImf/ImfChannelListAttribute.cpp  |   290 +-
 Source/OpenEXR/IlmImf/ImfChannelListAttribute.h    |   134 +-
 Source/OpenEXR/IlmImf/ImfCheckedArithmetic.h       |   322 +-
 Source/OpenEXR/IlmImf/ImfChromaticities.cpp        |   270 +-
 Source/OpenEXR/IlmImf/ImfChromaticities.h          |   240 +-
 .../OpenEXR/IlmImf/ImfChromaticitiesAttribute.cpp  |   172 +-
 Source/OpenEXR/IlmImf/ImfChromaticitiesAttribute.h |   144 +-
 Source/OpenEXR/IlmImf/ImfCompression.h             |   150 +-
 Source/OpenEXR/IlmImf/ImfCompressionAttribute.cpp  |   152 +-
 Source/OpenEXR/IlmImf/ImfCompressionAttribute.h    |   132 +-
 Source/OpenEXR/IlmImf/ImfCompressor.cpp            |   384 +-
 Source/OpenEXR/IlmImf/ImfCompressor.h              |   504 +-
 Source/OpenEXR/IlmImf/ImfConvert.cpp               |   278 +-
 Source/OpenEXR/IlmImf/ImfConvert.h                 |   208 +-
 Source/OpenEXR/IlmImf/ImfDoubleAttribute.cpp       |   114 +-
 Source/OpenEXR/IlmImf/ImfDoubleAttribute.h         |   126 +-
 Source/OpenEXR/IlmImf/ImfEnvmap.cpp                |   656 +-
 Source/OpenEXR/IlmImf/ImfEnvmap.h                  |   644 +-
 Source/OpenEXR/IlmImf/ImfEnvmapAttribute.cpp       |   150 +-
 Source/OpenEXR/IlmImf/ImfEnvmapAttribute.h         |   130 +-
 Source/OpenEXR/IlmImf/ImfFloatAttribute.cpp        |   114 +-
 Source/OpenEXR/IlmImf/ImfFloatAttribute.h          |   126 +-
 Source/OpenEXR/IlmImf/ImfFrameBuffer.cpp           |   452 +-
 Source/OpenEXR/IlmImf/ImfFrameBuffer.h             |   766 +-
 Source/OpenEXR/IlmImf/ImfFramesPerSecond.cpp       |   150 +-
 Source/OpenEXR/IlmImf/ImfFramesPerSecond.h         |   176 +-
 Source/OpenEXR/IlmImf/ImfHeader.cpp                |  2212 +-
 Source/OpenEXR/IlmImf/ImfHeader.h                  |  1254 +-
 Source/OpenEXR/IlmImf/ImfHuf.cpp                   |  2172 +-
 Source/OpenEXR/IlmImf/ImfHuf.h                     |   158 +-
 Source/OpenEXR/IlmImf/ImfIO.cpp                    |   218 +-
 Source/OpenEXR/IlmImf/ImfIO.h                      |   504 +-
 Source/OpenEXR/IlmImf/ImfInputFile.cpp             |  1296 +-
 Source/OpenEXR/IlmImf/ImfInputFile.h               |   418 +-
 Source/OpenEXR/IlmImf/ImfInt64.h                   |   104 +-
 Source/OpenEXR/IlmImf/ImfIntAttribute.cpp          |   114 +-
 Source/OpenEXR/IlmImf/ImfIntAttribute.h            |   126 +-
 Source/OpenEXR/IlmImf/ImfKeyCode.cpp               |   432 +-
 Source/OpenEXR/IlmImf/ImfKeyCode.h                 |   322 +-
 Source/OpenEXR/IlmImf/ImfKeyCodeAttribute.cpp      |   196 +-
 Source/OpenEXR/IlmImf/ImfKeyCodeAttribute.h        |   144 +-
 Source/OpenEXR/IlmImf/ImfLineOrder.h               |   128 +-
 Source/OpenEXR/IlmImf/ImfLineOrderAttribute.cpp    |   154 +-
 Source/OpenEXR/IlmImf/ImfLineOrderAttribute.h      |   132 +-
 Source/OpenEXR/IlmImf/ImfLut.cpp                   |   352 +-
 Source/OpenEXR/IlmImf/ImfLut.h                     |   370 +-
 Source/OpenEXR/IlmImf/ImfMatrixAttribute.cpp       |   520 +-
 Source/OpenEXR/IlmImf/ImfMatrixAttribute.h         |   174 +-
 Source/OpenEXR/IlmImf/ImfMisc.cpp                  |  1574 +-
 Source/OpenEXR/IlmImf/ImfMisc.h                    |   510 +-
 Source/OpenEXR/IlmImf/ImfMultiView.cpp             |   792 +-
 Source/OpenEXR/IlmImf/ImfMultiView.h               |   328 +-
 Source/OpenEXR/IlmImf/ImfName.h                    |   292 +-
 Source/OpenEXR/IlmImf/ImfOpaqueAttribute.cpp       |   250 +-
 Source/OpenEXR/IlmImf/ImfOpaqueAttribute.h         |   228 +-
 Source/OpenEXR/IlmImf/ImfOutputFile.cpp            |  2574 +-
 Source/OpenEXR/IlmImf/ImfOutputFile.h              |   482 +-
 Source/OpenEXR/IlmImf/ImfPixelType.h               |   122 +-
 Source/OpenEXR/IlmImf/ImfPizCompressor.cpp         |  1332 +-
 Source/OpenEXR/IlmImf/ImfPizCompressor.h           |   230 +-
 Source/OpenEXR/IlmImf/ImfPreviewImage.cpp          |   206 +-
 Source/OpenEXR/IlmImf/ImfPreviewImage.h            |   262 +-
 Source/OpenEXR/IlmImf/ImfPreviewImageAttribute.cpp |   204 +-
 Source/OpenEXR/IlmImf/ImfPreviewImageAttribute.h   |   142 +-
 Source/OpenEXR/IlmImf/ImfPxr24Compressor.cpp       |  1100 +-
 Source/OpenEXR/IlmImf/ImfPxr24Compressor.h         |   216 +-
 Source/OpenEXR/IlmImf/ImfRational.cpp              |   250 +-
 Source/OpenEXR/IlmImf/ImfRational.h                |   186 +-
 Source/OpenEXR/IlmImf/ImfRationalAttribute.cpp     |   146 +-
 Source/OpenEXR/IlmImf/ImfRationalAttribute.h       |   140 +-
 Source/OpenEXR/IlmImf/ImfRgba.h                    |   208 +-
 Source/OpenEXR/IlmImf/ImfRgbaFile.cpp              |  2808 +-
 Source/OpenEXR/IlmImf/ImfRgbaFile.h                |   688 +-
 Source/OpenEXR/IlmImf/ImfRgbaYca.cpp               |   990 +-
 Source/OpenEXR/IlmImf/ImfRgbaYca.h                 |   496 +-
 Source/OpenEXR/IlmImf/ImfRleCompressor.cpp         |   662 +-
 Source/OpenEXR/IlmImf/ImfRleCompressor.h           |   158 +-
 Source/OpenEXR/IlmImf/ImfScanLineInputFile.cpp     |  2042 +-
 Source/OpenEXR/IlmImf/ImfScanLineInputFile.h       |   344 +-
 Source/OpenEXR/IlmImf/ImfStandardAttributes.cpp    |   236 +-
 Source/OpenEXR/IlmImf/ImfStandardAttributes.h      |   686 +-
 Source/OpenEXR/IlmImf/ImfStdIO.cpp                 |   480 +-
 Source/OpenEXR/IlmImf/ImfStdIO.h                   |   312 +-
 Source/OpenEXR/IlmImf/ImfStringAttribute.cpp       |   158 +-
 Source/OpenEXR/IlmImf/ImfStringAttribute.h         |   132 +-
 Source/OpenEXR/IlmImf/ImfStringVectorAttribute.cpp |   188 +-
 Source/OpenEXR/IlmImf/ImfStringVectorAttribute.h   |   132 +-
 Source/OpenEXR/IlmImf/ImfTestFile.cpp              |   270 +-
 Source/OpenEXR/IlmImf/ImfTestFile.h                |   126 +-
 Source/OpenEXR/IlmImf/ImfThreading.cpp             |   120 +-
 Source/OpenEXR/IlmImf/ImfThreading.h               |   184 +-
 Source/OpenEXR/IlmImf/ImfTileDescription.h         |   204 +-
 .../OpenEXR/IlmImf/ImfTileDescriptionAttribute.cpp |   170 +-
 .../OpenEXR/IlmImf/ImfTileDescriptionAttribute.h   |   146 +-
 Source/OpenEXR/IlmImf/ImfTileOffsets.cpp           |   770 +-
 Source/OpenEXR/IlmImf/ImfTileOffsets.h             |   214 +-
 Source/OpenEXR/IlmImf/ImfTiledInputFile.cpp        |  2604 +-
 Source/OpenEXR/IlmImf/ImfTiledInputFile.h          |   762 +-
 Source/OpenEXR/IlmImf/ImfTiledMisc.cpp             |   602 +-
 Source/OpenEXR/IlmImf/ImfTiledMisc.h               |   150 +-
 Source/OpenEXR/IlmImf/ImfTiledOutputFile.cpp       |  3384 +-
 Source/OpenEXR/IlmImf/ImfTiledOutputFile.h         |   950 +-
 Source/OpenEXR/IlmImf/ImfTiledRgbaFile.cpp         |  2324 +-
 Source/OpenEXR/IlmImf/ImfTiledRgbaFile.h           |   958 +-
 Source/OpenEXR/IlmImf/ImfTimeCode.cpp              |   830 +-
 Source/OpenEXR/IlmImf/ImfTimeCode.h                |   452 +-
 Source/OpenEXR/IlmImf/ImfTimeCodeAttribute.cpp     |   156 +-
 Source/OpenEXR/IlmImf/ImfTimeCodeAttribute.h       |   144 +-
 Source/OpenEXR/IlmImf/ImfVecAttribute.cpp          |   432 +-
 Source/OpenEXR/IlmImf/ImfVecAttribute.h            |   202 +-
 Source/OpenEXR/IlmImf/ImfVersion.cpp               |   118 +-
 Source/OpenEXR/IlmImf/ImfVersion.h                 |   240 +-
 Source/OpenEXR/IlmImf/ImfWav.cpp                   |   780 +-
 Source/OpenEXR/IlmImf/ImfWav.h                     |   140 +-
 Source/OpenEXR/IlmImf/ImfXdr.h                     |  1832 +-
 Source/OpenEXR/IlmImf/ImfZipCompressor.cpp         |   480 +-
 Source/OpenEXR/IlmImf/ImfZipCompressor.h           |   166 +-
 Source/OpenEXR/IlmImf/Makefile.am                  |   256 +-
 Source/OpenEXR/IlmImf/Makefile.in                  |  1454 +-
 Source/OpenEXR/IlmImf/b44ExpLogTable.cpp           |   272 +-
 Source/OpenEXR/IlmImf/b44ExpLogTable.h             | 32792 +++++++++----------
 Source/OpenEXR/IlmThread/IlmThread.cpp             |   160 +-
 Source/OpenEXR/IlmThread/IlmThread.h               |   302 +-
 Source/OpenEXR/IlmThread/IlmThreadMutex.cpp        |   118 +-
 Source/OpenEXR/IlmThread/IlmThreadMutex.h          |   316 +-
 Source/OpenEXR/IlmThread/IlmThreadMutexPosix.cpp   |   170 +-
 Source/OpenEXR/IlmThread/IlmThreadMutexWin32.cpp   |   146 +-
 Source/OpenEXR/IlmThread/IlmThreadPool.cpp         |   912 +-
 Source/OpenEXR/IlmThread/IlmThreadPool.h           |   312 +-
 Source/OpenEXR/IlmThread/IlmThreadPosix.cpp        |   196 +-
 Source/OpenEXR/IlmThread/IlmThreadSemaphore.cpp    |   120 +-
 Source/OpenEXR/IlmThread/IlmThreadSemaphore.h      |   220 +-
 .../OpenEXR/IlmThread/IlmThreadSemaphorePosix.cpp  |   206 +-
 .../IlmThread/IlmThreadSemaphorePosixCompat.cpp    |   310 +-
 .../OpenEXR/IlmThread/IlmThreadSemaphoreWin32.cpp  |   292 +-
 Source/OpenEXR/IlmThread/IlmThreadWin32.cpp        |   190 +-
 Source/OpenEXR/IlmThread/Makefile.am               |    50 +-
 Source/OpenEXR/IlmThread/Makefile.in               |  1060 +-
 Source/OpenEXR/Imath/ImathBox.cpp                  |    74 +-
 Source/OpenEXR/Imath/ImathBox.h                    |  1637 +-
 Source/OpenEXR/Imath/ImathBoxAlgo.h                |  1885 +-
 Source/OpenEXR/Imath/ImathColor.h                  |  1468 +-
 Source/OpenEXR/Imath/ImathColorAlgo.cpp            |   356 +-
 Source/OpenEXR/Imath/ImathColorAlgo.h              |   512 +-
 Source/OpenEXR/Imath/ImathEuler.h                  |  1840 +-
 Source/OpenEXR/Imath/ImathExc.h                    |   146 +-
 Source/OpenEXR/Imath/ImathFrame.h                  |   380 +-
 Source/OpenEXR/Imath/ImathFrustum.h                |  1475 +-
 Source/OpenEXR/Imath/ImathFrustumTest.h            |   410 +
 Source/OpenEXR/Imath/ImathFun.cpp                  |   362 +-
 Source/OpenEXR/Imath/ImathFun.h                    |   534 +-
 Source/OpenEXR/Imath/ImathGL.h                     |   318 +-
 Source/OpenEXR/Imath/ImathGLU.h                    |   108 +-
 Source/OpenEXR/Imath/ImathHalfLimits.h             |   132 +-
 Source/OpenEXR/Imath/ImathInt64.h                  |   122 +-
 Source/OpenEXR/Imath/ImathInterval.h               |   448 +-
 Source/OpenEXR/Imath/ImathLimits.h                 |   534 +-
 Source/OpenEXR/Imath/ImathLine.h                   |   368 +-
 Source/OpenEXR/Imath/ImathLineAlgo.h               |   574 +-
 Source/OpenEXR/Imath/ImathMath.h                   |   416 +-
 Source/OpenEXR/Imath/ImathMatrix.h                 |  6753 ++--
 Source/OpenEXR/Imath/ImathMatrixAlgo.cpp           |  1324 +-
 Source/OpenEXR/Imath/ImathMatrixAlgo.h             |  2550 +-
 Source/OpenEXR/Imath/ImathPlane.h                  |   512 +-
 Source/OpenEXR/Imath/ImathPlatform.h               |   224 +-
 Source/OpenEXR/Imath/ImathQuat.h                   |  1926 +-
 Source/OpenEXR/Imath/ImathRandom.cpp               |   390 +-
 Source/OpenEXR/Imath/ImathRandom.h                 |   796 +-
 Source/OpenEXR/Imath/ImathRoots.h                  |   437 +-
 Source/OpenEXR/Imath/ImathShear.cpp                |   108 +-
 Source/OpenEXR/Imath/ImathShear.h                  |  1318 +-
 Source/OpenEXR/Imath/ImathSphere.h                 |   354 +-
 Source/OpenEXR/Imath/ImathVec.cpp                  |  1080 +-
 Source/OpenEXR/Imath/ImathVec.h                    |  4452 +--
 Source/OpenEXR/Imath/ImathVecAlgo.h                |   292 +-
 Source/OpenEXR/Imath/Makefile.am                   |    69 +-
 Source/OpenEXR/Imath/Makefile.in                   |  1075 +-
 Source/OpenEXR/OpenEXRConfig.h                     |    92 +-
 Source/Plugin.h                                    |   283 +-
 Source/Quantizers.h                                |   450 +-
 Source/ToneMapping.h                               |    88 +-
 Source/Utilities.h                                 |   972 +-
 Source/ZLib/ChangeLog                              |   205 +-
 Source/ZLib/FAQ                                    |   734 +-
 Source/ZLib/INDEX                                  |   133 +-
 Source/ZLib/Makefile                               |    10 +-
 Source/ZLib/Makefile.in                            |   545 +-
 Source/ZLib/README                                 |   230 +-
 Source/ZLib/ZLib.2003.vcproj                       |    15 +
 Source/ZLib/ZLib.2005.vcproj                       |    20 +
 Source/ZLib/ZLib.2008.vcproj                       |    20 +
 Source/ZLib/adler32.c                              |    70 +-
 Source/ZLib/algorithm.txt                          |   209 -
 Source/ZLib/compress.c                             |     2 +-
 Source/ZLib/configure                              |  1414 +-
 Source/ZLib/crc32.c                                |    85 +-
 Source/ZLib/crc32.h                                |   882 +-
 Source/ZLib/deflate.c                              |   261 +-
 Source/ZLib/deflate.h                              |    12 +-
 Source/ZLib/example.c                              |   565 -
 Source/ZLib/gzclose.c                              |    50 +-
 Source/ZLib/gzguts.h                               |   325 +-
 Source/ZLib/gzlib.c                                |  1157 +-
 Source/ZLib/gzread.c                               |  1242 +-
 Source/ZLib/gzwrite.c                              |  1096 +-
 Source/ZLib/infback.c                              |  1272 +-
 Source/ZLib/inffast.c                              |   680 +-
 Source/ZLib/inffast.h                              |    22 +-
 Source/ZLib/inffixed.h                             |   188 +-
 Source/ZLib/inflate.c                              |  2976 +-
 Source/ZLib/inflate.h                              |   244 +-
 Source/ZLib/inftrees.c                             |   636 +-
 Source/ZLib/inftrees.h                             |   124 +-
 Source/ZLib/minigzip.c                             |   440 -
 Source/ZLib/trees.c                                |    42 +-
 Source/ZLib/trees.h                                |   256 +-
 Source/ZLib/uncompr.c                              |     2 +-
 Source/ZLib/zconf.h                                |   200 +-
 Source/ZLib/zconf.h.in                             |   198 +-
 Source/ZLib/zlib.3                                 |   302 +-
 Source/ZLib/zlib.h                                 |  3357 +-
 Source/ZLib/zutil.c                                |    26 +-
 Source/ZLib/zutil.h                                |   100 +-
 TestAPI/MainTestSuite.cpp                          |     3 +
 TestAPI/Test.2008.vcproj                           |     4 +
 TestAPI/TestSuite.h                                |   181 +-
 TestAPI/testThumbnail.cpp                          |   139 +
 Whatsnew.txt                                       |    69 +
 Wrapper/Delphi/WhatsNew_Delphi.txt                 |     3 +
 Wrapper/Delphi/src/FreeImage.pas                   |    14 +-
 .../cpp/FreeImageIO/FreeImageIO.Net.h              |   166 +-
 Wrapper/FreeImage.NET/cpp/FreeImageIO/Stdafx.h     |    12 +-
 Wrapper/FreeImage.NET/cpp/FreeImageIO/resource.h   |     6 +-
 .../cs/Library/Classes/FreeImageBitmap.cs          |     8 +-
 .../Library/Enumerations/FREE_IMAGE_SAVE_FLAGS.cs  |    14 +-
 .../FreeImage.NET/cs/Library/FreeImageWrapper.cs   |    22 +-
 .../MainForm.cs                                    |     2 +-
 Wrapper/FreeImage.NET/cs/UnitTest/FreeImage.cs     |     2 +-
 Wrapper/FreeImage.NET/cs/Whats_New.NET.txt         |     7 +-
 Wrapper/FreeImagePlus/FreeImagePlus.2008.vcproj    |   103 +-
 Wrapper/FreeImagePlus/FreeImagePlus.h              |  3386 +-
 Wrapper/FreeImagePlus/FreeImagePlus.rc             |    10 +-
 Wrapper/FreeImagePlus/test/fipTest.h               |   158 +-
 Wrapper/VB6/mfreeimage/MFreeImage.bas              |   372 +-
 Wrapper/VB6/mfreeimage/WhatsNew_VB.txt             |    23 +-
 clean.bat                                          |     4 +
 clean.sh                                           |     2 +
 .../{FreeImage3151.pdf => FreeImage3154.pdf}       |   Bin 1004230 -> 1007480 bytes
 fipMakefile.srcs                                   |     6 +-
 genfipsrclist.sh                                   |    46 +-
 gensrclist.sh                                      |    52 +-
 license-gpl.txt                                    |   342 -
 license-gplv2.txt                                  |   126 +
 license-gplv3.txt                                  |   228 +
 717 files changed, 290937 insertions(+), 262392 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freeimage.git



More information about the debian-science-commits mailing list