Searched refs:webvtt (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | webvttdec.c | 62 WebVTTContext *webvtt = s->priv_data; in webvtt_read_header() local 72 st->disposition |= webvtt->kind; in webvtt_read_header() 140 sub = ff_subtitles_queue_insert(&webvtt->q, p, strlen(p), 0); in webvtt_read_header() 164 ff_subtitles_queue_finalize(s, &webvtt->q); in webvtt_read_header() 168 ff_subtitles_queue_clean(&webvtt->q); in webvtt_read_header() 175 WebVTTContext *webvtt = s->priv_data; in webvtt_read_packet() local 176 return ff_subtitles_queue_read_packet(&webvtt->q, pkt); in webvtt_read_packet() 182 WebVTTContext *webvtt = s->priv_data; in webvtt_read_seek() local 183 return ff_subtitles_queue_seek(&webvtt->q, s, stream_index, in webvtt_read_seek() 189 WebVTTContext *webvtt = s->priv_data; in webvtt_read_close() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | meson.build | 11 'qtdemux-webvtt.c',
|
/third_party/gstreamer/gstplugins_base/tests/check/gst/ |
D | typefindfunctions.c | 485 guint8 webvtt[] = { in GST_START_TEST() local 493 caps = typefind_data (webvtt, sizeof (webvtt), &prob); in GST_START_TEST()
|
/third_party/ffmpeg/tests/fate/ |
D | subtitles.mak | 88 FATE_SUBTITLES_ASS-$(call DEMDEC, WEBVTT, WEBVTT) += fate-sub-webvtt 89 fate-sub-webvtt: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt 95 fate-sub-webvttenc: CMD = fmtstdout webvtt -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsplugin.h | 163 GST_TYPE_FIND_REGISTER_DECLARE (webvtt);
|
D | gsttypefindfunctionsplugin.c | 186 GST_TYPE_FIND_REGISTER (webvtt, plugin); in plugin_init()
|
D | gsttypefindfunctions.c | 6245 GST_TYPE_FIND_REGISTER_DEFINE (webvtt, "application/x-subtitle-vtt",
|
/third_party/gstreamer/gstplugins_good/ |
D | BUILD.gn | 161 "gst/isomp4/qtdemux-webvtt.c",
|
D | ChangeLog | 1982 * gst/isomp4/qtdemux-webvtt.c: 1983 * gst/isomp4/qtdemux-webvtt.h:
|
/third_party/ffmpeg/ |
D | MAINTAINERS | 506 webvtt* Matthew J Heaney
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 1111 -c:s webvtt -c:a mp2 -ar 48000 -ac 2 -map 0:v -map 0:a:0 -map 0:s:0 \ 1119 the master playlist with webvtt subtitle group name 'subtitle'. Please make sure
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 8174 tests: subparse: add test for webvtt without hour component 8175 Test for webvtt without hour component. 9929 https://www.w3.org/TR/webvtt1/#webvtt-timestamp 41709 typefindfunctions: fix off-by-one in webvtt typefinder 50729 data when parsing subrip/webvtt content and debug log
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 57697 Use consistent mime-type with subparse element for webvtt format 57703 dashdemux: Add support webvtt subtitle stream 57704 Enable exposing webvtt subtitle streams. 132207 See http://dev.w3.org/html5/webvtt/#syntax
|