[med-svn] [charls] 09/10: Merge tag 'upstream/1.1.0+dfsg'

Andreas Tille tille at debian.org
Thu May 19 15:45:52 UTC 2016


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

tille pushed a commit to branch master
in repository charls.

commit f48a9b34cc54354cf145be0c7a46af131b7f1e48
Merge: 2113579 f822706
Author: Andreas Tille <tille at debian.org>
Date:   Thu May 19 17:37:26 2016 +0200

    Merge tag 'upstream/1.1.0+dfsg'
    
    Upstream version 1.1.0+dfsg

 .gitignore                                 |  24 +
 .travis.yml                                |  28 +
 CMakeLists.txt                             |  68 ++-
 CharLS.sln                                 |  49 --
 CharLS.vcproj                              | 545 -------------------
 CharLS_VS2015.sln                          |  54 ++
 README.md                                  |  30 ++
 appveyor.yml                               |  14 +
 check.cmd                                  |   3 +
 decoderstrategy.h                          | 285 ----------
 header.cpp                                 | 627 ----------------------
 header.h                                   |  62 ---
 interface.cpp                              | 206 -------
 interface.h                                |  48 --
 plainc/plainc.c                            |  19 +-
 plainc/plainc.vcproj                       | 186 -------
 processline.h                              | 225 --------
 publictypes.h                              |  76 ---
 src/JpegStreamWriter.cd                    |  44 ++
 License.txt => src/License.txt             |   0
 charls.def => src/charls.def               |  17 +-
 src/charls.rc                              | Bin 0 -> 3150 bytes
 colortransform.h => src/colortransform.h   |   3 +
 config.h => src/config.h                   |  10 +-
 context.h => src/context.h                 |  45 +-
 contextrunmode.h => src/contextrunmode.h   |  16 +-
 src/decoderstrategy.h                      | 325 +++++++++++
 defaulttraits.h => src/defaulttraits.h     |  17 +-
 encoderstrategy.h => src/encoderstrategy.h | 107 ++--
 src/header.cpp                             | 388 ++++++++++++++
 src/header.h                               |  70 +++
 src/interface.cpp                          | 234 ++++++++
 src/interface.h                            |  66 +++
 src/jpegimagedatasegment.h                 |  28 +
 jpegls.cpp => src/jpegls.cpp               |   3 +-
 src/jpegmarker.h                           |  75 +++
 src/jpegmarkersegment.cpp                  | 120 +++++
 src/jpegmarkersegment.h                    |  40 ++
 src/jpegsegment.h                          |  22 +
 src/jpegstreamwriter.cpp                   | 107 ++++
 src/jpegstreamwriter.h                     | 114 ++++
 lookuptable.h => src/lookuptable.h         |   0
 losslesstraits.h => src/losslesstraits.h   |   0
 src/processline.h                          | 346 ++++++++++++
 src/publictypes.h                          | 137 +++++
 scan.h => src/scan.h                       | 217 ++++----
 util.h => src/util.h                       |  11 +-
 stdafx.cpp                                 |   0
 streams.h                                  | 156 ------
 test/CMakeLists.txt                        |   8 +-
 test/bitstreamdamage.cpp                   | 246 +++++----
 test/compliance.cpp                        | 476 ++++++++---------
 test/config.h                              |  56 +-
 test/dicomsamples.cpp                      | 156 +++---
 test/main.cpp                              | 831 ++++++++++++++++++++---------
 test/performance.cpp                       | 180 +++----
 test/test.vcproj                           | 415 --------------
 test/time.cpp                              |  77 ++-
 test/time.h                                |  20 +-
 test/util.cpp                              | 302 ++++++-----
 test/util.h                                |  40 +-
 unittest/JpegStreamWriterTest.cpp          |  29 +
 unittest/jpegmarkersegmenttest.cpp         |  47 ++
 unittest/stdafx.cpp                        |   8 +
 unittest/stdafx.h                          |  13 +
 unittest/targetver.h                       |   8 +
 66 files changed, 4026 insertions(+), 4153 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/charls.git



More information about the debian-med-commit mailing list