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) |
const MXFSamplesPerFrame * | ff_mxf_get_samples_per_frame (AVFormatContext *s, AVRational time_base) |
Variables | |
const MXFCodecUL | ff_mxf_data_definition_uls [] |
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html. | |
const MXFCodecUL | ff_mxf_codec_uls [] |
const MXFCodecUL | ff_mxf_pixel_format_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 MXFSamplesPerFrame | mxf_samples_per_frames [] |
int ff_mxf_decode_pixel_layout | ( | const char | pixel_layout[16], |
enum AVPixelFormat * | pix_fmt | ||
) |
Definition at line 96 of file mxf.c.
Referenced by mxf_read_pixel_layout().
const MXFSamplesPerFrame* ff_mxf_get_samples_per_frame | ( | AVFormatContext * | s, |
AVRational | time_base | ||
) |
Definition at line 119 of file mxf.c.
Referenced by mxf_compute_sample_count(), and mxf_write_header().
const MXFCodecUL ff_mxf_data_definition_uls[] |
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
Definition at line 28 of file mxf.c.
Referenced by mxf_get_data_definition_ul(), and mxf_parse_structural_metadata().
const MXFCodecUL ff_mxf_codec_uls[] |
Definition at line 34 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
const MXFCodecUL ff_mxf_pixel_format_uls[] |
Definition at line 60 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
enum AVPixelFormat pix_fmt |
const char data[16] |
Definition at line 68 of file mxf.c.
Referenced by adx_encode(), alloc_buffer(), amr_new_context(), apply_param_change(), av_blowfish_init(), av_image_get_buffer_size(), av_new_packet(), av_packet_split_side_data(), av_register_all(), avs_decode_frame(), bitplane_decoding(), bmp_decode_frame(), brpix_decode_frame(), cavs_decode_frame(), cinepak_decode_strip(), column_fidct_mmx(), concat_close(), concat_open(), concat_read(), concat_seek(), control(), conv(), convert_mask_to_strength_mask(), data_open(), decode(), decode_13(), decode_frame(), decode_text_chunk(), decode_zbuf(), dirac_decode_frame(), display_end_segment(), dnxhd_decode_frame(), do_apply_filter(), dvbsub_decode(), dvdsub_parse_extradata(), ebml_parse_elem(), encode_all_blocks(), encode_frame(), estimate_best_b_count(), ff_add_param_change(), ff_amf_get_field_value(), ff_amf_tag_size(), ff_asfcrypt_dec(), ff_calculate_bounding_box(), ff_default_get_audio_buffer(), ff_default_get_video_buffer(), ff_fdct248_islow(), ff_fdct_ifast(), ff_fdct_ifast248(), ff_generate_avci_extradata(), ff_h263_decode_frame(), ff_j_rev_dct(), ff_j_rev_dct4(), ff_jpeg_fdct_islow(), ff_mjpeg_decode_frame(), ff_mxf_decode_pixel_layout(), ff_rv34_decode_frame(), ff_schro_queue_pop(), ff_simple_idct_put_vis(), ff_simple_idct_vis(), filter_frame(), flv_write_packet(), gif_decode_frame(), h261_decode_frame(), hb_fir_filter(), inverse_channel_transform(), ir2_decode_frame(), jacosub_decode_frame(), lag_decode_frame(), libopenjpeg_decode_frame(), libschroedinger_free_frame(), main(), matroska_decode_buffer(), matroska_parse_frame(), matroska_parse_laces(), microdvd_decode_frame(), mjpeg_decode_scan(), mjpeg_decode_scan_progressive_ac(), mjpegb_decode_frame(), mkv_copy_packet(), mkv_write_ass_blocks(), mkv_write_block(), mov_read_custom_metadata(), mov_text_decode_frame(), mov_write_subtitle_end_packet(), mpeg_decode_frame(), mpegts_write_packet_internal(), mpegts_write_pat(), mpegts_write_pmt(), mpegts_write_sdt(), mpl2_decode_frame(), multiswap_dec(), multiswap_enc(), mxpeg_decode_frame(), ogg_buffer_data(), parse_packet(), parse_picture(), pcx_decode_frame(), plot_spectrum_column(), pnm_decode_frame(), ptx_decode_frame(), qdm2_restore_block(), qtrle_encode_line(), ra144_encode_subblock(), raw_decode(), realtext_decode_frame(), row_fdct(), rv10_decode_frame(), sami_decode_frame(), sample_queue_push(), srt_decode_frame(), subviewer_decode_frame(), sunrast_decode_frame(), text_decode_frame(), txd_decode_frame(), vc1_decode_frame(), vcr1_decode_frame(), vdadec_decode(), vertClassify_altivec(), video_audio_display(), vp8_decode(), wavpack_decode_block(), webvtt_decode_frame(), xmv_fetch_video_packet(), xmv_process_packet_header(), and xmv_read_extradata().
struct { ... } ff_mxf_pixel_layouts[] |
Referenced by ff_mxf_decode_pixel_layout().
|
static |
Definition at line 94 of file mxf.c.
Referenced by ff_mxf_decode_pixel_layout().
|
static |