Skip to content

libaecv1.1.7

Updated

Adaptive Entropy Coding library

#Usage

libaec provides CMake targets:

find_package(libaec CONFIG REQUIRED)
# libaec API
target_link_libraries(main PRIVATE libaec::aec)
# szip compatible API
target_link_libraries(main PRIVATE libaec::sz)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • LE GARREC Vincent's avatarLE GARREC Vincent
  • Kai Pastor's avatarKai Pastor
  • SunBlack's avatarSunBlack
  • toge's avatartoge
  • Mathis Rosenhauer's avatarMathis Rosenhauer

#Changelog

  • 9942fb5[libaec] Switch to GitHub repo (#53051)
  • ad2ab82[libaec] Update to 1.1.7 (#52793)
  • fedfb6a[libaec] update to 1.1.6 (#50182)
  • e2d3d23[libaec] Update to 1.1.5 (#49913)
  • 8eafd12[libaec] Update to 1.1.4 (#49660)
  • ad84d8b[libaec] Test and fix CMake config, add usage (#45340)
  • e36fe71[libaec] Add new port (#38107)