2008-08-18 20:54:18 +03:00
|
|
|
/*
|
|
|
|
* MXF
|
2009-01-19 17:46:40 +02:00
|
|
|
* Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>
|
2008-08-18 20:54:18 +03:00
|
|
|
*
|
|
|
|
* This file is part of FFmpeg.
|
|
|
|
*
|
|
|
|
* FFmpeg is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* FFmpeg is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with FFmpeg; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
*/
|
2008-08-31 10:39:47 +03:00
|
|
|
#ifndef AVFORMAT_MXF_H
|
|
|
|
#define AVFORMAT_MXF_H
|
2008-08-18 20:54:18 +03:00
|
|
|
|
2012-09-20 21:31:28 +03:00
|
|
|
#include "avformat.h"
|
2009-02-08 06:42:38 +02:00
|
|
|
#include "libavcodec/avcodec.h"
|
|
|
|
#include <stdint.h>
|
2008-08-18 20:54:18 +03:00
|
|
|
|
|
|
|
typedef uint8_t UID[16];
|
|
|
|
|
|
|
|
enum MXFMetadataSetType {
|
|
|
|
AnyType,
|
|
|
|
MaterialPackage,
|
|
|
|
SourcePackage,
|
|
|
|
SourceClip,
|
|
|
|
TimecodeComponent,
|
2014-10-25 03:31:24 +03:00
|
|
|
PulldownComponent,
|
2008-08-18 20:54:18 +03:00
|
|
|
Sequence,
|
|
|
|
MultipleDescriptor,
|
|
|
|
Descriptor,
|
|
|
|
Track,
|
|
|
|
CryptoContext,
|
|
|
|
Preface,
|
|
|
|
Identification,
|
|
|
|
ContentStorage,
|
|
|
|
SubDescriptor,
|
2009-01-08 09:11:43 +02:00
|
|
|
IndexTableSegment,
|
2009-01-23 22:57:12 +02:00
|
|
|
EssenceContainerData,
|
2014-11-30 22:16:27 +02:00
|
|
|
EssenceGroup,
|
2015-03-14 03:58:38 +02:00
|
|
|
TaggedValue,
|
2017-12-05 06:46:22 +02:00
|
|
|
TapeDescriptor,
|
2018-10-18 22:37:05 +02:00
|
|
|
AVCSubDescriptor,
|
2008-08-18 20:54:18 +03:00
|
|
|
};
|
|
|
|
|
2012-02-07 13:48:43 +03:00
|
|
|
enum MXFFrameLayout {
|
|
|
|
FullFrame = 0,
|
2012-04-13 16:28:52 +03:00
|
|
|
SeparateFields,
|
2012-02-07 13:48:43 +03:00
|
|
|
OneField,
|
2012-04-13 16:28:52 +03:00
|
|
|
MixedFields,
|
2012-02-07 13:48:43 +03:00
|
|
|
SegmentedFrame,
|
|
|
|
};
|
|
|
|
|
2020-02-28 02:21:04 +02:00
|
|
|
typedef struct MXFContentPackageRate {
|
|
|
|
int rate;
|
|
|
|
AVRational tb;
|
|
|
|
} MXFContentPackageRate;
|
|
|
|
|
2012-09-27 11:19:53 +03:00
|
|
|
typedef struct KLVPacket {
|
2008-08-18 20:54:18 +03:00
|
|
|
UID key;
|
2008-10-03 13:16:29 +03:00
|
|
|
int64_t offset;
|
2008-08-18 20:54:18 +03:00
|
|
|
uint64_t length;
|
2018-05-20 17:17:42 +02:00
|
|
|
int64_t next_klv;
|
2008-08-18 20:54:18 +03:00
|
|
|
} KLVPacket;
|
|
|
|
|
2018-05-17 20:49:25 +02:00
|
|
|
typedef enum {
|
|
|
|
NormalWrap = 0,
|
|
|
|
D10D11Wrap,
|
|
|
|
RawAWrap,
|
|
|
|
RawVWrap
|
|
|
|
} MXFWrappingIndicatorType;
|
|
|
|
|
2020-09-09 16:56:37 +02:00
|
|
|
typedef struct MXFLocalTagPair {
|
|
|
|
int local_tag;
|
|
|
|
UID uid;
|
|
|
|
} MXFLocalTagPair;
|
|
|
|
|
2021-01-03 03:21:51 +02:00
|
|
|
extern const uint8_t ff_mxf_random_index_pack_key[16];
|
2021-01-27 15:08:55 +02:00
|
|
|
|
|
|
|
#define FF_MXF_MasteringDisplay_PREFIX 0x06,0x0e,0x2b,0x34,0x01,0x01,0x01,0x0e,0x04,0x20,0x04,0x01,0x01
|
|
|
|
#define FF_MXF_MasteringDisplayPrimaries { FF_MXF_MasteringDisplay_PREFIX,0x01,0x00,0x00 }
|
|
|
|
#define FF_MXF_MasteringDisplayWhitePointChromaticity { FF_MXF_MasteringDisplay_PREFIX,0x02,0x00,0x00 }
|
|
|
|
#define FF_MXF_MasteringDisplayMaximumLuminance { FF_MXF_MasteringDisplay_PREFIX,0x03,0x00,0x00 }
|
|
|
|
#define FF_MXF_MasteringDisplayMinimumLuminance { FF_MXF_MasteringDisplay_PREFIX,0x04,0x00,0x00 }
|
2020-09-09 16:56:37 +02:00
|
|
|
|
|
|
|
#define FF_MXF_MASTERING_CHROMA_DEN 50000
|
|
|
|
#define FF_MXF_MASTERING_LUMA_DEN 10000
|
|
|
|
|
2012-09-27 11:19:53 +03:00
|
|
|
typedef struct MXFCodecUL {
|
2008-08-18 20:54:18 +03:00
|
|
|
UID uid;
|
|
|
|
unsigned matching_len;
|
2009-02-08 07:12:30 +02:00
|
|
|
int id;
|
2018-05-18 21:06:17 +02:00
|
|
|
const char *desc;
|
2018-05-17 20:49:25 +02:00
|
|
|
unsigned wrapping_indicator_pos;
|
|
|
|
MXFWrappingIndicatorType wrapping_indicator_type;
|
2008-08-18 20:54:18 +03:00
|
|
|
} MXFCodecUL;
|
|
|
|
|
2009-02-08 07:12:30 +02:00
|
|
|
extern const MXFCodecUL ff_mxf_data_definition_uls[];
|
2008-08-18 20:54:18 +03:00
|
|
|
extern const MXFCodecUL ff_mxf_codec_uls[];
|
2012-02-28 17:16:39 +03:00
|
|
|
extern const MXFCodecUL ff_mxf_pixel_format_uls[];
|
2015-07-22 10:23:18 +02:00
|
|
|
extern const MXFCodecUL ff_mxf_codec_tag_uls[];
|
2020-07-31 12:09:54 +02:00
|
|
|
extern const MXFCodecUL ff_mxf_color_primaries_uls[];
|
|
|
|
extern const MXFCodecUL ff_mxf_color_trc_uls[];
|
|
|
|
extern const MXFCodecUL ff_mxf_color_space_uls[];
|
2008-08-18 20:54:18 +03:00
|
|
|
|
2012-10-06 13:10:34 +03:00
|
|
|
int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt);
|
2018-03-21 22:13:51 +02:00
|
|
|
int ff_mxf_get_content_package_rate(AVRational time_base);
|
|
|
|
|
2010-06-30 10:55:05 +03:00
|
|
|
|
2014-08-12 17:55:22 +03:00
|
|
|
#define PRIxUID \
|
|
|
|
"%02x.%02x.%02x.%02x." \
|
|
|
|
"%02x.%02x.%02x.%02x." \
|
|
|
|
"%02x.%02x.%02x.%02x." \
|
|
|
|
"%02x.%02x.%02x.%02x"
|
|
|
|
|
|
|
|
#define UID_ARG(x) \
|
|
|
|
(x)[0], (x)[1], (x)[2], (x)[3], \
|
|
|
|
(x)[4], (x)[5], (x)[6], (x)[7], \
|
|
|
|
(x)[8], (x)[9], (x)[10], (x)[11], \
|
|
|
|
(x)[12], (x)[13], (x)[14], (x)[15] \
|
|
|
|
|
2014-03-13 15:38:06 +03:00
|
|
|
#ifdef DEBUG
|
|
|
|
#define PRINT_KEY(pc, s, x) \
|
|
|
|
av_log(pc, AV_LOG_VERBOSE, \
|
|
|
|
"%s " \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x," \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x," \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x," \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x ", \
|
2015-05-07 03:38:43 +02:00
|
|
|
s, UID_ARG(x)); \
|
2014-03-13 15:38:06 +03:00
|
|
|
av_log(pc, AV_LOG_INFO, \
|
|
|
|
"%s " \
|
|
|
|
"%02x.%02x.%02x.%02x." \
|
|
|
|
"%02x.%02x.%02x.%02x." \
|
|
|
|
"%02x.%02x.%02x.%02x." \
|
|
|
|
"%02x.%02x.%02x.%02x\n", \
|
2015-05-07 03:38:43 +02:00
|
|
|
s, UID_ARG(x))
|
2014-03-13 15:38:06 +03:00
|
|
|
#else
|
2015-05-07 03:39:51 +02:00
|
|
|
#define PRINT_KEY(pc, s, x) do { if(0) \
|
|
|
|
av_log(pc, AV_LOG_VERBOSE, \
|
|
|
|
"%s " \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x," \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x," \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x," \
|
|
|
|
"0x%02x,0x%02x,0x%02x,0x%02x ", \
|
|
|
|
s, UID_ARG(x)); \
|
|
|
|
}while(0)
|
2014-03-13 15:38:06 +03:00
|
|
|
#endif
|
2008-08-18 20:54:18 +03:00
|
|
|
|
2008-08-31 10:39:47 +03:00
|
|
|
#endif /* AVFORMAT_MXF_H */
|