This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


 discard 35d0e9d06e feat(GeoHeif): support auxilary prj and hfw files
 discard 3cd871f3cc feat(GeoHeif): support single chunk zlib compressed tiles
 discard b45dfc6001 feat(GeoHeif): extend URIDataStore instead of DataStore
 discard 0adfa9ce80 feat(GeoHeif): support signed integer component, added in 
ISO:23001-17 amendment 2
 discard 1bb6440b3d feat(GeoHeif): add av1,jp2k,hevc and clean aperture boxes
 discard 7037e12864 feat(GeoHeif): add auxl,base,prem,thmb image reference
 discard a928af1554 feat(GeoHeif): add CompressionConfiguration and 
CompressedUnitsItemInfo boxes
     new 255d12c4b6 Basic support of some compression in GeoHEIF files:

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (35d0e9d06e)
            \
             N -- N -- N   refs/heads/geoapi-4.0 (255d12c4b6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/sis/image/StatisticsCalculator.java |   8 +-
 .../org/apache/sis/io/stream/ChannelDataInput.java |  15 +-
 .../apache/sis/io/stream/HyperRectangleReader.java |   1 -
 .../main/org/apache/sis/io/stream/Region.java      |   2 +-
 .../sis/storage/geoheif/CoverageBuilder.java       | 168 ++++++++-------------
 .../apache/sis/storage/geoheif/GeoHeifStore.java   |  36 +++--
 .../sis/storage/geoheif/GeoHeifStoreProvider.java  |  18 ++-
 .../main/org/apache/sis/storage/geoheif/Image.java |   2 +-
 .../sis/storage/geoheif/UncompressedImage.java     |  49 +++---
 .../org/apache/sis/storage/isobmff/Reader.java     |   4 +-
 .../isobmff/image/AuxiliaryImageReference.java     |   3 +-
 .../sis/storage/isobmff/mpeg/CleanAperture.java    |  14 +-
 .../apache/sis/storage/isobmff/mpeg/Component.java |   2 +-
 .../isobmff/mpeg/CompressedUnitsItemInfo.java      |  80 ++++++----
 .../sis/storage/isobmff/mpeg/CompressionAV1.java   |  12 +-
 .../isobmff/mpeg/CompressionConfiguration.java     |  33 ++--
 .../sis/storage/isobmff/mpeg/CompressionJP2K.java  |  14 +-
 .../isobmff/mpeg/HevcConfigurationItem.java        |  14 +-
 .../apache/sis/storage/isobmff/mpeg/UnitType.java  |  71 +++++++++
 19 files changed, 305 insertions(+), 241 deletions(-)
 create mode 100644 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/UnitType.java

Reply via email to