[freeimage] 03/18: Merge tag 'upstream/3.17.0+dfsg1' into debian/experimental

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Nov 11 19:19:37 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository freeimage.

commit 06b643b79ee0dde45b1328dd665e1babc4c06ad3
Merge: bf066d4 48a7ea4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Nov 11 18:48:12 2015 +0000

    Merge tag 'upstream/3.17.0+dfsg1' into debian/experimental
    
    Upstream version 3.17.0+dfsg1

 FreeImage.2003.sln                                 |   106 -
 FreeImage.2003.vcproj                              |   504 -
 FreeImage.2005.sln                                 |    71 +-
 FreeImage.2005.vcproj                              |    32 +-
 FreeImage.2008.sln                                 |    24 +
 FreeImage.2008.vcproj                              |    36 +-
 FreeImage.2008.sln => FreeImage.2013.sln           |    80 +-
 FreeImage.2013.vcxproj                             |   460 +
 FreeImage.2013.vcxproj.filters                     |   365 +
 FreeImage.rc                                       |    63 +-
 Makefile.cygwin                                    |   147 +-
 Makefile.fip                                       |   157 +-
 Makefile.gnu                                       |   157 +-
 Makefile.iphone                                    |   189 +-
 Makefile.mingw                                     |   272 +-
 Makefile.osx                                       |   229 +-
 Makefile.solaris                                   |   131 +-
 Makefile.srcs                                      |     8 +-
 README.iphone                                      |     8 +
 Source/FreeImage.h                                 |  2257 +-
 Source/FreeImage/BitmapAccess.cpp                  |  2840 ++-
 Source/FreeImage/ColorLookup.cpp                   |   337 +-
 Source/FreeImage/Conversion.cpp                    |    66 +-
 Source/FreeImage/Conversion24.cpp                  |   504 +-
 Source/FreeImage/Conversion32.cpp                  |   690 +-
 Source/FreeImage/Conversion8.cpp                   |   610 +-
 Source/FreeImage/ConversionFloat.cpp               |   386 +-
 Source/FreeImage/ConversionRGB16.cpp               |   288 +-
 .../{ConversionRGB16.cpp => ConversionRGBA16.cpp}  |   291 +-
 .../{ConversionRGBF.cpp => ConversionRGBAF.cpp}    |   491 +-
 Source/FreeImage/ConversionRGBF.cpp                |   484 +-
 Source/FreeImage/ConversionType.cpp                |    10 +
 Source/FreeImage/ConversionUINT16.cpp              |   268 +-
 Source/FreeImage/FreeImageIO.cpp                   |    49 +-
 Source/FreeImage/J2KHelper.cpp                     |  1091 +-
 Source/FreeImage/J2KHelper.h                       |    36 +
 Source/FreeImage/LFPQuantizer.cpp                  |   208 +
 Source/FreeImage/MNGHelper.cpp                     |    27 +-
 Source/FreeImage/MemoryIO.cpp                      |     4 +-
 Source/FreeImage/MultiPage.cpp                     |  1948 +-
 Source/FreeImage/PSDParser.cpp                     |     4 +
 Source/FreeImage/PixelAccess.cpp                   |   407 +-
 Source/FreeImage/Plugin.cpp                        |    23 +-
 Source/FreeImage/PluginBMP.cpp                     |   118 +-
 Source/FreeImage/PluginEXR.cpp                     |   111 +-
 Source/FreeImage/PluginG3.cpp                      |     2 +-
 Source/FreeImage/PluginGIF.cpp                     |    17 +-
 Source/FreeImage/PluginHDR.cpp                     |     5 +-
 Source/FreeImage/PluginICO.cpp                     |    27 +-
 Source/FreeImage/PluginJ2K.cpp                     |   667 +-
 Source/FreeImage/PluginJP2.cpp                     |   667 +-
 Source/FreeImage/PluginJPEG.cpp                    |   102 +-
 Source/FreeImage/PluginJXR.cpp                     |  1475 ++
 Source/FreeImage/PluginPFM.cpp                     |    31 +-
 Source/FreeImage/PluginPICT.cpp                    |    19 +-
 Source/FreeImage/PluginPNG.cpp                     |   444 +-
 Source/FreeImage/PluginPNM.cpp                     |    31 +-
 Source/FreeImage/PluginRAW.cpp                     |   250 +-
 Source/FreeImage/PluginSGI.cpp                     |     2 +-
 Source/FreeImage/PluginTARGA.cpp                   |   140 +-
 Source/FreeImage/PluginTIFF.cpp                    |    70 +-
 Source/FreeImage/PluginWebP.cpp                    |   698 +
 Source/FreeImage/WuQuantizer.cpp                   |    53 +-
 Source/FreeImage/tmoColorConvert.cpp               |   958 +-
 Source/FreeImage/tmoDrago03.cpp                    |   590 +-
 Source/FreeImage/tmoFattal02.cpp                   |  1378 +-
 Source/FreeImageIO.h                               |    31 +-
 Source/FreeImageLib/FreeImageLib.2003.vcproj       |   473 -
 Source/FreeImageLib/FreeImageLib.2005.vcproj       |    32 +-
 Source/FreeImageLib/FreeImageLib.2008.vcproj       |    32 +-
 Source/FreeImageLib/FreeImageLib.2013.vcxproj      |   394 +
 .../FreeImageLib/FreeImageLib.2013.vcxproj.filters |   353 +
 Source/FreeImageToolkit/CopyPaste.cpp              |   116 +-
 Source/FreeImageToolkit/JPEGTransform.cpp          |   551 +-
 Source/FreeImageToolkit/Rescale.cpp                |   361 +-
 Source/FreeImageToolkit/Resize.cpp                 |  4108 ++--
 Source/FreeImageToolkit/Resize.h                   |   391 +-
 Source/LibJPEG/LibJPEG.2003.vcproj                 |   306 -
 Source/LibJPEG/LibJPEG.2005.vcproj                 |   569 -
 Source/LibJPEG/LibJPEG.2008.vcproj                 |   570 -
 Source/LibJPEG/README                              |   351 -
 Source/LibJPEG/ansi2knr.c                          |   739 -
 Source/LibJPEG/cderror.h                           |   134 -
 Source/LibJPEG/cdjpeg.c                            |   181 -
 Source/LibJPEG/cdjpeg.h                            |   187 -
 Source/LibJPEG/change.log                          |   346 -
 Source/LibJPEG/cjpeg.c                             |   643 -
 Source/LibJPEG/ckconfig.c                          |   402 -
 Source/LibJPEG/coderules.txt                       |   118 -
 Source/LibJPEG/djpeg.c                             |   617 -
 Source/LibJPEG/example.c                           |   433 -
 Source/LibJPEG/filelist.txt                        |   215 -
 Source/LibJPEG/install.txt                         |  1096 -
 Source/LibJPEG/jaricom.c                           |   153 -
 Source/LibJPEG/jcapimin.c                          |   288 -
 Source/LibJPEG/jcapistd.c                          |   161 -
 Source/LibJPEG/jcarith.c                           |   937 -
 Source/LibJPEG/jccoefct.c                          |   454 -
 Source/LibJPEG/jccolor.c                           |   490 -
 Source/LibJPEG/jcdctmgr.c                          |   482 -
 Source/LibJPEG/jchuff.c                            |  1576 --
 Source/LibJPEG/jcinit.c                            |    65 -
 Source/LibJPEG/jcmainct.c                          |   293 -
 Source/LibJPEG/jcmarker.c                          |   682 -
 Source/LibJPEG/jcmaster.c                          |   858 -
 Source/LibJPEG/jcomapi.c                           |   106 -
 Source/LibJPEG/jconfig.h                           |    47 -
 Source/LibJPEG/jconfig.txt                         |   164 -
 Source/LibJPEG/jcparam.c                           |   632 -
 Source/LibJPEG/jcprepct.c                          |   358 -
 Source/LibJPEG/jcsample.c                          |   545 -
 Source/LibJPEG/jctrans.c                           |   382 -
 Source/LibJPEG/jdapimin.c                          |   396 -
 Source/LibJPEG/jdapistd.c                          |   275 -
 Source/LibJPEG/jdarith.c                           |   776 -
 Source/LibJPEG/jdatadst.c                          |   267 -
 Source/LibJPEG/jdatasrc.c                          |   275 -
 Source/LibJPEG/jdcoefct.c                          |   741 -
 Source/LibJPEG/jdcolor.c                           |   512 -
 Source/LibJPEG/jdct.h                              |   393 -
 Source/LibJPEG/jddctmgr.c                          |   384 -
 Source/LibJPEG/jdhuff.c                            |  1541 --
 Source/LibJPEG/jdinput.c                           |   661 -
 Source/LibJPEG/jdmainct.c                          |   512 -
 Source/LibJPEG/jdmarker.c                          |  1406 --
 Source/LibJPEG/jdmaster.c                          |   531 -
 Source/LibJPEG/jdmerge.c                           |   400 -
 Source/LibJPEG/jdpostct.c                          |   290 -
 Source/LibJPEG/jdsample.c                          |   361 -
 Source/LibJPEG/jdtrans.c                           |   140 -
 Source/LibJPEG/jerror.c                            |   252 -
 Source/LibJPEG/jerror.h                            |   304 -
 Source/LibJPEG/jfdctflt.c                          |   174 -
 Source/LibJPEG/jfdctfst.c                          |   230 -
 Source/LibJPEG/jfdctint.c                          |  4348 ----
 Source/LibJPEG/jidctflt.c                          |   235 -
 Source/LibJPEG/jidctfst.c                          |   368 -
 Source/LibJPEG/jidctint.c                          |  5137 ----
 Source/LibJPEG/jinclude.h                          |    91 -
 Source/LibJPEG/jmemansi.c                          |   167 -
 Source/LibJPEG/jmemdos.c                           |   638 -
 Source/LibJPEG/jmemdosa.asm                        |   379 -
 Source/LibJPEG/jmemmac.c                           |   289 -
 Source/LibJPEG/jmemmgr.c                           |  1119 -
 Source/LibJPEG/jmemname.c                          |   276 -
 Source/LibJPEG/jmemnobs.c                          |   109 -
 Source/LibJPEG/jmemsys.h                           |   198 -
 Source/LibJPEG/jmorecfg.h                          |   369 -
 Source/LibJPEG/jpegint.h                           |   426 -
 Source/LibJPEG/jpeglib.h                           |  1160 -
 Source/LibJPEG/jpegtran.c                          |   560 -
 Source/LibJPEG/jquant1.c                           |   857 -
 Source/LibJPEG/jquant2.c                           |  1311 -
 Source/LibJPEG/jutils.c                            |   227 -
 Source/LibJPEG/jversion.h                          |    14 -
 Source/LibJPEG/libjpeg.txt                         |  3085 ---
 Source/LibJPEG/rdbmp.c                             |   480 -
 Source/LibJPEG/rdcolmap.c                          |   253 -
 Source/LibJPEG/rdgif.c                             |    38 -
 Source/LibJPEG/rdjpgcom.c                          |   515 -
 Source/LibJPEG/rdppm.c                             |   459 -
 Source/LibJPEG/rdrle.c                             |   387 -
 Source/LibJPEG/rdswitch.c                          |   365 -
 Source/LibJPEG/rdtarga.c                           |   500 -
 Source/LibJPEG/structure.txt                       |   941 -
 Source/LibJPEG/transupp.c                          |  1597 --
 Source/LibJPEG/transupp.h                          |   213 -
 Source/LibJPEG/usage.txt                           |   637 -
 Source/LibJPEG/wizard.txt                          |   211 -
 Source/LibJPEG/wrbmp.c                             |   442 -
 Source/LibJPEG/wrgif.c                             |   399 -
 Source/LibJPEG/wrjpgcom.c                          |   583 -
 Source/LibJPEG/wrppm.c                             |   269 -
 Source/LibJPEG/wrrle.c                             |   305 -
 Source/LibJPEG/wrtarga.c                           |   253 -
 Source/LibMNG/Changes                              |  1447 --
 Source/LibMNG/LICENSE                              |    57 -
 Source/LibMNG/LibMNG.2003.vcproj                   |   520 -
 Source/LibMNG/LibMNG.2005.vcproj                   |   509 -
 Source/LibMNG/LibMNG.2008.vcproj                   |   510 -
 Source/LibMNG/README                               |    36 -
 Source/LibMNG/README.autoconf                      |   213 -
 Source/LibMNG/README.config                        |   104 -
 Source/LibMNG/README.contrib                       |    95 -
 Source/LibMNG/README.examples                      |    48 -
 Source/LibMNG/README.footprint                     |    46 -
 Source/LibMNG/README.packaging                     |    24 -
 Source/LibMNG/_FI_3151_PluginMNG.cpp               |   312 -
 Source/LibMNG/libmng.h                             |  2932 ---
 Source/LibMNG/libmng_callback_xs.c                 |  1239 -
 Source/LibMNG/libmng_chunk_descr.c                 |  6090 -----
 Source/LibMNG/libmng_chunk_descr.h                 |   146 -
 Source/LibMNG/libmng_chunk_io.c                    | 10740 --------
 Source/LibMNG/libmng_chunk_io.h                    |   415 -
 Source/LibMNG/libmng_chunk_prc.c                   |  4452 ----
 Source/LibMNG/libmng_chunk_prc.h                   |   381 -
 Source/LibMNG/libmng_chunk_xs.c                    |  7016 ------
 Source/LibMNG/libmng_chunks.h                      |  1026 -
 Source/LibMNG/libmng_cms.c                         |   758 -
 Source/LibMNG/libmng_cms.h                         |    92 -
 Source/LibMNG/libmng_conf.h                        |   306 -
 Source/LibMNG/libmng_data.h                        |  1029 -
 Source/LibMNG/libmng_display.c                     |  7135 ------
 Source/LibMNG/libmng_display.h                     |   343 -
 Source/LibMNG/libmng_dither.c                      |    58 -
 Source/LibMNG/libmng_dither.h                      |    45 -
 Source/LibMNG/libmng_error.c                       |   326 -
 Source/LibMNG/libmng_error.h                       |   119 -
 Source/LibMNG/libmng_filter.c                      |   978 -
 Source/LibMNG/libmng_filter.h                      |    69 -
 Source/LibMNG/libmng_hlapi.c                       |  2995 ---
 Source/LibMNG/libmng_jpeg.c                        |  1088 -
 Source/LibMNG/libmng_jpeg.h                        |    57 -
 Source/LibMNG/libmng_memory.h                      |    64 -
 Source/LibMNG/libmng_object_prc.c                  |  6998 ------
 Source/LibMNG/libmng_object_prc.h                  |   690 -
 Source/LibMNG/libmng_objects.h                     |   635 -
 Source/LibMNG/libmng_pixels.c                      | 24610 -------------------
 Source/LibMNG/libmng_pixels.h                      |  1147 -
 Source/LibMNG/libmng_prop_xs.c                     |  2799 ---
 Source/LibMNG/libmng_read.c                        |  1369 --
 Source/LibMNG/libmng_read.h                        |    53 -
 Source/LibMNG/libmng_trace.c                       |  1683 --
 Source/LibMNG/libmng_trace.h                       |  1474 --
 Source/LibMNG/libmng_types.h                       |   574 -
 Source/LibMNG/libmng_write.c                       |   198 -
 Source/LibMNG/libmng_write.h                       |    49 -
 Source/LibMNG/libmng_zlib.c                        |   607 -
 Source/LibMNG/libmng_zlib.h                        |    60 -
 Source/LibOpenJPEG/AUTHORS                         |    13 -
 Source/LibOpenJPEG/CHANGES                         |   425 -
 Source/LibOpenJPEG/INSTALL                         |   114 -
 Source/LibOpenJPEG/LICENSE                         |    31 -
 Source/LibOpenJPEG/LibOpenJPEG.2003.vcproj         |   558 -
 Source/LibOpenJPEG/LibOpenJPEG.2005.vcproj         |  1227 -
 Source/LibOpenJPEG/LibOpenJPEG.2008.vcproj         |  1224 -
 Source/LibOpenJPEG/NEWS                            |    24 -
 Source/LibOpenJPEG/README                          |    25 -
 Source/LibOpenJPEG/THANKS                          |    33 -
 Source/LibOpenJPEG/bio.c                           |   187 -
 Source/LibOpenJPEG/bio.h                           |   125 -
 Source/LibOpenJPEG/cidx_manager.c                  |   211 -
 Source/LibOpenJPEG/cidx_manager.h                  |    56 -
 Source/LibOpenJPEG/cio.c                           |   191 -
 Source/LibOpenJPEG/cio.h                           |    93 -
 Source/LibOpenJPEG/dwt.c                           |   858 -
 Source/LibOpenJPEG/dwt.h                           |   113 -
 Source/LibOpenJPEG/event.c                         |   130 -
 Source/LibOpenJPEG/event.h                         |    58 -
 Source/LibOpenJPEG/fix.h                           |    64 -
 Source/LibOpenJPEG/image.c                         |    89 -
 Source/LibOpenJPEG/image.h                         |    48 -
 Source/LibOpenJPEG/indexbox_manager.h              |   118 -
 Source/LibOpenJPEG/int.h                           |   119 -
 Source/LibOpenJPEG/j2k.c                           |  2616 --
 Source/LibOpenJPEG/j2k.h                           |   446 -
 Source/LibOpenJPEG/j2k_lib.c                       |    59 -
 Source/LibOpenJPEG/j2k_lib.h                       |    54 -
 Source/LibOpenJPEG/jp2.c                           |  1223 -
 Source/LibOpenJPEG/jp2.h                           |   234 -
 Source/LibOpenJPEG/jpt.c                           |   155 -
 Source/LibOpenJPEG/jpt.h                           |    75 -
 Source/LibOpenJPEG/mct.c                           |   190 -
 Source/LibOpenJPEG/mct.h                           |    98 -
 Source/LibOpenJPEG/mqc.c                           |   592 -
 Source/LibOpenJPEG/mqc.h                           |   200 -
 Source/LibOpenJPEG/openjpeg.c                      |   343 -
 Source/LibOpenJPEG/openjpeg.h                      |   914 -
 Source/LibOpenJPEG/opj_config.h                    |    41 -
 Source/LibOpenJPEG/opj_includes.h                  |   140 -
 Source/LibOpenJPEG/opj_malloc.h                    |   165 -
 Source/LibOpenJPEG/phix_manager.c                  |   170 -
 Source/LibOpenJPEG/pi.c                            |   963 -
 Source/LibOpenJPEG/pi.h                            |   156 -
 Source/LibOpenJPEG/ppix_manager.c                  |   173 -
 Source/LibOpenJPEG/raw.c                           |    87 -
 Source/LibOpenJPEG/raw.h                           |   100 -
 Source/LibOpenJPEG/t1.c                            |  1585 --
 Source/LibOpenJPEG/t1.h                            |   147 -
 Source/LibOpenJPEG/t1_generate_luts.c              |   275 -
 Source/LibOpenJPEG/t1_luts.h                       |   143 -
 Source/LibOpenJPEG/t2.c                            |   822 -
 Source/LibOpenJPEG/t2.h                            |   105 -
 Source/LibOpenJPEG/tcd.c                           |  1574 --
 Source/LibOpenJPEG/tcd.h                           |   286 -
 Source/LibOpenJPEG/tgt.c                           |   213 -
 Source/LibOpenJPEG/tgt.h                           |   114 -
 Source/LibOpenJPEG/thix_manager.c                  |   120 -
 Source/LibOpenJPEG/tpix_manager.c                  |   153 -
 Source/LibPNG/ANNOUNCE                             |    47 -
 Source/LibPNG/CHANGES                              |  3929 ---
 Source/LibPNG/INSTALL                              |   135 -
 Source/LibPNG/LICENSE                              |   111 -
 Source/LibPNG/LibPNG.2003.vcproj                   |   203 -
 Source/LibPNG/LibPNG.2005.vcproj                   |   433 -
 Source/LibPNG/LibPNG.2008.vcproj                   |   434 -
 Source/LibPNG/README                               |   202 -
 Source/LibPNG/TODO                                 |    27 -
 Source/LibPNG/configure                            |    19 -
 Source/LibPNG/example.c                            |   879 -
 Source/LibPNG/libpng-manual.txt                    |  4667 ----
 Source/LibPNG/libpng.3                             |  5996 -----
 Source/LibPNG/libpngpf.3                           |    28 -
 Source/LibPNG/png.5                                |    74 -
 Source/LibPNG/png.c                                |  2874 ---
 Source/LibPNG/png.h                                |  2674 --
 Source/LibPNG/pngconf.h                            |   598 -
 Source/LibPNG/pngdebug.h                           |   157 -
 Source/LibPNG/pngerror.c                           |   685 -
 Source/LibPNG/pngget.c                             |  1124 -
 Source/LibPNG/pnginfo.h                            |   269 -
 Source/LibPNG/pnglibconf.h                         |   187 -
 Source/LibPNG/pngmem.c                             |   667 -
 Source/LibPNG/pngpread.c                           |  1315 -
 Source/LibPNG/pngpriv.h                            |  1675 --
 Source/LibPNG/pngread.c                            |  1305 -
 Source/LibPNG/pngrio.c                             |   176 -
 Source/LibPNG/pngrtran.c                           |  5054 ----
 Source/LibPNG/pngrutil.c                           |  4159 ----
 Source/LibPNG/pngset.c                             |  1311 -
 Source/LibPNG/pngstruct.h                          |   358 -
 Source/LibPNG/pngtest.c                            |  1820 --
 Source/LibPNG/pngtrans.c                           |   781 -
 Source/LibPNG/pngwio.c                             |   254 -
 Source/LibPNG/pngwrite.c                           |  1668 --
 Source/LibPNG/pngwtran.c                           |   645 -
 Source/LibPNG/pngwutil.c                           |  3180 ---
 Source/LibRawLite/COPYRIGHT                        |    23 -
 Source/LibRawLite/Changelog.txt                    |  1295 -
 Source/LibRawLite/LICENSE.CDDL                     |   340 -
 Source/LibRawLite/LICENSE.LGPL                     |   458 -
 Source/LibRawLite/LibRawLite.2003.vcproj           |   196 -
 Source/LibRawLite/LibRawLite.2005.vcproj           |   404 -
 Source/LibRawLite/LibRawLite.2008.vcproj           |   409 -
 Source/LibRawLite/README                           |    28 -
 Source/LibRawLite/README.demosaic-packs            |    46 -
 Source/LibRawLite/dcraw/dcraw.c                    |  9464 -------
 Source/LibRawLite/internal/dcb_demosaicing.c       |   710 -
 Source/LibRawLite/internal/dcraw_common.cpp        |  9445 -------
 Source/LibRawLite/internal/dcraw_fileio.cpp        |   240 -
 Source/LibRawLite/internal/defines.h               |   153 -
 Source/LibRawLite/internal/demosaic_packs.cpp      |    97 -
 Source/LibRawLite/internal/libraw_bytebuffer.h     |   140 -
 Source/LibRawLite/internal/libraw_internal_funcs.h |   241 -
 Source/LibRawLite/internal/var_defines.h           |   206 -
 Source/LibRawLite/libraw/libraw.h                  |   269 -
 Source/LibRawLite/libraw/libraw_alloc.h            |    99 -
 Source/LibRawLite/libraw/libraw_const.h            |   162 -
 Source/LibRawLite/libraw/libraw_datastream.h       |   205 -
 Source/LibRawLite/libraw/libraw_internal.h         |   218 -
 Source/LibRawLite/libraw/libraw_types.h            |   352 -
 Source/LibRawLite/libraw/libraw_version.h          |    62 -
 Source/LibRawLite/src/libraw_c_api.cpp             |   201 -
 Source/LibRawLite/src/libraw_cxx.cpp               |  2814 ---
 Source/LibRawLite/src/libraw_datastream.cpp        |   526 -
 Source/LibTIFF/ChangeLog                           |  4849 ----
 Source/LibTIFF/LibTIFF.2003.vcproj                 |   272 -
 Source/LibTIFF/LibTIFF.2005.vcproj                 |   525 -
 Source/LibTIFF/LibTIFF.2008.vcproj                 |   526 -
 Source/LibTIFF/Makefile.am                         |   143 -
 Source/LibTIFF/Makefile.in                         |   884 -
 Source/LibTIFF/SConstruct                          |    73 -
 Source/LibTIFF/_FI_3151_PluginG3.cpp               |   433 -
 Source/LibTIFF/_FI_3151_PluginTIFF.cpp             |  2628 --
 Source/LibTIFF/_FI_3151_XTIFF.cpp                  |   664 -
 Source/LibTIFF/makefile.vc                         |   102 -
 Source/LibTIFF/mkg3states.c                        |   451 -
 Source/LibTIFF/mkspans.c                           |    82 -
 Source/LibTIFF/t4.h                                |   292 -
 Source/LibTIFF/tif_acorn.c                         |   526 -
 Source/LibTIFF/tif_apple.c                         |   281 -
 Source/LibTIFF/tif_atari.c                         |   250 -
 Source/LibTIFF/tif_aux.c                           |   290 -
 Source/LibTIFF/tif_close.c                         |   126 -
 Source/LibTIFF/tif_codec.c                         |   160 -
 Source/LibTIFF/tif_color.c                         |   287 -
 Source/LibTIFF/tif_compress.c                      |   295 -
 Source/LibTIFF/tif_config.h                        |   266 -
 Source/LibTIFF/tif_config.h-vms                    |    46 -
 Source/LibTIFF/tif_config.h.in                     |   309 -
 Source/LibTIFF/tif_config.vc.h                     |    63 -
 Source/LibTIFF/tif_config.wince.h                  |    74 -
 Source/LibTIFF/tif_dir.c                           |  1391 --
 Source/LibTIFF/tif_dir.h                           |   211 -
 Source/LibTIFF/tif_dirinfo.c                       |   884 -
 Source/LibTIFF/tif_dirread.c                       |  2117 --
 Source/LibTIFF/tif_dirwrite.c                      |  1436 --
 Source/LibTIFF/tif_dumpmode.c                      |   126 -
 Source/LibTIFF/tif_error.c                         |    80 -
 Source/LibTIFF/tif_extension.c                     |   118 -
 Source/LibTIFF/tif_fax3.c                          |  1626 --
 Source/LibTIFF/tif_fax3.h                          |   538 -
 Source/LibTIFF/tif_fax3sm.c                        |  1260 -
 Source/LibTIFF/tif_flush.c                         |    74 -
 Source/LibTIFF/tif_getimage.c                      |  2678 --
 Source/LibTIFF/tif_jbig.c                          |   385 -
 Source/LibTIFF/tif_jpeg.c                          |  2078 --
 Source/LibTIFF/tif_luv.c                           |  1629 --
 Source/LibTIFF/tif_lzw.c                           |  1129 -
 Source/LibTIFF/tif_msdos.c                         |   193 -
 Source/LibTIFF/tif_next.c                          |   154 -
 Source/LibTIFF/tif_ojpeg.c                         |  2448 --
 Source/LibTIFF/tif_open.c                          |   695 -
 Source/LibTIFF/tif_packbits.c                      |   300 -
 Source/LibTIFF/tif_pixarlog.c                      |  1371 --
 Source/LibTIFF/tif_predict.c                       |   736 -
 Source/LibTIFF/tif_predict.h                       |    77 -
 Source/LibTIFF/tif_print.c                         |   642 -
 Source/LibTIFF/tif_read.c                          |   750 -
 Source/LibTIFF/tif_stream.cxx                      |   295 -
 Source/LibTIFF/tif_strip.c                         |   366 -
 Source/LibTIFF/tif_swab.c                          |   242 -
 Source/LibTIFF/tif_thunder.c                       |   189 -
 Source/LibTIFF/tif_tile.c                          |   280 -
 Source/LibTIFF/tif_unix.c                          |   300 -
 Source/LibTIFF/tif_version.c                       |    40 -
 Source/LibTIFF/tif_vms.c                           |   595 -
 Source/LibTIFF/tif_warning.c                       |    81 -
 Source/LibTIFF/tif_win3.c                          |   232 -
 Source/LibTIFF/tif_win32.c                         |   408 -
 Source/LibTIFF/tif_wince.c                         |   288 -
 Source/LibTIFF/tif_write.c                         |   718 -
 Source/LibTIFF/tif_zip.c                           |   419 -
 Source/LibTIFF/tiff.h                              |   654 -
 Source/LibTIFF/tiffconf.h-vms                      |    99 -
 Source/LibTIFF/tiffconf.h.in                       |   103 -
 Source/LibTIFF/tiffconf.vc.h                       |   116 -
 Source/LibTIFF/tiffconf.wince.h                    |   136 -
 Source/LibTIFF/tiffio.h                            |   526 -
 Source/LibTIFF/tiffio.hxx                          |    49 -
 Source/LibTIFF/tiffiop.h                           |   353 -
 Source/LibTIFF/tiffvers.h                          |     9 -
 Source/LibTIFF/tiffvers.h.in                       |     9 -
 Source/LibTIFF/uvcode.h                            |   180 -
 Source/LibTIFF4/ChangeLog                          |  5835 -----
 Source/LibTIFF4/LibTIFF4.2003.vcproj               |   279 -
 Source/LibTIFF4/LibTIFF4.2005.vcproj               |   533 -
 Source/LibTIFF4/LibTIFF4.2008.vcproj               |   535 -
 Source/LibTIFF4/mkg3states.c                       |   451 -
 Source/LibTIFF4/mkspans.c                          |    82 -
 Source/LibTIFF4/t4.h                               |   292 -
 Source/LibTIFF4/tif_aux.c                          |   358 -
 Source/LibTIFF4/tif_close.c                        |   140 -
 Source/LibTIFF4/tif_codec.c                        |   165 -
 Source/LibTIFF4/tif_color.c                        |   287 -
 Source/LibTIFF4/tif_compress.c                     |   304 -
 Source/LibTIFF4/tif_config.h                       |    97 -
 Source/LibTIFF4/tif_config.h-vms                   |    46 -
 Source/LibTIFF4/tif_config.h.in                    |   395 -
 Source/LibTIFF4/tif_config.vc.h                    |    71 -
 Source/LibTIFF4/tif_config.wince.h                 |    71 -
 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/LibTIFF4/tif_dumpmode.c                     |   143 -
 Source/LibTIFF4/tif_error.c                        |    80 -
 Source/LibTIFF4/tif_extension.c                    |   118 -
 Source/LibTIFF4/tif_fax3.c                         |  1595 --
 Source/LibTIFF4/tif_fax3.h                         |   538 -
 Source/LibTIFF4/tif_fax3sm.c                       |  1260 -
 Source/LibTIFF4/tif_flush.c                        |   118 -
 Source/LibTIFF4/tif_getimage.c                     |  2867 ---
 Source/LibTIFF4/tif_jbig.c                         |   213 -
 Source/LibTIFF4/tif_jpeg.c                         |  2304 --
 Source/LibTIFF4/tif_jpeg_12.c                      |    65 -
 Source/LibTIFF4/tif_luv.c                          |  1683 --
 Source/LibTIFF4/tif_lzma.c                         |   495 -
 Source/LibTIFF4/tif_lzw.c                          |  1167 -
 Source/LibTIFF4/tif_next.c                         |   160 -
 Source/LibTIFF4/tif_ojpeg.c                        |  2496 --
 Source/LibTIFF4/tif_open.c                         |   725 -
 Source/LibTIFF4/tif_packbits.c                     |   300 -
 Source/LibTIFF4/tif_pixarlog.c                     |  1426 --
 Source/LibTIFF4/tif_predict.c                      |   764 -
 Source/LibTIFF4/tif_predict.h                      |    77 -
 Source/LibTIFF4/tif_print.c                        |   716 -
 Source/LibTIFF4/tif_read.c                         |  1083 -
 Source/LibTIFF4/tif_stream.cxx                     |   425 -
 Source/LibTIFF4/tif_strip.c                        |   383 -
 Source/LibTIFF4/tif_swab.c                         |   310 -
 Source/LibTIFF4/tif_thunder.c                      |   207 -
 Source/LibTIFF4/tif_tile.c                         |   299 -
 Source/LibTIFF4/tif_unix.c                         |   322 -
 Source/LibTIFF4/tif_version.c                      |    40 -
 Source/LibTIFF4/tif_vms.c                          |   600 -
 Source/LibTIFF4/tif_warning.c                      |    81 -
 Source/LibTIFF4/tif_win32.c                        |   440 -
 Source/LibTIFF4/tif_wince.c                        |   293 -
 Source/LibTIFF4/tif_write.c                        |   771 -
 Source/LibTIFF4/tif_zip.c                          |   469 -
 Source/LibTIFF4/tiff.h                             |   678 -
 Source/LibTIFF4/tiffconf.h                         |   174 -
 Source/LibTIFF4/tiffconf.h-vms                     |    99 -
 Source/LibTIFF4/tiffconf.h.in                      |   127 -
 Source/LibTIFF4/tiffconf.vc.h                      |   160 -
 Source/LibTIFF4/tiffconf.wince.h                   |   121 -
 Source/LibTIFF4/tiffio.h                           |   557 -
 Source/LibTIFF4/tiffio.hxx                         |    49 -
 Source/LibTIFF4/tiffiop.h                          |   367 -
 Source/LibTIFF4/tiffvers.h                         |     9 -
 Source/LibTIFF4/tiffvers.h.in                      |     9 -
 Source/LibTIFF4/uvcode.h                           |   180 -
 Source/MapIntrospector.h                           |   212 +
 Source/Metadata/Exif.cpp                           |   516 +-
 Source/Metadata/FreeImageTag.cpp                   |    59 +-
 Source/Metadata/FreeImageTag.h                     |    44 +-
 Source/Metadata/TagConversion.cpp                  |  2188 +-
 Source/Metadata/XTIFF.cpp                          |  1431 +-
 Source/OpenEXR/Copyrights/ilmbase/AUTHORS          |    21 -
 Source/OpenEXR/Copyrights/ilmbase/COPYING          |    34 -
 Source/OpenEXR/Copyrights/ilmbase/ChangeLog        |   109 -
 Source/OpenEXR/Copyrights/ilmbase/INSTALL          |     2 -
 Source/OpenEXR/Copyrights/ilmbase/LICENSE          |    34 -
 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          |    41 -
 Source/OpenEXR/Copyrights/openexr/COPYING          |    34 -
 Source/OpenEXR/Copyrights/openexr/ChangeLog        |   666 -
 Source/OpenEXR/Copyrights/openexr/INSTALL          |     2 -
 Source/OpenEXR/Copyrights/openexr/LICENSE          |    34 -
 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                    |    32 -
 Source/OpenEXR/Half/Makefile.in                    |   558 -
 Source/OpenEXR/Half/eLut.cpp                       |   114 -
 Source/OpenEXR/Half/eLut.h                         |    71 -
 Source/OpenEXR/Half/half.cpp                       |   311 -
 Source/OpenEXR/Half/half.h                         |   766 -
 Source/OpenEXR/Half/halfFunction.h                 |   178 -
 Source/OpenEXR/Half/halfLimits.h                   |   102 -
 Source/OpenEXR/Half/toFloat.cpp                    |   164 -
 Source/OpenEXR/Half/toFloat.h                      | 16391 ------------
 Source/OpenEXR/Iex/Iex.h                           |    60 -
 Source/OpenEXR/Iex/IexBaseExc.cpp                  |   129 -
 Source/OpenEXR/Iex/IexBaseExc.h                    |   266 -
 Source/OpenEXR/Iex/IexErrnoExc.h                   |   210 -
 Source/OpenEXR/Iex/IexMacros.h                     |   148 -
 Source/OpenEXR/Iex/IexMathExc.h                    |    58 -
 Source/OpenEXR/Iex/IexThrowErrnoExc.cpp            |   859 -
 Source/OpenEXR/Iex/IexThrowErrnoExc.h              |    96 -
 Source/OpenEXR/Iex/Makefile.am                     |    16 -
 Source/OpenEXR/Iex/Makefile.in                     |   521 -
 Source/OpenEXR/IlmBaseConfig.h                     |    46 -
 Source/OpenEXR/IlmImf/ImfAcesFile.cpp              |   631 -
 Source/OpenEXR/IlmImf/ImfAcesFile.h                |   322 -
 Source/OpenEXR/IlmImf/ImfArray.h                   |   261 -
 Source/OpenEXR/IlmImf/ImfAttribute.cpp             |   156 -
 Source/OpenEXR/IlmImf/ImfAttribute.h               |   427 -
 Source/OpenEXR/IlmImf/ImfAutoArray.h               |    93 -
 Source/OpenEXR/IlmImf/ImfB44Compressor.cpp         |  1069 -
 Source/OpenEXR/IlmImf/ImfB44Compressor.h           |   117 -
 Source/OpenEXR/IlmImf/ImfBoxAttribute.cpp          |   110 -
 Source/OpenEXR/IlmImf/ImfBoxAttribute.h            |    73 -
 Source/OpenEXR/IlmImf/ImfCRgbaFile.cpp             |  1434 --
 Source/OpenEXR/IlmImf/ImfCRgbaFile.h               |   467 -
 Source/OpenEXR/IlmImf/ImfChannelList.cpp           |   321 -
 Source/OpenEXR/IlmImf/ImfChannelList.h             |   433 -
 Source/OpenEXR/IlmImf/ImfChannelListAttribute.cpp  |   145 -
 Source/OpenEXR/IlmImf/ImfChannelListAttribute.h    |    67 -
 Source/OpenEXR/IlmImf/ImfCheckedArithmetic.h       |   161 -
 Source/OpenEXR/IlmImf/ImfChromaticities.cpp        |   135 -
 Source/OpenEXR/IlmImf/ImfChromaticities.h          |   120 -
 .../OpenEXR/IlmImf/ImfChromaticitiesAttribute.cpp  |    86 -
 Source/OpenEXR/IlmImf/ImfChromaticitiesAttribute.h |    72 -
 Source/OpenEXR/IlmImf/ImfCompression.h             |    75 -
 Source/OpenEXR/IlmImf/ImfCompressionAttribute.cpp  |    76 -
 Source/OpenEXR/IlmImf/ImfCompressionAttribute.h    |    66 -
 Source/OpenEXR/IlmImf/ImfCompressor.cpp            |   192 -
 Source/OpenEXR/IlmImf/ImfCompressor.h              |   252 -
 Source/OpenEXR/IlmImf/ImfConvert.cpp               |   139 -
 Source/OpenEXR/IlmImf/ImfConvert.h                 |   104 -
 Source/OpenEXR/IlmImf/ImfDoubleAttribute.cpp       |    57 -
 Source/OpenEXR/IlmImf/ImfDoubleAttribute.h         |    63 -
 Source/OpenEXR/IlmImf/ImfEnvmap.cpp                |   328 -
 Source/OpenEXR/IlmImf/ImfEnvmap.h                  |   322 -
 Source/OpenEXR/IlmImf/ImfEnvmapAttribute.cpp       |    75 -
 Source/OpenEXR/IlmImf/ImfEnvmapAttribute.h         |    65 -
 Source/OpenEXR/IlmImf/ImfFloatAttribute.cpp        |    57 -
 Source/OpenEXR/IlmImf/ImfFloatAttribute.h          |    63 -
 Source/OpenEXR/IlmImf/ImfFrameBuffer.cpp           |   226 -
 Source/OpenEXR/IlmImf/ImfFrameBuffer.h             |   383 -
 Source/OpenEXR/IlmImf/ImfFramesPerSecond.cpp       |    75 -
 Source/OpenEXR/IlmImf/ImfFramesPerSecond.h         |    88 -
 Source/OpenEXR/IlmImf/ImfHeader.cpp                |  1106 -
 Source/OpenEXR/IlmImf/ImfHeader.h                  |   627 -
 Source/OpenEXR/IlmImf/ImfHuf.cpp                   |  1086 -
 Source/OpenEXR/IlmImf/ImfHuf.h                     |    79 -
 Source/OpenEXR/IlmImf/ImfIO.cpp                    |   109 -
 Source/OpenEXR/IlmImf/ImfIO.h                      |   252 -
 Source/OpenEXR/IlmImf/ImfInputFile.cpp             |   648 -
 Source/OpenEXR/IlmImf/ImfInputFile.h               |   209 -
 Source/OpenEXR/IlmImf/ImfInt64.h                   |    52 -
 Source/OpenEXR/IlmImf/ImfIntAttribute.cpp          |    57 -
 Source/OpenEXR/IlmImf/ImfIntAttribute.h            |    63 -
 Source/OpenEXR/IlmImf/ImfKeyCode.cpp               |   216 -
 Source/OpenEXR/IlmImf/ImfKeyCode.h                 |   161 -
 Source/OpenEXR/IlmImf/ImfKeyCodeAttribute.cpp      |    98 -
 Source/OpenEXR/IlmImf/ImfKeyCodeAttribute.h        |    72 -
 Source/OpenEXR/IlmImf/ImfLineOrder.h               |    64 -
 Source/OpenEXR/IlmImf/ImfLineOrderAttribute.cpp    |    77 -
 Source/OpenEXR/IlmImf/ImfLineOrderAttribute.h      |    66 -
 Source/OpenEXR/IlmImf/ImfLut.cpp                   |   176 -
 Source/OpenEXR/IlmImf/ImfLut.h                     |   185 -
 Source/OpenEXR/IlmImf/ImfMatrixAttribute.cpp       |   260 -
 Source/OpenEXR/IlmImf/ImfMatrixAttribute.h         |    87 -
 Source/OpenEXR/IlmImf/ImfMisc.cpp                  |   787 -
 Source/OpenEXR/IlmImf/ImfMisc.h                    |   255 -
 Source/OpenEXR/IlmImf/ImfMultiView.cpp             |   396 -
 Source/OpenEXR/IlmImf/ImfMultiView.h               |   164 -
 Source/OpenEXR/IlmImf/ImfName.h                    |   146 -
 Source/OpenEXR/IlmImf/ImfOpaqueAttribute.cpp       |   125 -
 Source/OpenEXR/IlmImf/ImfOpaqueAttribute.h         |   114 -
 Source/OpenEXR/IlmImf/ImfOutputFile.cpp            |  1287 -
 Source/OpenEXR/IlmImf/ImfOutputFile.h              |   241 -
 Source/OpenEXR/IlmImf/ImfPixelType.h               |    61 -
 Source/OpenEXR/IlmImf/ImfPizCompressor.cpp         |   666 -
 Source/OpenEXR/IlmImf/ImfPizCompressor.h           |   115 -
 Source/OpenEXR/IlmImf/ImfPreviewImage.cpp          |   103 -
 Source/OpenEXR/IlmImf/ImfPreviewImage.h            |   131 -
 Source/OpenEXR/IlmImf/ImfPreviewImageAttribute.cpp |   102 -
 Source/OpenEXR/IlmImf/ImfPreviewImageAttribute.h   |    71 -
 Source/OpenEXR/IlmImf/ImfPxr24Compressor.cpp       |   550 -
 Source/OpenEXR/IlmImf/ImfPxr24Compressor.h         |   108 -
 Source/OpenEXR/IlmImf/ImfRational.cpp              |   125 -
 Source/OpenEXR/IlmImf/ImfRational.h                |    93 -
 Source/OpenEXR/IlmImf/ImfRationalAttribute.cpp     |    73 -
 Source/OpenEXR/IlmImf/ImfRationalAttribute.h       |    70 -
 Source/OpenEXR/IlmImf/ImfRgba.h                    |   104 -
 Source/OpenEXR/IlmImf/ImfRgbaFile.cpp              |  1404 --
 Source/OpenEXR/IlmImf/ImfRgbaFile.h                |   344 -
 Source/OpenEXR/IlmImf/ImfRgbaYca.cpp               |   495 -
 Source/OpenEXR/IlmImf/ImfRgbaYca.h                 |   248 -
 Source/OpenEXR/IlmImf/ImfRleCompressor.cpp         |   331 -
 Source/OpenEXR/IlmImf/ImfRleCompressor.h           |    79 -
 Source/OpenEXR/IlmImf/ImfScanLineInputFile.cpp     |  1021 -
 Source/OpenEXR/IlmImf/ImfScanLineInputFile.h       |   172 -
 Source/OpenEXR/IlmImf/ImfStandardAttributes.cpp    |   118 -
 Source/OpenEXR/IlmImf/ImfStandardAttributes.h      |   343 -
 Source/OpenEXR/IlmImf/ImfStdIO.cpp                 |   240 -
 Source/OpenEXR/IlmImf/ImfStdIO.h                   |   156 -
 Source/OpenEXR/IlmImf/ImfStringAttribute.cpp       |    79 -
 Source/OpenEXR/IlmImf/ImfStringAttribute.h         |    66 -
 Source/OpenEXR/IlmImf/ImfStringVectorAttribute.cpp |    94 -
 Source/OpenEXR/IlmImf/ImfStringVectorAttribute.h   |    66 -
 Source/OpenEXR/IlmImf/ImfTestFile.cpp              |   135 -
 Source/OpenEXR/IlmImf/ImfTestFile.h                |    63 -
 Source/OpenEXR/IlmImf/ImfThreading.cpp             |    60 -
 Source/OpenEXR/IlmImf/ImfThreading.h               |    92 -
 Source/OpenEXR/IlmImf/ImfTileDescription.h         |   102 -
 .../OpenEXR/IlmImf/ImfTileDescriptionAttribute.cpp |    85 -
 .../OpenEXR/IlmImf/ImfTileDescriptionAttribute.h   |    73 -
 Source/OpenEXR/IlmImf/ImfTileOffsets.cpp           |   385 -
 Source/OpenEXR/IlmImf/ImfTileOffsets.h             |   107 -
 Source/OpenEXR/IlmImf/ImfTiledInputFile.cpp        |  1302 -
 Source/OpenEXR/IlmImf/ImfTiledInputFile.h          |   381 -
 Source/OpenEXR/IlmImf/ImfTiledMisc.cpp             |   301 -
 Source/OpenEXR/IlmImf/ImfTiledMisc.h               |    75 -
 Source/OpenEXR/IlmImf/ImfTiledOutputFile.cpp       |  1692 --
 Source/OpenEXR/IlmImf/ImfTiledOutputFile.h         |   475 -
 Source/OpenEXR/IlmImf/ImfTiledRgbaFile.cpp         |  1162 -
 Source/OpenEXR/IlmImf/ImfTiledRgbaFile.h           |   479 -
 Source/OpenEXR/IlmImf/ImfTimeCode.cpp              |   415 -
 Source/OpenEXR/IlmImf/ImfTimeCode.h                |   226 -
 Source/OpenEXR/IlmImf/ImfTimeCodeAttribute.cpp     |    78 -
 Source/OpenEXR/IlmImf/ImfTimeCodeAttribute.h       |    72 -
 Source/OpenEXR/IlmImf/ImfVecAttribute.cpp          |   216 -
 Source/OpenEXR/IlmImf/ImfVecAttribute.h            |   101 -
 Source/OpenEXR/IlmImf/ImfVersion.cpp               |    59 -
 Source/OpenEXR/IlmImf/ImfVersion.h                 |   120 -
 Source/OpenEXR/IlmImf/ImfWav.cpp                   |   390 -
 Source/OpenEXR/IlmImf/ImfWav.h                     |    70 -
 Source/OpenEXR/IlmImf/ImfXdr.h                     |   916 -
 Source/OpenEXR/IlmImf/ImfZipCompressor.cpp         |   240 -
 Source/OpenEXR/IlmImf/ImfZipCompressor.h           |    83 -
 Source/OpenEXR/IlmImf/Makefile.am                  |   128 -
 Source/OpenEXR/IlmImf/Makefile.in                  |   736 -
 Source/OpenEXR/IlmImf/b44ExpLogTable.cpp           |   136 -
 Source/OpenEXR/IlmImf/b44ExpLogTable.h             | 16396 ------------
 Source/OpenEXR/IlmThread/IlmThread.cpp             |    80 -
 Source/OpenEXR/IlmThread/IlmThread.h               |   151 -
 Source/OpenEXR/IlmThread/IlmThreadMutex.cpp        |    59 -
 Source/OpenEXR/IlmThread/IlmThreadMutex.h          |   158 -
 Source/OpenEXR/IlmThread/IlmThreadMutexPosix.cpp   |    85 -
 Source/OpenEXR/IlmThread/IlmThreadMutexWin32.cpp   |    73 -
 Source/OpenEXR/IlmThread/IlmThreadPool.cpp         |   456 -
 Source/OpenEXR/IlmThread/IlmThreadPool.h           |   156 -
 Source/OpenEXR/IlmThread/IlmThreadPosix.cpp        |    98 -
 Source/OpenEXR/IlmThread/IlmThreadSemaphore.cpp    |    60 -
 Source/OpenEXR/IlmThread/IlmThreadSemaphore.h      |   110 -
 .../OpenEXR/IlmThread/IlmThreadSemaphorePosix.cpp  |   103 -
 .../IlmThread/IlmThreadSemaphorePosixCompat.cpp    |   155 -
 .../OpenEXR/IlmThread/IlmThreadSemaphoreWin32.cpp  |   146 -
 Source/OpenEXR/IlmThread/IlmThreadWin32.cpp        |    95 -
 Source/OpenEXR/IlmThread/Makefile.am               |    26 -
 Source/OpenEXR/IlmThread/Makefile.in               |   539 -
 Source/OpenEXR/Imath/ImathBox.cpp                  |    37 -
 Source/OpenEXR/Imath/ImathBox.h                    |   850 -
 Source/OpenEXR/Imath/ImathBoxAlgo.h                |  1015 -
 Source/OpenEXR/Imath/ImathColor.h                  |   734 -
 Source/OpenEXR/Imath/ImathColorAlgo.cpp            |   178 -
 Source/OpenEXR/Imath/ImathColorAlgo.h              |   256 -
 Source/OpenEXR/Imath/ImathEuler.h                  |   924 -
 Source/OpenEXR/Imath/ImathExc.h                    |    73 -
 Source/OpenEXR/Imath/ImathFrame.h                  |   190 -
 Source/OpenEXR/Imath/ImathFrustum.h                |   739 -
 Source/OpenEXR/Imath/ImathFrustumTest.h            |   410 -
 Source/OpenEXR/Imath/ImathFun.cpp                  |   181 -
 Source/OpenEXR/Imath/ImathFun.h                    |   267 -
 Source/OpenEXR/Imath/ImathGL.h                     |   159 -
 Source/OpenEXR/Imath/ImathGLU.h                    |    54 -
 Source/OpenEXR/Imath/ImathHalfLimits.h             |    66 -
 Source/OpenEXR/Imath/ImathInt64.h                  |    61 -
 Source/OpenEXR/Imath/ImathInterval.h               |   224 -
 Source/OpenEXR/Imath/ImathLimits.h                 |   267 -
 Source/OpenEXR/Imath/ImathLine.h                   |   184 -
 Source/OpenEXR/Imath/ImathLineAlgo.h               |   287 -
 Source/OpenEXR/Imath/ImathMath.h                   |   208 -
 Source/OpenEXR/Imath/ImathMatrix.h                 |  3442 ---
 Source/OpenEXR/Imath/ImathMatrixAlgo.cpp           |  1251 -
 Source/OpenEXR/Imath/ImathMatrixAlgo.h             |  1435 --
 Source/OpenEXR/Imath/ImathPlane.h                  |   256 -
 Source/OpenEXR/Imath/ImathPlatform.h               |   112 -
 Source/OpenEXR/Imath/ImathQuat.h                   |   963 -
 Source/OpenEXR/Imath/ImathRandom.cpp               |   195 -
 Source/OpenEXR/Imath/ImathRandom.h                 |   398 -
 Source/OpenEXR/Imath/ImathRoots.h                  |   219 -
 Source/OpenEXR/Imath/ImathShear.cpp                |    54 -
 Source/OpenEXR/Imath/ImathShear.h                  |   659 -
 Source/OpenEXR/Imath/ImathSphere.h                 |   177 -
 Source/OpenEXR/Imath/ImathVec.cpp                  |   540 -
 Source/OpenEXR/Imath/ImathVec.h                    |  2226 --
 Source/OpenEXR/Imath/ImathVecAlgo.h                |   146 -
 Source/OpenEXR/Imath/Makefile.am                   |    35 -
 Source/OpenEXR/Imath/Makefile.in                   |   547 -
 Source/OpenEXR/OpenEXR.2003.vcproj                 |   746 -
 Source/OpenEXR/OpenEXR.2005.vcproj                 |  1155 -
 Source/OpenEXR/OpenEXR.2008.vcproj                 |  1156 -
 Source/OpenEXR/OpenEXRConfig.h                     |    46 -
 Source/Plugin.h                                    |     2 +
 Source/Quantizers.h                                |   129 +
 Source/Utilities.h                                 |    60 +-
 Source/ZLib/ChangeLog                              |  1409 --
 Source/ZLib/FAQ                                    |   368 -
 Source/ZLib/INDEX                                  |    68 -
 Source/ZLib/Makefile                               |     5 -
 Source/ZLib/Makefile.in                            |   288 -
 Source/ZLib/README                                 |   115 -
 Source/ZLib/ZLib.2003.vcproj                       |   213 -
 Source/ZLib/ZLib.2005.vcproj                       |   445 -
 Source/ZLib/ZLib.2008.vcproj                       |   446 -
 Source/ZLib/adler32.c                              |   179 -
 Source/ZLib/compress.c                             |    80 -
 Source/ZLib/configure                              |   818 -
 Source/ZLib/crc32.c                                |   425 -
 Source/ZLib/crc32.h                                |   441 -
 Source/ZLib/deflate.c                              |  1965 --
 Source/ZLib/deflate.h                              |   346 -
 Source/ZLib/gzclose.c                              |    25 -
 Source/ZLib/gzguts.h                               |   193 -
 Source/ZLib/gzlib.c                                |   620 -
 Source/ZLib/gzread.c                               |   589 -
 Source/ZLib/gzwrite.c                              |   565 -
 Source/ZLib/infback.c                              |   640 -
 Source/ZLib/inffast.c                              |   340 -
 Source/ZLib/inffast.h                              |    11 -
 Source/ZLib/inffixed.h                             |    94 -
 Source/ZLib/inflate.c                              |  1496 --
 Source/ZLib/inflate.h                              |   122 -
 Source/ZLib/inftrees.c                             |   306 -
 Source/ZLib/inftrees.h                             |    62 -
 Source/ZLib/trees.c                                |  1224 -
 Source/ZLib/trees.h                                |   128 -
 Source/ZLib/uncompr.c                              |    59 -
 Source/ZLib/zconf.h                                |   506 -
 Source/ZLib/zconf.h.in                             |   506 -
 Source/ZLib/zlib.3                                 |   151 -
 Source/ZLib/zlib.h                                 |  1744 --
 Source/ZLib/zutil.c                                |   324 -
 Source/ZLib/zutil.h                                |   252 -
 TestAPI/MainTestSuite.cpp                          |     4 +
 TestAPI/Test.2003.sln                              |    21 -
 TestAPI/Test.2003.vcproj                           |   180 -
 TestAPI/Test.2008.vcproj                           |     4 +
 TestAPI/Test.2013.sln                              |    27 +
 TestAPI/Test.2013.vcxproj                          |   265 +
 TestAPI/TestSuite.h                                |     4 +
 TestAPI/exif.jxr                                   |   Bin 0 -> 261497 bytes
 TestAPI/testJPEG.cpp                               |   132 +-
 TestAPI/testMemIO.cpp                              |     3 +-
 TestAPI/testThumbnail.cpp                          |     2 +-
 TestAPI/testWrappedBuffer.cpp                      |   114 +
 Whatsnew.txt                                       |    86 +
 Wrapper/Delphi/WhatsNew_Delphi.txt                 |     8 +
 Wrapper/Delphi/src/FreeBitmap.pas                  |    21 +-
 Wrapper/Delphi/src/FreeImage.pas                   |  1433 +-
 Wrapper/Delphi/src/Version.inc                     |   100 +
 Wrapper/FreeImagePlus/FreeImagePlus.2003.sln       |    21 -
 Wrapper/FreeImagePlus/FreeImagePlus.2003.vcproj    |   215 -
 Wrapper/FreeImagePlus/FreeImagePlus.2013.sln       |    21 +
 Wrapper/FreeImagePlus/FreeImagePlus.2013.vcxproj   |   306 +
 .../FreeImagePlus.2013.vcxproj.filters             |    53 +
 Wrapper/FreeImagePlus/FreeImagePlus.h              |    66 +-
 Wrapper/FreeImagePlus/FreeImagePlus.rc             |    63 +-
 Wrapper/FreeImagePlus/WhatsNew_FIP.txt             |     6 +
 Wrapper/FreeImagePlus/clean.bat                    |    18 +-
 Wrapper/FreeImagePlus/src/FreeImagePlus.cpp        |    92 +-
 Wrapper/FreeImagePlus/src/fipImage.cpp             |  1928 +-
 Wrapper/FreeImagePlus/src/fipMemoryIO.cpp          |   190 +-
 Wrapper/FreeImagePlus/src/fipMetadataFind.cpp      |   108 +-
 Wrapper/FreeImagePlus/src/fipMultiPage.cpp         |   280 +-
 Wrapper/FreeImagePlus/src/fipTag.cpp               |   268 +-
 Wrapper/FreeImagePlus/src/fipWinImage.cpp          |   976 +-
 Wrapper/FreeImagePlus/test/fipTest.2003.sln        |    23 -
 Wrapper/FreeImagePlus/test/fipTest.2003.vcproj     |   201 -
 Wrapper/FreeImagePlus/test/fipTest.2008.vcproj     |   109 +-
 Wrapper/FreeImagePlus/test/fipTest.2013.sln        |    28 +
 Wrapper/FreeImagePlus/test/fipTest.2013.vcxproj    |   263 +
 Wrapper/FreeImagePlus/test/fipTestMPage.cpp        |    15 +-
 Wrapper/FreeImagePlus/test/fipTestMPageMemory.cpp  |     1 +
 Wrapper/FreeImagePlus/test/fipTestMemIO.cpp        |    21 +-
 Wrapper/VB6/awk_script/genbas.sh                   |    21 +
 Wrapper/VB6/awk_script/genbasfuncs.awk             |   136 +
 Wrapper/VB6/awk_script/readme.txt                  |    14 +
 Wrapper/VB6/mfreeimage/MFreeImage.bas              |  3852 ++-
 Wrapper/VB6/mfreeimage/WhatsNew_VB.txt             |   169 +-
 Wrapper/VB6/modFreeImage.bas                       |   512 +
 clean.bat                                          |   134 +-
 clean.sh                                           |     6 +-
 extra.Debian/FreeImage3154.pdf                     |   Bin 1007480 -> 0 bytes
 fipMakefile.srcs                                   |     6 +-
 genfipsrclist.sh                                   |     4 +-
 gensrclist.sh                                      |     4 +-
 840 files changed, 27459 insertions(+), 489389 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