The NetBSD Project

CVS log for pkgsrc/archivers/libaec/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / archivers / libaec

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 5 10:51:11 2025 UTC (2 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
libaec: updated to 1.1.3

1.1.3

Fixed
- Compiler warnings


1.1.2

Fixed
- Compile issue with MSVC

1.1.1

Fixed
- Offsets when encoding by Eugen Betke

1.1.0

Changed
- Rename aec executable to graec. This avoids a name clash with the
  library itself in cmake builds using the Ninja
  generator. Furthermore, the executable and its manual page will not
  be installed any more since it is mainly used for internal testing
  and benchmarking.

- The include file libaec.h now contains version information.

Added
- Support for decoding data ranges by Eugen Betke. You can now start
  decoding at previously noted offsets of reference samples. New API
  functions allow you to extract possible offsets and decode ranges
  from encoded data.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 21 12:55:31 2022 UTC (2 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
libaec: updated to 1.0.6

1.0.6

Changed
- Improved cmake for mingw by Miloš Komarčević

1.0.5

Changed
- Updated documentation to new 121.0-B-3 standard. The new standard
  mainly clarifies and explicitly defines special cases which could be
  ambiguous or misleading in previous revisions.

  These changes did *not* require any substantial changes to libaec.
  Existing compressed data is still compatible with this version of
  the library and compressed data produced by this version can be
  uncompressed with previous versions.

- Modernized CMake

- Better CMake integration with HDF5 by Jan-Willem Blokland

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 26 09:57:08 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:06:01 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
archivers: Remove SHA1 distfiles hashes

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 29 15:51:23 2019 UTC (6 years ago) by bacon
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
archivers/libaec: import libaec-1.0.4

Libaec provides fast lossless compression of 1 up to 32 bit wide signed
or unsigned integers (samples). The library achieves best results for
low entropy data as often encountered in space imaging instrument data or
numerical model output from weather or climate simulations. While floating
point representations are not directly supported, they can also be efficiently
coded by grouping exponents and mantissa.

Libaec implements Golomb-Rice coding as defined in the Space Data System
Standard documents 121.0-B-2 and 120.0-G-2.

Libaec includes a free drop-in replacement for the SZIP library.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>