112 #define MODE_MATROSKAv2 0x01
113 #define MODE_WEBM 0x02
117 #define MAX_TRACKS 126
169 #define MAX_SEEKENTRY_SIZE 21
173 #define MAX_CUETRACKPOS_SIZE 42
176 #define MAX_CUEPOINT_SIZE(num_tracks) 12 + MAX_CUETRACKPOS_SIZE * num_tracks
179 #define OPUS_SEEK_PREROLL 80000000
183 return (
av_log2(
id + 1) - 1) / 7 + 1;
211 while ((num + 1) >> bytes * 7)
231 bytes = needed_bytes;
236 num |= 1ULL << bytes * 7;
237 for (i = bytes - 1; i >= 0; i--)
250 for (i = bytes - 1; i >= 0; i--)
257 uint64_t
tmp = 2*(val < 0 ? val^-1 :
val);
259 while (tmp>>=8) bytes++;
263 for (i = bytes - 1; i >= 0; i--)
312 uint64_t expectedsize)
452 if (numelements > 0) {
534 currentpos = seekhead->
filepos;
554 int64_t cluster_pos, int64_t relative_pos, int64_t
duration)
592 uint64_t
pts = entry->
pts;
596 for (j = 0; j < num_tracks; j++)
597 tracks[j].has_cue = 0;
600 av_assert0(tracknum>=0 && tracknum<num_tracks);
612 for (j = 0; j < num_tracks; j++)
613 tracks[j].has_cue = 0;
616 av_assert0(tracknum>=0 && tracknum<num_tracks);
638 const uint8_t *header_start[3];
640 int first_header_size;
644 first_header_size = 30;
646 first_header_size = 42;
649 first_header_size, header_start, header_len) < 0) {
655 for (j = 0; j < 2; j++) {
658 for (j = 0; j < 3; j++)
659 avio_write(pb, header_start[j], header_len[j]);
693 av_dict_set(&dict,
"WAVEFORMATEXTENSIBLE_CHANNEL_MASK", buf, 0);
696 if (len >= ((1<<24) - 4))
727 extradata_size * 8, 1);
735 "Error parsing AAC extradata, unable to determine samplerate.\n");
775 "Invalid extradata found, ALAC expects a 36-byte "
801 int native_id,
int qt_id)
805 int ret, codecpriv_size;
824 for(i = 0; i < 0x5a - 8; i++)
869 int side_data_size = 0;
870 int ret, colorinfo_size;
905 if (side_data_size) {
947 if (colorinfo_size) {
949 avio_write(pb, colorinfo_ptr, colorinfo_size);
961 int side_data_size = 0;
962 int ret, projection_size;
1011 (
double) spherical->
yaw / (1 << 16));
1012 if (spherical->
pitch)
1014 (
double) spherical->
pitch / (1 << 16));
1015 if (spherical->
roll)
1017 (
double) spherical->
roll / (1 << 16));
1021 if (projection_size) {
1025 avio_write(pb, projection_ptr, projection_size);
1036 switch (field_order) {
1050 switch (field_order) {
1085 int stereo_mode = atoi(tag->
value);
1093 if (stereo_mode < MATROSKA_VIDEO_STEREOMODE_TYPE_NB &&
1094 stereo_mode != 10 && stereo_mode != 12) {
1107 switch (stereo->
type) {
1159 "The specified stereo mode is not valid.\n");
1171 int i,
AVIOContext *pb,
int default_stream_exists)
1180 int output_sample_rate = 0;
1181 int display_width_div = 1;
1182 int display_height_div = 1;
1204 &output_sample_rate);
1221 }
else if (tag && tag->
value) {
1236 codec_id =
"D_WEBVTT/CAPTIONS";
1239 codec_id =
"D_WEBVTT/DESCRIPTIONS";
1242 codec_id =
"D_WEBVTT/METADATA";
1245 codec_id =
"D_WEBVTT/SUBTITLES";
1264 av_log(s,
AV_LOG_ERROR,
"Raw RGB is not supported Natively in Matroska, you can use AVI or NUT or\n"
1265 "If you would like to store it anyway using VFW mode, enable allow_raw_vfw (-allow_raw_vfw 1)\n");
1275 if (codecdelay < 0) {
1295 "Only VP8 or VP9 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM.\n");
1299 switch (par->codec_type) {
1301 mkv->have_video = 1;
1304 if( st->avg_frame_rate.num > 0 && st->avg_frame_rate.den > 0
1320 else if (!native_id) {
1323 mkv->tracks[i].write_dts = 1;
1324 s->internal->avoid_negative_ts_use_pts = 0;
1338 &display_height_div);
1350 if (st->sample_aspect_ratio.num) {
1351 int64_t d_width =
av_rescale(par->width, st->sample_aspect_ratio.num, st->sample_aspect_ratio.den);
1352 if (d_width > INT_MAX) {
1356 if (d_width != par->width || display_width_div != 1 || display_height_div != 1) {
1357 if (mkv->mode ==
MODE_WEBM || display_width_div != 1 || display_height_div != 1) {
1363 par->width * (int64_t)st->sample_aspect_ratio.num,
1364 par->height * (int64_t)st->sample_aspect_ratio.den,
1371 }
else if (display_width_div != 1 || display_height_div != 1) {
1378 uint32_t color_space =
av_le2ne32(par->codec_tag);
1400 mkv->tracks[i].sample_rate_offset =
avio_tell(pb);
1402 if (output_sample_rate)
1421 av_log(
s,
AV_LOG_ERROR,
"Only audio, video, and subtitles are supported for Matroska.\n");
1426 mkv->tracks[i].codecpriv_offset =
avio_tell(pb);
1441 int i, ret, default_stream_exists = 0;
1481 if (ret < 0)
return ret;
1484 if (ret < 0)
return ret;
1497 if (chapterstart < 0 || chapterstart > chapterend || chapterend < 0) {
1499 "Invalid chapter start (%"PRId64
") or end (%"PRId64
").\n",
1500 chapterstart, chapterend);
1537 if ((p = strrchr(p,
'-')) &&
1545 else if (*p >=
'a' && *p <=
'z')
1562 unsigned int elementid,
unsigned int uid,
1572 if (ret < 0)
return ret;
1644 if (ret < 0)
return ret;
1657 if (ret < 0)
return ret;
1739 if (ret < 0)
return ret;
1742 if (ret < 0)
return ret;
1749 const char *mimetype =
NULL;
1770 mimetype = t->
value;
1786 "it cannot be deduced from the codec id.\n", i);
1826 if (explicitDuration && (
av_parse_time(&us, explicitDuration->
value, 1) == 0) && us > 0) {
1827 av_log(s,
AV_LOG_DEBUG,
"get_metadata_duration found duration in context metadata: %" PRId64
"\n", us);
1836 max =
FFMAX(max, us);
1850 int64_t creation_time;
1899 if (ret < 0)
goto fail;
1917 uint32_t segment_uid[4];
1922 for (i = 0; i < 4; i++)
1928 const char *ident =
"Lavf";
1935 int64_t date_utc = (creation_time - 978307200000000LL) * 1000;
1937 AV_WB64(date_utc_buf, date_utc);
1950 av_log(s,
AV_LOG_DEBUG,
"Write early duration from recording time = %" PRIu64
"\n", scaledDuration);
1951 }
else if (metadata_duration > 0) {
1954 av_log(s,
AV_LOG_DEBUG,
"Write early duration from metadata = %" PRIu64
"\n", scaledDuration);
2037 int size = pkt_size + 4;
2084 memcpy(dst + offset, src, header.
blocksize);
2100 unsigned int blockid,
AVPacket *
pkt,
int keyframe)
2107 uint64_t additional_id = 0;
2108 int64_t discard_padding = 0;
2110 ebml_master block_group, block_additions, block_more;
2115 "pts %" PRId64
", dts %" PRId64
", duration %" PRId64
", keyframe %d\n",
2145 if (side_data && side_data_size >= 10) {
2155 additional_id =
AV_RB64(side_data);
2157 side_data_size -= 8;
2160 if ((side_data_size && additional_id == 1) || discard_padding) {
2168 avio_w8(pb, 0x80 | track_number);
2172 if (data != pkt->
data)
2181 if (discard_padding) {
2185 if (side_data_size && additional_id == 1) {
2195 if ((side_data_size && additional_id == 1) || discard_padding) {
2204 int id_size, settings_size,
size;
2207 const int flags = 0;
2217 size = id_size + 1 + settings_size + 1 + pkt->
size;
2220 "pts %" PRId64
", dts %" PRId64
", duration %" PRId64
", flags %d\n",
2230 avio_printf(pb,
"%.*s\n%.*s\n%.*s", id_size,
id, settings_size, settings, pkt->
size, pkt->
data);
2246 "Starting new cluster at offset %" PRIu64
" bytes, "
2247 "pts %" PRIu64
"dts %" PRIu64
"\n",
2251 "pts %" PRIu64
"dts %" PRIu64
"\n",
2262 int side_data_size = 0, ret;
2270 int filler, output_sample_rate = 0;
2273 &output_sample_rate);
2276 if (!output_sample_rate)
2282 memcpy(par->
extradata, side_data, side_data_size);
2295 av_log(s,
AV_LOG_ERROR,
"Error parsing AAC extradata, unable to determine samplerate.\n");
2316 memcpy(codecpriv_par->
extradata, side_data, side_data_size);
2342 int64_t relative_packet_pos;
2353 if ((int16_t)cluster_time != cluster_time) {
2375 if (ret < 0)
return ret;
2384 #if FF_API_CONVERGENCE_DURATION
2421 int64_t cluster_time;
2423 int start_new_cluster;
2443 start_new_cluster = keyframe;
2448 start_new_cluster = 1;
2453 cluster_size > 4 * 1024))) {
2454 start_new_cluster = 1;
2456 start_new_cluster = 0;
2459 if (mkv->
cluster_pos != -1 && start_new_cluster) {
2472 mkv->
is_dash ? start_new_cluster : 0);
2476 "Could not write cached audio packet ret:%d\n", ret);
2500 "Flushing cluster at offset %" PRIu64
" bytes\n",
2515 int64_t currentpos, cuespos;
2524 "Could not write cached audio packet ret:%d\n", ret);
2550 "Insufficient space reserved for cues: %d "
2551 "(needed: %" PRId64
").\n",
2556 if (cues_end < cuespos + mkv->reserve_cues_space)
2558 (cues_end - cuespos));
2594 char duration_string[20] =
"";
2601 snprintf(duration_string, 20,
"%02d:%02d:%012.9f",
2602 (
int) duration_sec / 3600, ((
int) duration_sec / 60) % 60,
2603 fmod(duration_sec, 60));
2649 "At most %d streams are supported for muxing in Matroska\n",
2662 "The Matroska muxer does not yet support muxing %s\n",
2728 #define OFFSET(x) offsetof(MatroskaMuxContext, x)
2729 #define FLAGS AV_OPT_FLAG_ENCODING_PARAM
2731 {
"reserve_index_space",
"Reserve a given amount of space (in bytes) at the beginning of the file for the index (cues).",
OFFSET(reserve_cues_space),
AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX,
FLAGS },
2732 {
"cluster_size_limit",
"Store at most the provided amount of bytes in a cluster. ",
OFFSET(cluster_size_limit),
AV_OPT_TYPE_INT , { .i64 = -1 }, -1, INT_MAX,
FLAGS },
2733 {
"cluster_time_limit",
"Store at most the provided number of milliseconds in a cluster.",
OFFSET(cluster_time_limit),
AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX,
FLAGS },
2734 {
"dash",
"Create a WebM file conforming to WebM DASH specification",
OFFSET(is_dash),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
FLAGS },
2735 {
"dash_track_number",
"Track number for the DASH stream",
OFFSET(dash_track_number),
AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 127,
FLAGS },
2738 {
"write_crc32",
"write a CRC32 element inside every Level 1 element",
OFFSET(write_crc),
AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1,
FLAGS },
2742 #if CONFIG_MATROSKA_MUXER
2743 static const AVClass matroska_class = {
2753 .mime_type =
"video/x-matroska",
2754 .extensions =
"mkv",
2756 .audio_codec = CONFIG_LIBVORBIS_ENCODER ?
2758 .video_codec = CONFIG_LIBX264_ENCODER ?
2773 .priv_class = &matroska_class,
2777 #if CONFIG_WEBM_MUXER
2778 static const AVClass webm_class = {
2788 .mime_type =
"video/webm",
2789 .extensions =
"webm",
2801 .priv_class = &webm_class,
2805 #if CONFIG_MATROSKA_AUDIO_MUXER
2806 static const AVClass mka_class = {
2815 .mime_type =
"audio/x-matroska",
2816 .extensions =
"mka",
2818 .audio_codec = CONFIG_LIBVORBIS_ENCODER ?
2819 AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3,
2831 .priv_class = &mka_class,
unsigned int nb_chapters
Number of chapters in AVChapter array.
static int mkv_write_packet_internal(AVFormatContext *s, AVPacket *pkt, int add_cue)
int32_t pitch
Rotation around the right vector [-90, 90].
#define MATROSKA_ID_SEEKPREROLL
void av_sha_final(AVSHA *ctx, uint8_t *digest)
Finish hashing and output digest value.
#define AV_STEREO3D_FLAG_INVERT
Inverted views, Right/Bottom represents the left view.
#define MATROSKA_ID_VIDEOPROJECTIONPOSEYAW
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
enum AVChromaLocation chroma_location
void avio_wb64(AVIOContext *s, uint64_t val)
static int mkv_write_vtt_blocks(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
const char const char void * val
#define MATROSKA_ID_BLOCKADDID
#define MATROSKA_ID_TRACKDEFAULTDURATION
void avio_wl16(AVIOContext *s, unsigned int val)
static void put_ebml_size_unknown(AVIOContext *pb, int bytes)
Write an EBML size meaning "unknown size".
enum AVColorTransferCharacteristic color_trc
#define MATROSKA_ID_VIDEOFLAGINTERLACED
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define MATROSKA_ID_VIDEOCOLOR_GX
static const char * format[]
#define MATROSKA_ID_DATEUTC
int sizebytes
how many bytes were reserved for the size
#define MAX_TRACKS
Maximum number of tracks allowed in a Matroska file (with track numbers in range 1 to 126 (inclusive)...
The optional first identifier line of a WebVTT cue.
#define MATROSKA_ID_TRACKFLAGLACING
unsigned MaxCLL
Max content light level (cd/m^2).
#define MATROSKA_ID_TRACKENTRY
#define MATROSKA_ID_VIDEODISPLAYHEIGHT
static void mkv_start_new_cluster(AVFormatContext *s, AVPacket *pkt)
int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer)
Return the written size and a pointer to the buffer.
int64_t cluster_pos
file offset of the cluster containing the block
void ff_put_bmp_header(AVIOContext *pb, AVCodecParameters *par, int for_asf, int ignore_extradata)
ptrdiff_t const GLvoid * data
int ff_put_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, int flags)
Write WAVEFORMAT header structure.
static int mkv_init(struct AVFormatContext *s)
ebml_master tracks_master
#define MATROSKA_ID_VIDEOPROJECTIONPOSEROLL
#define MATROSKA_ID_CUETRACKPOSITION
#define MATROSKA_ID_CODECPRIVATE
av_cold int av_sha_init(AVSHA *ctx, int bits)
Initialize SHA-1 or SHA-2 hashing.
#define AV_LOG_WARNING
Something somehow does not look correct.
#define LIBAVUTIL_VERSION_INT
int av_parse_time(int64_t *timeval, const char *timestr, int duration)
Parse timestr and return in *time a corresponding number of microseconds.
static av_cold int init(AVCodecContext *avctx)
#define MATROSKA_ID_AUDIOBITDEPTH
#define MATROSKA_ID_TRACKFLAGDEFAULT
static const AVCodecTag additional_subtitle_tags[]
This side data should be associated with a video stream and contains Stereoscopic 3D information in f...
static int mkv_write_attachments(AVFormatContext *s)
Video represents a portion of a sphere mapped on a flat surface using equirectangular projection...
static int mkv_write_video_color(AVIOContext *pb, AVCodecParameters *par, AVStream *st)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
#define MATROSKA_ID_TAGTARGETS_ATTACHUID
int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out, int *size, int filter_ps, int *ps_count)
Writes Annex B formatted HEVC NAL units to a data buffer.
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
#define MATROSKA_ID_FILEDATA
const char * av_default_item_name(void *ptr)
Return the context name.
AVFormatInternal * internal
An opaque field for libavformat internal usage.
#define EBML_ID_DOCTYPEREADVERSION
#define MATROSKA_ID_BLOCKREFERENCE
static int mkv_write_header(AVFormatContext *s)
#define MATROSKA_ID_TRACKTYPE
enum AVMediaType codec_type
#define MATROSKA_ID_TAGTARGETS_CHAPTERUID
int ff_flac_is_native_layout(uint64_t channel_layout)
int64_t duration
duration of the block according to time base
static av_always_inline uint64_t av_double2int(double f)
Reinterpret a double as a 64-bit integer.
#define MATROSKA_ID_VIDEOCOLOR_RX
Video represents a sphere mapped on a flat surface using equirectangular projection.
#define MATROSKA_ID_MUXINGAPP
int64_t cluster_time_limit
#define MATROSKA_ID_AUDIOCHANNELS
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
#define MATROSKA_ID_VIDEOPROJECTIONTYPE
AVPacketSideData * side_data
An array of side data that applies to the whole stream (i.e.
Views are next to each other.
#define MATROSKA_ID_CUECLUSTERPOSITION
#define MATROSKA_ID_VIDEOCOLOR_LUMINANCEMAX
int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos)
Converts AVChromaLocation to swscale x/y chroma position.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16
#define MATROSKA_ID_VIDEOCOLORCHROMASITINGHORZ
#define MATROSKA_ID_EDITIONFLAGDEFAULT
#define MATROSKA_ID_CLUSTERTIMECODE
int avio_open_dyn_buf(AVIOContext **s)
Open a write only memory stream.
This struct describes the properties of an encoded stream.
#define MATROSKA_ID_CHAPTERTIMEEND
enum AVColorSpace color_space
int64_t pos
absolute offset in the file where the master's elements start
MatroskaVideoStereoModeType
Mastering display metadata (based on SMPTE-2086:2014).
#define MATROSKA_ID_FILEDESC
int64_t cluster_pos
file offset of the current cluster
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
#define av_assert0(cond)
assert() equivalent, that is always enabled.
static const AVCodecTag additional_audio_tags[]
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
void avio_wl32(AVIOContext *s, unsigned int val)
#define MATROSKA_ID_VIDEOCOLOR_BX
#define MATROSKA_ID_CHAPLANG
static int mkv_write_tag(AVFormatContext *s, AVDictionary *m, unsigned int elementid, unsigned int uid, ebml_master *tags)
#define MATROSKA_ID_TRACKLANGUAGE
AVCodecParameters * avcodec_parameters_alloc(void)
Allocate a new AVCodecParameters and set its fields to default values (unknown/invalid/0).
Stereo 3D type: this structure describes how two videos are packed within a single video surface...
const AVCodecTag ff_codec_movvideo_tags[]
static int ebml_id_size(unsigned int id)
#define OPUS_SEEK_PREROLL
Seek preroll value for opus.
int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode)
static av_cold int end(AVCodecContext *avctx)
int id
unique ID to identify the chapter
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
#define MATROSKA_ID_TIMECODESCALE
static int mkv_write_codecprivate(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, int native_id, int qt_id)
#define MATROSKA_ID_SIMPLEBLOCK
#define MATROSKA_ID_EDITIONFLAGHIDDEN
int nb_side_data
The number of elements in the AVStream.side_data array.
void avio_write_marker(AVIOContext *s, int64_t time, enum AVIODataMarkerType type)
Mark the written bytestream as a specific type.
uint8_t * av_stream_get_side_data(const AVStream *stream, enum AVPacketSideDataType type, int *size)
Get side information from stream.
#define MATROSKA_ID_BLOCKMORE
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
AVStream ** streams
A list of all streams in the file.
#define MATROSKA_ID_CUERELATIVEPOSITION
A point in the output bytestream where a demuxer can start parsing (for non self synchronizing bytest...
#define MATROSKA_ID_AUDIOOUTSAMPLINGFREQ
#define MATROSKA_ID_VIDEOCOLOR
Public header for CRC hash function implementation.
int initial_padding
Audio only.
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
int flags
Flags modifying the (de)muxer behaviour.
static double av_q2d(AVRational a)
Convert an AVRational to a double.
static int64_t mkv_write_cues(AVFormatContext *s, mkv_cues *cues, mkv_track *tracks, int num_tracks)
#define MATROSKA_ID_VIDEODISPLAYWIDTH
#define MATROSKA_ID_BLOCKADDITIONS
#define AV_LOG_VERBOSE
Detailed information.
static int start_ebml_master_crc32(AVIOContext *pb, AVIOContext **dyn_cp, MatroskaMuxContext *mkv, ebml_master *master, unsigned int elementid, uint64_t expectedsize)
Video is not stereoscopic (and metadata has to be there).
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max)
Reduce a fraction.
static const uint8_t header[24]
#define MATROSKA_ID_TRACKNUMBER
#define MATROSKA_ID_VIDEOCOLOR_WHITEY
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
void * av_realloc_array(void *ptr, size_t nmemb, size_t size)
#define MATROSKA_ID_SEGMENTUID
uint64_t channel_layout
Audio only.
static void put_ebml_num(AVIOContext *pb, uint64_t num, int bytes)
Write a number in EBML variable length format.
static int mkv_add_seekhead_entry(mkv_seekhead *seekhead, unsigned int elementid, uint64_t filepos)
int64_t segment_offset
the file offset to the beginning of the segment
struct AVOutputFormat * oformat
The output container format.
int av_packet_ref(AVPacket *dst, const AVPacket *src)
Setup a new reference to the data described by a given packet.
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
#define MATROSKA_ID_TRACKUID
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq)
Rescale a 64-bit integer by 2 rational numbers.
static int mkv_write_simpletag(AVIOContext *pb, AVDictionaryEntry *t)
#define MATROSKA_ID_VIDEOSTEREOMODE
uint32_t chapter_id_offset
Content light level needed by to transmit HDR over HDMI (CTA-861.3).
AVCodecID
Identify the syntax and semantics of the bitstream.
static int mkv_write_tags(AVFormatContext *s)
#define MATROSKA_ID_VIDEOCOLOR_BY
int avcodec_parameters_copy(AVCodecParameters *dst, const AVCodecParameters *src)
Copy the contents of src to dst.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int av_get_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
AVDictionary * metadata
Metadata that applies to the whole file.
int flags
Additional information about the frame packing.
#define MATROSKA_ID_BLOCKDURATION
#define EBML_ID_EBMLREADVERSION
#define MATROSKA_ID_VIDEOCOLORMAXCLL
#define MAX_CUETRACKPOS_SIZE
per-cuepoint-track - 5 1-byte EBML IDs, 5 1-byte EBML sizes, 4 8-byte uint max
#define MATROSKA_ID_VIDEOCOLOR_WHITEX
static int get_aac_sample_rates(AVFormatContext *s, uint8_t *extradata, int extradata_size, int *sample_rate, int *output_sample_rate)
static void end_ebml_master_crc32_preliminary(AVIOContext *pb, AVIOContext **dyn_cp, MatroskaMuxContext *mkv, ebml_master master)
Complete ebml master whithout destroying the buffer, allowing for later updates.
uint8_t * av_packet_get_side_data(const AVPacket *pkt, enum AVPacketSideDataType type, int *size)
Get side information from packet.
int reserved_size
-1 if appending to file
#define MATROSKA_ID_CLUSTER
const char * ff_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace)
Convert a language code to a target codespace.
#define MATROSKA_ID_VIDEOCOLORCHROMASITINGVERT
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Views are packed per line, as if interlaced.
enum AVColorPrimaries color_primaries
#define MATROSKA_ID_FILEMIMETYPE
#define MATROSKA_ID_WRITINGAPP
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
int ff_isom_write_hvcc(AVIOContext *pb, const uint8_t *data, int size, int ps_array_completeness)
Writes HEVC extradata (parameter sets, declarative SEI NAL units) to the provided AVIOContext...
const char *const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_NB]
void av_dict_free(AVDictionary **pm)
Free all the memory allocated for an AVDictionary struct and all keys and values. ...
static int mkv_blockgroup_size(int pkt_size)
enum AVMediaType codec_type
General type of the encoded data.
static int ebml_num_size(uint64_t num)
Calculate how many bytes are needed to represent a given number in EBML.
enum AVPacketSideDataType type
enum AVMediaType avcodec_get_type(enum AVCodecID codec_id)
Get the type of the given codec.
static int mkv_write_chapters(AVFormatContext *s)
static int mkv_check_tag(AVDictionary *m, unsigned int elementid)
#define EBML_ID_EBMLMAXIDLENGTH
#define MATROSKA_ID_CHAPTERFLAGHIDDEN
static const uint8_t offset[127][2]
const AVCodecTag ff_codec_wav_tags[]
static mkv_seekhead * mkv_start_seekhead(AVIOContext *pb, int64_t segment_offset, int numelements)
Initialize a mkv_seekhead element to be ready to index level 1 Matroska elements. ...
int ff_avc_parse_nal_units_buf(const uint8_t *buf_in, uint8_t **buf, int *size)
void avcodec_parameters_free(AVCodecParameters **par)
Free an AVCodecParameters instance and everything associated with it and write NULL to the supplied p...
int flags
A combination of AV_PKT_FLAG values.
int extradata_size
Size of the extradata content in bytes.
const CodecMime ff_mkv_mime_tags[]
Views are alternated temporally.
unsigned int nb_streams
Number of elements in AVFormatContext.streams.
uint32_t bound_bottom
Distance from the bottom edge.
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
Video frame is split into 6 faces of a cube, and arranged on a 3x2 layout.
int void avio_flush(AVIOContext *s)
Force flushing of buffered data.
#define MATROSKA_ID_VIDEOCOLOR_LUMINANCEMIN
audio channel layout utility functions
#define EBML_ID_EBMLVERSION
int64_t av_rescale(int64_t a, int64_t b, int64_t c)
Rescale a 64-bit integer with rounding to nearest.
void ffio_fill(AVIOContext *s, int b, int count)
#define AV_TIME_BASE
Internal time base represented as integer.
#define MATROSKA_ID_TAGTARGETS
const AVCodecTag ff_codec_bmp_tags[]
int av_strcasecmp(const char *a, const char *b)
Locale-independent case-insensitive compare.
#define MATROSKA_ID_TAGNAME
static int put_wv_codecpriv(AVIOContext *pb, AVCodecParameters *par)
static void mkv_free(MatroskaMuxContext *mkv)
Free the members allocated in the mux context.
#define MATROSKA_ID_CHAPTERFLAGENABLED
static int64_t mkv_write_seekhead(AVIOContext *pb, MatroskaMuxContext *mkv)
Write the seek head to the file and free it.
static int mkv_write_native_codecprivate(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, AVIOContext *dyn_cp)
void av_sha_update(struct AVSHA *ctx, const uint8_t *data, unsigned int len)
Update hash value.
static int64_t get_metadata_duration(AVFormatContext *s)
static int write_trailer(AVFormatContext *s1)
static void bit_depth(AudioStatsContext *s, uint64_t mask, uint64_t imask, AVRational *depth)
This side data should be associated with a video stream and corresponds to the AVSphericalMapping str...
uint32_t bound_right
Distance from the right edge.
int ff_wv_parse_header(WvHeader *wv, const uint8_t *data)
Parse a WavPack block header.
#define MATROSKA_ID_SIMPLETAG
internal header for RIFF based (de)muxers do NOT include this in end user applications ...
uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length)
Calculate the CRC of a block.
int(* filler)(InterplayACMContext *s, unsigned ind, unsigned col)
static int mkv_check_new_extra_data(AVFormatContext *s, AVPacket *pkt)
int ff_flac_write_header(AVIOContext *pb, uint8_t *extradata, int extradata_size, int last_block)
int avoid_negative_ts
Avoid negative timestamps during muxing.
#define MATROSKA_ID_CHAPTERATOM
int avpriv_split_xiph_headers(const uint8_t *extradata, int extradata_size, int first_header_size, const uint8_t *header_start[3], int header_len[3])
Split a single extradata buffer into the three headers that most Xiph codecs use. ...
int32_t yaw
Rotation around the up vector [-180, 180].
enum AVColorRange color_range
Video only.
Opaque data information usually sparse.
#define MATROSKA_ID_VIDEOCOLORSPACE
#define MATROSKA_ID_CHAPTERS
#define MATROSKA_ID_AUDIOSAMPLINGFREQ
const char * avcodec_get_name(enum AVCodecID id)
Get the name of a codec.
static void end_ebml_master_crc32(AVIOContext *pb, AVIOContext **dyn_cp, MatroskaMuxContext *mkv, ebml_master master)
uint32_t padding
Number of pixels to pad from the edge of each cube face.
static int mkv_add_cuepoint(mkv_cues *cues, int stream, int tracknum, int64_t ts, int64_t cluster_pos, int64_t relative_pos, int64_t duration)
static void put_ebml_float(AVIOContext *pb, unsigned int elementid, double val)
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
static void put_ebml_string(AVIOContext *pb, unsigned int elementid, const char *str)
int64_t end
chapter start/end time in time_base units
Content light level (based on CTA-861.3).
static int mkv_write_track(AVFormatContext *s, MatroskaMuxContext *mkv, int i, AVIOContext *pb, int default_stream_exists)
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format that the extradata buffer was...
enum AVStereo3DType type
How views are packed within the video.
Views are packed in a checkerboard-like structure per pixel.
#define MATROSKA_ID_VIDEOCOLORMATRIXCOEFF
char * av_strdup(const char *s)
Duplicate a string.
#define MATROSKA_ID_TRACKFLAGFORCED
Views are on top of each other.
#define MATROSKA_ID_VIDEOCOLORPRIMARIES
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24
int64_t sample_rate_offset
#define MATROSKA_ID_VIDEOPROJECTIONPOSEPITCH
#define AV_TIME_BASE_Q
Internal time base represented as fractional value.
#define MATROSKA_ID_SEEKID
AVIOContext * pb
I/O context.
void avio_w8(AVIOContext *s, int b)
Public header for SHA-1 & SHA-256 hash function implementations.
#define MATROSKA_ID_BLOCK
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
#define MATROSKA_ID_TAGTARGETS_TRACKUID
static const EbmlSyntax ebml_header[]
#define MATROSKA_ID_TAGLANG
static int mkv_check_tag_name(const char *name, unsigned int elementid)
struct AVSHA * av_sha_alloc(void)
Allocate an AVSHA context.
static unsigned int av_lfg_get(AVLFG *c)
Get the next random unsigned 32-bit number using an ALFG.
#define MATROSKA_ID_TRACKS
Data found in BlockAdditional element of matroska container.
#define MATROSKA_ID_TRACKNAME
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
#define MATROSKA_ID_SEEKENTRY
Describe the class of an AVClass context structure.
#define MATROSKA_ID_EDITIONENTRY
#define FF_COMPLIANCE_NORMAL
#define MAX_CUEPOINT_SIZE(num_tracks)
per-cuepoint - 2 1-byte EBML IDs, 2 1-byte EBML sizes, 8-byte uint max
#define MATROSKA_ID_BLOCKGROUP
#define MATROSKA_ID_VIDEOPIXELHEIGHT
int32_t roll
Rotation around the forward vector [-180, 180].
static int mkv_write_tracks(AVFormatContext *s)
Rational number (pair of numerator and denominator).
static void put_ebml_uint(AVIOContext *pb, unsigned int elementid, uint64_t val)
#define MATROSKA_ID_CUEDURATION
#define MATROSKA_ID_CUETIME
Recommmends skipping the specified number of samples.
av_cold void av_lfg_init(AVLFG *c, unsigned int seed)
#define MATROSKA_ID_VIDEOCOLORTRANSFERCHARACTERISTICS
#define MATROSKA_ID_TITLE
#define MATROSKA_ID_TRACKVIDEO
static int mkv_strip_wavpack(const uint8_t *src, uint8_t **pdst, int *size)
This structure describes how to handle spherical videos, outlining information about projection...
static void put_ebml_id(AVIOContext *pb, unsigned int id)
#define MATROSKA_ID_VIDEOPROJECTION
#define MATROSKA_ID_VIDEOCOLORMASTERINGMETA
#define MATROSKA_ID_VIDEOPROJECTIONPRIVATE
static void put_ebml_sint(AVIOContext *pb, unsigned int elementid, int64_t val)
#define MATROSKA_ID_ATTACHMENTS
void avio_wb16(AVIOContext *s, unsigned int val)
int64_t * stream_duration_offsets
#define MATROSKA_ID_CHAPTERDISPLAY
static int put_xiph_codecpriv(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par)
int bits_per_raw_sample
This is the number of valid bits in each output sample.
#define MATROSKA_ID_FILENAME
int av_get_bytes_per_sample(enum AVSampleFormat sample_fmt)
Return number of bytes per sample.
#define MATROSKA_ID_BLOCKADDITIONAL
uint32_t bound_top
Distance from the top edge.
const AVMetadataConv ff_mkv_metadata_conv[]
#define MATROSKA_ID_CODECID
static const AVCodecTag additional_video_tags[]
static int put_flac_codecpriv(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par)
#define MATROSKA_ID_VIDEOFIELDORDER
static av_always_inline AVRational av_inv_q(AVRational q)
Invert a rational.
const AVCRC * av_crc_get_table(AVCRCId crc_id)
Get an initialized standard CRC table.
int sample_rate
Audio only.
#define MATROSKA_ID_VIDEOALPHAMODE
static int av_cmp_q(AVRational a, AVRational b)
Compare two rationals.
static int mkv_write_trailer(AVFormatContext *s)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_RB64
static int mkv_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
attribute_deprecated int64_t convergence_duration
#define MATROSKA_ID_CUETRACK
#define MATROSKA_ID_SEEKPOSITION
int64_t last_track_timestamp[MAX_TRACKS]
#define MATROSKA_ID_CODECDELAY
#define FF_DISABLE_DEPRECATION_WARNINGS
#define MATROSKA_ID_CHAPTERTIMESTART
common internal api header.
#define MATROSKA_ID_VIDEOCOLORRANGE
static void put_ebml_binary(AVIOContext *pb, unsigned int elementid, const void *buf, int size)
enum AVSphericalProjection projection
Projection type.
Utilties for rational number calculation.
int ffio_init_context(AVIOContext *s, unsigned char *buffer, int buffer_size, int write_flag, void *opaque, int(*read_packet)(void *opaque, uint8_t *buf, int buf_size), int(*write_packet)(void *opaque, uint8_t *buf, int buf_size), int64_t(*seek)(void *opaque, int64_t offset, int whence))
static void mkv_write_block(AVFormatContext *s, AVIOContext *pb, unsigned int blockid, AVPacket *pkt, int keyframe)
static int mkv_write_flush_packet(AVFormatContext *s, AVPacket *pkt)
int disposition
AV_DISPOSITION_* bit field.
static void put_ebml_void(AVIOContext *pb, uint64_t size)
Write a void element of a given size.
Views are packed per column.
AVRational time_base
time base in which the start/end timestamps are specified
void av_init_packet(AVPacket *pkt)
Initialize optional fields of a packet with default values.
#define MATROSKA_ID_SEGMENT
#define MAX_PCE_SIZE
Maximum size of a PCE including the 3-bit ID_PCE.
int avpriv_mpeg4audio_get_config(MPEG4AudioConfig *c, const uint8_t *buf, int bit_size, int sync_extension)
Parse MPEG-4 systems extradata from a raw buffer to retrieve audio configuration. ...
The optional settings (rendering instructions) that immediately follow the timestamp specifier of a W...
#define MATROSKA_ID_SEEKHEAD
A point in the output bytestream where a decoder can start decoding (i.e.
mkv_attachments * attachments
#define FF_ENABLE_DEPRECATION_WARNINGS
#define MATROSKA_ID_POINTENTRY
mkv_seekhead_entry * entries
static int mkv_write_stereo_mode(AVFormatContext *s, AVIOContext *pb, AVStream *st, int mode, int *h_width, int *h_height)
#define MATROSKA_ID_FILEUID
static int mkv_write_tag_targets(AVFormatContext *s, unsigned int elementid, unsigned int uid, ebml_master *tags, ebml_master *tag)
void * priv_data
Format private data.
#define MATROSKA_ID_CHAPTERUID
static void write_header(FFV1Context *f)
uint32_t bound_left
Distance from the left edge.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
int64_t relative_pos
relative offset from the position of the cluster containing the block
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
#define MATROSKA_ID_VIDEOCOLORMAXFALL
#define MATROSKA_ID_VIDEODISPLAYUNIT
int64_t dts
Decompression timestamp in AVStream->time_base units; the time at which the packet is decompressed...
static const AVOption options[]
#define EBML_ID_EBMLMAXSIZELENGTH
void avio_wb32(AVIOContext *s, unsigned int val)
int64_t duration
Duration of the stream, in AV_TIME_BASE fractional seconds.
#define MATROSKA_ID_CHAPSTRING
#define MATROSKA_ID_TAGSTRING
#define AV_DICT_IGNORE_SUFFIX
Return first entry in a dictionary whose first part corresponds to the search key, ignoring the suffix of the found key string.
uint32_t av_get_random_seed(void)
Get a seed to use in conjunction with random functions.
const CodecMime ff_mkv_image_mime_tags[]
AVCodecParameters * codecpar
Codec parameters associated with this stream.
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
#define MATROSKA_ID_DURATION
#define MAX_SEEKENTRY_SIZE
2 bytes * 3 for EBML IDs, 3 1-byte EBML lengths, 8 bytes for 64 bit offset, 4 bytes for target EBML I...
static mkv_cues * mkv_start_cues(int64_t segment_offset)
#define EBML_ID_DOCTYPEVERSION
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented...
static void end_ebml_master(AVIOContext *pb, ebml_master master)
#define MATROSKA_ID_ATTACHEDFILE
#define MATROSKA_ID_VIDEOCOLOR_GY
static ebml_master start_ebml_master(AVIOContext *pb, unsigned int elementid, uint64_t expectedsize)
mkv_seekhead * main_seekhead
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
unsigned MaxFALL
Max average light level per frame (cd/m^2).
This structure stores compressed data.
int64_t * stream_durations
static void mkv_write_field_order(AVIOContext *pb, int mode, enum AVFieldOrder field_order)
mode
Use these values in ebur128_init (or'ed).
#define MATROSKA_ID_VIDEOCOLOR_RY
static int mkv_query_codec(enum AVCodecID codec_id, int std_compliance)
static void put_xiph_size(AVIOContext *pb, int size)
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
#define MATROSKA_ID_VIDEOPIXELWIDTH
int ff_isom_write_avcc(AVIOContext *pb, const uint8_t *data, int len)
#define MATROSKA_ID_TRACKAUDIO
#define AV_NOPTS_VALUE
Undefined timestamp value.
const CodecTags ff_mkv_codec_tags[]
int avio_printf(AVIOContext *s, const char *fmt,...) av_printf_format(2
#define MATROSKA_ID_DISCARDPADDING
uint8_t pi<< 24) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_U8,(uint64_t)((*(constuint8_t *) pi-0x80U))<< 56) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_U8,(*(constuint8_t *) pi-0x80)*(1.0f/(1<< 7))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_U8,(*(constuint8_t *) pi-0x80)*(1.0/(1<< 7))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S16,(*(constint16_t *) pi >>8)+0x80) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_S16,(uint64_t)(*(constint16_t *) pi)<< 48) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S16,*(constint16_t *) pi *(1.0f/(1<< 15))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S16,*(constint16_t *) pi *(1.0/(1<< 15))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S32,(*(constint32_t *) pi >>24)+0x80) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_S32,(uint64_t)(*(constint32_t *) pi)<< 32) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S32,*(constint32_t *) pi *(1.0f/(1U<< 31))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S32,*(constint32_t *) pi *(1.0/(1U<< 31))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_S64,(*(constint64_t *) pi >>56)+0x80) CONV_FUNC(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_S64,*(constint64_t *) pi *(1.0f/(INT64_C(1)<< 63))) CONV_FUNC(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S64,*(constint64_t *) pi *(1.0/(INT64_C(1)<< 63))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8(lrintf(*(constfloat *) pi *(1<< 7))+0x80)) CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, av_clip_int16(lrintf(*(constfloat *) pi *(1<< 15)))) CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_FLT, av_clipl_int32(llrintf(*(constfloat *) pi *(1U<< 31)))) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_FLT, llrintf(*(constfloat *) pi *(INT64_C(1)<< 63))) CONV_FUNC(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_DBL, av_clip_uint8(lrint(*(constdouble *) pi *(1<< 7))+0x80)) CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, av_clip_int16(lrint(*(constdouble *) pi *(1<< 15)))) CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, av_clipl_int32(llrint(*(constdouble *) pi *(1U<< 31)))) CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_DBL, llrint(*(constdouble *) pi *(INT64_C(1)<< 63)))#defineFMT_PAIR_FUNC(out, in) staticconv_func_type *constfmt_pair_to_conv_functions[AV_SAMPLE_FMT_NB *AV_SAMPLE_FMT_NB]={FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_U8), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S16), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S32), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_FLT), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_DBL), FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S64), FMT_PAIR_FUNC(AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S64),};staticvoidcpy1(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, len);}staticvoidcpy2(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, 2 *len);}staticvoidcpy4(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, 4 *len);}staticvoidcpy8(uint8_t **dst, constuint8_t **src, intlen){memcpy(*dst,*src, 8 *len);}AudioConvert *swri_audio_convert_alloc(enumAVSampleFormatout_fmt, enumAVSampleFormatin_fmt, intchannels, constint *ch_map, intflags){AudioConvert *ctx;conv_func_type *f=fmt_pair_to_conv_functions[av_get_packed_sample_fmt(out_fmt)+AV_SAMPLE_FMT_NB *av_get_packed_sample_fmt(in_fmt)];if(!f) returnNULL;ctx=av_mallocz(sizeof(*ctx));if(!ctx) returnNULL;if(channels==1){in_fmt=av_get_planar_sample_fmt(in_fmt);out_fmt=av_get_planar_sample_fmt(out_fmt);}ctx->channels=channels;ctx->conv_f=f;ctx->ch_map=ch_map;if(in_fmt==AV_SAMPLE_FMT_U8||in_fmt==AV_SAMPLE_FMT_U8P) memset(ctx->silence, 0x80, sizeof(ctx->silence));if(out_fmt==in_fmt &&!ch_map){switch(av_get_bytes_per_sample(in_fmt)){case1:ctx->simd_f=cpy1;break;case2:ctx->simd_f=cpy2;break;case4:ctx->simd_f=cpy4;break;case8:ctx->simd_f=cpy8;break;}}if(HAVE_X86ASM &&1) swri_audio_convert_init_x86(ctx, out_fmt, in_fmt, channels);if(ARCH_ARM) swri_audio_convert_init_arm(ctx, out_fmt, in_fmt, channels);if(ARCH_AARCH64) swri_audio_convert_init_aarch64(ctx, out_fmt, in_fmt, channels);returnctx;}voidswri_audio_convert_free(AudioConvert **ctx){av_freep(ctx);}intswri_audio_convert(AudioConvert *ctx, AudioData *out, AudioData *in, intlen){intch;intoff=0;constintos=(out->planar?1:out->ch_count)*out->bps;unsignedmisaligned=0;av_assert0(ctx->channels==out->ch_count);if(ctx->in_simd_align_mask){intplanes=in->planar?in->ch_count:1;unsignedm=0;for(ch=0;ch< planes;ch++) m|=(intptr_t) in->ch[ch];misaligned|=m &ctx->in_simd_align_mask;}if(ctx->out_simd_align_mask){intplanes=out->planar?out->ch_count:1;unsignedm=0;for(ch=0;ch< planes;ch++) m|=(intptr_t) out->ch[ch];misaligned|=m &ctx->out_simd_align_mask;}if(ctx->simd_f &&!ctx->ch_map &&!misaligned){off=len &~15;av_assert1(off >=0);av_assert1(off<=len);av_assert2(ctx->channels==SWR_CH_MAX||!in->ch[ctx->channels]);if(off >0){if(out->planar==in->planar){intplanes=out->planar?out->ch_count:1;for(ch=0;ch< planes;ch++){ctx->simd_f(out-> ch ch
#define FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX
Tell ff_put_wav_header() to use WAVEFORMATEX even for PCM codecs.
static int mkv_write_video_projection(AVFormatContext *s, AVIOContext *pb, AVStream *st)
void * av_mallocz_array(size_t nmemb, size_t size)
int avio_get_dyn_buf(AVIOContext *s, uint8_t **pbuffer)
Return the written size and a pointer to the buffer.