FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_mxf_decode_pixel_layout (const char pixel_layout[16], enum AVPixelFormat *pix_fmt) |
int | ff_mxf_get_content_package_rate (AVRational time_base) |
Variables | |
const uint8_t | ff_mxf_random_index_pack_key [16] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x11,0x01,0x00 } |
const MXFCodecUL | ff_mxf_data_definition_uls [] |
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html. More... | |
const MXFCodecUL | ff_mxf_codec_uls [] |
const MXFCodecUL | ff_mxf_pixel_format_uls [] |
const MXFCodecUL | ff_mxf_codec_tag_uls [] |
const MXFCodecUL | ff_mxf_color_primaries_uls [] |
const MXFCodecUL | ff_mxf_color_trc_uls [] |
const MXFCodecUL | ff_mxf_color_space_uls [] |
struct { | |
enum AVPixelFormat pix_fmt | |
const char data [16] | |
} | ff_mxf_pixel_layouts [] |
static const int | num_pixel_layouts = FF_ARRAY_ELEMS(ff_mxf_pixel_layouts) |
static const MXFContentPackageRate | mxf_content_package_rates [] |
See SMPTE 326M-2000 Section 7.2 Content package rate MXFContentPackageRate->rate is bits b5..b0. More... | |
int ff_mxf_decode_pixel_layout | ( | const char | pixel_layout[16], |
enum AVPixelFormat * | pix_fmt | ||
) |
Definition at line 171 of file mxf.c.
Referenced by mxf_read_pixel_layout().
int ff_mxf_get_content_package_rate | ( | AVRational | time_base | ) |
Definition at line 213 of file mxf.c.
Referenced by mxf_init_timecode(), and mxf_write_header().
const uint8_t ff_mxf_random_index_pack_key[16] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x11,0x01,0x00 } |
Definition at line 25 of file mxf.c.
Referenced by mxf_read_random_index_pack(), and mxf_write_random_index_pack().
const MXFCodecUL ff_mxf_data_definition_uls[] |
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
Definition at line 30 of file mxf.c.
Referenced by mxf_add_metadata_stream(), mxf_parse_structural_metadata(), and mxf_write_common_fields().
const MXFCodecUL ff_mxf_codec_uls[] |
Definition at line 39 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
const MXFCodecUL ff_mxf_pixel_format_uls[] |
Definition at line 80 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
const MXFCodecUL ff_mxf_codec_tag_uls[] |
Definition at line 86 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
const MXFCodecUL ff_mxf_color_primaries_uls[] |
Definition at line 91 of file mxf.c.
Referenced by mxf_parse_structural_metadata(), and mxf_write_cdci_common().
const MXFCodecUL ff_mxf_color_trc_uls[] |
Definition at line 106 of file mxf.c.
Referenced by mxf_parse_structural_metadata(), and mxf_write_cdci_common().
const MXFCodecUL ff_mxf_color_space_uls[] |
Definition at line 127 of file mxf.c.
Referenced by mxf_parse_structural_metadata(), and mxf_write_cdci_common().
enum AVPixelFormat pix_fmt |
const { ... } ff_mxf_pixel_layouts[] |
Referenced by ff_mxf_decode_pixel_layout().
|
static |
Definition at line 169 of file mxf.c.
Referenced by ff_mxf_decode_pixel_layout().
|
static |
See SMPTE 326M-2000 Section 7.2 Content package rate MXFContentPackageRate->rate is bits b5..b0.