WebM 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 function is required to be implemented for all decoders that advertise the VPX_CODEC_CAP_PUT_FRAME capability. Calling this function for codecs that don't advertise this capability will result in an error code being returned, usually VPX_CODEC_INCAPABLE
 Slice-Based Decoding FunctionsThe following function is required to be implemented for all decoders that advertise the VPX_CODEC_CAP_PUT_SLICE capability. Calling this function for codecs that don't advertise this capability will result in an error code being returned, usually VPX_CODEC_INCAPABLE
 External Frame Buffer FunctionsThe following function is required to be implemented for all decoders that advertise the VPX_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 VPX_CODEC_INCAPABLE
 Encoder Algorithm Interface
 Supported Codecs
 VP8
 WebM VP8/VP9 Encoder
 WebM VP8/VP9 Decoder