• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/

Lines Matching defs:segment

51  * An apple http stream consists of a playlist with media segment files,
67 struct segment {
106 struct segment **segments;
116 * (and possibly other ID3 tags) in the beginning of each segment) */
390 /* TODO: handle subtitles (each segment has to parsed separately) */
609 struct segment *seg;
617 seg = av_malloc(sizeof(struct segment));
683 /* read from URLContext, limiting read to current segment */
688 struct segment *seg = pls->segments[pls->cur_seq_no - pls->start_seq_no];
690 /* limit read if the segment was only a part of a file */
807 * demuxer on all segment switches */
837 struct segment *seg = pls->segments[pls->cur_seq_no - pls->start_seq_no];
908 struct segment *seg = pls->segments[pls->cur_seq_no - pls->start_seq_no];
986 av_log(pls->parent, AV_LOG_ERROR, "Unable to seek to offset %"PRId64" of HLS segment '%s'\n", seg->url_offset, seg->url);
1022 * segment. */
1075 av_log(v->parent, AV_LOG_WARNING, "Failed to open segment of playlist %d\n",
1086 * to convey timestamps using them in the beginning of each segment. */
1175 * if not: returns 0 and sets seq_no to closest segment */
1212 * playlist) and this is a complete file, find the matching segment
1220 if (!c->first_packet && /* we are doing a segment selection during playback */
1226 * require us to download a segment to inspect its timestamps. */
1230 * third last segment. */
1235 /* Otherwise just start on the first segment. */
1346 av_log(s, AV_LOG_ERROR, "Error when loading first segment '%s'\n", pls->segments[0]->url);
1463 av_log(s, AV_LOG_INFO, "Now receiving playlist %d, segment %d\n", i, pls->cur_seq_no);
1661 /* set segment now so we do not need to search again below */
1686 /* set closest segment seq_no for playlists not handled above */