put_ebml_uint 385 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_SEEKPOSITION, entry->segmentpos); put_ebml_uint 466 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUETIME, pts); put_ebml_uint 479 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUETRACK , entry[j].tracknum ); put_ebml_uint 480 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUECLUSTERPOSITION , entry[j].cluster_pos); put_ebml_uint 481 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUERELATIVEPOSITION, entry[j].relative_pos); put_ebml_uint 483 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CUEDURATION , entry[j].duration); put_ebml_uint 794 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEOSTEREOMODE, format); put_ebml_uint 835 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_TRACKNUMBER, put_ebml_uint 837 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_TRACKUID, put_ebml_uint 839 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_TRACKFLAGLACING , 0); // no lacing (yet) put_ebml_uint 853 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT)); put_ebml_uint 856 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGFORCED, 1); put_ebml_uint 900 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CODECDELAY, put_ebml_uint 906 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_SEEKPREROLL, OPUS_SEEK_PREROLL); put_ebml_uint 921 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_VIDEO); put_ebml_uint 925 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKDEFAULTDURATION, 1E9 / av_q2d(st->avg_frame_rate)); put_ebml_uint 927 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKDEFAULTDURATION, av_q2d(codec->time_base)*1E9); put_ebml_uint 947 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELWIDTH , codec->width); put_ebml_uint 948 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_VIDEOPIXELHEIGHT, codec->height); put_ebml_uint 961 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEOALPHAMODE, 1); put_ebml_uint 972 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , d_width / display_width_div); put_ebml_uint 973 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, codec->height / display_height_div); put_ebml_uint 975 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , codec->width / display_width_div); put_ebml_uint 976 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, codec->height / display_height_div); put_ebml_uint 988 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_AUDIO); put_ebml_uint 995 libavformat/matroskaenc.c put_ebml_uint (pb, MATROSKA_ID_AUDIOCHANNELS , codec->channels); put_ebml_uint 1000 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_AUDIOBITDEPTH, bit_depth); put_ebml_uint 1013 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, native_id); put_ebml_uint 1072 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_EDITIONFLAGDEFAULT, 1); put_ebml_uint 1073 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_EDITIONFLAGHIDDEN , 0); put_ebml_uint 1084 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CHAPTERUID, c->id + mkv->chapter_id_offset); put_ebml_uint 1085 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CHAPTERTIMESTART, chapterstart); put_ebml_uint 1086 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CHAPTERTIMEEND, chapterend); put_ebml_uint 1087 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CHAPTERFLAGHIDDEN , 0); put_ebml_uint 1088 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CHAPTERFLAGENABLED, 1); put_ebml_uint 1156 libavformat/matroskaenc.c put_ebml_uint(s->pb, elementid, uid); put_ebml_uint 1293 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_FILEUID, fileuid); put_ebml_uint 1345 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLVERSION , 1); put_ebml_uint 1346 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLREADVERSION , 1); put_ebml_uint 1347 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLMAXIDLENGTH , 4); put_ebml_uint 1348 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_EBMLMAXSIZELENGTH , 8); put_ebml_uint 1350 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_DOCTYPEVERSION , version); put_ebml_uint 1351 libavformat/matroskaenc.c put_ebml_uint (pb, EBML_ID_DOCTYPEREADVERSION , 2); put_ebml_uint 1370 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_TIMECODESCALE, 1000000); put_ebml_uint 1607 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_BLOCKADDID, 1); put_ebml_uint 1651 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_BLOCKDURATION, pkt->duration); put_ebml_uint 1734 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_CLUSTERTIMECODE, FFMAX(0, ts)); put_ebml_uint 1757 libavformat/matroskaenc.c put_ebml_uint(pb, MATROSKA_ID_BLOCKDURATION, duration);