Here is a list of all modules:
[detail level 123]
| ▼Common Algorithm Interface | This 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 Functions | The following functions are required to be implemented for all decoders that advertise the VPX_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 VPX_CODEC_ERROR |
| Slice-Based Decoding Functions | The following functions are required to be implemented for all decoders that advertise the VPX_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 VPX_CODEC_ERROR |
| External Frame Buffer Functions | The following section 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_ERROR |
| Encoder Algorithm Interface | |
| ▼Supported Codecs | |
| ▼VP8 | |
| WebM VP8/VP9 Encoder | |
| WebM VP8/VP9 Decoder | |