Path to this page:
Subject: CVS commit: pkgsrc/archivers/libaec
From: Adam Ciarcinski
Date: 2025-03-05 11:51:11
Message id: 20250305105111.BC6D5FBE1@cvs.NetBSD.org
Log Message:
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.
Files: