Home
last modified time | relevance | path

Searched refs:allowcache (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhlsplaylist.c98 void ff_hls_write_playlist_header(AVIOContext *out, int version, int allowcache, in ff_hls_write_playlist_header() argument
105 if (allowcache == 0 || allowcache == 1) { in ff_hls_write_playlist_header()
106 avio_printf(out, "#EXT-X-ALLOW-CACHE:%s\n", allowcache == 0 ? "NO" : "YES"); in ff_hls_write_playlist_header()
Dhlsplaylist.h50 void ff_hls_write_playlist_header(AVIOContext *out, int version, int allowcache,
Dhlsenc.c215 int allowcache; member
1596 …_hls_write_playlist_header(byterange_mode ? hls->m3u8_out : vs->out, hls->version, hls->allowcache,
1645 ff_hls_write_playlist_header(hls->sub_m3u8_out, hls->version, hls->allowcache,
3125 …ether the client MAY (1) or MUST NOT (0) cache media segments", OFFSET(allowcache), AV_OPT_TYPE_IN…
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h65 gboolean allowcache; /* last EXT-X-ALLOWCACHE */ member
Dm3u8.c536 self->allowcache = TRUE; in gst_m3u8_update()
653 self->allowcache = g_ascii_strcasecmp (data + 19, "YES") == 0; in gst_m3u8_update()
Dgsthlsdemux.c940 m3u8->uri, m3u8->allowcache); in gst_hls_demux_start_fragment()
/third_party/ffmpeg/doc/
Dmuxers.texi686 @item hls_allow_cache @var{allowcache}
/third_party/gstreamer/gstplugins_bad/
DChangeLog114572 hls: Store allowcache playlist field in a boolean