Home
last modified time | relevance | path

Searched refs:seekhead (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dmatroskaenc.c271 if (seekhead->max_entries > 0 && seekhead->max_entries <= seekhead->num_entries) in mkv_add_seekhead_entry()
279 entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset; in mkv_add_seekhead_entry()
281 seekhead->entries = entries; in mkv_add_seekhead_entry()
301 if (seekhead->reserved_size > 0) in mkv_write_seekhead()
302 url_fseek(pb, seekhead->filepos, SEEK_SET); in mkv_write_seekhead()
305 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
319 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
320 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - url_ftell(pb); in mkv_write_seekhead()
324 currentpos = seekhead->filepos; in mkv_write_seekhead()
326 av_free(seekhead->entries); in mkv_write_seekhead()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dmatroska.c107 if ((w->cluster.seekhead = mk_createContext(w, w->root, MATROSKA_ID_SEEKHEAD)) == NULL) in mk_createWriter()
155 w->seek_data.seekhead = 0x80000000; in mk_writeHeader()
157 w->seek_data.seekhead = 0; in mk_writeHeader()
251 CHECK(mk_writeSeek(w, w->cluster.seekhead, MATROSKA_ID_CLUSTER, in mk_flushFrame()
464 if (w->seek_data.seekhead) in mk_writeSeekHead()
465 CHECK(mk_writeSeek(w, c, MATROSKA_ID_SEEKHEAD, w->seek_data.seekhead)); in mk_writeSeekHead()
512 if (w->cluster.seekhead) { in mk_close()
513 w->seek_data.seekhead = w->f_pos - w->segment_ptr; in mk_close()
514 if (mk_closeContext(w->cluster.seekhead, 0) < 0) in mk_close()
559 if (mk_writeSeekHead(w, &w->seek_data.seekhead) < 0) in mk_close()
[all …]
H A Dmatroska.h242 int64_t seekhead; member
252 mk_Context *seekhead; member
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dmatroska.c107 if ((w->cluster.seekhead = mk_createContext(w, w->root, MATROSKA_ID_SEEKHEAD)) == NULL) in mk_createWriter()
155 w->seek_data.seekhead = 0x80000000; in mk_writeHeader()
157 w->seek_data.seekhead = 0; in mk_writeHeader()
251 CHECK(mk_writeSeek(w, w->cluster.seekhead, MATROSKA_ID_CLUSTER, in mk_flushFrame()
464 if (w->seek_data.seekhead) in mk_writeSeekHead()
465 CHECK(mk_writeSeek(w, c, MATROSKA_ID_SEEKHEAD, w->seek_data.seekhead)); in mk_writeSeekHead()
512 if (w->cluster.seekhead) { in mk_close()
513 w->seek_data.seekhead = w->f_pos - w->segment_ptr; in mk_close()
514 if (mk_closeContext(w->cluster.seekhead, 0) < 0) in mk_close()
559 if (mk_writeSeekHead(w, &w->seek_data.seekhead) < 0) in mk_close()
[all …]
H A Dmatroska.h242 int64_t seekhead; member
252 mk_Context *seekhead; member
/dports/multimedia/avidemux/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dmatroska.c107 if ((w->cluster.seekhead = mk_createContext(w, w->root, MATROSKA_ID_SEEKHEAD)) == NULL) in mk_createWriter()
155 w->seek_data.seekhead = 0x80000000; in mk_writeHeader()
157 w->seek_data.seekhead = 0; in mk_writeHeader()
251 CHECK(mk_writeSeek(w, w->cluster.seekhead, MATROSKA_ID_CLUSTER, in mk_flushFrame()
464 if (w->seek_data.seekhead) in mk_writeSeekHead()
465 CHECK(mk_writeSeek(w, c, MATROSKA_ID_SEEKHEAD, w->seek_data.seekhead)); in mk_writeSeekHead()
512 if (w->cluster.seekhead) { in mk_close()
513 w->seek_data.seekhead = w->f_pos - w->segment_ptr; in mk_close()
514 if (mk_closeContext(w->cluster.seekhead, 0) < 0) in mk_close()
559 if (mk_writeSeekHead(w, &w->seek_data.seekhead) < 0) in mk_close()
[all …]
H A Dmatroska.h242 int64_t seekhead; member
252 mk_Context *seekhead; member
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/myOwnPlugins/muxer/libmkv/src/
H A Dmatroska.c107 if ((w->cluster.seekhead = mk_createContext(w, w->root, MATROSKA_ID_SEEKHEAD)) == NULL) in mk_createWriter()
155 w->seek_data.seekhead = 0x80000000; in mk_writeHeader()
157 w->seek_data.seekhead = 0; in mk_writeHeader()
251 CHECK(mk_writeSeek(w, w->cluster.seekhead, MATROSKA_ID_CLUSTER, in mk_flushFrame()
464 if (w->seek_data.seekhead) in mk_writeSeekHead()
465 CHECK(mk_writeSeek(w, c, MATROSKA_ID_SEEKHEAD, w->seek_data.seekhead)); in mk_writeSeekHead()
512 if (w->cluster.seekhead) { in mk_close()
513 w->seek_data.seekhead = w->f_pos - w->segment_ptr; in mk_close()
514 if (mk_closeContext(w->cluster.seekhead, 0) < 0) in mk_close()
559 if (mk_writeSeekHead(w, &w->seek_data.seekhead) < 0) in mk_close()
[all …]
H A Dmatroska.h242 int64_t seekhead; member
252 mk_Context *seekhead; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c139 mkv_seekhead *seekhead; member
399 if (mkv->seekhead) { in mkv_deinit()
401 av_freep(&mkv->seekhead); in mkv_deinit()
451 if (seekhead->max_entries > 0 && seekhead->max_entries <= seekhead->num_entries) in mkv_add_seekhead_entry()
457 seekhead->entries = entries; in mkv_add_seekhead_entry()
459 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
460 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset; in mkv_add_seekhead_entry()
477 mkv_seekhead *seekhead = mkv->seekhead; in mkv_write_seekhead() local
511 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb); in mkv_write_seekhead()
519 av_freep(&mkv->seekhead); in mkv_write_seekhead()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmatroskaenc.c335 if (seekhead->max_entries > 0 && seekhead->max_entries <= seekhead->num_entries) in mkv_add_seekhead_entry()
341 seekhead->entries = entries; in mkv_add_seekhead_entry()
343 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
344 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset; in mkv_add_seekhead_entry()
366 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
374 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
388 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
389 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb); in mkv_write_seekhead()
393 currentpos = seekhead->filepos; in mkv_write_seekhead()
396 av_freep(&seekhead->entries); in mkv_write_seekhead()
[all …]
H A Dmatroskadec.c272 EbmlList seekhead; member
1361 EbmlList *seekhead_list = &matroska->seekhead; in matroska_parse_seekhead_entry()
1371 seekhead[idx].id == MATROSKA_ID_SEEKHEAD || in matroska_parse_seekhead_entry()
1372 seekhead[idx].id == MATROSKA_ID_CLUSTER) in matroska_parse_seekhead_entry()
1412 EbmlList *seekhead_list = &matroska->seekhead; in matroska_execute_seekhead()
1423 if (seekhead[i].pos <= before_pos) in matroska_execute_seekhead()
1427 if (seekhead[i].id == MATROSKA_ID_CUES) { in matroska_execute_seekhead()
1470 EbmlList *seekhead_list = &matroska->seekhead; in matroska_parse_cues()
1475 if (seekhead[i].id == MATROSKA_ID_CUES) in matroska_parse_cues()
3249 EbmlList *seekhead_list = &matroska->seekhead; in webm_dash_manifest_cues()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmatroskaenc.c335 if (seekhead->max_entries > 0 && seekhead->max_entries <= seekhead->num_entries) in mkv_add_seekhead_entry()
341 seekhead->entries = entries; in mkv_add_seekhead_entry()
343 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
344 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset; in mkv_add_seekhead_entry()
366 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
374 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
388 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
389 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb); in mkv_write_seekhead()
393 currentpos = seekhead->filepos; in mkv_write_seekhead()
396 av_freep(&seekhead->entries); in mkv_write_seekhead()
[all …]
H A Dmatroskadec.c272 EbmlList seekhead; member
1361 EbmlList *seekhead_list = &matroska->seekhead; in matroska_parse_seekhead_entry()
1371 seekhead[idx].id == MATROSKA_ID_SEEKHEAD || in matroska_parse_seekhead_entry()
1372 seekhead[idx].id == MATROSKA_ID_CLUSTER) in matroska_parse_seekhead_entry()
1412 EbmlList *seekhead_list = &matroska->seekhead; in matroska_execute_seekhead()
1423 if (seekhead[i].pos <= before_pos) in matroska_execute_seekhead()
1427 if (seekhead[i].id == MATROSKA_ID_CUES) { in matroska_execute_seekhead()
1470 EbmlList *seekhead_list = &matroska->seekhead; in matroska_parse_cues()
1475 if (seekhead[i].id == MATROSKA_ID_CUES) in matroska_parse_cues()
3249 EbmlList *seekhead_list = &matroska->seekhead; in webm_dash_manifest_cues()
[all …]
/dports/emulators/simh/simh-3.9.0_5/S3/
H A Ds3_disk.c72 int32 seekhead[2] = { 0, 0 }; /* Disk head 0,1 */ variable
95 { DRDATA (HEAD, seekhead[0], 8) },
118 { DRDATA (HEAD, seekhead[0], 8) },
141 { DRDATA (HEAD, seekhead[1], 8) },
164 { DRDATA (HEAD, seekhead[1], 8) },
249 seekhead[disk] = 1; in dsk()
251 seekhead[disk] = 0; in dsk()
419 if (seekhead[disk] == 0) in dsk()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmatroskaenc.c467 mkv_seekhead_entry *entries = seekhead->entries; in mkv_add_seekhead_entry()
470 if (seekhead->max_entries > 0 && seekhead->max_entries <= seekhead->num_entries) in mkv_add_seekhead_entry()
476 seekhead->entries = entries; in mkv_add_seekhead_entry()
478 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
479 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset; in mkv_add_seekhead_entry()
496 mkv_seekhead *seekhead = mkv->main_seekhead; in mkv_write_seekhead() local
503 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
516 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
530 if (seekhead->reserved_size > 0) { in mkv_write_seekhead()
531 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb); in mkv_write_seekhead()
[all …]
H A Dmatroskadec.c336 EbmlList seekhead; member
665 …RY, EBML_NEST, sizeof(MatroskaSeekhead), offsetof(MatroskaDemuxContext, seekhead), { .n = matroska…
1626 EbmlList *seekhead_list = &matroska->seekhead; in matroska_execute_seekhead()
3882 EbmlList *seekhead_list = &matroska->seekhead; in webm_dash_manifest_cues()
3883 MatroskaSeekhead *seekhead = seekhead_list->elem; in webm_dash_manifest_cues() local
3891 if (seekhead[i].id == MATROSKA_ID_CUES) in webm_dash_manifest_cues()
3897 cues_start = seekhead[i].pos + matroska->segment_start; in webm_dash_manifest_cues()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmatroskaenc.c136 mkv_seekhead seekhead; member
360 mkv_seekhead *seekhead = &mkv->seekhead; in mkv_add_seekhead_entry() local
362 av_assert1(seekhead->num_entries < MAX_SEEKHEAD_ENTRIES); in mkv_add_seekhead_entry()
364 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
365 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - mkv->segment_offset; in mkv_add_seekhead_entry()
472 mkv->seekhead.filepos = avio_tell(pb); in mkv_start_seekhead()
477 put_ebml_void(pb, mkv->seekhead.reserved_size); in mkv_start_seekhead()
494 mkv_seekhead *seekhead = &mkv->seekhead; in mkv_write_seekhead() local
505 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
506 mkv_seekhead_entry *entry = &seekhead->entries[i]; in mkv_write_seekhead()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c136 mkv_seekhead seekhead; member
360 mkv_seekhead *seekhead = &mkv->seekhead; in mkv_add_seekhead_entry() local
362 av_assert1(seekhead->num_entries < MAX_SEEKHEAD_ENTRIES); in mkv_add_seekhead_entry()
364 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
365 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - mkv->segment_offset; in mkv_add_seekhead_entry()
472 mkv->seekhead.filepos = avio_tell(pb); in mkv_start_seekhead()
477 put_ebml_void(pb, mkv->seekhead.reserved_size); in mkv_start_seekhead()
494 mkv_seekhead *seekhead = &mkv->seekhead; in mkv_write_seekhead() local
505 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
506 mkv_seekhead_entry *entry = &seekhead->entries[i]; in mkv_write_seekhead()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmatroskaenc.c136 mkv_seekhead seekhead; member
360 mkv_seekhead *seekhead = &mkv->seekhead; in mkv_add_seekhead_entry() local
362 av_assert1(seekhead->num_entries < MAX_SEEKHEAD_ENTRIES); in mkv_add_seekhead_entry()
364 seekhead->entries[seekhead->num_entries].elementid = elementid; in mkv_add_seekhead_entry()
365 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - mkv->segment_offset; in mkv_add_seekhead_entry()
472 mkv->seekhead.filepos = avio_tell(pb); in mkv_start_seekhead()
477 put_ebml_void(pb, mkv->seekhead.reserved_size); in mkv_start_seekhead()
494 mkv_seekhead *seekhead = &mkv->seekhead; in mkv_write_seekhead() local
505 for (i = 0; i < seekhead->num_entries; i++) { in mkv_write_seekhead()
506 mkv_seekhead_entry *entry = &seekhead->entries[i]; in mkv_write_seekhead()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/
H A Dwebm_info.cc214 const mkvparser::SeekHead* const seekhead = segment.GetSeekHead(); in OutputSeekHead() local
215 if (!seekhead) { in OutputSeekHead()
222 fprintf(o, " @: %lld", seekhead->m_element_start); in OutputSeekHead()
224 fprintf(o, " size: %lld", seekhead->m_element_size); in OutputSeekHead()
229 for (int i = 0; i < seekhead->GetCount(); ++i) { in OutputSeekHead()
230 const mkvparser::SeekHead::Entry* const entry = seekhead->GetEntry(i); in OutputSeekHead()
252 for (int i = 0; i < seekhead->GetVoidElementCount(); ++i) { in OutputSeekHead()
254 seekhead->GetVoidElement(i); in OutputSeekHead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/
H A Dwebm_info.cc214 const mkvparser::SeekHead* const seekhead = segment.GetSeekHead(); in OutputSeekHead() local
215 if (!seekhead) { in OutputSeekHead()
222 fprintf(o, " @: %lld", seekhead->m_element_start); in OutputSeekHead()
224 fprintf(o, " size: %lld", seekhead->m_element_size); in OutputSeekHead()
229 for (int i = 0; i < seekhead->GetCount(); ++i) { in OutputSeekHead()
230 const mkvparser::SeekHead::Entry* const entry = seekhead->GetEntry(i); in OutputSeekHead()
252 for (int i = 0; i < seekhead->GetVoidElementCount(); ++i) { in OutputSeekHead()
254 seekhead->GetVoidElement(i); in OutputSeekHead()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Dmkv_decoder.c921 EbmlList *seekhead_list = &matroska->seekhead; in matroska_parse_seekhead_entry()
922 MatroskaSeekhead *seekhead = seekhead_list->elem; in matroska_parse_seekhead_entry() local
931 || seekhead[idx].id == MATROSKA_ID_SEEKHEAD in matroska_parse_seekhead_entry()
932 || seekhead[idx].id == MATROSKA_ID_CLUSTER) in matroska_parse_seekhead_entry()
1019 EbmlList *seekhead_list = &matroska->seekhead; in matroska_parse_cues()
1020 MatroskaSeekhead *seekhead = seekhead_list->elem; in matroska_parse_cues() local
1024 if (seekhead[i].id == MATROSKA_ID_CUES) in matroska_parse_cues()
1037 EbmlList *seekhead_list = &matroska->seekhead; in matroska_execute_seekhead()
1038 MatroskaSeekhead *seekhead = seekhead_list->elem; in matroska_execute_seekhead() local
1048 if (seekhead[i].pos <= before_pos) in matroska_execute_seekhead()
[all …]
H A Dmkv_decoder.h589 EbmlList seekhead; member
841 … EBML_NEST, sizeof(MatroskaSeekhead), offsetof(MatroskaDemuxContext, seekhead), {.n = matroska_…
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment.hpp165 void ParseSeekHead( KaxSeekHead *seekhead );

12