Searched refs:allowcache (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hlsplaylist.c | 98 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()
|
D | hlsplaylist.h | 50 void ff_hls_write_playlist_header(AVIOContext *out, int version, int allowcache,
|
D | hlsenc.c | 215 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/ |
D | m3u8.h | 65 gboolean allowcache; /* last EXT-X-ALLOWCACHE */ member
|
D | m3u8.c | 536 self->allowcache = TRUE; in gst_m3u8_update() 653 self->allowcache = g_ascii_strcasecmp (data + 19, "YES") == 0; in gst_m3u8_update()
|
D | gsthlsdemux.c | 940 m3u8->uri, m3u8->allowcache); in gst_hls_demux_start_fragment()
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 686 @item hls_allow_cache @var{allowcache}
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 114572 hls: Store allowcache playlist field in a boolean
|