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


    from 68e24554e7 Fix an index out of bounds exception when the image size is 
smaller than the tile size. Contains also opportunistic javadoc fixes.
     new a928af1554 feat(GeoHeif): add CompressionConfiguration and 
CompressedUnitsItemInfo boxes
     new 7037e12864 feat(GeoHeif): add auxl,base,prem,thmb image reference
     new 1bb6440b3d feat(GeoHeif): add av1,jp2k,hevc and clean aperture boxes
     new 0adfa9ce80 feat(GeoHeif): support signed integer component, added in 
ISO:23001-17 amendment 2

The 4 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:
 .../sis/storage/isobmff/MainBoxRegistry.java       | 10 ++++
 ...Reference.java => AuxiliaryImageReference.java} | 11 ++--
 ...ImageReference.java => BaseImageReference.java} | 11 ++--
 ...rence.java => PremultipliedImageReference.java} | 11 ++--
 ...ImageReference.java => ThumbnailReference.java} | 11 ++--
 .../{ChromaLocation.java => CleanAperture.java}    | 25 ++++-----
 .../apache/sis/storage/isobmff/mpeg/Component.java |  5 +-
 ...ClockInfo.java => CompressedUnitsItemInfo.java} | 64 +++++++++++-----------
 ...nPatternDefinition.java => CompressionAV1.java} | 25 ++++-----
 ...imeStamp.java => CompressionConfiguration.java} | 42 +++++++-------
 .../{ChromaLocation.java => CompressionJP2K.java}  | 25 ++++-----
 ...omaLocation.java => HevcConfigurationItem.java} | 25 ++++-----
 12 files changed, 136 insertions(+), 129 deletions(-)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/image/{DerivedImageReference.java
 => AuxiliaryImageReference.java} (76%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/image/{DerivedImageReference.java
 => BaseImageReference.java} (76%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/image/{DerivedImageReference.java
 => PremultipliedImageReference.java} (76%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/image/{DerivedImageReference.java
 => ThumbnailReference.java} (76%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/{ChromaLocation.java
 => CleanAperture.java} (70%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/{TAIClockInfo.java
 => CompressedUnitsItemInfo.java} (55%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/{PolarizationPatternDefinition.java
 => CompressionAV1.java} (70%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/{TAITimeStamp.java
 => CompressionConfiguration.java} (62%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/{ChromaLocation.java
 => CompressionJP2K.java} (67%)
 copy 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/mpeg/{ChromaLocation.java
 => HevcConfigurationItem.java} (66%)

Reply via email to