Lines Matching defs:playlists

59  * played sequentially. There may be several playlists with the same
63 * playlists.
164 * Alternative rendition playlists have a single rendition associated
196 struct playlist **playlists;
209 struct playlist **playlists;
265 struct playlist *pls = c->playlists[i];
286 av_freep(&c->playlists);
295 av_freep(&var->playlists);
333 dynarray_add(&c->playlists, &c->n_playlists, pls);
367 dynarray_add(&var->playlists, &var->n_playlists, pls);
617 *pls = c->playlists[c->n_playlists - 1];
1036 !(c->variants[0]->playlists[0]->finished ||
1037 c->variants[0]->playlists[0]->type == PLS_TYPE_EVENT))
1495 * the last playlist reload, reload the playlists now. */
1517 "skipping %"PRId64" segments ahead, expired from playlists\n",
1641 dynarray_add(&var->playlists, &var->n_playlists, rend->playlist);
1645 dynarray_add(&var->playlists[0]->renditions,
1646 &var->playlists[0]->n_renditions,
1736 * content at the same sequence number on different playlists,
1809 if (v->playlists[j] != pls)
1890 struct playlist *pls = c->playlists[i];
1949 /* If the playlist only contained playlists (Master Playlist),
1951 if (c->n_playlists > 1 || c->playlists[0]->n_segments == 0) {
1953 struct playlist *pls = c->playlists[i];
1966 if (c->variants[i]->playlists[0]->n_segments == 0) {
1967 av_log(s, AV_LOG_WARNING, "Empty segment [%s]\n", c->variants[i]->playlists[0]->url);
1968 c->variants[i]->playlists[0]->broken = 1;
1974 if (c->variants[0]->playlists[0]->finished) {
1976 for (i = 0; i < c->variants[0]->playlists[0]->n_segments; i++)
1977 duration += c->variants[0]->playlists[0]->segments[i]->duration;
2006 struct playlist *pls = c->playlists[i];
2017 struct playlist *pls = c->playlists[i];
2207 struct playlist *pls = c->playlists[i];
2209 cur_needed = playlist_needed(c->playlists[i]);
2290 struct playlist *pls = c->playlists[i];
2351 NULL : c->playlists[minplaylist];
2367 struct playlist *pls = c->playlists[minplaylist];
2454 struct playlist *pls = c->playlists[i];
2481 struct playlist *pls = c->playlists[i];
2500 /* set closest segment seq_no for playlists not handled above */