FFmpeg
|
#include <inttypes.h>
#include <math.h>
#include <time.h>
#include "libavutil/opt.h"
#include "libavutil/random_seed.h"
#include "libavutil/timecode.h"
#include "libavutil/avassert.h"
#include "libavutil/time_internal.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/dnxhddata.h"
#include "libavcodec/h264.h"
#include "libavcodec/internal.h"
#include "audiointerleave.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "mxf.h"
#include "config.h"
Go to the source code of this file.
Data Structures | |
struct | MXFLocalTagPair |
struct | MXFIndexEntry |
struct | MXFStreamContext |
struct | MXFContainerEssenceEntry |
struct | MXFContext |
Macros | |
#define | EDIT_UNITS_PER_BODY 250 |
#define | KAG_SIZE 512 |
#define | DESCRIPTOR_COUNT(essence_container_count) (essence_container_count > 1 ? essence_container_count + 1 : essence_container_count) |
Variables | |
AVOutputFormat | ff_mxf_d10_muxer |
struct { | |
enum AVCodecID id | |
int index | |
} | mxf_essence_mappings [] |
static const MXFContainerEssenceEntry | mxf_essence_container_uls [] |
static const uint8_t | uuid_base [] = { 0xAD,0xAB,0x44,0x24,0x2f,0x25,0x4d,0xc7,0x92,0xff,0x29,0xbd } |
static const uint8_t | umid_ul [] = { 0x06,0x0A,0x2B,0x34,0x01,0x01,0x01,0x05,0x01,0x01,0x0D,0x00,0x13 } |
static const uint8_t | op1a_ul [] = { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x01,0x09,0x00 } |
complete key for operation pattern, partitions, and primer pack | |
static const uint8_t | footer_partition_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x04,0x04,0x00 } |
static const uint8_t | primer_pack_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x05,0x01,0x00 } |
static const uint8_t | index_table_segment_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x10,0x01,0x00 } |
static const uint8_t | random_index_pack_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x11,0x01,0x00 } |
static const uint8_t | header_open_partition_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x02,0x01,0x00 } |
static const uint8_t | header_closed_partition_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x02,0x04,0x00 } |
static const uint8_t | klv_fill_key [] = { 0x06,0x0E,0x2B,0x34,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x10,0x01,0x00,0x00,0x00 } |
static const uint8_t | body_partition_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x03,0x04,0x00 } |
static const uint8_t | header_metadata_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0D,0x01,0x01,0x01,0x01 } |
partial key for header metadata | |
static const uint8_t | multiple_desc_ul [] = { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x03,0x0D,0x01,0x03,0x01,0x02,0x7F,0x01,0x00 } |
static const MXFLocalTagPair | mxf_local_tag_batch [] |
SMPTE RP210 http://www.smpte-ra.org/mdd/index.html. | |
static const uint8_t | smpte_12m_timecode_track_data_ul [] = { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x01,0x01,0x00,0x00,0x00 } |
static const UID | mxf_mpegvideo_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x01,0x01,0x01,0x01,0x51,0x00 } |
static const UID | mxf_wav_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x01,0x01,0x01,0x01,0x48,0x00 } |
static const UID | mxf_aes3_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x01,0x01,0x01,0x01,0x47,0x00 } |
static const UID | mxf_cdci_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0D,0x01,0x01,0x01,0x01,0x01,0x28,0x00 } |
static const UID | mxf_generic_sound_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0D,0x01,0x01,0x01,0x01,0x01,0x42,0x00 } |
struct { | |
UID uid | |
int frame_size | |
int profile | |
uint8_t interlaced | |
} | mxf_h264_codec_uls [] |
static const UID | mxf_mpeg2_codec_uls [] |
static const uint8_t | system_metadata_pack_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x03,0x01,0x04,0x01,0x01,0x00 } |
static const uint8_t | system_metadata_package_set_key [] = { 0x06,0x0E,0x2B,0x34,0x02,0x43,0x01,0x01,0x0D,0x01,0x03,0x01,0x04,0x01,0x02,0x01 } |
static const AVOption | d10_options [] |
static const AVClass | mxf_d10_muxer_class |
AVOutputFormat | ff_mxf_muxer |
#define EDIT_UNITS_PER_BODY 250 |
Definition at line 56 of file mxfenc.c.
Referenced by mxf_write_packet().
#define KAG_SIZE 512 |
Definition at line 57 of file mxfenc.c.
Referenced by klv_fill_size(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_write_d10_video_packet(), mxf_write_header(), mxf_write_index_table_segment(), mxf_write_klv_fill(), mxf_write_packet(), and mxf_write_partition().
#define DESCRIPTOR_COUNT | ( | essence_container_count | ) | (essence_container_count > 1 ? essence_container_count + 1 : essence_container_count) |
Definition at line 551 of file mxfenc.c.
Referenced by mxf_write_essence_container_refs(), mxf_write_partition(), and mxf_write_preface().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 429 of file mxfenc.c.
Referenced by mxf_write_content_storage(), mxf_write_essence_container_data(), mxf_write_generic_desc(), mxf_write_identification(), mxf_write_index_table_segment(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_preface(), mxf_write_sequence(), mxf_write_structural_component(), mxf_write_timecode_component(), and mxf_write_track().
|
static |
Definition at line 436 of file mxfenc.c.
Referenced by mxf_write_essence_container_data(), mxf_write_package(), mxf_write_structural_component(), and mxf_write_system_item().
|
static |
Definition at line 445 of file mxfenc.c.
Referenced by mxf_write_content_storage(), mxf_write_essence_container_refs(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_preface(), and mxf_write_sequence().
|
static |
Definition at line 451 of file mxfenc.c.
Referenced by mxf_write_partition().
|
static |
Definition at line 459 of file mxfenc.c.
Referenced by mxf_write_content_storage(), mxf_write_essence_container_data(), mxf_write_identification(), mxf_write_index_table_segment(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_partition(), mxf_write_preface(), mxf_write_primer_pack(), mxf_write_random_index_pack(), mxf_write_sequence(), mxf_write_structural_component(), mxf_write_timecode_component(), and mxf_write_track().
|
static |
Definition at line 480 of file mxfenc.c.
Referenced by mxf_write_d10_audio_packet(), mxf_write_d10_video_packet(), mxf_write_generic_desc(), mxf_write_klv_fill(), mxf_write_packet(), and mxf_write_system_item().
|
static |
Definition at line 489 of file mxfenc.c.
Referenced by mxf_write_header().
|
static |
Definition at line 498 of file mxfenc.c.
Referenced by mxf_write_partition().
|
static |
Definition at line 517 of file mxfenc.c.
Referenced by mxf_write_cdci_common(), mxf_write_common_fields(), mxf_write_content_storage(), mxf_write_essence_container_data(), mxf_write_generic_desc(), mxf_write_generic_sound_common(), mxf_write_identification(), mxf_write_index_table_segment(), mxf_write_local_tag_utf16(), mxf_write_mpegvideo_desc(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_preface(), mxf_write_sequence(), mxf_write_structural_component(), mxf_write_timecode_component(), mxf_write_track(), and mxf_write_wav_common().
|
static |
Definition at line 523 of file mxfenc.c.
Referenced by mxf_write_content_storage(), mxf_write_essence_container_data(), mxf_write_identification(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_preface(), mxf_write_sequence(), mxf_write_structural_component(), mxf_write_timecode_component(), and mxf_write_track().
|
static |
Definition at line 529 of file mxfenc.c.
Referenced by mxf_write_footer().
|
static |
Definition at line 539 of file mxfenc.c.
Referenced by mxf_write_common_fields().
|
static |
Definition at line 554 of file mxfenc.c.
Referenced by mxf_write_partition(), and mxf_write_preface().
|
static |
Definition at line 571 of file mxfenc.c.
Referenced by mxf_write_header_metadata_sets().
|
static |
Definition at line 618 of file mxfenc.c.
Referenced by mxf_write_identification().
|
static |
Definition at line 626 of file mxfenc.c.
Referenced by mxf_write_header_metadata_sets().
|
static |
Definition at line 665 of file mxfenc.c.
Referenced by mxf_write_header_metadata_sets().
|
static |
Definition at line 690 of file mxfenc.c.
Referenced by mxf_write_package().
|
static |
Definition at line 731 of file mxfenc.c.
Referenced by mxf_write_sequence(), mxf_write_structural_component(), and mxf_write_timecode_component().
|
static |
Definition at line 750 of file mxfenc.c.
Referenced by mxf_write_package().
|
static |
Definition at line 778 of file mxfenc.c.
Referenced by mxf_write_package().
|
static |
Definition at line 806 of file mxfenc.c.
Referenced by mxf_write_package().
|
static |
Definition at line 842 of file mxfenc.c.
Referenced by mxf_write_package().
|
static |
Definition at line 879 of file mxfenc.c.
Referenced by mxf_write_cdci_common(), and mxf_write_generic_sound_common().
|
static |
Definition at line 908 of file mxfenc.c.
Referenced by mxf_write_cdci_desc(), and mxf_write_mpegvideo_desc().
|
static |
Definition at line 1017 of file mxfenc.c.
Referenced by mxf_write_generic_sound_desc(), and mxf_write_wav_common().
|
static |
Definition at line 1055 of file mxfenc.c.
Referenced by mxf_write_aes3_desc(), and mxf_write_wav_desc().
|
static |
Definition at line 1084 of file mxfenc.c.
Referenced by mxf_write_header_metadata_sets().
|
static |
Definition at line 1155 of file mxfenc.c.
Referenced by mxf_write_header_metadata_sets().
|
static |
Definition at line 1177 of file mxfenc.c.
Referenced by mxf_write_partition().
|
static |
Definition at line 1188 of file mxfenc.c.
Referenced by mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_write_d10_video_packet(), mxf_write_header(), mxf_write_index_table_segment(), mxf_write_klv_fill(), mxf_write_packet(), and mxf_write_partition().
|
static |
Definition at line 1197 of file mxfenc.c.
Referenced by mxf_write_footer(), and mxf_write_packet().
|
static |
Definition at line 1330 of file mxfenc.c.
Referenced by mxf_write_footer(), mxf_write_packet(), and mxf_write_partition().
|
static |
Definition at line 1342 of file mxfenc.c.
Referenced by mxf_write_footer(), and mxf_write_packet().
|
static |
Definition at line 1439 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 1517 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 1609 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 1689 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame().
|
static |
Definition at line 1709 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 1767 of file mxfenc.c.
Referenced by mxf_write_header().
|
static |
Definition at line 1781 of file mxfenc.c.
Referenced by mxf_write_header().
|
static |
|
static |
Definition at line 1947 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 1988 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 2017 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
|
static |
Definition at line 2146 of file mxfenc.c.
Referenced by mxf_write_footer().
|
static |
|
static |
Definition at line 2221 of file mxfenc.c.
Referenced by mxf_interleave().
|
static |
Definition at line 2276 of file mxfenc.c.
Referenced by mxf_interleave().
|
static |
AVOutputFormat ff_mxf_d10_muxer |
enum AVCodecID id |
Definition at line 94 of file mxfenc.c.
Referenced by add_tracked_method(), ape_tag_read_field(), asf_read_picture(), av_codec_get_id(), av_get_audio_frame_duration(), av_new_program(), avi_get_ientry(), avi_write_packet(), avpriv_new_chapter(), che_configure(), check_section_show_entries(), config_output(), create_new_audio_stream(), decode_frame(), dxtory_decode_v1_rgb(), ebml_parse(), encode_callback(), eval_expr(), exif_decode_tag(), ff_flac_parse_picture(), ff_get_wav_header(), ff_jpegls_decode_lse(), ff_mjpeg_decode_sos(), ff_mov_read_stsd_entries(), ff_rtsp_tcp_read_packet(), ff_rtsp_tcp_write_packet(), ff_wav_codec_get_id(), ffm_read_data(), filter_frame(), flush_packet(), frame_configure_elements(), get_codec_data(), get_sindex(), lvf_read_header(), lvf_read_packet(), mark_section_show_entries(), matroska_parse_webvtt(), matroska_resync(), mjpeg_decode_app(), mkv_write_vtt_blocks(), mov_codec_id(), mov_read_covr(), parse_object_segment(), parse_palette_segment(), print_section(), put_system_header(), qdm2_parse_subpacket(), read_apic(), remap_deprecated_codec_id(), request_frame(), rso_read_header(), set_codec_from_probe_data(), sol_read_header(), txd_read_packet(), wavpack_decode_block(), webvtt_write_packet(), write_chapter(), and wv_read_block_header().
struct { ... } mxf_essence_mappings[] |
Referenced by mxf_get_essence_container_ul_index().
|
static |
|
static |
Definition at line 316 of file mxfenc.c.
Referenced by mxf_write_uuid().
|
static |
Definition at line 317 of file mxfenc.c.
Referenced by mxf_write_umid().
|
static |
complete key for operation pattern, partitions, and primer pack
Definition at line 322 of file mxfenc.c.
Referenced by mxf_write_partition(), and mxf_write_preface().
|
static |
Definition at line 323 of file mxfenc.c.
Referenced by mxf_write_footer(), and mxf_write_partition().
|
static |
Definition at line 324 of file mxfenc.c.
Referenced by mxf_write_primer_pack().
|
static |
Definition at line 325 of file mxfenc.c.
Referenced by mxf_write_index_table_segment().
|
static |
Definition at line 326 of file mxfenc.c.
Referenced by mxf_write_random_index_pack().
|
static |
Definition at line 327 of file mxfenc.c.
Referenced by mxf_write_packet().
|
static |
Definition at line 328 of file mxfenc.c.
Referenced by mxf_write_footer().
|
static |
Definition at line 329 of file mxfenc.c.
Referenced by mxf_write_d10_video_packet(), and mxf_write_klv_fill().
|
static |
Definition at line 330 of file mxfenc.c.
Referenced by mxf_write_packet(), and mxf_write_partition().
|
static |
partial key for header metadata
Definition at line 335 of file mxfenc.c.
Referenced by mxf_write_metadata_key().
|
static |
Definition at line 336 of file mxfenc.c.
Referenced by mxf_write_essence_container_refs(), mxf_write_multi_descriptor(), and mxf_write_system_item().
|
static |
SMPTE RP210 http://www.smpte-ra.org/mdd/index.html.
|
static |
Definition at line 729 of file mxfenc.c.
Referenced by mxf_write_common_fields().
|
static |
Definition at line 902 of file mxfenc.c.
Referenced by mxf_write_mpegvideo_desc().
|
static |
Definition at line 903 of file mxfenc.c.
Referenced by mxf_write_wav_desc().
|
static |
Definition at line 904 of file mxfenc.c.
Referenced by mxf_write_aes3_desc().
|
static |
Definition at line 905 of file mxfenc.c.
Referenced by mxf_write_cdci_desc().
|
static |
Definition at line 906 of file mxfenc.c.
Referenced by mxf_write_generic_sound_desc().
UID uid |
Definition at line 1588 of file mxfenc.c.
Referenced by matroska_convert_tags(), matroska_parse_tracks(), matroska_read_header(), and mxf_write_primer_pack().
int frame_size |
Definition at line 1589 of file mxfenc.c.
Referenced by aic_decode_header(), alac_entropy_coder(), alac_linear_predictor(), amr_handle_packet(), av_buffersink_set_frame_size(), avpriv_mpegaudio_decode_header(), build_feed_streams(), build_frame_code(), caf_write_header(), compute_pkt_fields2(), CustomSource::CustomSource(), decode_frame(), decode_packet(), dfa_read_packet(), do_video_out(), dvvideo_decode_frame(), encode_frame(), escape124_decode_frame(), ff_celt_decode_frame(), ff_psy_preprocess(), ff_put_wav_header(), ff_rtp_send_h261(), ff_rtp_send_hevc(), ff_sipr_decode_frame_16k(), ff_vbv_update(), find_expected_header(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), g723_1_decode_frame(), init_output_frame(), libopus_encode_init(), lmlm4_read_packet(), load_encode_and_write(), main(), mp3_header_decompress(), mpegaudio_parse(), msrle_decode_pal4(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_write_d10_audio_packet(), new_subtitle_stream(), new_video_stream(), on2avc_decode_frame(), opus_duration(), prores_encode_frame(), pulse_read_packet(), qdm2_decode(), raw_decode(), read_packet(), return_stored_frame(), rpl_read_packet(), rtp_send_ilbc(), rtp_write_header(), s302m_decode_frame(), s302m_parse_frame_header(), smacker_read_packet(), store_packet(), str_probe(), str_read_packet(), swf_write_video(), vc1t_read_packet(), wavpack_decode_frame(), xan_wc3_copy_pixel_run(), xan_wc3_output_pixel_run(), and xmv_fetch_video_packet().
int profile |
Definition at line 1590 of file mxfenc.c.
Referenced by avcodec_string(), ff_h264_get_profile(), matroska_aac_profile(), matroska_parse_tracks(), mov_write_dvc1_structs(), show_stream(), vdpau_h264_init(), vdpau_old_init(), vdpau_vc1_init(), and vp7_decode_frame_header().
uint8_t interlaced |
Definition at line 1591 of file mxfenc.c.
Referenced by avui_decode_frame(), avui_encode_frame(), copy_frame(), dnxhd_find_frame_end(), encode_init(), find_compressor(), ljpeg_decode_yuv_scan(), mov_get_h264_codec_tag(), and mov_get_mpeg2_xdcam_codec_tag().
struct { ... } mxf_h264_codec_uls[] |
Referenced by mxf_parse_h264_frame().
|
static |
Definition at line 1676 of file mxfenc.c.
Referenced by mxf_get_mpeg2_codec_ul().
|
static |
Definition at line 1944 of file mxfenc.c.
Referenced by mxf_write_system_item().
|
static |
Definition at line 1945 of file mxfenc.c.
Referenced by mxf_write_system_item().
|
static |
|
static |
AVOutputFormat ff_mxf_muxer |