daala unknown
Experimental Daala video codec API reference.
|
This is the documentation of the C API for the reference implementation of Daala, a free video codec.
The implementation is subdivided into three separate libraries.
libdaalaenc
contains routines exclusive to the encoder. You must link to this if you use any of the functions listed in Functions for Encoding.libdaaladec
contains routines exclusive to the decoder. You must link to this if you use any of the functions listed in Functions for Decoding.libdaalabase
, containing routines shared by the encoder and the decoder. You must link to this if you use any of the functions in this API, regardless of whether you use the encoder, decoder or both.