AOMedia Codec SDK
Modules
Here is a list of all modules:
[detail level 123]
 Common Algorithm InterfaceThis abstraction allows applications to easily support multiple video formats with minimal code duplication. This section describes the interface common to all codecs (both encoders and decoders)
 Decoder Algorithm Interface
 Frame-Based Decoding FunctionsThe following functions are required to be implemented for all decoders that advertise the AOM_CODEC_CAP_PUT_FRAME capability. Calling these functions for codecs that don't advertise this capability will result in an error code being returned, usually AOM_CODEC_ERROR
 Slice-Based Decoding FunctionsThe following functions are required to be implemented for all decoders that advertise the AOM_CODEC_CAP_PUT_SLICE capability. Calling these functions for codecs that don't advertise this capability will result in an error code being returned, usually AOM_CODEC_ERROR
 External Frame Buffer FunctionsThe following section is required to be implemented for all decoders that advertise the AOM_CODEC_CAP_EXTERNAL_FRAME_BUFFER capability. Calling this function for codecs that don't advertise this capability will result in an error code being returned, usually AOM_CODEC_ERROR
 Encoder Algorithm Interface
 Supported Codecs
 AOM
 AOMedia AOM/AV1 Decoder
 AOMedia AOM/AV1 Encoder