Lines Matching defs:stream
508 "Timestamps are unset in a packet for stream %d. "
550 "Application provided invalid, non monotonically increasing dts to muxer in stream %d: %s >= %s\n",
556 "pts (%s) < dts (%s) in stream %d\n",
595 av_log(s, AV_LOG_WARNING, "Packet with invalid duration %"PRId64" in stream %d\n",
679 "pts %s in stream %d.\n"
689 "timestamp %s in stream %d.\n"
748 av_log(s, AV_LOG_ERROR, "Invalid packet stream index: %d\n",
754 av_log(s, AV_LOG_ERROR, "Received a packet for an attachment stream.\n");
780 "Timestamps are unset in a packet for stream %d\n", st->index);
791 "dts to muxer in stream %d: %" PRId64 " >= %" PRId64 "\n",
797 av_log(s, AV_LOG_ERROR, "pts %" PRId64 " < dts %" PRId64 " in stream %d\n",
1061 const AVPacket *ff_interleaved_peek(AVFormatContext *s, int stream)
1066 if (pktl->pkt.stream_index == stream) {
1143 "Failed to send packet to filter %s for stream %d\n",
1154 "packet for stream #%d: %s\n", st->index, av_err2str(ret));
1303 int av_get_output_timestamp(struct AVFormatContext *s, int stream,
1308 s->oformat->get_output_timestamp(s, stream, dts, wall);