| AVFrame |
Represents a pointer to a native FFmpeg AVFrame object.
|
| AVFrameFormat |
Implements a VideoFormat for a Buffer carrying
AVFrame as its data.
|
| ByteBuffer |
Represents a buffer of native memory with a specific size/capacity which may
contains a specific number of bytes of valid data.
|
| HFlip |
Implements a video Effect which horizontally flips
AVFrames.
|
| SwScale |
Implements an FMJ Codec which uses libswscale to scale images and
convert between color spaces (typically, RGB and YUV).
|
| VPX |
A wrapper for the libvpx native library.
|