Lines Matching defs:stream
58 * An apple http stream consists of a playlist with media segment files,
98 * containing the next packet from this stream.
115 * indexed by the subdemuxer stream indexes */
149 int64_t id3_offset; /* in stream original tb */
161 int seek_stream_index; /* into subdemuxer stream array */
1165 avpriv_report_missing_feature(pls->parent, "Changing ID3 metadata in HLS audio elementary stream");
1448 * we can just check the programs of the first stream. */
1494 /* If this is a live stream and the reload interval has elapsed since
1741 /* If this is a live stream, start live_start_index segments from the
1799 static void add_stream_to_programs(AVFormatContext *s, struct playlist *pls, AVStream *stream)
1812 av_program_add_stream_index(s, i, stream->index);
1817 bandwidth = -1; /* stream in multiple variants with different bandwidths */
1822 av_dict_set_int(&stream->metadata, "variant_bitrate", bandwidth, 0);
1972 /* If this isn't a live stream, calculate the total duration of the
1973 * stream. */
2034 * If this is a live stream and this playlist looks like it is one segment
2177 /* Create new AVStreams for each stream in this playlist */
2292 * stream */
2348 /* Check if this stream has the packet with the lowest dts */
2377 // If sub-demuxer reports updated metadata, copy it to the first stream
2395 av_log(s, AV_LOG_ERROR, "stream index inconsistency: index %d, %d main streams, %d subdemuxer streams\n",
2452 /* find the playlist with the specified stream */
2464 * specified stream index */
2504 * specified stream where we should look for the keyframes */