Registry / other / libaec

libaec

JSON →
library1.1.6vcpkgunverified

Adaptive Entropy Coding library

vcpkg install libaec
INSTALL
IMPORT
SIG · LIBAEC
L
libaec
othercppv1.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libaec.h
#include <libaec.h>

Initialize an Adaptive Entropy Coding stream structure

#include <libaec.h> #include <cstdint> int main() { struct aec_stream strm; strm.bits_per_sample = 16; strm.block_size = 64; strm.rsi = 128; strm.flags = AEC_DATA_SIGNED; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libaec — pip install libaec · libregistry