ffmpeg.libavcodec.dirac

Undocumented in source.

Members

Enums

DiracParseCodes
enum DiracParseCodes

Parse code values:

Functions

av_dirac_parse_sequence_header
int av_dirac_parse_sequence_header(AVDiracSeqHeader** dsh, const(ubyte)* buf, size_t buf_size, void* log_ctx)

Parse a Dirac sequence header.

Manifest constants

MAX_DWT_LEVELS
enum MAX_DWT_LEVELS;

The spec limits the number of wavelet decompositions to 4 for both level 1 (VC-2) and 128 (long-gop default). 5 decompositions is the maximum before >16-bit buffers are needed. Schroedinger allows this for DD 9,7 and 13,7 wavelets only, limiting the others to 4 decompositions (or 3 for the fidelity filter).

Structs

AVDiracSeqHeader
struct AVDiracSeqHeader
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DiracVersionInfo
struct DiracVersionInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta