Lines Matching defs:streams
36 * into component streams, and the reverse process of muxing - writing supplied
60 * @li an @ref AVFormatContext.streams "array" of AVStreams, which describe all
61 * elementary streams stored in the file. AVStreams are typically referred to
373 * changes on a stream, you need to loop through all streams in the AVFormatContext
486 #define AVFMT_NOSTREAMS 0x1000 /**< Format does not require any streams */
623 * Return 0 if streams were fully configured, 1 if not, negative AVERROR on failure
727 * called to create new streams.
779 * Seeking will be done so that the point from which all active streams
781 * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
825 * The stream should be chosen by default among other streams of the same type,
833 * one of them should be set in properly tagged streams.
1043 * For streams with AV_DISPOSITION_ATTACHED_PIC disposition, this packet
1190 (streams are added dynamically) */
1290 * Number of elements in AVFormatContext.streams.
1296 * A list of all streams in the file. New streams are created with
1299 * - demuxing: streams are created by libavformat in avformat_open_input().
1300 * If AVFMTCTX_NOHEADER is set in ctx_flags, then new streams may also
1302 * - muxing: streams are created by the user before avformat_write_header().
1306 AVStream **streams;
1516 * To ensure all the streams are interleaved correctly,
1519 * When some streams are "sparse" (i.e. there are large gaps between
1525 * the streams.
1779 * A callback for opening new IO streams.
1802 * A callback for closing the streams opened with AVFormatContext.io_open().
1814 * The maximum number of streams.
1835 * A callback for closing the streams opened with AVFormatContext.io_open().
1937 * Free an AVFormatContext and all its streams.
2175 * default decoder for the stream's codec; streams for which no decoder can
2190 * AVERROR_DECODER_NOT_FOUND if streams were found but no decoder
2248 * Seeking will be done so that the point from which all active streams
2250 * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
2280 * The set of streams, the detected duration, stream parameters and codecs do
2391 * AVFormatContext.streams "s->streams".
2435 * AVFormatContext.streams "s->streams".
2732 * duration, bitrate, streams, container, programs, metadata, side data,
2781 * @param ac array of AVFormatContexts describing the RTP streams. If the
2889 * @note A stream specifier can match several streams in the format.