26#include "config_components.h"
94 unsigned len,
const char *
key)
114 unsigned len,
const char *
key)
128 unsigned len,
const char *
key)
137 unsigned len,
const char *
key)
153 0x00C4,0x00C5,0x00C7,0x00C9,0x00D1,0x00D6,0x00DC,0x00E1,
154 0x00E0,0x00E2,0x00E4,0x00E3,0x00E5,0x00E7,0x00E9,0x00E8,
155 0x00EA,0x00EB,0x00ED,0x00EC,0x00EE,0x00EF,0x00F1,0x00F3,
156 0x00F2,0x00F4,0x00F6,0x00F5,0x00FA,0x00F9,0x00FB,0x00FC,
157 0x2020,0x00B0,0x00A2,0x00A3,0x00A7,0x2022,0x00B6,0x00DF,
158 0x00AE,0x00A9,0x2122,0x00B4,0x00A8,0x2260,0x00C6,0x00D8,
159 0x221E,0x00B1,0x2264,0x2265,0x00A5,0x00B5,0x2202,0x2211,
160 0x220F,0x03C0,0x222B,0x00AA,0x00BA,0x03A9,0x00E6,0x00F8,
161 0x00BF,0x00A1,0x00AC,0x221A,0x0192,0x2248,0x2206,0x00AB,
162 0x00BB,0x2026,0x00A0,0x00C0,0x00C3,0x00D5,0x0152,0x0153,
163 0x2013,0x2014,0x201C,0x201D,0x2018,0x2019,0x00F7,0x25CA,
164 0x00FF,0x0178,0x2044,0x20AC,0x2039,0x203A,0xFB01,0xFB02,
165 0x2021,0x00B7,0x201A,0x201E,0x2030,0x00C2,0x00CA,0x00C1,
166 0x00CB,0x00C8,0x00CD,0x00CE,0x00CF,0x00CC,0x00D3,0x00D4,
167 0xF8FF,0x00D2,0x00DA,0x00DB,0x00D9,0x0131,0x02C6,0x02DC,
168 0x00AF,0x02D8,0x02D9,0x02DA,0x00B8,0x02DD,0x02DB,0x02C7,
172 char *
dst,
int dstlen)
175 char *end =
dst+dstlen-1;
178 for (
i = 0;
i <
len;
i++) {
200 for (
int i = 0;
i <
c->nb_heif_item;
i++) {
201 if (!
c->heif_item[
i] ||
c->heif_item[
i]->item_id !=
id)
204 item =
c->heif_item[
i];
220 if (
c->fc->nb_streams < 1)
223 if (
c->cur_item_id == -1)
224 return c->fc->streams[
c->fc->nb_streams-1];
258 st =
c->fc->streams[
c->fc->nb_streams - 1];
278 char language[4] = { 0 };
279 char buf[200], place[100];
280 uint16_t langcode = 0;
281 double longitude, latitude, altitude;
282 const char *
key =
"location";
284 if (
len < 4 + 2 + 1 + 1 + 4 + 4 + 4) {
304 "loci too short (%u bytes left, need at least %d)\n",
len, 12);
312 snprintf(buf,
sizeof(buf),
"%+08.4f%+09.4f", latitude, longitude);
317 if (*language && strcmp(language,
"und")) {
319 snprintf(key2,
sizeof(key2),
"%s-%s",
key, language);
332 if (
c->ignore_chapters)
336 if (n_hmmt >
len / 4)
350 char key2[32], language[4] = {0};
353 uint16_t langcode = 0;
354 uint32_t data_type = 0, str_size_alloc;
361 if (
c->trak_index >= 0 &&
c->trak_index <
c->fc->nb_streams)
362 metadata = &
c->fc->streams[
c->trak_index]->metadata;
367 case MKTAG(
'@',
'P',
'R',
'M'):
key =
"premiere_version"; raw = 1;
break;
368 case MKTAG(
'@',
'P',
'R',
'Q'):
key =
"quicktime_version"; raw = 1;
break;
369 case MKTAG(
'X',
'M',
'P',
'_'):
370 if (
c->export_xmp) {
key =
"xmp"; raw = 1; }
break;
371 case MKTAG(
'a',
'A',
'R',
'T'):
key =
"album_artist";
break;
372 case MKTAG(
'a',
'k',
'I',
'D'):
key =
"account_type";
374 case MKTAG(
'a',
'p',
'I',
'D'):
key =
"account_id";
break;
375 case MKTAG(
'c',
'a',
't',
'g'):
key =
"category";
break;
376 case MKTAG(
'c',
'p',
'i',
'l'):
key =
"compilation";
378 case MKTAG(
'c',
'p',
'r',
't'):
key =
"copyright";
break;
379 case MKTAG(
'd',
'e',
's',
'c'):
key =
"description";
break;
380 case MKTAG(
'd',
'i',
's',
'k'):
key =
"disc";
382 case MKTAG(
'e',
'g',
'i',
'd'):
key =
"episode_uid";
384 case MKTAG(
'F',
'I',
'R',
'M'):
key =
"firmware"; raw = 1;
break;
385 case MKTAG(
'g',
'n',
'r',
'e'):
key =
"genre";
387 case MKTAG(
'h',
'd',
'v',
'd'):
key =
"hd_video";
389 case MKTAG(
'H',
'M',
'M',
'T'):
391 case MKTAG(
'k',
'e',
'y',
'w'):
key =
"keywords";
break;
392 case MKTAG(
'l',
'd',
'e',
's'):
key =
"synopsis";
break;
393 case MKTAG(
'l',
'o',
'c',
'i'):
395 case MKTAG(
'm',
'a',
'n',
'u'):
key =
"make";
break;
396 case MKTAG(
'm',
'o',
'd',
'l'):
key =
"model";
break;
397 case MKTAG(
'n',
'a',
'm',
'e'):
key =
"name";
break;
398 case MKTAG(
'p',
'c',
's',
't'):
key =
"podcast";
400 case MKTAG(
'p',
'g',
'a',
'p'):
key =
"gapless_playback";
402 case MKTAG(
'p',
'u',
'r',
'd'):
key =
"purchase_date";
break;
403 case MKTAG(
'r',
't',
'n',
'g'):
key =
"rating";
405 case MKTAG(
's',
'o',
'a',
'a'):
key =
"sort_album_artist";
break;
406 case MKTAG(
's',
'o',
'a',
'l'):
key =
"sort_album";
break;
407 case MKTAG(
's',
'o',
'a',
'r'):
key =
"sort_artist";
break;
408 case MKTAG(
's',
'o',
'c',
'o'):
key =
"sort_composer";
break;
409 case MKTAG(
's',
'o',
'n',
'm'):
key =
"sort_name";
break;
410 case MKTAG(
's',
'o',
's',
'n'):
key =
"sort_show";
break;
411 case MKTAG(
's',
't',
'i',
'k'):
key =
"media_type";
413 case MKTAG(
't',
'r',
'k',
'n'):
key =
"track";
415 case MKTAG(
't',
'v',
'e',
'n'):
key =
"episode_id";
break;
416 case MKTAG(
't',
'v',
'e',
's'):
key =
"episode_sort";
418 case MKTAG(
't',
'v',
'n',
'n'):
key =
"network";
break;
419 case MKTAG(
't',
'v',
's',
'h'):
key =
"show";
break;
420 case MKTAG(
't',
'v',
's',
'n'):
key =
"season_number";
422 case MKTAG(0xa9,
'A',
'R',
'T'):
key =
"artist";
break;
423 case MKTAG(0xa9,
'P',
'R',
'D'):
key =
"producer";
break;
424 case MKTAG(0xa9,
'a',
'l',
'b'):
key =
"album";
break;
425 case MKTAG(0xa9,
'a',
'u',
't'):
key =
"artist";
break;
426 case MKTAG(0xa9,
'c',
'h',
'p'):
key =
"chapter";
break;
427 case MKTAG(0xa9,
'c',
'm',
't'):
key =
"comment";
break;
428 case MKTAG(0xa9,
'c',
'o',
'm'):
key =
"composer";
break;
429 case MKTAG(0xa9,
'c',
'p',
'y'):
key =
"copyright";
break;
430 case MKTAG(0xa9,
'd',
'a',
'y'):
key =
"date";
break;
431 case MKTAG(0xa9,
'd',
'i',
'r'):
key =
"director";
break;
432 case MKTAG(0xa9,
'd',
'i',
's'):
key =
"disclaimer";
break;
433 case MKTAG(0xa9,
'e',
'd',
'1'):
key =
"edit_date";
break;
434 case MKTAG(0xa9,
'e',
'n',
'c'):
key =
"encoder";
break;
435 case MKTAG(0xa9,
'f',
'm',
't'):
key =
"original_format";
break;
436 case MKTAG(0xa9,
'g',
'e',
'n'):
key =
"genre";
break;
437 case MKTAG(0xa9,
'g',
'r',
'p'):
key =
"grouping";
break;
438 case MKTAG(0xa9,
'h',
's',
't'):
key =
"host_computer";
break;
439 case MKTAG(0xa9,
'i',
'n',
'f'):
key =
"comment";
break;
440 case MKTAG(0xa9,
'l',
'y',
'r'):
key =
"lyrics";
break;
441 case MKTAG(0xa9,
'm',
'a',
'k'):
key =
"make";
break;
442 case MKTAG(0xa9,
'm',
'o',
'd'):
key =
"model";
break;
443 case MKTAG(0xa9,
'n',
'a',
'm'):
key =
"title";
break;
444 case MKTAG(0xa9,
'o',
'p',
'e'):
key =
"original_artist";
break;
445 case MKTAG(0xa9,
'p',
'r',
'd'):
key =
"producer";
break;
446 case MKTAG(0xa9,
'p',
'r',
'f'):
key =
"performers";
break;
447 case MKTAG(0xa9,
'r',
'e',
'q'):
key =
"playback_requirements";
break;
448 case MKTAG(0xa9,
's',
'r',
'c'):
key =
"original_source";
break;
449 case MKTAG(0xa9,
's',
't',
'3'):
key =
"subtitle";
break;
450 case MKTAG(0xa9,
's',
'w',
'r'):
key =
"encoder";
break;
451 case MKTAG(0xa9,
't',
'o',
'o'):
key =
"encoder";
break;
452 case MKTAG(0xa9,
't',
'r',
'k'):
key =
"track";
break;
453 case MKTAG(0xa9,
'u',
'r',
'l'):
key =
"URL";
break;
454 case MKTAG(0xa9,
'w',
'r',
'n'):
key =
"warning";
break;
455 case MKTAG(0xa9,
'w',
'r',
't'):
key =
"composer";
break;
456 case MKTAG(0xa9,
'x',
'y',
'z'):
key =
"location";
break;
459 if (
c->itunes_metadata && atom.
size > 8) {
462 if (
tag ==
MKTAG(
'd',
'a',
't',
'a') && data_size <= atom.size && data_size >= 16) {
465 str_size = data_size - 16;
468 if (!
key &&
c->found_hdlr_mdta &&
c->meta_keys) {
472 }
else if (atom.
type !=
MKTAG(
'c',
'o',
'v',
'r')) {
474 "The index of 'data' is out of range: %"PRId32
" < 1 or >= %d.\n",
475 index,
c->meta_keys_count);
478 if (atom.
type ==
MKTAG(
'c',
'o',
'v',
'r') ||
479 (
key && !strcmp(
key,
"com.apple.quicktime.artwork"))) {
485 atom.
size -= str_size;
491 }
else if (atom.
size > 4 && (
key ||
c->export_all) && !
c->itunes_metadata && !raw) {
493 if (str_size > atom.
size) {
503 str_size = atom.
size;
505 if (
c->export_all && !
key) {
511 if (atom.
size < 0 || str_size >= INT_MAX/2)
516 num = (data_type >= 21 && data_type <= 23);
517 str_size_alloc = (num ? 512 : (raw ? str_size : str_size * 2)) + 1;
525 if (!raw && (data_type == 3 || (data_type == 0 && (langcode < 0x400 || langcode == 0x7fff)))) {
527 }
else if (data_type == 21) {
531 else if (str_size == 2)
533 else if (str_size == 3)
535 else if (str_size == 4)
537 if (
snprintf(str, str_size_alloc,
"%d",
val) >= str_size_alloc) {
539 "Failed to store the number (%d) in string.\n",
val);
543 }
else if (data_type == 22) {
544 unsigned int val = 0;
547 else if (str_size == 2)
549 else if (str_size == 3)
551 else if (str_size == 4)
553 if (
snprintf(str, str_size_alloc,
"%u",
val) >= str_size_alloc) {
555 "Failed to store the number (%u) in string.\n",
val);
559 }
else if (data_type == 23 && str_size >= 4) {
561 if (
snprintf(str, str_size_alloc,
"%f",
val) >= str_size_alloc) {
563 "Failed to store the float32 number (%f) in string.\n",
val);
567 }
else if (data_type > 1 && data_type != 4) {
587 if (*language && strcmp(language,
"und")) {
588 snprintf(key2,
sizeof(key2),
"%s-%s",
key, language);
591 if (!strcmp(
key,
"encoder")) {
592 int major, minor, micro;
593 if (sscanf(str,
"HandBrake %d.%d.%d", &major, &minor, µ) == 3) {
594 c->handbrake_version = 1000000*major + 1000*minor + micro;
598 atom.
size -= str_size;
607 if (
c->itunes_metadata && atom.
size > 8)
618 int i, nb_chapters, str_len,
version;
622 if (
c->ignore_chapters)
625 if ((atom.
size -= 5) < 0)
634 for (
i = 0;
i < nb_chapters;
i++) {
641 if ((atom.
size -= 9+str_len) < 0)
653#define MIN_DATA_ENTRY_BOX_SIZE 12
660 if (
c->fc->nb_streams < 1)
662 st =
c->fc->streams[
c->fc->nb_streams-1];
669 entries >= UINT_MAX /
sizeof(*sc->
drefs))
684 for (
i = 0;
i < entries;
i++) {
689 if (
size < 12 || next < 0 || next > INT64_MAX -
size)
699 uint16_t volume_len,
len;
706 volume_len =
FFMIN(volume_len, 27);
710 dref->
volume[volume_len] = 0;
752 if (
len > volume_len && !strncmp(dref->
path, dref->
volume, volume_len)) {
758 for (j =
len - 1; j >= 0; j--) {
759 if (dref->
path[j] == 0)
764 for (j = 0; j <
len; j++)
765 if (dref->
path[j] ==
':' || dref->
path[j] == 0)
768 }
else if (
type == 0) {
780 for (j = 0; j <
len; j++)
781 if (dref->
dir[j] ==
':')
817 if (
c->trak_index < 0) {
819 c->found_hdlr_mdta = 1;
824 st =
c->fc->streams[
c->fc->nb_streams-1];
839 title_size = atom.
size - 24;
840 if (title_size > 0) {
841 if (title_size >
FFMIN(INT_MAX, SIZE_MAX-1))
852 title_str[title_size] = 0;
854 int off = (!
c->isom && title_str[0] == title_size - 1);
874 int ac3info, acmod, lfeon, bsmod;
877 if (
c->fc->nb_streams < 1)
879 st =
c->fc->streams[
c->fc->nb_streams-1];
890 bsmod = (ac3info >> 14) & 0x7;
891 acmod = (ac3info >> 11) & 0x7;
892 lfeon = (ac3info >> 10) & 0x1;
917 unsigned descriptors_size;
918 int nb_frames, disposition;
924 if (
c->fc->nb_streams < 1)
935 if (!descriptors_size || descriptors_size > INT_MAX)
938 st =
c->fc->streams[
c->fc->nb_streams - 1];
956 if (ret != descriptors_size)
960 descriptor_pb = &
b.pub;
1057 for (
int j = 0; j <
mix->nb_submixes; j++) {
1064 for (
int l = 0; l <
c->fc->nb_stream_groups; l++)
1067 audio_element =
c->fc->stream_groups[l];
1072 for (
int l = 0; l < audio_element->
nb_streams; l++) {
1074 if (ret < 0 && ret !=
AVERROR(EEXIST))
1098 if (atom.
size < 8 ||
c->fc->nb_streams < 1)
1101 st =
c->fc->streams[
c->fc->nb_streams-1];
1114 if (sample_rate > 0) {
1116 "overwrite sample rate from %d to %d by 'srat'\n",
1121 "ignore invalid sample rate %d in 'srat'\n", sample_rate);
1132 int eac3info, acmod, lfeon, bsmod;
1135 if (
c->fc->nb_streams < 1)
1137 st =
c->fc->streams[
c->fc->nb_streams-1];
1153 bsmod = (eac3info >> 12) & 0x1f;
1154 acmod = (eac3info >> 9) & 0x7;
1155 lfeon = (eac3info >> 8) & 0x1;
1178 static const int profile[22] = {
1211 static const struct {
unsigned int dts; uint64_t av; }
map[] = {
1242 uint32_t frame_duration_code = 0;
1243 uint32_t channel_layout_code = 0;
1244 uint64_t channel_layout_mask;
1245 unsigned int stream_construction;
1246 unsigned int representation_type;
1255 if (
c->fc->nb_streams < 1) {
1258 st =
c->fc->streams[
c->fc->nb_streams-1];
1268 frame_duration_code =
get_bits(&gb, 2);
1269 stream_construction =
get_bits(&gb, 5);
1274 representation_type =
get_bits(&gb, 3);
1275 channel_layout_code =
get_bits(&gb, 16);
1278 (frame_duration_code == 0) ? 512 :
1279 (frame_duration_code == 1) ? 1024 :
1280 (frame_duration_code == 2) ? 2048 :
1281 (frame_duration_code == 3) ? 4096 : 0;
1288 if (channel_layout_mask) {
1291 }
else if (representation_type == 2 || representation_type == 3) {
1303 if (
c->fc->nb_streams < 1)
1305 st =
c->fc->streams[
c->fc->nb_streams-1];
1325 if (
c->fc->nb_streams < 1)
1327 st =
c->fc->streams[
c->fc->nb_streams-1];
1333 "Unsupported 'chnl' box with version %d, flags: %#x\n",
1357 if (
c->fc->nb_streams < 1)
1359 st =
c->fc->streams[
c->fc->nb_streams-1];
1373 AVRational aperture_width, aperture_height, horiz_off, vert_off;
1375 uint64_t top, bottom,
left, right;
1403 if (aperture_width.
num < 0 || aperture_width.
den < 0 ||
1404 aperture_height.
num < 0 || aperture_height.
den < 0 ||
1405 horiz_off.
den < 0 || vert_off.
den < 0) {
1415 "horizOff %d/%d vertOff %d/%d\n",
1416 aperture_width.
num, aperture_width.
den, aperture_height.
num, aperture_height.
den,
1417 horiz_off.
num, horiz_off.
den, vert_off.
num, vert_off.
den);
1434 if (bottom > (
height - 1) ||
1435 right > (
width - 1)) {
1440 bottom =
height - 1 - bottom;
1441 right =
width - 1 - right;
1443 if (!(
left | right | top | bottom))
1447 (top + bottom) >=
height) {
1455 sizeof(uint32_t) * 4, 0);
1483 if (
c->fc->nb_streams < 1)
1485 st =
c->fc->streams[
c->fc->nb_streams-1];
1506#define DRM_BLOB_SIZE 56
1510 uint8_t intermediate_key[20];
1511 uint8_t intermediate_iv[20];
1514 uint8_t file_checksum[20];
1515 uint8_t calculated_checksum[20];
1516 char checksum_string[2 *
sizeof(file_checksum) + 1];
1520 uint8_t *activation_bytes =
c->activation_bytes;
1530 if (!
c->aes_decrypt) {
1544 ff_data_to_hex(checksum_string, file_checksum,
sizeof(file_checksum), 1);
1548 if (!activation_bytes) {
1553 if (
c->activation_bytes_size != 4) {
1560 if (
c->audible_fixed_key_size != 16) {
1580 if (memcmp(calculated_checksum, file_checksum, 20)) {
1587 for (
i = 0;
i < 4;
i++) {
1589 if (activation_bytes[
i] != output[3 -
i]) {
1595 memcpy(
c->file_key, output + 8, 16);
1596 memcpy(input, output + 26, 16);
1611 if (
c->audible_key_size != 16) {
1616 if (
c->audible_iv_size != 16) {
1622 if (!
c->aes_decrypt) {
1626 memcpy(
c->file_key,
c->audible_key, 16);
1627 memcpy(
c->file_iv,
c->audible_iv, 16);
1637 unsigned char iv[16];
1639 memcpy(iv,
c->file_iv, 16);
1651 int comp_brand_size;
1652 char* comp_brands_str;
1653 uint8_t
type[5] = {0};
1657 if (
c->fc->nb_streams) {
1664 if (strcmp(
type,
"qt "))
1671 comp_brand_size = atom.
size - 8;
1672 if (comp_brand_size < 0 || comp_brand_size == INT_MAX)
1674 comp_brands_str =
av_malloc(comp_brand_size + 1);
1675 if (!comp_brands_str)
1683 comp_brands_str[comp_brand_size] = 0;
1688 if (!strcmp(
type,
"aaxc")) {
1700 if (
c->found_moov) {
1738 if (frag_index->
current < 0 ||
1757 if (frag_index->
current < 0 ||
1785 if (moof_offset >=
offset)
1787 if (moof_offset <=
offset)
1815 if (!frag_stream_info)
1829 for (j = 0; j <
s->nb_streams; j++) {
1831 if (sc2->
id == frag_stream_info->
id)
1832 frag_stream =
s->streams[j];
1855 m0 = m = (
a +
b) >> 1;
1861 if (m <
b && frag_time <= timestamp)
1885 &
c->frag_index.allocated_size,
1886 (
c->frag_index.nb_items + 1) *
1887 sizeof(*
c->frag_index.item));
1890 c->frag_index.item = item;
1894 if (!frag_stream_info)
1897 for (
i = 0;
i <
c->fc->nb_streams;
i++) {
1905 frag_stream_info[
i].
id = sc->
id;
1917 memmove(
c->frag_index.item +
index + 1,
c->frag_index.item +
index,
1918 (
c->frag_index.nb_items -
index) *
sizeof(*
c->frag_index.item));
1920 item = &
c->frag_index.item[
index];
1926 c->frag_index.nb_items++;
1932 int id,
int entries)
1941 if (frag_stream_info && frag_stream_info->
index_entry >= 0)
1949 c->fragment.found_tfhd = 0;
1951 if (!
c->has_looked_for_mfra &&
c->use_mfra_for > 0) {
1952 c->has_looked_for_mfra = 1;
1959 "read the mfra (may be a live ismv)\n");
1963 "seekable, can not look for mfra\n");
1966 c->fragment.moof_offset =
c->fragment.implicit_offset =
avio_tell(pb) - 8;
1985 if (time > 0 && time < 2082844800) {
1993 if ((
int64_t)(time * 1000000ULL) / 1000000 != time) {
2007 char language[4] = {0};
2010 if (
c->fc->nb_streams < 1)
2012 st =
c->fc->streams[
c->fc->nb_streams-1];
2056 if (
c->time_scale <= 0) {
2070 for (
i = 0;
i < 3;
i++) {
2091 if (
fc->nb_streams < 1)
2093 st =
fc->streams[
fc->nb_streams-1];
2118 int little_endian =
avio_rb16(pb) & 0xFF;
2120 if (little_endian == 1)
2129 int pcm_sample_size;
2134 if (atom.
size < 6) {
2144 "Unsupported 'pcmC' box with version %d, flags: %x",
2150 pcm_sample_size =
avio_r8(pb);
2152 if (
fc->nb_streams < 1)
2155 st =
fc->streams[
fc->nb_streams - 1];
2159 switch (pcm_sample_size) {
2173 switch (pcm_sample_size) {
2195 if (format_flags & 1)
2206 char color_parameter_type[5] = { 0 };
2220 if (strncmp(color_parameter_type,
"nclx", 4) &&
2221 strncmp(color_parameter_type,
"nclc", 4) &&
2222 strncmp(color_parameter_type,
"prof", 4)) {
2224 color_parameter_type);
2228 if (!strncmp(color_parameter_type,
"prof", 4)) {
2230 uint8_t *icc_profile;
2238 icc_profile = sd->
data;
2240 if (
c->heif_icc_profile_items >=
c->fc->max_streams) {
2242 "HEIF ICC profile copies exceed cap %d; ignoring further items\n",
2243 c->fc->max_streams);
2253 c->heif_icc_profile_items++;
2264 "%s: pri %d trc %d matrix %d",
2267 if (!strncmp(color_parameter_type,
"nclx", 4)) {
2294 unsigned mov_field_order;
2297 if (
c->fc->nb_streams < 1)
2299 st =
c->fc->streams[
c->fc->nb_streams-1];
2303 if ((mov_field_order & 0xFF00) == 0x0100)
2305 else if ((mov_field_order & 0xFF00) == 0x0200) {
2306 switch (mov_field_order & 0xFF) {
2329 if (
size > INT_MAX || (uint64_t)atom.
size > INT_MAX)
2352 }
else if (err < atom.
size) {
2366 uint64_t original_size;
2369 if (
c->fc->nb_streams < 1)
2371 st =
c->fc->streams[
c->fc->nb_streams-1];
2420 if (!ret &&
c->fc->nb_streams >= 1) {
2432 if (
c->fc->nb_streams >= 1) {
2433 AVStream *
const st =
c->fc->streams[
c->fc->nb_streams - 1];
2444 if (
cid == 0xd4d ||
cid == 0xd4e)
2455 if (num <= 0 || den <= 0)
2459 if (den >= INT_MAX / 2)
2479 uint64_t original_size;
2480 if (
c->fc->nb_streams >= 1) {
2484 if (atom.
size == 16) {
2489 if (length == atom.
size) {
2490 const uint8_t range_value = par->
extradata[original_size + 19];
2491 switch (range_value) {
2528 if (
c->fc->nb_streams < 1)
2530 st =
c->fc->streams[
c->fc->nb_streams-1];
2532 if ((uint64_t)atom.
size > (1<<30))
2542 }
else if (atom.
size > 8) {
2556#define ALAC_EXTRADATA_SIZE 36
2589 if ((uint64_t)atom.
size > (1<<30))
2592 if (atom.
type ==
MKTAG(
'v',
'v',
'c',
'C')) {
2597 if (atom.
size >= 10) {
2629 uint8_t profile_level;
2632 if (
c->fc->nb_streams < 1)
2634 st =
c->fc->streams[
c->fc->nb_streams-1];
2636 if (atom.
size >= (1<<28) || atom.
size < 7)
2640 if ((profile_level & 0xf0) != 0xc0)
2653 for (
int i = 0;
i <
tag->nb_id;
i++) {
2654 if (
tag->id[
i] ==
id)
2708 if (
c->fc->nb_streams < 1)
2711 if (atom.
size > 4) {
2739 if (
c->fc->nb_streams < 1)
2745 if (atom.
size > 4) {
2752 st =
c->fc->streams[
c->fc->nb_streams - 1];
2771 if (
c->fc->nb_streams < 1)
2779 st =
c->fc->streams[
c->fc->nb_streams - 1];
2803 if (
c->fc->nb_streams < 1)
2805 if (atom.
size <= 40)
2807 st =
c->fc->streams[
c->fc->nb_streams-1];
2809 if ((uint64_t)atom.
size > (1<<30))
2824 unsigned int i, entries;
2826 if (
c->trak_index < 0) {
2830 if (
c->fc->nb_streams < 1)
2832 st =
c->fc->streams[
c->fc->nb_streams-1];
2844 (atom.
type ==
MKTAG(
's',
't',
'c',
'o') ? 4 : 8)));
2861 if (atom.
type ==
MKTAG(
's',
't',
'c',
'o'))
2864 else if (atom.
type ==
MKTAG(
'c',
'o',
'6',
'4'))
2890 ((
format & 0xFFFF) ==
'm' + (
's' << 8) ||
2891 (
format & 0xFFFF) ==
'T' + (
'S' << 8)))
2928 uint8_t codec_name[32] = { 0 };
2969 if (!strncmp(codec_name,
"Planar Y'CbCr 8-bit 4:2:0", 25)) {
2976 !strncmp(codec_name,
"Sorenson H263", 13))
2992 int bits_per_sample,
flags;
3021 (compatible_brands && strstr(compatible_brands->
value,
"qt ")) ||
3152 if (str_size > 0 &&
size >= (
int)str_size + 30 &&
3154 char *reel_name =
av_malloc(str_size + 1);
3158 reel_name[str_size] = 0;
3166 int t35_identifier_length =
avio_r8(pb);
3168 if (t35_identifier_length <= 0 || t35_identifier_length >=
size)
3175 int hrsd_len =
size - t35_identifier_length - 1;
3177 uint8_t *hrsd_str =
av_malloc(hrsd_len + 1);
3187 hrsd_str[hrsd_len] = 0;
3210#if CONFIG_DV_DEMUXER
3304 int codec_tag,
int format,
3316 : codec_tag !=
MKTAG(
'j',
'p',
'e',
'g')))) {
3354 int pseudo_stream_id;
3357 st =
c->fc->streams[
c->fc->nb_streams-1];
3360 for (pseudo_stream_id = 0;
3362 pseudo_stream_id++) {
3365 int ret, dref_id = 1;
3375 }
else if (
size <= 7) {
3377 "invalid size %"PRId64
" in stsd\n",
size);
3394 "size=%"PRId64
" 4CC=%s codec_type=%d\n",
size,
3424 }
else if (
a.size > 0)
3457 if (
c->fc->nb_streams < 1)
3459 st =
c->fc->streams[
c->fc->nb_streams - 1];
3464 "Duplicate stsd found in this track.\n");
3473 if (entries <= 0 || entries > atom.
size / 8 || entries > 1024) {
3521 unsigned int i, entries;
3523 if (
c->trak_index < 0) {
3528 if (
c->fc->nb_streams < 1)
3530 st =
c->fc->streams[
c->fc->nb_streams-1];
3537 if ((uint64_t)entries * 12 + 4 > atom.
size)
3622 unsigned i, entries;
3624 if (
c->trak_index < 0) {
3629 if (
c->fc->nb_streams < 1)
3631 st =
c->fc->streams[
c->fc->nb_streams-1];
3664 unsigned int i, entries;
3666 if (
c->trak_index < 0) {
3671 if (
c->fc->nb_streams < 1)
3673 st =
c->fc->streams[
c->fc->nb_streams-1];
3692 if (entries >= UINT_MAX /
sizeof(
int))
3718 unsigned int i, entries, sample_size, field_size, num_bytes;
3723 if (
c->trak_index < 0) {
3728 if (
c->fc->nb_streams < 1)
3730 st =
c->fc->streams[
c->fc->nb_streams-1];
3736 if (atom.
type ==
MKTAG(
's',
't',
's',
'z')) {
3755 if (field_size != 4 && field_size != 8 && field_size != 16 && field_size != 32) {
3772 num_bytes = (entries*field_size+4)>>3;
3790 for (
i = 0;
i < entries;
i++) {
3811 unsigned int i, entries;
3813 int64_t total_sample_count = 0;
3817 if (
c->trak_index < 0) {
3822 if (
c->fc->nb_streams < 1)
3824 st =
c->fc->streams[
c->fc->nb_streams-1];
3832 c->fc->nb_streams-1, entries);
3838 if (entries >= INT_MAX /
sizeof(*sc->
stts_data))
3842 unsigned int sample_duration;
3843 unsigned int sample_count;
3844 unsigned int min_entries =
FFMIN(
FFMAX(
i + 1, 1024 * 1024), entries);
3862 sample_count, sample_duration);
3867 if (sample_duration >
c->max_stts_delta) {
3870 av_log(
c->fc,
AV_LOG_WARNING,
"Too large sample offset %u in stts entry %u with count %u in st:%d. Clipping to 1.\n",
3871 sample_duration,
i, sample_count, st->
index);
3873 corrected_dts =
av_sat_add64(corrected_dts, (delta_magnitude < 0 ? (
int64_t)delta_magnitude : 1) * sample_count);
3875 corrected_dts += sample_duration * (uint64_t)sample_count;
3880 if (current_dts > corrected_dts) {
3883 current_dts -= correction * (uint64_t)sample_count;
3895 total_sample_count <= INT_MAX - sc->nb_frames_for_fps) {
3917 "All samples in data stream index:id [%d:%d] have zero "
3918 "duration, stream set to be discarded by default. Override "
3919 "using AVStream->discard or -discard for ffmpeg command.\n",
3934 if (
c->fc->nb_streams < 1)
3936 st =
c->fc->streams[
c->fc->nb_streams - 1];
3941 entries = atom.
size - 4;
3944 c->fc->nb_streams - 1, entries);
3951 if (entries < 0 || entries > UINT_MAX)
3980 unsigned int i, entries, ctts_count = 0;
3982 if (
c->trak_index < 0) {
3987 if (
c->fc->nb_streams < 1)
3989 st =
c->fc->streams[
c->fc->nb_streams-1];
4000 if (entries >= UINT_MAX /
sizeof(*sc->
ctts_data))
4009 const size_t min_size_needed = (ctts_count + 1) *
sizeof(
MOVCtts);
4010 const size_t requested_size =
4019 "ignoring CTTS entry with count=%d duration=%d\n",
4024 if (ctts_count >= UINT_MAX /
sizeof(
MOVCtts) - 1)
4062 uint32_t grouping_type;
4063 uint32_t default_length;
4064 av_unused uint32_t default_group_description_index;
4065 uint32_t entry_count;
4067 if (
c->fc->nb_streams < 1)
4069 st =
c->fc->streams[
c->fc->nb_streams - 1];
4080 if (grouping_type !=
MKTAG(
's',
'y',
'n',
'c'))
4087 if (entry_count > atom.
size)
4097 uint32_t description_length = default_length;
4098 if (
version >= 1 && default_length == 0)
4100 if (grouping_type ==
MKTAG(
's',
'y',
'n',
'c')) {
4101 const uint8_t nal_unit_type =
avio_r8(pb) & 0x3f;
4103 description_length -= 1;
4120 unsigned int i, entries;
4122 uint32_t grouping_type;
4126 if (
c->fc->nb_streams < 1)
4128 st =
c->fc->streams[
c->fc->nb_streams-1];
4135 if (grouping_type ==
MKTAG(
'r',
'a',
'p',
' ')) {
4138 }
else if (grouping_type ==
MKTAG(
's',
'y',
'n',
'c')) {
4179 unsigned int edit_list_index,
4180 int64_t *edit_list_media_time,
4187 *edit_list_media_time = msc->
elst_data[edit_list_index].
time;
4191 if (global_timescale == 0) {
4198 if (*edit_list_duration + (uint64_t)*edit_list_media_time > INT64_MAX)
4199 *edit_list_duration = 0;
4272 for (
int64_t index_tts_count = 0; index_tts_count < *
index; index_tts_count++) {
4273 if (*tts_index < tts_count) {
4275 if (tts_data[*tts_index].
count == *tts_sample) {
4282 while (*
index >= 0 && (*tts_index) >= 0 && (*tts_index) < tts_count) {
4286 if ((e_old[*
index].timestamp + tts_data[*tts_index].
offset) <= timestamp_pts &&
4292 if (*tts_sample == 0) {
4294 if (*tts_index >= 0)
4295 *tts_sample = tts_data[*tts_index].
count - 1;
4305 return *
index >= 0 ? 0 : -1;
4329 const size_t requested_size =
4346 ie= &entries[
index];
4361 int64_t* frame_duration_buffer,
4362 int frame_duration_buffer_size) {
4365 av_assert0(end_index >= 0 && end_index <= sti->nb_index_entries);
4366 for (
i = 0;
i < frame_duration_buffer_size;
i++) {
4367 end_ts -= frame_duration_buffer[frame_duration_buffer_size - 1 -
i];
4376 const size_t min_size_needed = (*tts_count + 1) *
sizeof(
MOVTimeToSample);
4377 const size_t requested_size =
4378 min_size_needed > *allocated_size ?
4379 FFMAX(min_size_needed, 2 * (*allocated_size)) :
4385 tts_buf_new =
av_fast_realloc(*tts_data, allocated_size, requested_size);
4390 *tts_data = tts_buf_new;
4396 *tts_count = (*tts_count) + 1;
4400#define MAX_REORDER_DELAY 16
4406 int ctts_sample = 0;
4409 int j,
r, num_swaps;
4412 pts_buf[j] = INT64_MIN;
4420 buf_start = (buf_start + 1);
4433 while (j != buf_start) {
4436 if (pts_buf[j] < pts_buf[
r]) {
4495 if (range_size > current_sample) {
4499 current_sample -= range_size;
4521 int64_t edit_list_media_time = 0;
4522 int64_t edit_list_duration = 0;
4524 int64_t edit_list_dts_counter = 0;
4525 int64_t edit_list_dts_entry_end = 0;
4526 int64_t edit_list_start_tts_sample = 0;
4529 int64_t empty_edits_sum_duration = 0;
4534 int64_t edit_list_start_encountered = 0;
4537 int num_discarded_begin = 0;
4538 int first_non_zero_audio_edit = -1;
4539 int packet_skip_samples = 0;
4541 int found_keyframe_after_edit = 0;
4542 int found_non_empty_edit = 0;
4575 edit_list_dts_entry_end -= msc->
dts_shift;
4579 start_dts = edit_list_dts_entry_end;
4583 av_log(mov->
fc,
AV_LOG_DEBUG,
"Processing st: %d, edit list %"PRId64
" - media time: %"PRId64
", duration: %"PRId64
"\n",
4584 st->
index, edit_list_index, edit_list_media_time, edit_list_duration);
4586 edit_list_dts_counter = edit_list_dts_entry_end;
4587 edit_list_dts_entry_end =
av_sat_add64(edit_list_dts_entry_end, edit_list_duration);
4588 if (edit_list_dts_entry_end == INT64_MAX) {
4590 edit_list_duration);
4593 num_discarded_begin = 0;
4594 if (!found_non_empty_edit && edit_list_media_time == -1) {
4595 empty_edits_sum_duration += edit_list_duration;
4598 found_non_empty_edit = 1;
4603 if (first_non_zero_audio_edit < 0) {
4604 first_non_zero_audio_edit = 1;
4606 first_non_zero_audio_edit = 0;
4609 if (first_non_zero_audio_edit > 0)
4617 search_timestamp = edit_list_media_time;
4626 &
index, &tts_index_old, &tts_sample_old) < 0) {
4628 "st: %d edit list: %"PRId64
" Missing key frame while searching for timestamp: %"PRId64
"\n",
4629 st->
index, edit_list_index, search_timestamp);
4631 &
index, &tts_index_old, &tts_sample_old) < 0) {
4633 "st: %d edit list %"PRId64
" Cannot find an index entry before timestamp: %"PRId64
".\n",
4634 st->
index, edit_list_index, search_timestamp);
4641 edit_list_start_tts_sample = tts_sample_old;
4644 edit_list_start_encountered = 0;
4645 found_keyframe_after_edit = 0;
4648 frame_duration = (
current + 1 < e_old_end) ?
4649 ((
current + 1)->timestamp -
current->timestamp) : edit_list_duration;
4657 if (tts_data_old && tts_index_old < tts_count_old) {
4658 curr_ctts = tts_data_old[tts_index_old].
offset;
4659 av_log(mov->
fc,
AV_LOG_TRACE,
"stts: %"PRId64
" ctts: %"PRId64
", tts_index: %"PRId64
", tts_count: %"PRId64
"\n",
4660 curr_cts, curr_ctts, tts_index_old, tts_count_old);
4661 curr_cts += curr_ctts;
4663 if (tts_sample_old == tts_data_old[tts_index_old].
count) {
4666 tts_data_old[tts_index_old].
count - edit_list_start_tts_sample,
4667 tts_data_old[tts_index_old].
offset, tts_data_old[tts_index_old].
duration) == -1) {
4670 tts_data_old[tts_index_old].
count - edit_list_start_tts_sample,
4671 tts_data_old[tts_index_old].
offset);
4676 edit_list_start_tts_sample = 0;
4680 if (curr_cts < edit_list_media_time || curr_cts >= (edit_list_duration + edit_list_media_time)) {
4682 curr_cts < edit_list_media_time && curr_cts + frame_duration > edit_list_media_time &&
4683 first_non_zero_audio_edit > 0) {
4684 packet_skip_samples = edit_list_media_time - curr_cts;
4688 edit_list_dts_counter -= packet_skip_samples;
4689 if (edit_list_start_encountered == 0) {
4690 edit_list_start_encountered = 1;
4693 if (frame_duration_buffer) {
4695 frame_duration_buffer, num_discarded_begin);
4700 av_log(mov->
fc,
AV_LOG_DEBUG,
"skip %d audio samples from curr_cts: %"PRId64
"\n", packet_skip_samples, curr_cts);
4705 if (edit_list_start_encountered == 0) {
4706 num_discarded_begin++;
4707 frame_duration_buffer =
av_realloc(frame_duration_buffer,
4708 num_discarded_begin *
sizeof(
int64_t));
4709 if (!frame_duration_buffer) {
4713 frame_duration_buffer[num_discarded_begin - 1] = frame_duration;
4728 if (edit_list_start_encountered == 0) {
4729 edit_list_start_encountered = 1;
4732 if (frame_duration_buffer) {
4734 frame_duration_buffer, num_discarded_begin);
4747 if (!current_index_range ||
index != current_index_range->
end) {
4748 current_index_range = current_index_range ? current_index_range + 1
4752 current_index_range->
end =
index + 1;
4755 if (edit_list_start_encountered > 0) {
4756 edit_list_dts_counter = edit_list_dts_counter + frame_duration;
4760 if ((curr_cts + frame_duration >= (edit_list_duration + edit_list_media_time)) &&
4767 found_keyframe_after_edit = 1;
4770 if (tts_sample_old != 0) {
4773 tts_sample_old - edit_list_start_tts_sample,
4774 tts_data_old[tts_index_old].
offset, tts_data_old[tts_index_old].
duration) == -1) {
4776 tts_index_old, tts_sample_old - edit_list_start_tts_sample,
4777 tts_data_old[tts_index_old].
offset);
4812 current_index_range = current_index_range ? current_index_range + 1
4814 current_index_range->
start = 0;
4815 current_index_range->
end = 0;
4874 if (sg->
index == cra_index)
4875 for (uint32_t j = 0; j < sg->
count; j++)
4877 if (sg->
count > INT_MAX - sample_id)
4879 sample_id += sg->
count;
4890#define MOV_MERGE_CTTS 1
4891#define MOV_MERGE_STTS 2
4966 unsigned int stts_index = 0;
4967 unsigned int stsc_index = 0;
4968 unsigned int stss_index = 0;
4969 unsigned int stps_index = 0;
4971 uint64_t stream_size = 0;
4978 int i, edit_start_index = 0, multiple_edits = 0;
4984 if (
i == 0 && e->
time == -1) {
4988 edit_start_index = 1;
4989 }
else if (
i == edit_start_index && e->
time >= 0) {
4999 "not supported in fragmented MP4 files\n");
5002 "Use -advanced_editlist to correctly decode otherwise "
5003 "a/v desync might occur\n");
5029 unsigned int current_sample = 0;
5030 unsigned int stts_sample = 0;
5031 unsigned int sample_size;
5033 unsigned int rap_group_index = 0;
5034 unsigned int rap_group_sample = 0;
5039 if (current_dts < INT64_MIN + sc->dts_shift)
5091 if (rap_group_present && rap_group_index < sc->rap_group_count) {
5094 if (++rap_group_sample == sc->
rap_group[rap_group_index].
count) {
5095 rap_group_sample = 0;
5101 && !rap_group_present
5107 if (current_offset > INT64_MAX - sample_size) {
5117 if (sample_size > 0x3FFFFFFF) {
5122 e->
pos = current_offset;
5124 e->
size = sample_size;
5127 av_log(mov->
fc,
AV_LOG_TRACE,
"AVIndex stream %d, sample %u, offset %"PRIx64
", dts %"PRId64
", "
5128 "size %u, distance %u, keyframe %d\n", st->
index, current_sample,
5129 current_offset, current_dts, sample_size,
distance, keyframe);
5134 current_offset += sample_size;
5135 stream_size += sample_size;
5153 unsigned chunk_samples, total = 0;
5160 unsigned count, chunk_count;
5173 count = (chunk_samples+samples-1) / samples;
5175 count = (chunk_samples+1023) / 1024;
5182 total += chunk_count *
count;
5204 while (chunk_samples > 0) {
5206 unsigned size, samples;
5210 "Zero bytes per frame, but %d samples per frame",
5224 samples =
FFMIN(1024, chunk_samples);
5233 if (
size > 0x3FFFFFFF) {
5238 e->
pos = current_offset;
5244 "size %u, duration %u\n", st->
index,
i, current_offset, current_dts,
5247 current_offset +=
size;
5248 if (current_dts > INT64_MAX - samples)
5250 current_dts += samples;
5251 chunk_samples -= samples;
5300 unsigned int tts_index = 0, tts_sample = 0;
5307 count >= UINT_MAX /
sizeof(*tts_data))
5312 if (!samples || !tts_data)
5315 for (
int i = 0;
i < count;
i++) {
5339 if (tts_index != sc->
tts_count || tts_sample)
5344 for (
int i = 0;
i + 1 < count;
i++) {
5347 if (samples[
i].
pts >= samples[
i + 1].
pts)
5365 "Updated sample durations in presentation order for stream %d\n",
5389 av_url_split(src_proto,
sizeof(src_proto), src_auth,
sizeof(src_auth), src_host,
sizeof(src_host), &src_port,
NULL, 0,
src);
5390 av_url_split(ref_proto,
sizeof(ref_proto), ref_auth,
sizeof(ref_auth), ref_host,
sizeof(ref_host), &ref_port,
NULL, 0,
ref);
5392 if (strlen(
src) == 0) {
5394 }
else if (strlen(src_auth) + 1 >=
sizeof(src_auth) ||
5395 strlen(ref_auth) + 1 >=
sizeof(ref_auth) ||
5396 strlen(src_host) + 1 >=
sizeof(src_host) ||
5397 strlen(ref_host) + 1 >=
sizeof(ref_host)) {
5399 }
else if (strcmp(src_proto, ref_proto) ||
5400 strcmp(src_auth, ref_auth) ||
5401 strcmp(src_host, ref_host) ||
5402 src_port != ref_port) {
5412 if (
ref->nlvl_to > 0 &&
ref->nlvl_from > 0) {
5413 char filename[1025];
5414 const char *src_path;
5418 src_path = strrchr(
src,
'/');
5425 for (
i = 0, l = strlen(
ref->path) - 1; l >= 0; l--)
5426 if (
ref->path[l] ==
'/') {
5427 if (
i ==
ref->nlvl_to - 1)
5434 if (
i ==
ref->nlvl_to - 1 && src_path -
src <
sizeof(filename)) {
5435 memcpy(filename,
src, src_path -
src);
5436 filename[src_path -
src] = 0;
5438 for (
i = 1;
i <
ref->nlvl_from;
i++)
5439 av_strlcat(filename,
"../",
sizeof(filename));
5442 if (!
c->use_absolute_path) {
5447 "Reference with mismatching origin, %s not tried for security reasons, "
5448 "set demuxer option use_absolute_path to allow it anyway\n",
5453 if (strstr(
ref->path + l + 1,
"..") ||
5454 strstr(
ref->path + l + 1,
":") ||
5455 (
ref->nlvl_from > 1 && same_origin < 0) ||
5456 (filename[0] ==
'/' && src_path ==
src))
5460 if (strlen(filename) + 1 ==
sizeof(filename))
5465 }
else if (
c->use_absolute_path) {
5467 "this is a possible security issue\n");
5472 "Absolute path %s not tried for security reasons, "
5473 "set demuxer option use_absolute_path to allow absolute paths\n",
5499 for (
int j = 0; j <
c->fc->nb_stream_groups; j++)
5501 stg =
c->fc->stream_groups[j];
5509 out->codecpar->bit_rate = 0;
5562 if (!st)
return AVERROR(ENOMEM);
5565 if (!sc)
return AVERROR(ENOMEM);
5570 c->trak_index = st->
index;
5601 "MP4. disabling.\n");
5602 c->advanced_editlist = 0;
5603 c->advanced_editlist_autodisabled = 1;
5615 ret = mov_update_iamf_streams(
c, st);
5623 if (
c->enable_drefs) {
5626 "stream %d, error opening alias: path='%s', dir='%s', "
5627 "filename='%s', volume='%s', nlvl_from=%d, nlvl_to=%d\n",
5632 "Skipped opening external track: "
5633 "stream %d, alias: path='%s', dir='%s', "
5634 "filename='%s', volume='%s', nlvl_from=%d, nlvl_to=%d."
5635 "Set enable_drefs to allow this.\n",
5657#if FF_API_R_FRAME_RATE
5669#if CONFIG_H261_DECODER || CONFIG_H263_DECODER || CONFIG_MPEG4_DECODER
5671#if CONFIG_H261_DECODER
5674#if CONFIG_H263_DECODER
5677#if CONFIG_MPEG4_DECODER
5689 int stts_constant = 1;
5714 c->itunes_metadata = 1;
5716 c->itunes_metadata = 0;
5731 if (count >= UINT_MAX /
sizeof(*
c->meta_keys)) {
5733 "The 'keys' atom with the invalid key count: %"PRIu32
"\n", count);
5737 c->meta_keys_count = count + 1;
5738 c->meta_keys =
av_mallocz(
c->meta_keys_count *
sizeof(*
c->meta_keys));
5742 for (
i = 1;
i <= count; ++
i) {
5745 if (key_size < 8 || key_size > atom.
size) {
5747 "The key# %"PRIu32
" in meta has invalid size:"
5748 "%"PRIu32
"\n",
i, key_size);
5751 atom.
size -= key_size;
5758 if (!
c->meta_keys[
i])
5774 if (
c->fc->nb_streams < 1)
5776 st =
c->fc->streams[
c->fc->nb_streams-1];
5778 for (
i = 0;
i < 3;
i++) {
5793 if (
tag ==
MKTAG(
'm',
'e',
'a',
'n'))
5795 else if (
tag ==
MKTAG(
'n',
'a',
'm',
'e'))
5797 else if (
tag ==
MKTAG(
'd',
'a',
't',
'a') &&
len > 4) {
5821 if (strcmp(
key,
"iTunSMPB") == 0) {
5822 int64_t priming, remainder, samples;
5824 if(priming>0 && priming<16384)
5826 (
AVRational){ 1, st->codecpar->sample_rate });
5827 if (remainder > 0) {
5829 (
AVRational){ 1, st->codecpar->sample_rate });
5831 (
AVRational){ 1, st->codecpar->sample_rate });
5833 (
AVRational){ 1, st->codecpar->sample_rate });
5840 "remainder %"PRId64
" samples %"PRId64
"\n",
5841 priming, remainder, samples);
5844 if (strcmp(
mean,
"com.apple.iTunes") == 0 &&
5845 strcmp(
key,
"DISCSUBTITLE") == 0) {
5850 if (strcmp(
key,
"cdec") != 0) {
5857 "Unhandled or malformed custom metadata of size %"PRId64
"\n", atom.
size);
5928 while (atom.
size > 8) {
5934 if (
tag ==
MKTAG(
'h',
'd',
'l',
'r')) {
5944#define IS_MATRIX_IDENT(matrix) \
5945 ( (matrix)[0][0] == (1 << 16) && \
5946 (matrix)[1][1] == (1 << 16) && \
5947 (matrix)[2][2] == (1 << 30) && \
5948 !(matrix)[0][1] && !(matrix)[0][2] && \
5949 !(matrix)[1][0] && !(matrix)[1][2] && \
5950 !(matrix)[2][0] && !(matrix)[2][1])
5957 int display_matrix[3][3];
5958 int res_display_matrix[3][3] = { { 0 } };
5964 if (
c->fc->nb_streams < 1)
5966 st =
c->fc->streams[
c->fc->nb_streams-1];
6003 for (
i = 0;
i < 3;
i++) {
6015 for (
i = 0;
i < 3;
i++) {
6016 const int sh[3] = { 16, 16, 30 };
6017 for (j = 0; j < 3; j++) {
6018 for (e = 0; e < 3; e++) {
6019 res_display_matrix[
i][j] +=
6021 c->movie_display_matrix[e][j]) >> sh[e];
6033 for (
i = 0;
i < 3;
i++)
6034 for (j = 0; j < 3; j++)
6041 double disp_transform[2];
6043 for (
i = 0;
i < 2;
i++)
6047 if (disp_transform[0] > 1 && disp_transform[1] > 1 &&
6048 disp_transform[0] < (1<<24) && disp_transform[1] < (1<<24) &&
6049 fabs((disp_transform[0] / disp_transform[1]) - 1.0) > 0.01)
6051 disp_transform[0] / disp_transform[1],
6070 for (
i = 0;
i <
c->trex_count;
i++)
6071 if (
c->trex_data[
i].track_id == track_id) {
6072 trex = &
c->trex_data[
i];
6079 c->fragment.found_tfhd = 1;
6097 if (frag_stream_info) {
6109 num = atom.
size / 4;
6114 c->chapter_tracks = new_tracks;
6115 c->nb_chapter_tracks = num;
6120 c->nb_chapter_tracks =
i;
6130 if ((uint64_t)
c->trex_count+1 >= UINT_MAX /
sizeof(*
c->trex_data))
6133 sizeof(*
c->trex_data))) < 0) {
6140 trex = &
c->trex_data[
c->trex_count++];
6158 int64_t base_media_decode_time;
6160 for (
i = 0;
i <
c->fc->nb_streams;
i++) {
6161 sc =
c->fc->streams[
i]->priv_data;
6163 st =
c->fc->streams[
i];
6183 if (frag_stream_info)
6184 frag_stream_info->
tfdt_dts = base_media_decode_time;
6199 int data_offset = 0;
6200 unsigned entries, first_sample_flags = frag->
flags;
6203 int next_frag_index = -1, index_entry_pos;
6204 size_t requested_size;
6205 size_t old_allocated_size;
6214 for (
i = 0;
i <
c->fc->nb_streams;
i++) {
6215 sc =
c->fc->streams[
i]->priv_data;
6217 st =
c->fc->streams[
i];
6237 for (
i =
c->frag_index.current + 1;
i < c->frag_index.nb_items;
i++) {
6239 if (frag_stream_info && frag_stream_info->
index_entry >= 0) {
6240 next_frag_index =
i;
6245 av_assert0(index_entry_pos <= sti->nb_index_entries);
6262 int64_t max_entries = INT64_MAX;
6264 if (sample_data_size > 0)
6274 max_entries =
FFMIN(max_entries,
left / entry_size);
6276 if (entries > max_entries) {
6278 "samples the input can hold\n", entries, max_entries);
6283 if (frag_stream_info) {
6290 ", using it for pts\n",
pts);
6295 ", using it for dts\n",
pts);
6299 int fallback_tfdt = !
c->use_tfdt && !has_sidx && has_tfdt;
6300 int fallback_sidx =
c->use_tfdt && !has_tfdt && has_sidx;
6302 if (fallback_sidx) {
6305 if (fallback_tfdt) {
6309 if (has_tfdt &&
c->use_tfdt || fallback_tfdt) {
6312 ", using it for dts\n", dts);
6313 }
else if (has_sidx && !
c->use_tfdt || fallback_sidx) {
6318 ", using it for dts\n", frag_stream_info->
sidx_pts);
6322 ", using it for dts\n", dts);
6328 ", using it for dts\n", dts);
6361 memset((uint8_t*)(sc->
tts_data) + old_allocated_size, 0,
6364 if (index_entry_pos < sti->nb_index_entries) {
6370 memmove(sc->
tts_data + index_entry_pos + entries,
6373 if (index_entry_pos < sc->current_sample) {
6385 if (frag_stream_info) {
6388 frag_stream_info->
index_base = index_entry_pos;
6391 if (index_entry_pos > 0)
6395 unsigned sample_size = frag->
size;
6396 int sample_flags =
i ? frag->
flags : first_sample_flags;
6397 unsigned sample_duration = frag->
duration;
6398 unsigned ctts_duration = 0;
6400 int index_entry_flags = 0;
6411 dts -= ctts_duration;
6416 "pts %"PRId64
" calculated dts %"PRId64
6417 " sc->dts_shift %d ctts.duration %d"
6418 " sc->time_offset %"PRId64
6419 " flags & MOV_TRUN_SAMPLE_CTS %d\n",
6435 if (prev_dts >= dts)
6449 av_log(
c->fc,
AV_LOG_TRACE,
"AVIndex stream %d, sample %d, offset %"PRIx64
", dts %"PRId64
", "
6450 "size %u, distance %d, keyframe %d\n", st->
index,
6453 if (
av_sat_add64(dts, sample_duration) != dts + (uint64_t)sample_duration)
6457 dts += sample_duration;
6461 if (sample_duration <= INT64_MAX - sc->duration_for_fps &&
6468 if (frag_stream_info)
6473 int gap = entries -
i;
6478 memmove(sc->
tts_data + index_entry_pos,
6479 sc->
tts_data + index_entry_pos + gap,
6481 (sc->
tts_count - (index_entry_pos + gap)));
6485 if (index_entry_pos < sc->current_sample) {
6495 if (index_entry_pos > 0)
6498 if (prev_dts < sti->index_entries[
i].timestamp)
6529 unsigned i, j, track_id, item_count;
6544 for (
i = 0;
i <
c->fc->nb_streams;
i++) {
6545 sc =
c->fc->streams[
i]->priv_data;
6546 if (sc->
id == track_id) {
6547 st =
c->fc->streams[
i];
6560 if (timescale.
den <= 0) {
6575 offset += (uint64_t)offadd;
6580 if (item_count == 0)
6583 for (
i = 0;
i < item_count;
i++) {
6588 if (
size & 0x80000000) {
6597 if (frag_stream_info)
6598 frag_stream_info->
sidx_pts = timestamp;
6613 is_complete =
offset == stream_size;
6617 if (!
c->have_read_mfra_size) {
6618 if ((ret =
avio_seek(pb, stream_size - 4, SEEK_SET)) < 0)
6621 c->have_read_mfra_size = 1;
6622 if ((ret =
avio_seek(pb, original_pos, SEEK_SET)) < 0)
6625 if (
offset == stream_size -
c->mfra_size)
6632 for (
i = 0;
i <
c->frag_index.nb_items;
i++) {
6638 ref_st =
c->fc->streams[j];
6644 if (ref_st)
for (
i = 0;
i <
c->fc->nb_streams;
i++) {
6645 st =
c->fc->streams[
i];
6653 c->frag_index.complete = 1;
6674 if (atom.
type !=
MKTAG(
'm',
'd',
'a',
't')) {
6688 long cmov_len, moov_len;
6702 cmov_len = atom.
size - 6 * 4;
6714 goto free_and_return;
6717 if (uncompress (moov_data, (uLongf *) &moov_len, (
const Bytef *)cmov_data, cmov_len) != Z_OK)
6718 goto free_and_return;
6722 atom.
size = moov_len;
6741 if (
c->fc->nb_streams < 1 ||
c->ignore_editlist)
6743 sc =
c->fc->streams[
c->fc->nb_streams-1]->priv_data;
6750 elst_entry_size =
version == 1 ? 20 : 12;
6751 if (atom.
size != edit_count * elst_entry_size) {
6753 av_log(
c->fc,
AV_LOG_ERROR,
"Invalid edit list entry_count: %d for elst atom of size: %"PRId64
" bytes.\n",
6754 edit_count, atom.
size + 8);
6757 edit_count = atom.
size / elst_entry_size;
6758 if (edit_count * elst_entry_size != atom.
size) {
6792 if (e->
time < 0 && e->
time != -1 &&
6794 av_log(
c->fc,
AV_LOG_ERROR,
"Track %d, edit %d: Invalid edit list media time=%"PRId64
"\n",
6795 c->fc->nb_streams-1,
i, e->
time);
6814 if (
c->fc->nb_streams < 1)
6816 sc =
c->fc->streams[
c->fc->nb_streams - 1]->priv_data;
6818 if (atom.
size %
sizeof(uint32_t))
6825 int nb_timecode_track = atom.
size >> 2;
6826 for (
int i = 0;
i < nb_timecode_track;
i++) {
6842 if (
c->fc->nb_streams < 1)
6844 st =
c->fc->streams[
c->fc->nb_streams - 1];
6846 if (atom.
size < 5) {
6886 if (
c->fc->nb_streams < 1)
6889 sc =
c->fc->streams[
c->fc->nb_streams - 1]->priv_data;
6891 if (atom.
size < 5) {
6912 for (
i = 0;
i < 3;
i++) {
6931 const int mapping[3] = {1, 2, 0};
6932 const int chroma_den = 50000;
6933 const int luma_den = 10000;
6936 if (
c->fc->nb_streams < 1)
6939 sc =
c->fc->streams[
c->fc->nb_streams - 1]->priv_data;
6941 if (atom.
size < 24) {
6955 for (
i = 0;
i < 3;
i++) {
6956 const int j = mapping[
i];
6977 if (
c->fc->nb_streams < 1)
6980 sc =
c->fc->streams[
c->fc->nb_streams - 1]->priv_data;
6982 if (atom.
size < 5) {
7013 if (
c->fc->nb_streams < 1)
7016 sc =
c->fc->streams[
c->fc->nb_streams - 1]->priv_data;
7018 if (atom.
size < 4) {
7041 const int illuminance_den = 10000;
7042 const int ambient_den = 50000;
7043 if (
c->fc->nb_streams < 1)
7045 sc =
c->fc->streams[
c->fc->nb_streams - 1]->priv_data;
7046 if (atom.
size < 6) {
7070 if (
c->fc->nb_streams < 1)
7073 st =
c->fc->streams[
c->fc->nb_streams - 1];
7076 if (atom.
size < 5) {
7119 if (
c->fc->nb_streams < 1)
7122 st =
c->fc->streams[
c->fc->nb_streams - 1];
7125 remaining = atom.
size;
7126 while (remaining > 0) {
7135 case MKTAG(
'p',
'k',
'i',
'n'): {
7145 case MKTAG(
's',
'i',
'd',
'e'):
7148 case MKTAG(
'o',
'v',
'e',
'r'):
7172 if (remaining != 0) {
7197 uint32_t l = 0, t = 0,
r = 0,
b = 0;
7198 uint32_t
tag, padding = 0;
7201 if (
c->fc->nb_streams < 1)
7204 st =
c->fc->streams[
c->fc->nb_streams - 1];
7207 if (atom.
size < 8) {
7217 if (
tag !=
MKTAG(
's',
'v',
'h',
'd')) {
7235 if (
tag !=
MKTAG(
'p',
'r',
'o',
'j')) {
7245 if (
tag !=
MKTAG(
'p',
'r',
'h',
'd')) {
7275 case MKTAG(
'c',
'b',
'm',
'p'):
7279 "Unsupported cubemap layout %d\n",
layout);
7285 case MKTAG(
'e',
'q',
'u',
'i'):
7291 if (
b >= UINT_MAX - t ||
r >= UINT_MAX - l) {
7293 "Invalid bounding rectangle coordinates "
7294 "%"PRIu32
",%"PRIu32
",%"PRIu32
",%"PRIu32
"\n", l, t,
r,
b);
7298 if (l || t ||
r ||
b)
7336 if (
c->fc->nb_streams < 1)
7339 st =
c->fc->streams[
c->fc->nb_streams - 1];
7342 if (atom.
size < 16) {
7351 }
else if (
size > 16) {
7356 if (
tag !=
MKTAG(
'p',
'r',
'j',
'i')) {
7372 case MKTAG(
'r',
'e',
'c',
't'):
7375 case MKTAG(
'e',
'q',
'u',
'i'):
7378 case MKTAG(
'h',
'e',
'q',
'u'):
7381 case MKTAG(
'f',
'i',
's',
'h'):
7384 case MKTAG(
'p',
'r',
'i',
'm'):
7407 uint32_t
tag, baseline = 0;
7411 AVRational horizontal_disparity_adjustment = { 0, 1 };
7413 if (
c->fc->nb_streams < 1)
7416 st =
c->fc->streams[
c->fc->nb_streams - 1];
7419 remaining = atom.
size;
7420 while (remaining > 0) {
7429 case MKTAG(
's',
't',
'r',
'i'): {
7430 int has_right, has_left;
7450 has_right =
tmp & 2;
7453 if (has_left && has_right)
7459 if (has_left || has_right)
7464 case MKTAG(
'h',
'e',
'r',
'o'): {
7485 case MKTAG(
'c',
'a',
'm',
's'): {
7494 if (subsize != 16) {
7500 if (subtag !=
MKTAG(
'b',
'l',
'i',
'n')) {
7513 case MKTAG(
'c',
'm',
'f',
'y'): {
7523 if (subsize != 16) {
7529 if (subtag !=
MKTAG(
'd',
'a',
'd',
'j')) {
7540 horizontal_disparity_adjustment.
num = (int) adjustment;
7541 horizontal_disparity_adjustment.
den = 10000;
7554 if (remaining != 0) {
7584 if (
c->fc->nb_streams < 1)
7587 if (atom.
size < 8) {
7592 remaining = atom.
size;
7593 while (remaining > 0) {
7602 case MKTAG(
'p',
'r',
'o',
'j'): {
7609 case MKTAG(
'e',
'y',
'e',
's'): {
7616 case MKTAG(
'p',
'a',
'c',
'k'): {
7632 if (remaining != 0) {
7645 if (
c->fc->nb_streams < 1)
7648 st =
c->fc->streams[
c->fc->nb_streams - 1];
7651 if (atom.
size != 4) {
7738 static const AVUUID uuid_isml_manifest = {
7739 0xa5, 0xd4, 0x0b, 0x30, 0xe8, 0x14, 0x11, 0xdd,
7740 0xba, 0x2f, 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66
7742 static const AVUUID uuid_xmp = {
7743 0xbe, 0x7a, 0xcf, 0xcb, 0x97, 0xa9, 0x42, 0xe8,
7744 0x9c, 0x71, 0x99, 0x94, 0x91, 0xe3, 0xaf, 0xac
7746 static const AVUUID uuid_spherical = {
7747 0xff, 0xcc, 0x82, 0x63, 0xf8, 0x55, 0x4a, 0x93,
7748 0x88, 0x14, 0x58, 0x7a, 0x02, 0x52, 0x1f, 0xdd,
7754 if (
c->fc->nb_streams < 1)
7756 st =
c->fc->streams[
c->fc->nb_streams - 1];
7784 while ((ptr =
av_stristr(ptr,
"systemBitrate=\""))) {
7785 ptr +=
sizeof(
"systemBitrate=\"") - 1;
7786 c->bitrates_count++;
7787 c->bitrates =
av_realloc_f(
c->bitrates,
c->bitrates_count,
sizeof(*
c->bitrates));
7789 c->bitrates_count = 0;
7794 ret = strtol(ptr, &endptr, 10);
7795 if (ret < 0 || errno || *endptr !=
'"') {
7796 c->bitrates[
c->bitrates_count - 1] = 0;
7798 c->bitrates[
c->bitrates_count - 1] = ret;
7806 if (
c->export_xmp) {
7840 uint8_t content[16];
7851 && !memcmp(content,
"Anevia\x1A\x1A", 8)
7866 if (
c->fc->nb_streams < 1)
7868 st =
c->fc->streams[
c->fc->nb_streams - 1];
7873 case MKTAG(
'e',
'n',
'c',
'v'):
7874 case MKTAG(
'e',
'n',
'c',
'a'):
7879 "ignoring 'frma' atom of '%.4s', stream has codec id %d\n",
7891 "ignoring 'frma' atom of '%.4s', stream format is '%.4s'\n",
7913 if (frag_stream_info) {
7914 for (
i = 0;
i <
c->fc->nb_streams;
i++) {
7915 *sc =
c->fc->streams[
i]->priv_data;
7916 if ((*sc)->id == frag_stream_info->
id) {
7917 st =
c->fc->streams[
i];
7921 if (
i ==
c->fc->nb_streams)
7927 if (!(*sc)->cenc.default_encrypted_sample)
7938 if (
c->fc->nb_streams < 1)
7940 st =
c->fc->streams[
c->fc->nb_streams - 1];
7943 if (!(*sc)->cenc.encryption_index) {
7945 if (!(*sc)->cenc.default_encrypted_sample)
7948 if (!(*sc)->cenc.encryption_index)
7952 *encryption_index = (*sc)->cenc.encryption_index;
7960 unsigned int subsample_count;
7984 if (use_subsamples) {
7986 av_free((*sample)->subsamples);
7987 (*sample)->subsamples =
av_calloc(subsample_count,
sizeof(*subsamples));
7988 if (!(*sample)->subsamples) {
7995 (*sample)->subsamples[
i].bytes_of_clear_data =
avio_rb16(pb);
7996 (*sample)->subsamples[
i].bytes_of_protected_data =
avio_rb32(pb);
8005 (*sample)->subsample_count = subsample_count;
8016 int use_subsamples, ret;
8017 unsigned int sample_count,
i, alloc_size = 0;
8033 if (sample_count >= INT_MAX /
sizeof(*encrypted_samples))
8036 for (
i = 0;
i < sample_count;
i++) {
8037 unsigned int min_samples =
FFMIN(
FFMAX(
i + 1, 1024 * 1024), sample_count);
8039 min_samples *
sizeof(*encrypted_samples));
8040 if (encrypted_samples) {
8071 size_t sample_count, sample_info_size,
i;
8073 unsigned int alloc_size = 0;
8082 if (sample_count >= INT_MAX /
sizeof(*encrypted_samples))
8088 av_log(
c->fc,
AV_LOG_INFO,
"Failed to seek for auxiliary info, will only parse senc atoms for encryption info\n");
8093 unsigned int min_samples =
FFMIN(
FFMAX(
i + 1, 1024 * 1024), sample_count);
8095 min_samples *
sizeof(*encrypted_samples));
8096 if (!encrypted_samples) {
8121 for (;
i > 0;
i--) {
8134 unsigned int sample_count, aux_info_type, aux_info_param;
8160 if (aux_info_param != 0) {
8166 if ((aux_info_type ==
MKBETAG(
'c',
'e',
'n',
'c') ||
8167 aux_info_type ==
MKBETAG(
'c',
'e',
'n',
's') ||
8168 aux_info_type ==
MKBETAG(
'c',
'b',
'c',
'1') ||
8169 aux_info_type ==
MKBETAG(
'c',
'b',
'c',
's')) &&
8170 aux_info_param == 0) {
8186 if (sample_count == 0)
8194 if (ret != sample_count) {
8215 uint64_t *auxiliary_offsets;
8219 unsigned int version, entry_count, aux_info_type, aux_info_param;
8220 unsigned int alloc_size = 0;
8246 if (aux_info_param != 0) {
8252 if ((aux_info_type ==
MKBETAG(
'c',
'e',
'n',
'c') ||
8253 aux_info_type ==
MKBETAG(
'c',
'e',
'n',
's') ||
8254 aux_info_type ==
MKBETAG(
'c',
'b',
'c',
'1') ||
8255 aux_info_type ==
MKBETAG(
'c',
'b',
'c',
's')) &&
8256 aux_info_param == 0) {
8269 if (entry_count >= INT_MAX /
sizeof(*auxiliary_offsets))
8273 unsigned int min_offsets =
FFMIN(
FFMAX(
i + 1, 1024), entry_count);
8276 min_offsets *
sizeof(*auxiliary_offsets));
8277 if (!auxiliary_offsets) {
8288 if (
c->frag_index.current >= 0) {
8314 uint8_t *side_data, *extra_data;
8315 size_t side_data_size;
8317 unsigned int version, kid_count, extra_data_size, alloc_size = 0;
8319 if (
c->fc->nb_streams < 1)
8321 st =
c->fc->streams[
c->fc->nb_streams-1];
8338 if (kid_count >= INT_MAX /
sizeof(*key_ids)) {
8343 for (
unsigned int i = 0;
i < kid_count && !pb->
eof_reached;
i++) {
8344 unsigned int min_kid_count =
FFMIN(
FFMAX(
i + 1, 1024), kid_count);
8346 min_kid_count *
sizeof(*key_ids));
8374 extra_data =
av_malloc(extra_data_size);
8379 ret =
avio_read(pb, extra_data, extra_data_size);
8380 if (ret != extra_data_size) {
8389 info->
data = extra_data;
8395 if (old_side_data) {
8397 if (old_init_info) {
8405 info = old_init_info;
8421 side_data, side_data_size, 0))
8434 if (
c->fc->nb_streams < 1)
8436 st =
c->fc->streams[
c->fc->nb_streams-1];
8440 av_log(
c->fc,
AV_LOG_ERROR,
"schm boxes are only supported in first sample descriptor\n");
8464 unsigned int version, pattern, is_protected, iv_size;
8466 if (
c->fc->nb_streams < 1)
8468 st =
c->fc->streams[
c->fc->nb_streams-1];
8517 if (iv_size != 8 && iv_size != 16) {
8537 if (
c->fc->nb_streams < 1)
8539 st =
c->fc->streams[
c->fc->nb_streams-1];
8541 if ((uint64_t)atom.
size > (1<<30) || atom.
size < 42)
8550 if (
avio_read(pb, buf,
sizeof(buf)) !=
sizeof(buf)) {
8573 char kid_hex[16*2+1];
8575 if (
c->decryption_default_key &&
c->decryption_default_key_len !=
len) {
8576 av_log(
c->fc,
AV_LOG_ERROR,
"invalid default decryption key length: got %d, expected %d\n",
c->decryption_default_key_len,
len);
8580 if (!
c->decryption_keys) {
8582 memcpy(
out,
c->decryption_default_key,
len);
8586 if (
sample->key_id_size != 16) {
8593 if (!key_entry_hex) {
8594 if (!
c->decryption_default_key) {
8598 memcpy(
out,
c->decryption_default_key,
len);
8601 if (strlen(key_entry_hex->
value) !=
len*2) {
8611 int bytes_of_protected_data;
8634 if (!
sample->subsample_count) {
8640 for (
i = 0;
i <
sample->subsample_count;
i++) {
8647 input +=
sample->subsamples[
i].bytes_of_clear_data;
8648 size -=
sample->subsamples[
i].bytes_of_clear_data;
8652 bytes_of_protected_data =
sample->subsamples[
i].bytes_of_protected_data;
8655 input += bytes_of_protected_data;
8656 size -= bytes_of_protected_data;
8670 int num_of_encrypted_blocks;
8672 uint8_t decryption_key[16];
8692 memcpy(iv,
sample->iv, 16);
8695 if (!
sample->subsample_count) {
8701 for (
i = 0;
i <
sample->subsample_count;
i++) {
8707 if (
sample->subsamples[
i].bytes_of_protected_data % 16) {
8713 input +=
sample->subsamples[
i].bytes_of_clear_data;
8714 size -=
sample->subsamples[
i].bytes_of_clear_data;
8717 num_of_encrypted_blocks =
sample->subsamples[
i].bytes_of_protected_data/16;
8718 if (num_of_encrypted_blocks > 0) {
8721 input +=
sample->subsamples[
i].bytes_of_protected_data;
8722 size -=
sample->subsamples[
i].bytes_of_protected_data;
8735 int i, ret, rem_bytes;
8760 if (!
sample->subsample_count) {
8764 }
else if (!
sample->crypt_byte_block && !
sample->skip_byte_block) {
8769 for (
i = 0;
i <
sample->subsample_count;
i++) {
8776 input +=
sample->subsamples[
i].bytes_of_clear_data;
8777 size -=
sample->subsamples[
i].bytes_of_clear_data;
8781 rem_bytes =
sample->subsamples[
i].bytes_of_protected_data;
8782 while (rem_bytes > 0) {
8783 if (rem_bytes < 16*sample->crypt_byte_block) {
8788 rem_bytes -= 16*
sample->crypt_byte_block;
8790 rem_bytes -=
FFMIN(16*
sample->skip_byte_block, rem_bytes);
8792 input +=
sample->subsamples[
i].bytes_of_protected_data;
8793 size -=
sample->subsamples[
i].bytes_of_protected_data;
8806 int i, ret, rem_bytes;
8809 uint8_t decryption_key[16];
8830 if (!
sample->subsample_count) {
8832 memcpy(iv,
sample->iv, 16);
8835 }
else if (!
sample->crypt_byte_block && !
sample->skip_byte_block) {
8840 for (
i = 0;
i <
sample->subsample_count;
i++) {
8847 input +=
sample->subsamples[
i].bytes_of_clear_data;
8848 size -=
sample->subsamples[
i].bytes_of_clear_data;
8851 memcpy(iv,
sample->iv, 16);
8853 rem_bytes =
sample->subsamples[
i].bytes_of_protected_data;
8854 while (rem_bytes > 0) {
8855 if (rem_bytes < 16*sample->crypt_byte_block) {
8860 rem_bytes -= 16*
sample->crypt_byte_block;
8862 rem_bytes -=
FFMIN(16*
sample->skip_byte_block, rem_bytes);
8864 input +=
sample->subsamples[
i].bytes_of_protected_data;
8865 size -=
sample->subsamples[
i].bytes_of_protected_data;
8922 int encrypted_index, ret;
8925 encrypted_index = current_index;
8926 encryption_index =
NULL;
8927 if (frag_stream_info) {
8929 if (frag_stream_info->
stsd_id == 1) {
8931 encrypted_index = current_index - frag_stream_info->
index_base;
8941 if (encryption_index) {
8953 encrypted_sample =
NULL;
8957 }
else if (encrypted_index >= 0 && encrypted_index < encryption_index->nb_encrypted_samples) {
8960 if (!encrypted_sample) {
8965 if (!encrypted_sample) {
8995 if (
c->fc->nb_streams < 1)
8997 st =
c->fc->streams[
c->fc->nb_streams-1];
9043 unsigned format_info;
9044 int channel_assignment, channel_assignment1, channel_assignment2;
9048 if (
c->fc->nb_streams < 1)
9050 st =
c->fc->streams[
c->fc->nb_streams-1];
9057 ratebits = (format_info >> 28) & 0xF;
9058 channel_assignment1 = (format_info >> 15) & 0x1F;
9059 channel_assignment2 = format_info & 0x1FFF;
9060 if (channel_assignment2)
9061 channel_assignment = channel_assignment2;
9063 channel_assignment = channel_assignment1;
9082 if (
c->fc->nb_streams < 1)
9084 st =
c->fc->streams[
c->fc->nb_streams-1];
9101 if (
c->fc->nb_streams < 1)
9103 st =
c->fc->streams[
c->fc->nb_streams - 1];
9126 int ret, old_size, num_arrays;
9128 if (
c->fc->nb_streams < 1)
9130 st =
c->fc->streams[
c->fc->nb_streams-1];
9153 num_arrays = buf[5];
9177 AVBPrint scheme_buf, value_buf;
9178 int64_t scheme_str_len = 0, value_str_len = 0;
9186 if (
c->fc->nb_streams < 1)
9188 st =
c->fc->streams[
c->fc->nb_streams-1];
9196 "Unsupported 'kind' box with version %d, flags: %x",
9206 ret = scheme_str_len;
9210 if (scheme_str_len + 1 >=
size) {
9218 size -= scheme_str_len + 1;
9222 ret = value_str_len;
9226 if (value_str_len ==
size) {
9233 "%s stream %d KindBox(scheme: %s, value: %s)\n",
9236 scheme_buf.str, value_buf.str);
9243 for (
int j = 0;
map.value_maps[j].disposition; j++) {
9267 int ambisonic_order, channel_order, normalization, channel_count;
9268 int ambi_channels, non_diegetic_channels;
9270 if (
c->fc->nb_streams < 1)
9273 st =
c->fc->streams[
c->fc->nb_streams - 1];
9275 if (atom.
size < 16) {
9289 "Unsupported ambisonic type %d\n",
type & 0x7f);
9292 non_diegetic_channels = (
type >> 7) * 2;
9297 if (channel_order) {
9299 "Unsupported channel_order %d\n", channel_order);
9304 if (normalization) {
9306 "Unsupported normalization %d\n", normalization);
9311 if (ambisonic_order < 0 || ambisonic_order > 31 ||
9312 channel_count != ((ambisonic_order + 1LL) * (ambisonic_order + 1LL) +
9313 non_diegetic_channels)) {
9315 "Invalid number of channels (%d / %d)\n",
9316 channel_count, ambisonic_order);
9319 ambi_channels = channel_count - non_diegetic_channels;
9325 for (
i = 0;
i < channel_count;
i++) {
9328 if (
channel >= channel_count) {
9357 if (
c->fc->nb_streams < 1)
9360 st =
c->fc->streams[
c->fc->nb_streams - 1];
9362 if (atom.
size < 5) {
9388 else if (
size == 8) {
9414 int version, offset_size, length_size, base_offset_size, index_size;
9415 int item_count, extent_count;
9416 int64_t base_offset, extent_offset, extent_length;
9419 if (
c->found_iloc) {
9428 offset_size = (
value >> 4) & 0xF;
9429 length_size =
value & 0xF;
9431 base_offset_size = (
value >> 4) & 0xF;
9439 if (item_count > atom.
size)
9445 c->heif_item = heif_item;
9446 if (item_count >
c->nb_heif_item)
9447 memset(&
c->heif_item[
c->nb_heif_item], 0,
9448 sizeof(*
c->heif_item) * (item_count -
c->nb_heif_item));
9449 c->nb_heif_item =
FFMAX(
c->nb_heif_item, item_count);
9452 for (
int i = 0;
i < item_count;
i++) {
9460 if (offset_type > 1) {
9466 if (
rb_size(pb, &base_offset, base_offset_size) < 0)
9469 if (extent_count > 1) {
9475 if (
rb_size(pb, &extent_offset, offset_size) < 0 ||
9476 rb_size(pb, &extent_length, length_size) < 0 ||
9477 base_offset > INT64_MAX - extent_offset)
9480 for (j = 0; j <
c->nb_heif_item; j++) {
9481 item =
c->heif_item[j];
9483 item =
c->heif_item[j] =
av_mallocz(
sizeof(*item));
9484 else if (item->
item_id != item_id)
9490 if (j ==
c->nb_heif_item)
9495 if (offset_type == 1)
9500 "extent_offset %"PRId64
", extent_length %"PRId64
"\n",
9550 for (
i = 0;
i <
c->nb_heif_item;
i++) {
9551 item =
c->heif_item[
i];
9554 else if (item->
item_id != item_id)
9562 if (
i ==
c->nb_heif_item) {
9570 item->
type = item_type;
9572 switch (item_type) {
9573 case MKTAG(
'a',
'v',
'0',
'1'):
9574 case MKTAG(
'j',
'p',
'e',
'g'):
9575 case MKTAG(
'h',
'v',
'c',
'1'):
9589 int version, got_stream = 0, ret,
i;
9591 if (
c->found_iinf) {
9600 if (entry_count > atom.
size)
9606 c->heif_item = heif_item;
9607 if (entry_count >
c->nb_heif_item)
9608 memset(&
c->heif_item[
c->nb_heif_item], 0,
9609 sizeof(*
c->heif_item) * (entry_count -
c->nb_heif_item));
9610 c->nb_heif_item =
FFMAX(
c->nb_heif_item, entry_count);
9612 for (
i = 0;
i < entry_count;
i++) {
9628 c->found_iinf = got_stream;
9631 for (;
i >= 0;
i--) {
9650 for (
int i = 0;
i <
c->nb_heif_grid;
i++) {
9651 if (
c->heif_grid[
i].item->item_id == from_item_id) {
9653 "referencing the same Derived Image item\n");
9657 for (
int i = 0;
i <
c->nb_heif_item;
i++) {
9658 if (!
c->heif_item[
i] ||
c->heif_item[
i]->item_id != from_item_id)
9660 item =
c->heif_item[
i];
9662 switch (item->
type) {
9663 case MKTAG(
'g',
'r',
'i',
'd'):
9664 case MKTAG(
'i',
'o',
'v',
'l'):
9681 "Derived image item references no input images\n");
9686 sizeof(*
c->heif_grid));
9689 c->heif_grid = grid;
9690 grid = &grid[
c->nb_heif_grid];
9700 for (
i = 0;
i < entries;
i++) {
9714 from_item_id, entries);
9729 int item_id_size =
version ? 4 : 2;
9746 for (
int i = 0;
i < entries;
i++) {
9792 case MKTAG(
'd',
'i',
'm',
'g'):
9797 case MKTAG(
'c',
'd',
's',
'c'):
9798 case MKTAG(
't',
'h',
'm',
'b'):
9850 c->cur_item_id, angle);
9870 c->cur_item_id, axis);
9875 item->
vflip = !axis;
9883 typedef struct MOVAtoms {
9889 MOVAtoms *atoms =
NULL;
9899 if (
a.size < 8 ||
a.type !=
MKTAG(
'i',
'p',
'c',
'o'))
9903 while (
a.size >= 8) {
9912 if (
ref->size >
a.size ||
ref->size < 8)
9926 a.size -=
ref->size;
9937 if (
a.size < 8 ||
a.type !=
MKTAG(
'i',
'p',
'm',
'a')) {
9946 for (
int i = 0;
i < count;
i++) {
9948 int assoc_count =
avio_r8(pb);
9955 for (
int j = 0; j < assoc_count; j++) {
9971 c->cur_item_id = item_id;
9974 (
MOVAtom) { .size = ref->size,
9975 .type = MKTAG(
'i',
'p',
'c',
'o') });
9984 c->cur_item_id = -1;
9985 for (
int i = 0;
i < nb_atoms;
i++)
10120{
MKTAG(
'i',
'a',
'c',
'b'), mov_read_iacb },
10132 if (
c->atom_depth > 10) {
10139 atom.
size = INT64_MAX;
10140 while (total_size <= atom.
size - 8) {
10146 if (((
a.type ==
MKTAG(
'f',
'r',
'e',
'e') &&
c->moov_retry) ||
10147 a.type ==
MKTAG(
'h',
'o',
'o',
'v')) &&
10159 a.type =
MKTAG(
'm',
'o',
'o',
'v');
10162 if (atom.
type !=
MKTAG(
'r',
'o',
'o',
't') &&
10164 if (
a.type ==
MKTAG(
't',
'r',
'a',
'k') ||
10165 a.type ==
MKTAG(
'm',
'd',
'a',
't')) {
10173 if (
a.size == 1 && total_size + 8 <= atom.
size) {
10180 a.size = atom.
size - total_size + 8;
10202 if (!
parse &&
c->found_hdlr_mdta &&
10204 a.type ==
MKTAG(
'k',
'e',
'y',
's') &&
10205 c->meta_keys_count == 0) {
10219 if (
c->found_moov &&
c->found_mdat &&
a.size <= INT64_MAX - start_pos &&
10223 c->next_root_atom = start_pos +
a.size;
10230 else if (
left < 0) {
10232 "overread end of atom '%s' by %"PRId64
" bytes\n",
10238 total_size +=
a.size;
10241 if (total_size < atom.
size && atom.
size < 0x7ffff)
10253 int moov_offset = -1;
10261 if ((
offset + 8ULL) > (
unsigned int)p->buf_size)
10264 if (
size == 1 &&
offset + 16 <= (
unsigned int)p->buf_size) {
10267 }
else if (
size == 0) {
10270 if (
size < minsize) {
10277 case MKTAG(
'm',
'o',
'o',
'v'):
10278 moov_offset =
offset + 4;
10280 case MKTAG(
'm',
'd',
'a',
't'):
10281 case MKTAG(
'p',
'n',
'o',
't'):
10282 case MKTAG(
'u',
'd',
't',
'a'):
10283 case MKTAG(
'f',
't',
'y',
'p'):
10284 if (
tag ==
MKTAG(
'f',
't',
'y',
'p') &&
10289 score =
FFMAX(score, 5);
10295 case MKTAG(
'e',
'd',
'i',
'w'):
10296 case MKTAG(
'w',
'i',
'd',
'e'):
10297 case MKTAG(
'f',
'r',
'e',
'e'):
10298 case MKTAG(
'j',
'u',
'n',
'k'):
10299 case MKTAG(
'p',
'i',
'c',
't'):
10302 case MKTAG(0x82,0x82,0x7f,0x7d):
10305 case MKTAG(
's',
'k',
'i',
'p'):
10306 case MKTAG(
'u',
'u',
'i',
'd'):
10307 case MKTAG(
'p',
'r',
'f',
'l'):
10321 while (
offset < (p->buf_size - 16)) {
10355 for (
i = 0;
i <
s->nb_streams;
i++) {
10357 if (sc->
id == chapter_track) {
10358 st =
s->streams[
i];
10393 int len, title_len;
10395 if (end < sample->timestamp) {
10409 title_len = 2*
len + 1;
10422 else if (ch == 0xfffe)
10426 if (
len == 1 ||
len == 2)
10462 int hh, mm,
ss, ff, drop;
10475 hh, mm,
ss, drop ?
';' :
':', ff);
10491 int rounded_tc_rate;
10496 if (!tc_rate.
num || !tc_rate.
den || !tmcd_nb_frames)
10515 rounded_tc_rate = (tc_rate.
num + tc_rate.
den / 2LL) / tc_rate.
den;
10518 if (tmcd_nb_frames == tc_rate.
num / tc_rate.
den &&
10520 tmcd_nb_frames = rounded_tc_rate;
10532 for (
i = 0;
i < (*index)->nb_encrypted_samples;
i++) {
10535 av_freep(&(*index)->encrypted_samples);
10536 av_freep(&(*index)->auxiliary_info_sizes);
10537 av_freep(&(*index)->auxiliary_offsets);
10611 for (
i = 0;
i <
s->nb_streams;
i++) {
10665 for (
i = 0;
i <
s->nb_streams;
i++) {
10683 for (
i = 0;
i <
s->nb_streams;
i++) {
10702 unsigned track_id, item_count;
10714 for (
i = 0;
i < item_count;
i++) {
10736 if (frag_stream_info &&
10740 for (j = 0; j < ((fieldlength >> 4) & 3) + 1; j++)
10742 for (j = 0; j < ((fieldlength >> 2) & 3) + 1; j++)
10744 for (j = 0; j < ((fieldlength >> 0) & 3) + 1; j++)
10758 if ((seek_ret =
avio_seek(
f, stream_size - 4, SEEK_SET)) < 0) {
10763 c->have_read_mfra_size = 1;
10764 if (!
c->mfra_size ||
c->mfra_size > stream_size) {
10787 c->frag_index.complete = 1;
10789 seek_ret =
avio_seek(
f, original_pos, SEEK_SET);
10790 if (seek_ret < 0) {
10792 "failed to seek back after looking for mfra\n");
10817 nb_coded_side_data,
10819 9 *
sizeof(*
matrix), 0);
10838 int64_t coded_width = 0, coded_height = 0;
10850 if (!
c->idat_offset) {
10871 av_log(
c->fc,
AV_LOG_TRACE,
"grid: grid_rows %d grid_cols %d output_width %d output_height %d\n",
10887 if (coded_width > INT_MAX || coded_height > INT_MAX)
10897 while (y < tile_grid->coded_height) {
10900 while (x < tile_grid->coded_width) {
10933 uint16_t canvas_fill_value[4];
10935 int ret = 0,
flags;
10942 if (!
c->idat_offset) {
10957 for (
int i = 0;
i < 4;
i++)
10960 canvas_fill_value[0], canvas_fill_value[1],
10961 canvas_fill_value[2], canvas_fill_value[3]);
10962 for (
int i = 0;
i < 4;
i++)
10986 "horizontal_offset[%d] %d, vertical_offset[%d] %d\n",
11013 if (
ref->is_idat_relative) {
11014 if (!
c->idat_offset) {
11025 if (
offset > INT64_MAX -
ref->extent_offset) {
11032 if (err !=
ref->extent_length) {
11097 for (
int j = 0; j < grid->
nb_tiles; j++) {
11105 if (!item || item->
item_id != tile_id)
11110 "reference a stream\n",
11154 case MKTAG(
'g',
'r',
'i',
'd'):
11157 case MKTAG(
'i',
'o',
'v',
'l'):
11170 switch(
ref->type) {
11171 case MKTAG(
'E',
'x',
'i',
'f'):
11255 switch(
ref->type) {
11256 case MKTAG(
'E',
'x',
'i',
'f'):
11290 for (
int i = 0;
i <
s->nb_streams;
i++) {
11305 for (
int j = 0; j <
s->nb_streams; j++) {
11313 for (
int k = 0; k <
tag->nb_id; k++) {
11314 if (
tag->id[k] != st->
id)
11343 uint32_t *tref_id,
int nb_tref_id,
int first_index)
11348 for (
int i = first_index;
i <
s->nb_streams;
i++)
11349 for (
int j = 0; j < nb_tref_id; j++)
11350 if (
s->streams[
i]->index != st->
index &&
11351 s->streams[
i]->id == tref_id[j])
11352 return s->streams[
i];
11359 static const uint32_t tref_tags[] = {
11360 MKTAG(
'c',
'd',
's',
'c'),
11361 MKTAG(
'r',
'n',
'd',
'r'),
11367 if (
s->nb_streams <= 1)
11370 for (
int i = 0;
i <
s->nb_streams;
i++) {
11385 av_log(
s, loglevel,
"Failed to find referenced stream\n");
11395 stg->
id = st_ref->
id;
11417 if (
s->nb_streams <= 1)
11420 for (
int i = 0;
i <
s->nb_streams;
i++) {
11445 j = st_base->
index + 1;
11449 av_log(
s, loglevel,
"Failed to find base stream for LCEVC stream\n");
11470 if (
s->nb_streams <= 1)
11479 for (
int i = 0;
i <
s->nb_streams;
i++) {
11511 av_log(
s, loglevel,
"Failed to find base layer for Dolby Vision EL stream\n");
11541 int highest_id = 0, lowest_iamf_id = INT_MAX;
11543 for (
int i = 0;
i <
s->nb_streams;
i++) {
11547 highest_id =
FFMAX(highest_id, st->
id);
11550 for (
int i = 0;
i <
s->nb_stream_groups;
i++) {
11556 lowest_iamf_id =
FFMIN(lowest_iamf_id, st->
id);
11560 if (highest_id < lowest_iamf_id)
11563 highest_id += !lowest_iamf_id;
11564 for (
int i = 0; highest_id > 1 &&
i <
s->nb_stream_groups;
i++) {
11571 st->
id += highest_id;
11593 atom.
size = INT64_MAX;
11624 for (
i = 0;
i <
s->nb_streams;
i++)
11625 if (
s->streams[
i]->codecpar->codec_tag ==
AV_RL32(
"tmcd")) {
11627 }
else if (
s->streams[
i]->codecpar->codec_tag ==
AV_RL32(
"rtmd")) {
11652 for (
i = 0;
i <
s->nb_streams;
i++) {
11713 for (
i = 0;
i <
s->nb_streams;
i++) {
11732 s->streams[
i]->codecpar->bit_rate = mov->
bitrates[
i];
11738 for (
i = 0;
i <
s->nb_streams;
i++) {
11815 int64_t best_dts = INT64_MAX;
11819 for (
i = 0;
i <
s->nb_streams;
i++) {
11826 uint64_t dtsdiff = best_dts > dts ? best_dts - (uint64_t)dts : ((uint64_t)dts - best_dts);
11828 if (!
sample || (no_interleave && current_sample->
pos <
sample->pos) ||
11832 (dtsdiff >
AV_TIME_BASE && dts < best_dts && mov->interleaved_read)))))) {
11833 sample = current_sample;
11856 if (target >= 0 &&
avio_seek(
s->pb, target, SEEK_SET) != target) {
11888 uint8_t *side, *extradata;
11889 int extradata_size;
11903 memcpy(side, extradata, extradata_size);
11913 const uint32_t cdat =
AV_RB32(
"cdat");
11922 if ((src_size - 8) / 2 >= INT_MAX / 3)
11930 while (src_size >= 10) {
11931 const uint32_t atom_size =
avio_rb32(pb);
11932 const uint32_t atom_type =
avio_rb32(pb);
11933 const uint32_t data_size = atom_size - 8;
11934 const uint8_t cc_field =
11935 atom_type == cdat ? 1 :
11936 atom_type ==
cdt2 ? 2 :
11943 if (data_size < 2 || data_size > src_size) {
11949 if (data_size % 2 != 0) {
11957 src_size -= data_size;
11961 for (uint32_t
i = 0;
i < data_size;
i += 2) {
11962 pkt->data[
out_size] = (0x1F << 3) | (1 << 2) | (cc_field - 1);
11994 if (
pkt->duration == 0) {
11997 if (next_dts >=
pkt->dts)
11998 pkt->duration = next_dts -
pkt->dts;
12016 if (!
ffstream(st)->first_discard_sample)
12018 if (!
ffstream(st)->last_discard_sample)
12034 uint8_t sample_is_depended_on = (sample_flags >> 2) & 0x3;
12074 if (
s->pb->pos == 0) {
12088 for (
i = 0;
i <
s->nb_streams;
i++) {
12128 if (ret64 !=
sample->pos) {
12133 }
else if (ret64 < 0) {
12147 else if (sc->
iamf) {
12154 while (!ret &&
size > 0) {
12180 if (au_size >
sample->size - 4) {
12182 "APV au_size %u exceeds sample body %d\n",
12183 au_size,
sample->size - 4);
12186 au_size =
sample->size - 4;
12197#if CONFIG_DV_DEMUXER
12283 int64_t key_sample_dts, key_sample_pts;
12310 int sample, time_sample, ret, requested_sample;
12335 if (requested_sample < 0)
12344 timestamp = next_ts;
12359 time_sample = next;
12374 time_sample = next;
12393 (
AVRational){1, st->codecpar->sample_rate});
12405 if (stream_index >=
s->nb_streams)
12408 st =
s->streams[stream_index];
12414 if (
mc->seek_individually) {
12419 for (
i = 0;
i <
s->nb_streams;
i++) {
12424 if (stream_index ==
i)
12433 for (
i = 0;
i <
s->nb_streams;
i++) {
12435 st =
s->streams[
i];
12453#define OFFSET(x) offsetof(MOVContext, x)
12454#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM
12456 {
"use_absolute_path",
12457 "allow using absolute path when opening alias, this is a possible security issue",
12460 {
"seek_streams_individually",
12461 "Seek each stream individually to the closest point",
12464 {
"ignore_editlist",
"Ignore the edit list atom.",
OFFSET(ignore_editlist),
AV_OPT_TYPE_BOOL, {.i64 = 0},
12466 {
"advanced_editlist",
12467 "Modify the AVIndex according to the editlists. Use this option to decode in the order specified by the edits.",
12473 "use mfra for fragment timestamps",
12476 .unit =
"use_mfra_for"},
12478 FLAGS, .unit =
"use_mfra_for" },
12480 FLAGS, .unit =
"use_mfra_for" },
12482 FLAGS, .unit =
"use_mfra_for" },
12485 {
"export_all",
"Export unrecognized metadata entries",
OFFSET(export_all),
12487 {
"export_xmp",
"Export full XMP metadata",
OFFSET(export_xmp),
12489 {
"activation_bytes",
"Secret bytes for Audible AAX files",
OFFSET(activation_bytes),
12491 {
"audible_key",
"AES-128 Key for Audible AAXC files",
OFFSET(audible_key),
12493 {
"audible_iv",
"AES-128 IV for Audible AAXC files",
OFFSET(audible_iv),
12495 {
"audible_fixed_key",
12496 "Fixed key used for handling Audible AAX files",
OFFSET(audible_fixed_key),
12502 {.i64 = 0}, 0, 1,
FLAGS },
12510 .class_name =
"mov,mp4,m4a,3gp,3g2,mj2",
12517 .p.name =
"mov,mp4,m4a,3gp,3g2,mj2",
12520 .p.extensions =
"mov,mp4,m4a,3gp,3g2,mj2,psp,m4v,m4b,ism,ismv,isma,f4v,avif,heic,heif",
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
const uint16_t ff_ac3_channel_layout_tab[8]
Map audio coding mode (acmod) to channel layout mask.
static double val(void *priv, double ch)
static const char *const format[]
#define ALAC_EXTRADATA_SIZE
AVAmbientViewingEnvironment * av_ambient_viewing_environment_alloc(size_t *size)
Allocate an AVAmbientViewingEnvironment structure.
static AVFormatContext * ctx
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
simple assert() macros that are a bit more flexible than ISO C assert().
#define av_assert0(cond)
assert() equivalent, that is always enabled.
int avio_get_str16be(AVIOContext *pb, int maxlen, char *buf, int buflen)
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
uint64_t avio_rb64(AVIOContext *s)
#define AVIO_FLAG_READ
read-only
int64_t avio_size(AVIOContext *s)
Get the filesize.
unsigned int avio_rb16(AVIOContext *s)
int avio_get_str16le(AVIOContext *pb, int maxlen, char *buf, int buflen)
Read a UTF-16 string from pb and convert it to UTF-8.
int avio_feof(AVIOContext *s)
Similar to feof() but also returns nonzero on read errors.
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
unsigned int avio_rl32(AVIOContext *s)
int avio_get_str(AVIOContext *pb, int maxlen, char *buf, int buflen)
Read a string from pb into buf.
unsigned int avio_rb24(AVIOContext *s)
unsigned int avio_rb32(AVIOContext *s)
int avio_r8(AVIOContext *s)
int ffio_ensure_seekback(AVIOContext *s, int64_t buf_size)
Ensures that the requested seekback buffer size will be available.
int64_t ff_read_string_to_bprint_overwrite(AVIOContext *s, struct AVBPrint *bp, int64_t max_len)
Read a whole null-terminated string of text from AVIOContext to an AVBPrint buffer overwriting its co...
void ffio_init_read_context(FFIOContext *s, const uint8_t *buffer, int buffer_size)
Wrap a buffer in an AVIOContext for reading.
int ffio_read_size(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
unsigned int ffio_read_leb(AVIOContext *s)
Read a unsigned integer coded as a variable number of up to eight little-endian bytes,...
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
size_t av_strlcatf(char *dst, size_t size, const char *fmt,...)
static int BS_FUNC left(const BSCTX *bc)
Return the number of the bits left in a buffer.
void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max)
#define AV_BPRINT_SIZE_UNLIMITED
static int FUNC metadata(CodedBitstreamContext *ctx, RWContext *rw, APVRawMetadata *current)
#define flags(name, subs,...)
#define i(width, name, range_min, range_max)
#define ss(width, name, subs,...)
static int read_probe(const AVProbeData *p)
Public libavutil channel layout APIs header.
int avcodec_parameters_copy(AVCodecParameters *dst, const AVCodecParameters *src)
#define PUT_UTF8(val, tmp, PUT_BYTE)
Convert a 32-bit Unicode character to its UTF-8 encoded form (up to 4 bytes long).
static const AVColorPrimariesDesc color_primaries[AVCOL_PRI_NB]
static __device__ float fabs(float a)
static const uint16_t fc[]
#define AV_PROFILE_DTS_EXPRESS
#define AV_PROFILE_DTS_HD_MA
#define AV_PROFILE_UNKNOWN
#define AV_PROFILE_DTS_HD_HRA
#define FF_COMPLIANCE_STRICT
Strictly conform to all the things in the spec no matter what consequences.
#define AV_EF_EXPLODE
abort decoding on minor error detection
@ AV_FIELD_TT
Top coded_first, top displayed first.
@ AV_FIELD_BB
Bottom coded first, bottom displayed first.
@ AV_FIELD_BT
Bottom coded first, top displayed first.
@ AV_FIELD_TB
Top coded first, bottom displayed first.
#define AV_PROFILE_DTS_96_24
@ AV_AUDIO_SERVICE_TYPE_KARAOKE
#define AV_PROFILE_DTS_ES
int ff_buffer_packet(AVFormatContext *s, AVPacket *pkt)
void ff_rfps_calculate(AVFormatContext *ic)
int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts)
add frame for rfps calculation.
AVChapter * avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base, int64_t start, int64_t end, const char *title)
Add a new chapter.
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
int ff_itunes_parse_smpb(const char *value, int64_t *priming, int64_t *remainder, int64_t *samples)
Parse the gapless playback information Apple encoders store in an iTunSMPB tag.
void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance)
int ff_generate_avci_extradata(AVStream *st)
Generate standard extradata for AVC-Intra based on width/height and field order.
#define FFERROR_REDO
Returned by demuxers to indicate that data was consumed but discarded (ignored streams or junk data).
int ff_get_extradata(void *logctx, AVCodecParameters *par, AVIOContext *pb, int size)
Allocate extradata with additional AV_INPUT_BUFFER_PADDING_SIZE at end which is always set to 0 and f...
int ff_add_attached_pic(AVFormatContext *s, AVStream *st, AVIOContext *pb, AVBufferRef **buf, int size)
Add an attached pic to an AVStream.
int ff_isom_parse_dvcc_dvvc(void *logctx, AVStream *st, const uint8_t *buf_ptr, uint64_t size)
#define ISOM_DVCC_DVVC_SIZE
int ff_dvdclut_yuv_to_rgb(uint32_t *clut, const size_t clut_size)
int ff_dvdclut_palette_extradata_cat(const uint32_t *clut, const size_t clut_size, AVCodecParameters *par)
#define FF_DVDCLUT_CLUT_SIZE
#define FF_DVDCLUT_CLUT_LEN
channel
Use these values when setting the channel map with ebur128_set_channel().
AVEncryptionInfo * av_encryption_info_alloc(uint32_t subsample_count, uint32_t key_id_size, uint32_t iv_size)
Allocates an AVEncryptionInfo structure and sub-pointers to hold the given number of subsamples.
AVEncryptionInfo * av_encryption_info_clone(const AVEncryptionInfo *info)
Allocates an AVEncryptionInfo structure with a copy of the given data.
AVEncryptionInitInfo * av_encryption_init_info_get_side_data(const uint8_t *side_data, size_t side_data_size)
Creates a copy of the AVEncryptionInitInfo that is contained in the given side data.
uint8_t * av_encryption_init_info_add_side_data(const AVEncryptionInitInfo *info, size_t *side_data_size)
Allocates and initializes side data that holds a copy of the given encryption init info.
uint8_t * av_encryption_info_add_side_data(const AVEncryptionInfo *info, size_t *size)
Allocates and initializes side data that holds a copy of the given encryption info.
AVEncryptionInitInfo * av_encryption_init_info_alloc(uint32_t system_id_size, uint32_t num_key_ids, uint32_t key_id_size, uint32_t data_size)
Allocates an AVEncryptionInitInfo structure and sub-pointers to hold the given sizes.
void av_encryption_init_info_free(AVEncryptionInitInfo *info)
Frees the given encryption init info object.
void av_encryption_info_free(AVEncryptionInfo *info)
Frees the given encryption info object.
int av_exif_parse_buffer(void *logctx, const uint8_t *buf, size_t size, AVExifMetadata *ifd, enum AVExifHeaderMode header_mode)
Decodes the EXIF data provided in the buffer and writes it into the struct *ifd.
void av_exif_free(AVExifMetadata *ifd)
Frees all resources associated with the given EXIF metadata struct.
int av_exif_write(void *logctx, const AVExifMetadata *ifd, AVBufferRef **buffer, enum AVExifHeaderMode header_mode)
Allocates a buffer using av_malloc of an appropriate size and writes the EXIF data represented by ifd...
int32_t av_exif_get_tag_id(const char *name)
Retrieves the tag ID associated with the provided tag string name.
int av_exif_remove_entry(void *logctx, AVExifMetadata *ifd, uint16_t id, int flags)
Remove an entry from the provided EXIF metadata struct.
@ AV_EXIF_T_OFF
The first four bytes point to the actual start, then it's AV_EXIF_TIFF_HEADER.
static struct @111144215057303131116103221376075045141373005341 current
static int64_t start_time
static unsigned int nb_streams
static int read_header(FFV1Context *f, RangeCoder *c)
FLAC (Free Lossless Audio Codec) common stuff.
@ FLAC_METADATA_TYPE_STREAMINFO
static av_always_inline void flac_parse_block_header(const uint8_t *block_header, int *last, int *type, int *size)
Parse the metadata block parameters from the header.
#define FLAC_STREAMINFO_SIZE
static av_cold void cleanup(FlashSV2Context *s)
bitstream reader API header.
static unsigned int get_bits_long(GetBitContext *s, int n)
Read 0-32 bits.
static void skip_bits_long(GetBitContext *s, int n)
Skips the specified number of bits.
static void skip_bits(GetBitContext *s, int n)
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
#define AV_OPT_FLAG_DECODING_PARAM
A generic parameter which can be set by the user for demuxing or decoding.
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_BINARY
Underlying C type is a uint8_t* that is either NULL or points to an array allocated with the av_mallo...
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_DICT
Underlying C type is AVDictionary*.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
#define AV_CH_SIDE_SURROUND_RIGHT
#define AV_CH_TOP_FRONT_LEFT
#define AV_CH_FRONT_RIGHT
#define AV_CH_SIDE_SURROUND_LEFT
#define AV_CH_TOP_BACK_CENTER
#define AV_CH_FRONT_RIGHT_OF_CENTER
#define AV_CH_BACK_CENTER
#define AV_CH_TOP_FRONT_CENTER
#define AV_CH_FRONT_LEFT_OF_CENTER
#define AV_CH_LOW_FREQUENCY_2
#define AV_CH_TOP_SIDE_RIGHT
#define AV_CH_FRONT_CENTER
#define AV_CH_TOP_BACK_RIGHT
#define AV_CH_TOP_SIDE_LEFT
#define AV_CH_TOP_BACK_LEFT
#define AV_CH_LOW_FREQUENCY
#define AV_CH_TOP_FRONT_RIGHT
int av_get_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
AVCodecID
Identify the syntax and semantics of the bitstream.
@ AV_CODEC_ID_GSM
as in Berlin toast format
@ AV_CODEC_ID_DVD_SUBTITLE
@ AV_CODEC_ID_ADPCM_IMA_QT
@ AV_CODEC_ID_ADPCM_IMA_WAV
@ AV_CODEC_ID_MP3
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define AV_INPUT_BUFFER_PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding.
@ AVDISCARD_ALL
discard all
@ AVDISCARD_NONKEY
discard all frames except keyframes
AVPacketSideData * av_packet_side_data_new(AVPacketSideData **psd, int *pnb_sd, enum AVPacketSideDataType type, size_t size, int flags)
Allocate a new packet side data.
AVPacketSideData * av_packet_side_data_add(AVPacketSideData **psd, int *pnb_sd, enum AVPacketSideDataType type, void *data, size_t size, int flags)
Wrap existing data as packet side data.
const AVPacketSideData * av_packet_side_data_get(const AVPacketSideData *sd, int nb_sd, enum AVPacketSideDataType type)
Get side information from a side data array.
@ AV_PKT_DATA_HEVC_CONF
Dolby Vision enhancement-layer HEVC decoder configuration.
@ AV_PKT_DATA_AMBIENT_VIEWING_ENVIRONMENT
Ambient viewing environment metadata, as defined by H.274.
@ AV_PKT_DATA_ICC_PROFILE
ICC profile data consisting of an opaque octet buffer following the format described by ISO 15076-1.
@ AV_PKT_DATA_MASTERING_DISPLAY_METADATA
Mastering display metadata (based on SMPTE-2086:2014).
@ AV_PKT_DATA_AUDIO_SERVICE_TYPE
This side data should be associated with an audio stream and corresponds to enum AVAudioServiceType.
@ AV_PKT_DATA_SPHERICAL
This side data should be associated with a video stream and corresponds to the AVSphericalMapping str...
@ AV_PKT_DATA_PALETTE
An AV_PKT_DATA_PALETTE side data packet contains exactly AVPALETTE_SIZE bytes worth of palette.
@ AV_PKT_DATA_ENCRYPTION_INFO
This side data contains encryption info for how to decrypt the packet.
@ AV_PKT_DATA_DISPLAYMATRIX
This side data contains a 3x3 transformation matrix describing an affine transformation that needs to...
@ AV_PKT_DATA_EXIF
Extensible image file format metadata.
@ AV_PKT_DATA_ENCRYPTION_INIT_INFO
This side data is encryption initialization data.
@ AV_PKT_DATA_NEW_EXTRADATA
The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format that the extradata buffer was...
@ AV_PKT_DATA_STEREO3D
This side data should be associated with a video stream and contains Stereoscopic 3D information in f...
@ AV_PKT_DATA_FRAME_CROPPING
The number of pixels to discard from the top/bottom/left/right border of the decoded frame to obtain ...
@ AV_PKT_DATA_CONTENT_LIGHT_LEVEL
Content light level (based on CTA-861.3).
@ AV_PKT_DATA_DOVI_CONF
DOVI configuration ref: dolby-vision-bitstreams-within-the-iso-base-media-file-format-v2....
#define AV_PKT_FLAG_DISCARD
Flag is used to discard packets which are required to maintain valid decoder state but are not requir...
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
uint8_t * av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, size_t size)
Allocate new information of a packet.
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
#define AV_PKT_FLAG_DISPOSABLE
Flag is used to indicate packets that contain frames that can be discarded by the decoder.
int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, uint8_t *data, size_t size)
Wrap an existing array as a packet side data.
void av_shrink_packet(AVPacket *pkt, int size)
Reduce packet size, correctly zeroing padding.
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
AVStreamGroup * avformat_stream_group_create(AVFormatContext *s, enum AVStreamGroupParamsType type, AVDictionary **options)
Add a new empty stream group to a media file.
AVStream * avformat_new_stream(AVFormatContext *s, const struct AVCodec *c)
Add a new stream to a media file.
int avformat_stream_group_add_stream(AVStreamGroup *stg, AVStream *st)
Add an already allocated stream to a stream group.
AVFormatContext * avformat_alloc_context(void)
Allocate an AVFormatContext.
void avformat_free_context(AVFormatContext *s)
Free an AVFormatContext and all its streams.
void av_url_split(char *proto, int proto_size, char *authorization, int authorization_size, char *hostname, int hostname_size, int *port_ptr, char *path, int path_size, const char *url)
Split a URL string into components.
int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags)
Get the index for a specific timestamp.
struct AVAESCTR * av_aes_ctr_alloc(void)
Allocate an AVAESCTR context.
int av_aes_ctr_init(struct AVAESCTR *a, const uint8_t *key)
Initialize an AVAESCTR context.
void av_aes_ctr_set_full_iv(struct AVAESCTR *a, const uint8_t *iv)
Forcefully change the "full" 16-byte iv, including the counter.
void av_aes_ctr_crypt(struct AVAESCTR *a, uint8_t *dst, const uint8_t *src, int count)
Process a buffer using a previously initialized context.
void av_aes_ctr_free(struct AVAESCTR *a)
Release an AVAESCTR context.
struct AVAES * av_aes_alloc(void)
Allocate an AVAES context.
int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt)
Initialize an AVAES context.
void av_aes_crypt(AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt)
Encrypt or decrypt a buffer using a previously initialized context.
int av_channel_layout_retype(AVChannelLayout *channel_layout, enum AVChannelOrder order, int flags)
Change the AVChannelOrder of a channel layout.
#define AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICAL
The specified retype target order is ignored and the simplest possible (canonical) order is used for ...
#define AV_CHANNEL_LAYOUT_STEREO
#define AV_CHANNEL_LAYOUT_MONO
int av_channel_layout_custom_init(AVChannelLayout *channel_layout, int nb_channels)
Initialize a custom channel layout with the specified number of channels.
void av_channel_layout_uninit(AVChannelLayout *channel_layout)
Free any allocated data in the channel layout and reset the channel count to 0.
int av_channel_layout_from_mask(AVChannelLayout *channel_layout, uint64_t mask)
Initialize a native channel layout from a bitmask indicating which channels are present.
@ AV_CHANNEL_ORDER_UNSPEC
Only the channel count is specified, without any further information about the channel order.
@ AV_CHAN_AMBISONIC_BASE
Range of channels between AV_CHAN_AMBISONIC_BASE and AV_CHAN_AMBISONIC_END represent Ambisonic compon...
int av_bprint_finalize(AVBPrint *buf, char **ret_str)
Finalize a print buffer.
void av_buffer_unref(AVBufferRef **buf)
Free a given reference and automatically free the buffer if there are no more references to it.
AVBufferRef * av_buffer_alloc(size_t size)
Allocate an AVBuffer of the given size using av_malloc().
void av_dict_free(AVDictionary **pm)
Free all the memory allocated for an AVDictionary struct and all keys and values.
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
int av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags)
Copy entries from one AVDictionary struct into another.
#define AV_DICT_APPEND
If the entry already exists, append to it.
#define AV_DICT_DONT_STRDUP_VAL
Take ownership of a value that's been allocated with av_malloc() or another memory allocation functio...
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 AV_DICT_DONT_OVERWRITE
Don't overwrite existing entries.
#define AV_DICT_DONT_STRDUP_KEY
Take ownership of a key that's been allocated with av_malloc() or another memory allocation function.
#define AV_DICT_MATCH_CASE
Only get an entry with exact-case key match.
int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, int flags)
Convenience wrapper for av_dict_set() that converts the value to a string and stores it.
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define AVERROR_EOF
End of file.
#define av_err2str(errnum)
Convenience macro, the return value should be used only directly in function arguments but never stan...
void av_iamf_audio_element_free(AVIAMFAudioElement **paudio_element)
Free an AVIAMFAudioElement and all its contents.
@ AV_IAMF_AUDIO_ELEMENT_TYPE_SCENE
void av_iamf_mix_presentation_free(AVIAMFMixPresentation **pmix_presentation)
Free an AVIAMFMixPresentation and all its contents.
#define AV_LOG_TRACE
Extremely verbose debugging, useful for libav* development.
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
#define AV_LOG_WARNING
Something somehow does not look correct.
#define AV_LOG_FATAL
Something went wrong and recovery is not possible.
#define AV_LOG_VERBOSE
Detailed information.
#define AV_LOG_INFO
Standard information.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
const char * av_default_item_name(void *ptr)
Return the context name.
AVRational av_add_q(AVRational b, AVRational c)
Add two rationals.
AVRational av_mul_q(AVRational b, AVRational c)
Multiply two rationals.
int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max)
Reduce a fraction.
static AVRational av_make_q(int num, int den)
Create an AVRational.
AVRational av_d2q(double d, int max)
Convert a double precision floating point number to a rational.
static double av_q2d(AVRational a)
Convert an AVRational to a double.
static int av_cmp_q(AVRational a, AVRational b)
Compare two rationals.
AVRational av_sub_q(AVRational b, AVRational c)
Subtract one rational from another.
int64_t av_rescale(int64_t a, int64_t b, int64_t c)
Rescale a 64-bit integer with rounding to nearest.
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq)
Rescale a 64-bit integer by 2 rational numbers.
void * av_dynarray2_add(void **tab_ptr, int *nb_ptr, size_t elem_size, const uint8_t *elem_data)
Add an element of size elem_size to a dynamic array.
void * av_fast_realloc(void *ptr, unsigned int *size, size_t min_size)
Reallocate the given buffer if it is not large enough, otherwise do nothing.
void * av_realloc_array(void *ptr, size_t nmemb, size_t size)
int av_reallocp(void *ptr, size_t size)
Allocate, reallocate, or free a block of memory through a pointer to a pointer.
int av_reallocp_array(void *ptr, size_t nmemb, size_t size)
Allocate, reallocate an array through a pointer to a pointer.
const char * av_get_media_type_string(enum AVMediaType media_type)
Return a string describing the media_type enum, NULL if media_type is unknown.
char * av_fourcc_make_string(char *buf, uint32_t fourcc)
Fill the provided buffer with a string containing a FourCC (four-character code) representation.
#define av_fourcc2str(fourcc)
#define AV_FOURCC_MAX_STRING_SIZE
@ AVMEDIA_TYPE_DATA
Opaque data information usually continuous.
void av_sha_update(struct AVSHA *ctx, const uint8_t *data, size_t len)
Update hash value.
struct AVSHA * av_sha_alloc(void)
Allocate an AVSHA context.
void av_sha_final(AVSHA *ctx, uint8_t *digest)
Finish hashing and output digest value.
av_cold int av_sha_init(AVSHA *ctx, int bits)
Initialize SHA-1 or SHA-2 hashing.
size_t av_strlcat(char *dst, const char *src, size_t size)
Append the string src to the string dst, but to a total length of no more than size - 1 bytes,...
char * av_stristr(const char *s1, const char *s2)
Locate the first case-independent occurrence in the string haystack of the string needle.
int av_strstart(const char *str, const char *pfx, const char **ptr)
Return non-zero if pfx is a prefix of str.
#define AV_NOPTS_VALUE
Undefined timestamp value.
#define AV_TIME_BASE
Internal time base represented as integer.
#define LIBAVUTIL_VERSION_INT
void av_display_rotation_set(int32_t matrix[9], double angle)
Initialize a transformation matrix describing a pure clockwise rotation by the specified angle (in de...
void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip)
Flip the input matrix horizontally and/or vertically.
AVSphericalMapping * av_spherical_alloc(size_t *size)
Allocate a AVSphericalVideo structure and initialize its fields to default values.
AVSphericalProjection
Projection of the video surface(s) on a sphere.
@ AV_SPHERICAL_RECTILINEAR
Video frame displays on a flat, rectangular 2D surface.
@ AV_SPHERICAL_EQUIRECTANGULAR
Video represents a sphere mapped on a flat surface using equirectangular projection.
@ AV_SPHERICAL_EQUIRECTANGULAR_TILE
Video represents a portion of a sphere mapped on a flat surface using equirectangular projection.
@ AV_SPHERICAL_CUBEMAP
Video frame is split into 6 faces of a cube, and arranged on a 3x2 layout.
@ AV_SPHERICAL_HALF_EQUIRECTANGULAR
Video frame displays as a 180 degree equirectangular projection.
@ AV_SPHERICAL_PARAMETRIC_IMMERSIVE
Parametric Immersive projection (Apple).
@ AV_SPHERICAL_FISHEYE
Fisheye projection (Apple).
AVStereo3DType
List of possible 3D Types.
AVStereo3D * av_stereo3d_alloc_size(size_t *size)
Allocate an AVStereo3D structure and set its fields to default values.
#define AV_STEREO3D_FLAG_INVERT
Inverted views, Right/Bottom represents the left view.
AVStereo3DPrimaryEye
List of possible primary eyes.
AVStereo3DView
List of possible view types.
@ AV_STEREO3D_2D
Video is not stereoscopic (and metadata has to be there).
@ AV_STEREO3D_TOPBOTTOM
Views are on top of each other.
@ AV_STEREO3D_UNSPEC
Video is stereoscopic but the packing is unspecified.
@ AV_STEREO3D_SIDEBYSIDE
Views are next to each other.
@ AV_PRIMARY_EYE_NONE
Neither eye.
@ AV_PRIMARY_EYE_LEFT
Left eye.
@ AV_PRIMARY_EYE_RIGHT
Right eye.
@ AV_STEREO3D_VIEW_RIGHT
Frame contains only the right view.
@ AV_STEREO3D_VIEW_PACKED
Frame contains two packed views.
@ AV_STEREO3D_VIEW_LEFT
Frame contains only the left view.
@ AV_STEREO3D_VIEW_UNSPEC
Content is unspecified.
#define MAX_REORDER_DELAY
const VDPAUPixFmtMap * map
int ff_iamfdec_read_descriptors(IAMFContext *c, AVIOContext *pb, int max_size, void *log_ctx)
int ff_iamf_read_packet(AVFormatContext *s, IAMFDemuxContext *c, AVIOContext *pb, int max_size, int stream_id_offset, AVPacket *pkt)
void ff_iamf_read_deinit(IAMFDemuxContext *c)
const char *const ff_id3v1_genre_str[ID3v1_GENRE_MAX+1]
ID3v1 genres.
static av_always_inline float av_int2float(uint32_t i)
Reinterpret a 32-bit integer as a float.
static av_always_inline double av_int2double(uint64_t i)
Reinterpret a 64-bit integer as a double.
int ff_mov_lang_to_iso639(unsigned code, char to[4])
const AVCodecTag ff_codec_movdata_tags[]
const struct MP4TrackKindMapping ff_mov_track_kind_table[]
const AVCodecTag ff_codec_movsubtitle_tags[]
#define MOV_TRUN_SAMPLE_DURATION
int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb)
#define FF_MOV_FLAG_MFRA_PTS
#define MOV_TRUN_SAMPLE_CTS
#define MOV_TKHD_FLAG_ENABLED
#define MOV_TFHD_DEFAULT_BASE_IS_MOOF
#define FF_MOV_FLAG_MFRA_DTS
const AVCodecTag ff_codec_movaudio_tags[]
#define MOV_FRAG_SAMPLE_FLAG_DEPENDS_YES
const AVCodecTag ff_codec_movvideo_tags[]
#define MOV_TFHD_DEFAULT_SIZE
#define MOV_ISMV_TTML_TAG
#define MOV_TRUN_FIRST_SAMPLE_FLAGS
#define MOV_FRAG_SAMPLE_FLAG_IS_NON_SYNC
#define MOV_TRUN_SAMPLE_FLAGS
#define MOV_TFHD_DEFAULT_FLAGS
#define MOV_TRUN_DATA_OFFSET
#define MOV_TFHD_BASE_DATA_OFFSET
static enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags)
Compute codec id for 'lpcm' tag.
#define MOV_TRUN_SAMPLE_SIZE
#define MOV_SAMPLE_DEPENDENCY_NO
#define FF_MOV_FLAG_MFRA_AUTO
#define MOV_TFHD_DEFAULT_DURATION
static int mix(int c0, int c1)
Macro definitions for various function/variable attributes.
common internal API header
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
void avpriv_report_missing_feature(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
static av_cold int read_close(AVFormatContext *ctx)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static av_const double hypot(double x, double y)
static const uint16_t mask[17]
#define FFSWAP(type, a, b)
#define MKTAG(a, b, c, d)
#define MKBETAG(a, b, c, d)
void * av_calloc(size_t nmemb, size_t size)
Memory handling functions.
static int mlp_samplerate(int in)
static uint64_t truehd_layout(int chanmap)
static int mov_read_ilst(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int64_t mov_get_skip_samples(AVStream *st, int sample)
static int search_frag_moof_offset(MOVFragmentIndex *frag_index, int64_t offset)
static int mov_read_sbas(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int update_frag_index(MOVContext *c, int64_t offset)
static int get_eia608_packet(AVIOContext *pb, AVPacket *pkt, int src_size)
static int mov_read_iloc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_pack(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int find_prev_closest_index(AVStream *st, AVIndexEntry *e_old, int nb_old, MOVTimeToSample *tts_data, int64_t tts_count, int64_t timestamp_pts, int flag, int64_t *index, int64_t *tts_index, int64_t *tts_sample)
Find the closest previous frame to the timestamp_pts, in e_old index entries.
static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
static HEIFItem * get_heif_item(MOVContext *c, unsigned id)
Get the requested item.
static void mov_free_stream_context(AVFormatContext *s, AVStream *st)
static int mov_read_stsd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static void mov_parse_stsd_video(MOVContext *c, AVIOContext *pb, AVStream *st, MOVStreamContext *sc)
static int heif_add_stream(MOVContext *c, HEIFItem *item)
static int mov_read_dops(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int set_display_matrix_from_item(AVPacketSideData **coded_side_data, int *nb_coded_side_data, const HEIFItem *item)
static int mov_compare_presentation_samples(const void *a, const void *b)
static int mov_switch_root(AVFormatContext *s, int64_t target, int index)
static int mov_read_vexu_proj(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_srat(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int get_key_from_kid(uint8_t *out, int len, MOVContext *c, AVEncryptionInfo *sample)
static int mov_read_aclr(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_idat(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_parse_tmcd_streams(AVFormatContext *s)
static int mov_read_lhvc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int aax_filter(uint8_t *input, int size, MOVContext *c)
static void mov_current_sample_dec(MOVStreamContext *sc)
static int mov_finalize_stsd_entry(MOVContext *c, AVStream *st)
static int mov_read_pitm(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, int flags)
static int mov_read_packet(AVFormatContext *s, AVPacket *pkt)
static int mov_parse_lcevc_streams(AVFormatContext *s)
static int mov_read_hvce(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int cbcs_scheme_decrypt(MOVContext *c, MOVStreamContext *sc, AVEncryptionInfo *sample, uint8_t *input, int size)
static int mov_read_default(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_finalize_packet(AVFormatContext *s, AVStream *st, AVIndexEntry *sample, int64_t current_index, AVPacket *pkt)
static int mov_read_stss(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static uint64_t mov_dts_channel_layout_to_mask(unsigned int code)
static int64_t get_stream_info_time(MOVFragmentStreamInfo *frag_stream_info)
static int mov_read_saio(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb, int codec_tag, int format, int64_t size)
static int mov_add_tref_id(MovTref *tag, uint32_t id)
static int mov_read_mdhd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_tmcd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries)
static int mov_metadata_gnre(MOVContext *c, AVIOContext *pb, unsigned len, const char *key)
static int mov_read_dref(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_dpxe(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static MovTref * mov_find_tref_tag(const MOVStreamContext *sc, uint32_t name)
static int mov_read_eyes(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int cenc_scheme_decrypt(MOVContext *c, MOVStreamContext *sc, AVEncryptionInfo *sample, uint8_t *input, int size)
static int mov_read_wave(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int read_image_iovl(AVFormatContext *s, const HEIFGrid *grid, AVStreamGroupTileGrid *tile_grid)
static int mov_metadata_hmmt(MOVContext *c, AVIOContext *pb, unsigned len)
static int mov_read_iref_dimg(MOVContext *c, AVIOContext *pb, int version)
static int mov_read_stsz(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_dts_stream_construction_to_profile(unsigned int sc)
static int rb_size(AVIOContext *pb, int64_t *value, int size)
static int mov_read_chpl(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_header(AVFormatContext *s)
static int mov_read_dfla(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_stco(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_st3d(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_elst(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int test_same_origin(const char *src, const char *ref)
static int sanity_checks(void *log_obj, MOVStreamContext *sc, int index)
static void mov_current_sample_set(MOVStreamContext *sc, int current_sample)
static int mov_merge_tts_data(MOVContext *mov, AVStream *st, int flags)
static int mov_aaxc_crypto(MOVContext *c)
static int mov_read_sv3d(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_ddts(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_sdtp(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_stts(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int cenc_filter(MOVContext *mov, AVStream *st, MOVStreamContext *sc, AVPacket *pkt, int current_index)
static const AVClass mov_class
static int mov_read_sample_encryption_info(MOVContext *c, AVIOContext *pb, MOVStreamContext *sc, AVEncryptionInfo **sample, int use_subsamples)
static int mov_read_meta(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_smdm(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static const uint32_t mac_to_unicode[128]
static int mov_read_sidx(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_strf(MOVContext *c, AVIOContext *pb, MOVAtom atom)
An strf atom is a BITMAPINFOHEADER struct.
static uint32_t get_sgpd_sync_index(const MOVStreamContext *sc, int nal_unit_type)
static void fix_frag_index_entries(MOVFragmentIndex *frag_index, int index, int id, int entries)
static int mov_read_rtmd_track(AVFormatContext *s, AVStream *st)
static int mov_read_dec3(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_dmlp(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_metadata_int8_bypass_padding(MOVContext *c, AVIOContext *pb, unsigned len, const char *key)
static int mov_read_schm(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_metadata_loci(MOVContext *c, AVIOContext *pb, unsigned len)
static int read_tfra(MOVContext *mov, AVIOContext *f)
static int mov_seek_fragment(AVFormatContext *s, AVStream *st, int64_t timestamp)
static int mov_read_extradata(MOVContext *c, AVIOContext *pb, MOVAtom atom, enum AVCodecID codec_id)
static int mov_read_enda(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_covr(MOVContext *c, AVIOContext *pb, int type, int len)
static int mov_read_adrm(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_parse_dovi_streams(AVFormatContext *s)
static int mov_read_chnl(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static void mov_metadata_creation_time(MOVContext *c, AVIOContext *pb, AVDictionary **metadata, int version)
static int mov_parse_exif_item(AVFormatContext *s, AVPacketSideData **coded_side_data, int *nb_coded_side_data, const HEIFItem *ref)
static int mov_stsc_index_valid(unsigned int index, unsigned int count)
static int mov_read_hdlr(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_dvcc_dvvc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int should_retry(AVIOContext *pb, int error_code)
static int mov_read_mvhd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_tfdt(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_moov(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_clli(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_trun(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static void mov_update_dts_shift(MOVStreamContext *sc, int duration, void *logctx)
static int mov_read_kind(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_sbgp(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_metadata_track_or_disc_number(MOVContext *c, AVIOContext *pb, unsigned len, const char *key)
static int mov_read_ares(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_pssh(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_finalize_stsd_codec(MOVContext *c, AVIOContext *pb, AVStream *st, MOVStreamContext *sc)
static int mov_read_tkhd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_iprp(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_cdsc_rndr(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int cens_scheme_decrypt(MOVContext *c, MOVStreamContext *sc, AVEncryptionInfo *sample, uint8_t *input, int size)
static int mov_read_alac(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_mfra(MOVContext *c, AVIOContext *f)
#define MIN_DATA_ENTRY_BOX_SIZE
static int mov_change_extradata(AVStream *st, AVPacket *pkt)
static int mov_read_mdcv(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_timecode_track(AVFormatContext *s, AVStream *st)
static int mov_read_imir(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_stps(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_svq3(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_pcmc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_parse_cdsc_and_rndr_streams(AVFormatContext *s)
static const MOVParseTableEntry mov_default_parse_table[]
static int mov_read_jp2h(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_iref(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_trex(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_saiz(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_hfov(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_free(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int set_icc_profile_from_item(AVPacketSideData **coded_side_data, int *nb_coded_side_data, const HEIFItem *item)
static int mov_read_infe(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_stsc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static AVStream * get_curr_st(MOVContext *c)
Get the current stream in the parsing process.
static int mov_parse_stsd_data(MOVContext *c, AVIOContext *pb, AVStream *st, MOVStreamContext *sc, int64_t size)
static int mov_read_mdat(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int cbc1_scheme_decrypt(MOVContext *c, MOVStreamContext *sc, AVEncryptionInfo *sample, uint8_t *input, int size)
static int mov_metadata_int8_no_padding(MOVContext *c, AVIOContext *pb, unsigned len, const char *key)
static int search_frag_timestamp(AVFormatContext *s, MOVFragmentIndex *frag_index, AVStream *st, int64_t timestamp)
static int mov_read_avid(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static void fix_timescale(MOVContext *c, MOVStreamContext *sc)
static int mov_read_custom(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_dac3(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int get_current_encryption_info(MOVContext *c, MOVEncryptionIndex **encryption_index, MOVStreamContext **sc)
Gets the current encryption info and associated current stream context.
static int mov_read_close(AVFormatContext *s)
static int mov_read_pasp(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_open_dref(MOVContext *c, AVIOContext **pb, const char *src, MOVDref *ref)
static MOVFragmentStreamInfo * get_frag_stream_info_from_pkt(MOVFragmentIndex *frag_index, AVPacket *pkt, int id)
static int mov_read_avss(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_tenc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_uuid(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_chan(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int build_open_gop_key_points(AVStream *st)
static void set_last_stream_little_endian(AVFormatContext *fc)
static void mov_build_index(MOVContext *mov, AVStream *st)
static void mov_update_sample_durations(MOVContext *mov, AVStream *st)
static int mov_read_ctts(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_find_tref_id(const MovTref *tag, uint32_t id)
static int mov_read_amve(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_keys(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_wfex(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_glbl(MOVContext *c, AVIOContext *pb, MOVAtom atom)
This function reads atom content and puts data in extradata without tag nor size unlike mov_read_extr...
static int mov_read_ftyp(MOVContext *c, AVIOContext *pb, MOVAtom atom)
#define IS_MATRIX_IDENT(matrix)
static int can_seek_to_key_sample(AVStream *st, int sample, int64_t requested_pts)
static int mov_parse_auxiliary_info(MOVContext *c, MOVStreamContext *sc, AVIOContext *pb, MOVEncryptionIndex *encryption_index)
static int64_t mov_get_stsc_samples(MOVStreamContext *sc, unsigned int index)
static int mov_read_vpcc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int64_t add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, int size, int distance, int flags)
Add index entry with the given values, to the end of ffstream(st)->index_entries.
static int mov_parse_tiles(AVFormatContext *s)
static void mov_fix_index(MOVContext *mov, AVStream *st)
Fix ffstream(st)->index_entries, so that it contains only the entries (and the entries which are need...
static int mov_read_iref_cdsc(MOVContext *c, AVIOContext *pb, uint32_t type, int version, uint32_t size)
static int cenc_decrypt(MOVContext *c, MOVStreamContext *sc, AVEncryptionInfo *sample, uint8_t *input, int size)
static int mov_read_senc(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_sgpd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static AVStream * mov_find_reference_track(AVFormatContext *s, AVStream *st, uint32_t *tref_id, int nb_tref_id, int first_index)
static void fix_index_entry_timestamps(AVStream *st, int end_index, int64_t end_ts, int64_t *frame_duration_buffer, int frame_duration_buffer_size)
Rewrite timestamps of index entries in the range [end_index - frame_duration_buffer_size,...
static int mov_read_trak(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_colr(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int add_tts_entry(MOVTimeToSample **tts_data, unsigned int *tts_count, unsigned int *allocated_size, int count, int offset, unsigned int duration)
static void mov_parse_stsd_subtitle(MOVContext *c, AVIOContext *pb, AVStream *st, MOVStreamContext *sc, int64_t size)
static int mov_read_clap(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_dvc1(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_vdep(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_SAND(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int64_t mov_read_atom_into_extradata(MOVContext *c, AVIOContext *pb, MOVAtom atom, AVCodecParameters *par, uint8_t *buf)
static void mov_free_encryption_index(MOVEncryptionIndex **index)
static int mov_read_mac_string(MOVContext *c, AVIOContext *pb, int len, char *dst, int dstlen)
static void fix_stream_ids(AVFormatContext *s)
static AVIndexEntry * mov_find_next_sample(AVFormatContext *s, AVStream **st)
static int mov_read_chap(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int is_open_key_sample(const MOVStreamContext *sc, int sample)
static int mov_read_moof(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_SA3D(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_realloc_extradata(AVCodecParameters *par, MOVAtom atom)
static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_coll(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_frma(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_ispe(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_codec_id(AVStream *st, uint32_t format)
static void export_orphan_timecode(AVFormatContext *s)
static int mov_parse_heif_items(AVFormatContext *s)
static void mov_estimate_video_delay(MOVContext *c, AVStream *st)
static int mov_read_tfhd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static MOVFragmentStreamInfo * get_frag_stream_info(MOVFragmentIndex *frag_index, int index, int id)
static int mov_read_irot(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int read_image_grid(AVFormatContext *s, const HEIFGrid *grid, AVStreamGroupTileGrid *tile_grid)
static int mov_probe(const AVProbeData *p)
static int parse_timecode_in_framenum_format(AVFormatContext *s, AVStream *st, int64_t value, int flags)
static int mov_parse_uuid_spherical(MOVStreamContext *sc, AVIOContext *pb, size_t len)
static void mov_current_sample_inc(MOVStreamContext *sc)
static int mov_read_fiel(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_targa_y216(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int get_edit_list_entry(MOVContext *mov, const MOVStreamContext *msc, unsigned int edit_list_index, int64_t *edit_list_media_time, int64_t *edit_list_duration, int64_t global_timescale)
Get ith edit list entry (media time, duration).
static void mov_parse_stsd_audio(MOVContext *c, AVIOContext *pb, AVStream *st, MOVStreamContext *sc)
static int mov_read_wide(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int64_t get_frag_time(AVFormatContext *s, AVStream *dst_st, MOVFragmentIndex *frag_index, int index)
static MOVFragmentStreamInfo * get_current_frag_stream_info(MOVFragmentIndex *frag_index)
static int mov_read_esds(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int mov_read_iinf(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static int tmcd_is_referenced(AVFormatContext *s, int tmcd_id)
static void mov_read_chapters(AVFormatContext *s)
static int mov_read_cmov(MOVContext *c, AVIOContext *pb, MOVAtom atom)
static void set_frag_stream(MOVFragmentIndex *frag_index, int id)
static const AVOption mov_options[]
static MovTref * mov_add_tref_tag(MOVStreamContext *sc, uint32_t name)
static int mov_read_vexu(MOVContext *c, AVIOContext *pb, MOVAtom atom)
int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st, int64_t size)
Read 'chan' tag from the input stream.
int ff_mov_read_chnl(AVFormatContext *s, AVIOContext *pb, AVStream *st, int version)
Read 'chnl' tag from the input stream.
static float distance(float x, float y, int band)
#define OPUS_SEEK_PREROLL_MS
const char * av_color_space_name(enum AVColorSpace space)
const char * av_color_transfer_name(enum AVColorTransferCharacteristic transfer)
const char * av_color_primaries_name(enum AVColorPrimaries primaries)
@ AVCOL_RANGE_MPEG
Narrow or limited range content.
@ AVCOL_RANGE_JPEG
Full range content.
static const uint16_t table[]
int ff_get_qtpalette(int codec_id, AVIOContext *pb, uint32_t *palette)
Retrieve the palette (or "color table" in QuickTime terms), either from the video sample description,...
int ff_replaygain_export(AVStream *st, AVDictionary *metadata)
Parse replaygain tags and export them as per-stream side data.
const AVCodecTag ff_codec_bmp_tags[]
const AVCodecTag ff_codec_wav_tags[]
internal header for RIFF based (de)muxers do NOT include this in end user applications
int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, int size, int big_endian)
Public header for SHA-1 & SHA-256 hash function implementations.
#define FF_ARRAY_ELEMS(a)
AVRational ambient_illuminance
Environmental illuminance of the ambient viewing environment in lux.
AVRational ambient_light_x
Normalized x chromaticity coordinate of the environmental ambient light in the nominal viewing enviro...
AVRational ambient_light_y
Normalized y chromaticity coordinate of the environmental ambient light in the nominal viewing enviro...
A reference to a data buffer.
uint8_t * data
The data buffer.
size_t size
Size of data in bytes.
An AVChannelLayout holds information about the channel layout of audio data.
enum AVChannelOrder order
Channel order used in this layout.
union AVChannelLayout::@162063043056170047076125117143030261346263330336 u
Details about which channels are present in this layout.
int nb_channels
Number of channels in this layout.
AVChannelCustom * map
This member must be used when the channel order is AV_CHANNEL_ORDER_CUSTOM.
Describe the class of an AVClass context structure.
This struct describes the properties of an encoded stream.
enum AVColorSpace color_space
int extradata_size
Size of the extradata content in bytes.
int frame_size
Audio frame size, if known.
enum AVFieldOrder field_order
The order of the fields in interlaced video.
int height
The height of the video frame in pixels.
int nb_coded_side_data
Amount of entries in coded_side_data.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
AVChannelLayout ch_layout
The channel layout and number of channels.
int width
The width of the video frame in pixels.
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
int seek_preroll
Number of audio samples to skip after a discontinuity.
enum AVMediaType codec_type
General type of the encoded data.
int profile
Codec-specific bitstream restrictions that the stream conforms to.
int block_align
The number of bytes per coded audio frame, required by some formats.
int video_delay
Number of delayed frames.
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
enum AVColorPrimaries color_primaries
int sample_rate
The number of audio samples per second.
enum AVColorTransferCharacteristic color_trc
int initial_padding
Number of padding audio samples at the start.
AVPacketSideData * coded_side_data
Additional data associated with the entire stream.
enum AVColorRange color_range
Additional colorspace characteristics.
unsigned MaxFALL
Max average light level per frame (cd/m^2).
unsigned MaxCLL
Max content light level (cd/m^2).
This describes encryption info for a packet.
uint32_t skip_byte_block
Only used for pattern encryption.
uint8_t * iv
The initialization vector.
uint32_t crypt_byte_block
Only used for pattern encryption.
uint8_t * key_id
The ID of the key used to encrypt the packet.
uint32_t scheme
The fourcc encryption scheme, in big-endian byte order.
This describes info used to initialize an encryption key system.
uint8_t * data
Key-system specific initialization data.
struct AVEncryptionInitInfo * next
An optional pointer to the next initialization info in the list.
uint8_t ** key_ids
An array of key IDs this initialization data is for.
uint8_t * system_id
A unique identifier for the key system this is for, can be NULL if it is not known.
uint32_t num_key_ids
The number of key IDs.
AVStream ** streams
A list of all streams in the file.
int error_recognition
Error recognition; higher values will detect more errors but may misdetect some more or less valid pa...
Information on how to combine one or more audio streams, as defined in section 3.6 of IAMF.
enum AVIAMFAudioElementType audio_element_type
Audio element type as defined in section 3.6 of IAMF.
Information on how to render and mix one or more AVIAMFAudioElement to generate the final audio outpu...
Submix element as defined in section 3.7 of IAMF.
unsigned int audio_element_id
The id of the Audio Element this submix element references.
Submix layout as defined in section 3.7 of IAMF.
unsigned int nb_elements
Number of elements in the submix.
AVIAMFSubmixElement ** elements
Array of submix elements.
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
int eof_reached
true if was unable to read due to error or eof
int error
contains the error code or 0 if no error happened
int min_distance
Minimum distance between this and the previous keyframe, used to avoid unneeded searching.
int64_t timestamp
Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are...
This structure stores auxiliary information for decoding, presenting, or otherwise processing the cod...
This structure stores compressed data.
This structure contains the data a format has to probe a file.
Rational number (pair of numerator and denominator).
uint64_t count
number of bytes in buffer
uint32_t bound_left
Distance from the left edge.
enum AVSphericalProjection projection
Projection type.
uint32_t bound_top
Distance from the top edge.
uint32_t bound_bottom
Distance from the bottom edge.
uint32_t bound_right
Distance from the right edge.
int32_t pitch
Rotation around the right vector [-90, 90].
int32_t roll
Rotation around the forward vector [-180, 180].
int32_t yaw
Rotation around the up vector [-180, 180].
uint32_t padding
Number of pixels to pad from the edge of each cube face.
enum AVStereo3DType type
How views are packed within the video.
uint32_t baseline
The distance between the centres of the lenses of the camera system, in micrometers.
AVRational horizontal_disparity_adjustment
Relative shift of the left and right images, which changes the zero parallax plane.
enum AVStereo3DPrimaryEye primary_eye
Which eye is the primary eye when rendering in 2D.
int flags
Additional information about the frame packing.
AVRational horizontal_field_of_view
Horizontal field of view, in degrees.
enum AVStereo3DView view
Determines which views are packed.
int height
Height of the final image for presentation.
unsigned int el_index
Index of the enhancement layer stream in AVStreamGroup.
int width
Width of the final stream for presentation.
unsigned int metadata_index
Index of the metadata stream in the AVStreamGroup.
AVStreamGroupTileGrid holds information on how to combine several independent images on a single canv...
int nb_coded_side_data
Amount of entries in coded_side_data.
int width
Width of the final image for presentation.
int height
Height of the final image for presentation.
int coded_width
Width of the canvas.
struct AVStreamGroupTileGrid::@036353327352337314037001273105074056331305251354 * offsets
An nb_tiles sized array of offsets in pixels from the topleft edge of the canvas, indicating where ea...
unsigned int nb_tiles
Amount of tiles in the grid.
uint8_t background[4]
The pixel value per channel in RGBA format used if no pixel of any tile is located at a particular pi...
int horizontal
Offset in pixels from the left edge of the canvas where the tile should be placed.
unsigned int idx
Index of the stream in the group this tile references.
int coded_height
Width of the canvas.
AVPacketSideData * coded_side_data
Additional data associated with the grid.
int vertical
Offset in pixels from the top edge of the canvas where the tile should be placed.
union AVStreamGroup::@166361102046003066253145020066347265153020354020 params
Group type-specific parameters.
enum AVStreamGroupParamsType type
Group type.
struct AVIAMFMixPresentation * iamf_mix_presentation
struct AVStreamGroupTileGrid * tile_grid
unsigned int nb_streams
Number of elements in AVStreamGroup.streams.
struct AVStreamGroupTREF * tref
AVDictionary * metadata
Metadata that applies to the whole group.
struct AVIAMFAudioElement * iamf_audio_element
int disposition
Stream group disposition - a combination of AV_DISPOSITION_* flags.
int64_t id
Group type-specific group ID.
AVStream ** streams
A list of streams in the group.
struct AVStreamGroupLayeredVideo * layered_video
AVCodecParameters * codecpar
Codec parameters associated with this stream.
AVRational sample_aspect_ratio
sample aspect ratio (0 if unknown)
int64_t nb_frames
number of frames in this stream if known or 0
enum AVDiscard discard
Selects which packets can be discarded at will and do not need to be demuxed.
int64_t duration
Decoding: duration of the stream, in stream time base.
int id
Format-specific stream ID.
int index
stream index in AVFormatContext
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base.
AVPacket attached_pic
For streams with AV_DISPOSITION_ATTACHED_PIC disposition, this packet will contain the attached pictu...
AVRational avg_frame_rate
Average framerate.
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented.
AVRational r_frame_rate
Real base framerate of the stream.
int disposition
Stream disposition - a combination of AV_DISPOSITION_* flags.
This file is part of FFmpeg.
int64_t last_discard_sample
The sample after last sample that is intended to be discarded after first_discard_sample.
int64_t first_discard_sample
If not 0, the first audio sample that should be discarded from the stream.
int skip_samples
Number of samples to skip at the start of the frame decoded from the next packet.
AVRational display_aspect_ratio
display aspect ratio (0 if unknown)
AVIndexEntry * index_entries
Only used if the format does not support seeking natively.
enum AVStreamParseType need_parsing
unsigned int index_entries_allocated_size
HEIFItem ** tile_item_list
unsigned int audio_element_id
AVIAMFAudioElement * element
element backs celement iff the AVIAMFAudioElement is owned by this structure.
unsigned int nb_substreams
IAMFSubStream * substreams
IAMFMixPresentation ** mix_presentations
IAMFAudioElement ** audio_elements
unsigned int substream_count
AVIAMFMixPresentation * mix
mix backs cmix iff the AVIAMFMixPresentation is owned by this structure.
const AVIAMFMixPresentation * cmix
unsigned int mix_presentation_id
AVCodecParameters * codecpar
unsigned int audio_substream_id
AVDictionary * decryption_keys
int * bitrates
bitrates read before streams creation
uint8_t * decryption_default_key
unsigned int aax_mode
'aax' file has been detected
int found_mdat
'mdat' atom has been found
int found_iinf
'iinf' atom has been found
int64_t next_root_atom
offset of the next root atom
DVDemuxContext * dv_demux
unsigned int nb_chapter_tracks
MOVFragmentIndex frag_index
struct AVAES * aes_decrypt
MOVFragment fragment
current fragment in moof atom
AVFormatContext * dv_fctx
int advanced_editlist_autodisabled
int found_moov
'moov' atom has been found
int found_iloc
'iloc' atom has been found
int trak_index
Index of the current 'trak'.
uint64_t * auxiliary_offsets
Absolute seek position.
unsigned int nb_encrypted_samples
size_t auxiliary_offsets_count
size_t auxiliary_info_sample_count
uint8_t auxiliary_info_default_size
uint8_t * auxiliary_info_sizes
AVEncryptionInfo ** encrypted_samples
MOVFragmentStreamInfo * stream_info
MOVFragmentIndexItem * item
MOVEncryptionIndex * encryption_index
uint64_t base_data_offset
int(* parse)(MOVContext *ctx, AVIOContext *pb, MOVAtom atom)
int64_t time_offset
time offset of the edit list entries
uint32_t min_sample_duration
uint8_t ** extradata
extradata array (and size) for multiple stsd
MOVEncryptionIndex * encryption_index
int64_t track_end
used for dts generation in fragmented movie files
int pseudo_stream_id
-1 means demux all ids
unsigned int rap_group_count
unsigned int ctts_allocated_size
unsigned int per_sample_iv_size
AVContentLightMetadata * coll
MOVTimeToSample * tts_data
unsigned int samples_per_frame
int open_key_samples_count
unsigned int sample_size
may contain value calculated from stsd or value from stsz atom
AVEncryptionInfo * default_encrypted_sample
int16_t audio_cid
stsd audio compression id
struct AVAESCTR * aes_ctr
AVAmbientViewingEnvironment * ambient
struct MOVStreamContext::@212112112267365060330232277203165117121340225276 cenc
MOVIndexRange * current_index_range
unsigned int * sample_sizes
AVMasteringDisplayMetadata * mastering
uint8_t tmcd_nb_frames
tmcd number of frames per tick / second
int v_spacing
pasp vSpacing
unsigned int sample_count
int dts_shift
dts shift when ctts is negative
int64_t min_corrected_pts
minimum Composition time shown by the edits excluding empty edits.
int ffindex
AVStream index.
AVSphericalMapping * spherical
unsigned int keyframe_count
unsigned int bytes_per_frame
uint32_t tmcd_flags
tmcd track flags
unsigned * stps_data
partial sync sample for mpeg-2 open gop
unsigned int stts_allocated_size
unsigned int sync_group_count
MOVIndexRange * index_ranges
struct IAMFDemuxContext * iamf
unsigned int stsz_sample_size
always contains sample size from stsz atom
int h_spacing
pasp hSpacing
unsigned int tts_allocated_size
uint32_t * id
trackID of the referenced track
#define av_malloc_array(a, b)
#define av_realloc_f(p, o, n)
#define avpriv_request_sample(...)
static const uint8_t fixed_key[]
static int ref[MAX_W *MAX_W]
int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx)
Init a timecode struct with the passed parameters.
char * av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum_arg)
Load timecode string in buf.
#define AV_TIMECODE_STR_SIZE
@ AV_TIMECODE_FLAG_ALLOWNEGATIVE
negative time values are allowed
@ AV_TIMECODE_FLAG_DROPFRAME
timecode is drop frame
@ AV_TIMECODE_FLAG_24HOURSMAX
timecode wraps after 24 hours
static const int16_t cdt2[8]
UUID parsing and serialization utilities.
static int av_uuid_equal(const AVUUID uu1, const AVUUID uu2)
Compares two UUIDs for equality.
uint8_t AVUUID[AV_UUID_LEN]
static float mean(const float *input, int size)