AVStream 1971 cmdutils.c int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec) AVStream 1980 cmdutils.c AVFormatContext *s, AVStream *st, AVCodec *codec) AVStream 359 cmdutils.h int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec); AVStream 376 cmdutils.h AVFormatContext *s, AVStream *st, AVCodec *codec); AVStream 41 doc/examples/demuxing_decoding.c static AVStream *video_stream = NULL, *audio_stream = NULL; AVStream 158 doc/examples/demuxing_decoding.c AVStream *st; AVStream 29 doc/examples/extract_mvs.c static AVStream *video_stream = NULL; AVStream 76 doc/examples/extract_mvs.c AVStream *st; AVStream 54 doc/examples/muxing.c AVStream *st; AVStream 80 doc/examples/muxing.c static int write_frame(AVFormatContext *fmt_ctx, const AVRational *time_base, AVStream *st, AVPacket *pkt) AVStream 308 doc/examples/qsvdec.c AVStream *video_st = NULL; AVStream 352 doc/examples/qsvdec.c AVStream *st = input_ctx->streams[i]; AVStream 89 doc/examples/remuxing.c AVStream *in_stream = ifmt_ctx->streams[i]; AVStream 90 doc/examples/remuxing.c AVStream *out_stream = avformat_new_stream(ofmt_ctx, in_stream->codec->codec); AVStream 123 doc/examples/remuxing.c AVStream *in_stream, *out_stream; AVStream 126 doc/examples/transcode_aac.c AVStream *stream = NULL; AVStream 66 doc/examples/transcoding.c AVStream *stream; AVStream 89 doc/examples/transcoding.c AVStream *out_stream; AVStream 90 doc/examples/transcoding.c AVStream *in_stream; AVStream 2511 ffmpeg.c AVStream *st = file->ctx->streams[pkt->stream_index]; AVStream 2632 ffmpeg.c AVStream *st = oc->streams[j]; AVStream 3588 ffmpeg.c AVStream *st = is->streams[i]; AVStream 246 ffmpeg.h AVStream *st; AVStream 378 ffmpeg.h AVStream *st; /* stream in the output file */ AVStream 525 ffmpeg.h enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *avctx, AVCodec *codec, enum AVPixelFormat target); AVStream 526 ffmpeg.h void choose_sample_fmt(AVStream *st, AVCodec *codec); AVStream 40 ffmpeg_filter.c enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, AVCodec *codec, enum AVPixelFormat target) AVStream 78 ffmpeg_filter.c void choose_sample_fmt(AVStream *st, AVCodec *codec) AVStream 233 ffmpeg_filter.c AVStream *st = NULL; AVStream 331 ffmpeg_opt.c AVStream *st; AVStream 561 ffmpeg_opt.c static AVCodec *choose_decoder(OptionsContext *o, AVFormatContext *s, AVStream *st) AVStream 581 ffmpeg_opt.c AVStream *st = ic->streams[i]; AVStream 762 ffmpeg_opt.c static void dump_attachment(AVStream *st, const char *filename) AVStream 1000 ffmpeg_opt.c AVStream *st = ic->streams[j]; AVStream 1079 ffmpeg_opt.c AVStream *st = avformat_new_stream(oc, NULL); AVStream 1268 ffmpeg_opt.c AVStream *st = ost->st; AVStream 1301 ffmpeg_opt.c AVStream *st; AVStream 1466 ffmpeg_opt.c AVStream *st; AVStream 1559 ffmpeg_opt.c AVStream *st; AVStream 1661 ffmpeg_opt.c AVStream *st; AVStream 235 ffplay.c AVStream *audio_st; AVStream 267 ffplay.c AVStream *subtitle_st; AVStream 274 ffplay.c AVStream *video_st; AVStream 2970 ffplay.c AVStream *st = ic->streams[i]; AVStream 3005 ffplay.c AVStream *st = ic->streams[st_index[AVMEDIA_TYPE_VIDEO]]; AVStream 3242 ffplay.c AVStream *st; AVStream 1702 ffprobe.c AVStream *st = fmt_ctx->streams[pkt->stream_index]; AVStream 1735 ffprobe.c static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, AVStream 1758 ffprobe.c static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream, AVStream 2040 ffprobe.c AVStream *stream = fmt_ctx->streams[stream_idx]; AVStream 2428 ffprobe.c AVStream *stream = fmt_ctx->streams[i]; AVStream 791 ffserver.c AVStream *st; AVStream 1827 ffserver.c AVStream *st = stream->streams[i]; AVStream 1924 ffserver.c AVStream *st = stream->streams[i]; AVStream 2128 ffserver.c c->fmt_ctx.streams = av_mallocz_array(c->stream->nb_streams, sizeof(AVStream *)); AVStream 2131 ffserver.c AVStream *src; AVStream 2132 ffserver.c c->fmt_ctx.streams[i] = av_mallocz(sizeof(AVStream)); AVStream 2238 ffserver.c AVStream *st = c->fmt_in->streams[source_index]; AVStream 2250 ffserver.c AVStream *ist, *ost; AVStream 2663 ffserver.c AVStream *fst = feed->streams[i]; AVStream 2664 ffserver.c AVStream *st = s->streams[i]; AVStream 2810 ffserver.c AVStream *avs = NULL; AVStream 3251 ffserver.c AVStream *st; AVStream 3263 ffserver.c st = av_mallocz(sizeof(AVStream)); AVStream 3267 ffserver.c ctx->streams = av_mallocz_array(ctx->nb_streams, sizeof(AVStream *)); AVStream 3274 ffserver.c memcpy(st, c->stream->streams[stream_index], sizeof(AVStream)); AVStream 3278 ffserver.c sizeof(AVStream)); AVStream 3345 ffserver.c static AVStream *add_av_stream1(FFServerStream *stream, AVStream 3348 ffserver.c AVStream *fst; AVStream 3353 ffserver.c fst = av_mallocz(sizeof(AVStream)); AVStream 3374 ffserver.c static int add_av_stream(FFServerStream *feed, AVStream *st) AVStream 3376 ffserver.c AVStream *fst; AVStream 3433 ffserver.c AVStream *st; AVStream 3574 ffserver.c AVStream *sf, *ss; AVStream 3694 ffserver.c AVStream *st = stream->streams[i]; AVStream 186 ffserver_config.c AVStream *st; AVStream 317 ffserver_config.c st = av_mallocz(sizeof(AVStream)); AVStream 65 ffserver_config.h AVStream *streams[FFSERVER_MAX_STREAMS]; AVStream 60 libavdevice/alsa-audio-dec.c AVStream *st; AVStream 50 libavdevice/alsa-audio-enc.c AVStream *st = NULL; AVStream 261 libavdevice/bktr.c AVStream *st; AVStream 94 libavdevice/caca.c AVStream *st = s->streams[0]; AVStream 66 libavdevice/decklink_common.h AVStream *audio_st; AVStream 67 libavdevice/decklink_common.h AVStream *video_st; AVStream 370 libavdevice/decklink_dec.cpp AVStream *st; AVStream 91 libavdevice/decklink_enc.cpp static int decklink_setup_video(AVFormatContext *avctx, AVStream *st) AVStream 141 libavdevice/decklink_enc.cpp static int decklink_setup_audio(AVFormatContext *avctx, AVStream *st) AVStream 385 libavdevice/decklink_enc.cpp AVStream *st = avctx->streams[n]; AVStream 414 libavdevice/decklink_enc.cpp AVStream *st = avctx->streams[pkt->stream_index]; AVStream 835 libavdevice/dshow.c AVStream *st; AVStream 68 libavdevice/fbdev_dec.c AVStream *st = NULL; AVStream 235 libavdevice/gdigrab.c AVStream *st = NULL; AVStream 236 libavdevice/jack_audio.c AVStream *stream; AVStream 99 libavdevice/lavfi.c AVStream *st; AVStream 236 libavdevice/lavfi.c AVStream *st; AVStream 309 libavdevice/lavfi.c AVStream *st = avctx->streams[i]; AVStream 57 libavdevice/libcdio.c AVStream *st; AVStream 157 libavdevice/libcdio.c AVStream *st = ctx->streams[0]; AVStream 124 libavdevice/libdc1394.c AVStream* vst; AVStream 197 libavdevice/libdc1394.c AVStream* vst; AVStream 130 libavdevice/openal-dec.c AVStream *st = NULL; AVStream 680 libavdevice/opengl_enc.c AVStream *st = s->streams[0]; AVStream 1064 libavdevice/opengl_enc.c AVStream *st; AVStream 52 libavdevice/oss_audio_dec.c AVStream *st; AVStream 48 libavdevice/oss_audio_enc.c AVStream *st; AVStream 138 libavdevice/pulse_audio_dec.c AVStream *st; AVStream 443 libavdevice/pulse_audio_enc.c AVStream *st = NULL; AVStream 638 libavdevice/pulse_audio_enc.c AVStream *st = h->streams[0]; AVStream 95 libavdevice/sdl.c AVStream *st = s->streams[0]; AVStream 138 libavdevice/sdl.c AVStream *st = s->streams[0]; AVStream 235 libavdevice/sdl.c AVStream *st = s->streams[0]; AVStream 35 libavdevice/sndio_dec.c AVStream *st; AVStream 31 libavdevice/sndio_enc.c AVStream *st; AVStream 78 libavdevice/v4l.c AVStream *st; AVStream 825 libavdevice/v4l2.c AVStream *st; AVStream 242 libavdevice/vfwcap.c AVStream *st; AVStream 262 libavdevice/x11grab.c AVStream *st = NULL; AVStream 502 libavdevice/xcbgrab.c AVStream *st = avformat_new_stream(s, NULL); AVStream 230 libavdevice/xv.c AVStream *st = s->streams[0]; AVStream 48 libavfilter/src_movie.c AVStream *st; AVStream 92 libavfilter/src_movie.c static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) AVStream 96 libavfilter/src_movie.c AVStream *found = NULL; AVStream 198 libavfilter/src_movie.c AVStream *st; AVStream 275 libavfilter/vf_subtitles.c static int attachment_is_font(AVStream * st) AVStream 302 libavfilter/vf_subtitles.c AVStream *st; AVStream 354 libavfilter/vf_subtitles.c AVStream *st = fmt->streams[j]; AVStream 96 libavformat/4xm.c AVStream *st; AVStream 130 libavformat/4xm.c AVStream *st; AVStream 81 libavformat/aacdec.c AVStream *st; AVStream 68 libavformat/act.c AVStream* st; AVStream 50 libavformat/adp.c AVStream *st; AVStream 74 libavformat/adxdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 64 libavformat/aea.c AVStream *st = avformat_new_stream(s, NULL); AVStream 33 libavformat/afc.c AVStream *st; AVStream 201 libavformat/aiffdec.c AVStream * st; AVStream 338 libavformat/aiffdec.c AVStream *st = s->streams[0]; AVStream 111 libavformat/aiffenc.c AVStream *st = s->streams[i]; AVStream 83 libavformat/amr.c AVStream *st; AVStream 83 libavformat/anm.c AVStream *st; AVStream 39 libavformat/apc.c AVStream *st; AVStream 166 libavformat/ape.c AVStream *st; AVStream 449 libavformat/ape.c AVStream *st = s->streams[stream_index]; AVStream 66 libavformat/apetag.c AVStream *st = avformat_new_stream(s, NULL); AVStream 152 libavformat/apngdec.c AVStream *st; AVStream 53 libavformat/aqtitledec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 190 libavformat/asfdec.c AVStream *st = NULL; AVStream 358 libavformat/asfdec.c AVStream *st; AVStream 844 libavformat/asfdec.c AVStream *st = s->streams[stream_num]; AVStream 1560 libavformat/asfdec.c AVStream *st = s->streams[stream_index]; AVStream 800 libavformat/asfenc.c static void put_frame(AVFormatContext *s, ASFStream *stream, AVStream *avst, AVStream 113 libavformat/assdec.c AVStream *st; AVStream 44 libavformat/astdec.c AVStream *st; AVStream 79 libavformat/au.c AVStream *st; AVStream 33 libavformat/audiointerleave.c AVStream *st = s->streams[i]; AVStream 55 libavformat/audiointerleave.c AVStream *st = s->streams[i]; AVStream 81 libavformat/audiointerleave.c AVStream *st = s->streams[stream_index]; AVStream 112 libavformat/audiointerleave.c AVStream *st = s->streams[pkt->stream_index]; AVStream 133 libavformat/audiointerleave.c AVStream *st = s->streams[i]; AVStream 1120 libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s); AVStream 1121 libavformat/avformat.h void av_stream_set_r_frame_rate(AVStream *s, AVRational r); AVStream 1122 libavformat/avformat.h struct AVCodecParserContext *av_stream_get_parser(const AVStream *s); AVStream 1123 libavformat/avformat.h char* av_stream_get_recommended_encoder_configuration(const AVStream *s); AVStream 1124 libavformat/avformat.h void av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration); AVStream 1131 libavformat/avformat.h int64_t av_stream_get_end_pts(const AVStream *st); AVStream 1273 libavformat/avformat.h AVStream **streams; AVStream 1869 libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); AVStream 1879 libavformat/avformat.h uint8_t *av_stream_get_side_data(AVStream *stream, AVStream 2410 libavformat/avformat.h void av_pkt_dump2(FILE *f, const AVPacket *pkt, int dump_payload, const AVStream *st); AVStream 2425 libavformat/avformat.h const AVStream *st); AVStream 2472 libavformat/avformat.h int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags); AVStream 2480 libavformat/avformat.h int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, AVStream 2640 libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVStream 2650 libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVStream 2665 libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVStream 174 libavformat/avidec.c AVStream *st; AVStream 276 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 298 libavformat/avidec.c static int avi_read_tag(AVFormatContext *s, AVStream *st, uint32_t tag, AVStream 387 libavformat/avidec.c static int avi_extract_stream_metadata(AVStream *st) AVStream 434 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 451 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 473 libavformat/avidec.c AVStream *st; AVStream 981 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 988 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1013 libavformat/avidec.c static int read_gab2_sub(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 1078 libavformat/avidec.c static AVStream *get_subtitle_pkt(AVFormatContext *s, AVStream *next_st, AVStream 1083 libavformat/avidec.c AVStream *st, *sub_st = NULL; AVStream 1184 libavformat/avidec.c AVStream *st; AVStream 1195 libavformat/avidec.c AVStream *st1 = s->streams[1]; AVStream 1293 libavformat/avidec.c AVStream *best_st = NULL; AVStream 1299 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1358 libavformat/avidec.c AVStream *st = s->streams[avi->stream_index]; AVStream 1509 libavformat/avidec.c AVStream *st; AVStream 1600 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1615 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1648 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1723 libavformat/avidec.c static void seek_subtitle(AVStream *st, AVStream *st2, int64_t timestamp) AVStream 1737 libavformat/avidec.c AVStream *st; AVStream 1794 libavformat/avidec.c AVStream *st2 = s->streams[i]; AVStream 1824 libavformat/avidec.c AVStream *st2 = s->streams[i]; AVStream 1857 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 165 libavformat/avienc.c AVStream *video_st = NULL; AVStream 234 libavformat/avienc.c AVStream *st = s->streams[i]; AVStream 211 libavformat/avisynth.c static int avisynth_create_stream_video(AVFormatContext *s, AVStream *st) AVStream 288 libavformat/avisynth.c static int avisynth_create_stream_audio(AVFormatContext *s, AVStream *st) AVStream 327 libavformat/avisynth.c AVStream *st; AVStream 400 libavformat/avisynth.c static void avisynth_next_stream(AVFormatContext *s, AVStream **st, AVStream 598 libavformat/avisynth.c AVStream *st; AVStream 639 libavformat/avisynth.c AVStream *st; AVStream 43 libavformat/avr.c AVStream *st; AVStream 28 libavformat/avs.c AVStream *st_video; AVStream 29 libavformat/avs.c AVStream *st_audio; AVStream 106 libavformat/bethsoftvid.c AVStream *st; AVStream 244 libavformat/bethsoftvid.c AVStream *st = avformat_new_stream(s, NULL); AVStream 55 libavformat/bfi.c AVStream *vstream; AVStream 56 libavformat/bfi.c AVStream *astream; AVStream 81 libavformat/bink.c AVStream *vst, *ast; AVStream 211 libavformat/bink.c AVStream *st = s->streams[0]; // stream 0 is video stream with index AVStream 273 libavformat/bink.c AVStream *vst = s->streams[0]; AVStream 51 libavformat/bintext.c static AVStream * init_stream(AVFormatContext *s) AVStream 54 libavformat/bintext.c AVStream *st = avformat_new_stream(s, NULL); AVStream 134 libavformat/bintext.c AVStream *st = init_stream(s); AVStream 177 libavformat/bintext.c AVStream *st = init_stream(s); AVStream 217 libavformat/bintext.c AVStream *st; AVStream 271 libavformat/bintext.c AVStream *st; AVStream 52 libavformat/bit.c AVStream* st; AVStream 44 libavformat/bmv.c AVStream *st, *ast; AVStream 45 libavformat/boadec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 67 libavformat/boadec.c AVStream *st = s->streams[0]; AVStream 62 libavformat/brstm.c AVStream *st; AVStream 43 libavformat/c93.c AVStream *audio; AVStream 62 libavformat/c93.c AVStream *video; AVStream 63 libavformat/cafdec.c AVStream *st; AVStream 102 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 169 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 220 libavformat/cafdec.c AVStream *st; AVStream 336 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 392 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 35 libavformat/cdg.c AVStream *vst; AVStream 145 libavformat/cdxl.c AVStream *st = avformat_new_stream(s, NULL); AVStream 174 libavformat/cdxl.c AVStream *st = avformat_new_stream(s, NULL); AVStream 95 libavformat/cinedec.c AVStream *st; AVStream 279 libavformat/cinedec.c AVStream *st = avctx->streams[0]; AVStream 154 libavformat/concatdec.c static int copy_stream_props(AVStream *st, AVStream *source_st) AVStream 181 libavformat/concatdec.c AVStream *st = cat->avf->streams[idx]; AVStream 202 libavformat/concatdec.c AVStream *st; AVStream 222 libavformat/concatdec.c AVStream *st; AVStream 439 libavformat/concatdec.c AVStream *st = avf->streams[cs->out_stream_index]; AVStream 483 libavformat/concatdec.c AVStream *st; AVStream 499 libavformat/dashenc.c AVStream *st = s->streams[i]; AVStream 514 libavformat/dashenc.c AVStream *st = s->streams[i]; AVStream 576 libavformat/dashenc.c AVStream *st; AVStream 860 libavformat/dashenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 26 libavformat/dauddec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 42 libavformat/dfa.c AVStream *st; AVStream 65 libavformat/dsfdec.c AVStream *st; AVStream 141 libavformat/dsfdec.c AVStream *st = s->streams[0]; AVStream 102 libavformat/dsicin.c AVStream *st; AVStream 122 libavformat/dss.c AVStream *st; AVStream 215 libavformat/dss.c AVStream *st = s->streams[0]; AVStream 277 libavformat/dss.c AVStream *st = s->streams[0]; AVStream 56 libavformat/dtshddec.c AVStream *st; AVStream 106 libavformat/dump.c void av_pkt_dump2(FILE *f, const AVPacket *pkt, int dump_payload, const AVStream *st) AVStream 112 libavformat/dump.c const AVStream *st) AVStream 294 libavformat/dump.c static void dump_sidedata(void *ctx, AVStream *st, const char *indent) AVStream 347 libavformat/dump.c AVStream *st = ic->streams[i]; AVStream 46 libavformat/dv.c AVStream* vst; AVStream 47 libavformat/dv.c AVStream* ast[4]; AVStream 50 libavformat/dvenc.c AVStream *ast[2]; /* stereo audio streams */ AVStream 241 libavformat/dvenc.c static int dv_assemble_frame(DVMuxContext *c, AVStream* st, AVStream 299 libavformat/dvenc.c AVStream *vst = NULL; AVStream 60 libavformat/dxa.c AVStream *st, *ast; AVStream 53 libavformat/eacdata.c AVStream *st; AVStream 478 libavformat/electronicarts.c AVStream *st; AVStream 42 libavformat/epafdec.c AVStream *st; AVStream 241 libavformat/ffmdec.c static int ffm_append_recommended_configuration(AVStream *st, char **conf) AVStream 265 libavformat/ffmdec.c AVStream *st; AVStream 467 libavformat/ffmdec.c AVStream *st; AVStream 225 libavformat/ffmenc.c AVStream *st; AVStream 137 libavformat/ffmetadec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 41 libavformat/filmstripdec.c AVStream *st; AVStream 87 libavformat/filmstripdec.c AVStream *st = s->streams[0]; AVStream 102 libavformat/filmstripdec.c AVStream *st = s->streams[stream_index]; AVStream 57 libavformat/filmstripenc.c AVStream *st = s->streams[0]; AVStream 35 libavformat/flac_picture.c AVStream *st; AVStream 36 libavformat/flacdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 190 libavformat/flacdec.c AVStream *st = s->streams[stream_index]; AVStream 91 libavformat/flic.c AVStream *st, *ast; AVStream 88 libavformat/flvdec.c static AVStream *create_stream(AVFormatContext *s, int codec_type) AVStream 90 libavformat/flvdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 154 libavformat/flvdec.c static void flv_set_audio_codec(AVFormatContext *s, AVStream *astream, AVStream 239 libavformat/flvdec.c static int flv_set_video_codec(AVFormatContext *s, AVStream *vstream, AVStream 302 libavformat/flvdec.c AVStream *vstream, int64_t max_pos) AVStream 385 libavformat/flvdec.c static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream 386 libavformat/flvdec.c AVStream *vstream, const char *key, AVStream 485 libavformat/flvdec.c AVStream *st = create_stream(s, AVMEDIA_TYPE_DATA); AVStream 554 libavformat/flvdec.c AVStream *stream, *astream, *vstream; AVStream 555 libavformat/flvdec.c AVStream av_unused *dstream; AVStream 634 libavformat/flvdec.c static int flv_get_extradata(AVFormatContext *s, AVStream *st, int size) AVStream 661 libavformat/flvdec.c AVStream *st = s->streams[i]; AVStream 716 libavformat/flvdec.c AVStream *st = NULL; AVStream 785 libavformat/flvdec.c AVStream *st = NULL; AVStream 33 libavformat/framecrcenc.c AVStream *st = s->streams[i]; AVStream 30 libavformat/framehash.c AVStream *st = s->streams[i]; AVStream 56 libavformat/frmdec.c AVStream *st = avformat_new_stream(avctx, 0); AVStream 29 libavformat/g722.c AVStream *st; AVStream 36 libavformat/g723_1.c AVStream *st; AVStream 34 libavformat/g729dec.c AVStream* st; AVStream 97 libavformat/gifdec.c AVStream *st; AVStream 60 libavformat/gsmdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 106 libavformat/gxf.c AVStream *st = NULL; AVStream 287 libavformat/gxf.c AVStream *st; AVStream 351 libavformat/gxf.c AVStream *st; AVStream 437 libavformat/gxf.c AVStream *st = s->streams[i]; AVStream 502 libavformat/gxf.c AVStream *st; AVStream 566 libavformat/gxf.c AVStream *st = s->streams[0]; AVStream 121 libavformat/gxfenc.c static int gxf_find_lines_index(AVStream *st) AVStream 181 libavformat/gxfenc.c static int gxf_write_mpeg_auxiliary(AVIOContext *pb, AVStream *st) AVStream 220 libavformat/gxfenc.c static int gxf_write_dv_auxiliary(AVIOContext *pb, AVStream *st) AVStream 521 libavformat/gxfenc.c static int gxf_write_umf_media_mpeg(AVIOContext *pb, AVStream *st) AVStream 557 libavformat/gxfenc.c static int gxf_write_umf_media_dv(AVIOContext *pb, GXFStreamContext *sc, AVStream *st) AVStream 624 libavformat/gxfenc.c AVStream *st = s->streams[i]; AVStream 721 libavformat/gxfenc.c AVStream *st = s->streams[i]; AVStream 902 libavformat/gxfenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 949 libavformat/gxfenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1000 libavformat/gxfenc.c AVStream *st = s->streams[pkt[i]->stream_index]; AVStream 342 libavformat/hdsenc.c AVStream *st = s->streams[i]; AVStream 515 libavformat/hdsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1162 libavformat/hls.c AVStream *st = s->streams[pls->stream_offset + i]; AVStream 1380 libavformat/hls.c AVStream *st = avformat_new_stream(s, NULL); AVStream 1381 libavformat/hls.c AVStream *ist = pls->ctx->streams[j]; AVStream 1419 libavformat/hls.c struct AVStream *st = s->streams[pls->stream_offset + k]; AVStream 1448 libavformat/hls.c AVStream *st = s->streams[i]; AVStream 172 libavformat/hlsenc.c AVStream *st; AVStream 400 libavformat/hlsenc.c AVStream *inner_st = hls->avf->streams[i]; AVStream 401 libavformat/hlsenc.c AVStream *outer_st = s->streams[i]; AVStream 419 libavformat/hlsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 72 libavformat/hnm.c AVStream *vst; AVStream 66 libavformat/icodec.c AVStream *st; AVStream 123 libavformat/icodec.c AVStream *st = s->streams[0]; AVStream 1073 libavformat/id3v2.c AVStream *st; AVStream 258 libavformat/id3v2enc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 156 libavformat/idcin.c AVStream *st; AVStream 128 libavformat/idroqdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 176 libavformat/idroqdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 208 libavformat/iff.c static int parse_dsd_diin(AVFormatContext *s, AVStream *st, uint64_t eof) AVStream 238 libavformat/iff.c static int parse_dsd_prop(AVFormatContext *s, AVStream *st, uint64_t eof) AVStream 349 libavformat/iff.c AVStream *st; AVStream 713 libavformat/iff.c AVStream *st = s->streams[0]; AVStream 74 libavformat/ilbc.c AVStream *st; AVStream 181 libavformat/img2dec.c AVStream *st; AVStream 511 libavformat/img2dec.c AVStream *st = s->streams[0]; AVStream 48 libavformat/img2enc.c AVStream *st = s->streams[0]; AVStream 134 libavformat/img2enc.c AVStream *st; AVStream 167 libavformat/internal.h void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, AVStream 301 libavformat/internal.h void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp); AVStream 331 libavformat/internal.h void avpriv_set_pts_info(AVStream *s, int pts_wrap_bits, AVStream 375 libavformat/internal.h void ff_free_stream(AVFormatContext *s, AVStream *st); AVStream 380 libavformat/internal.h void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st, AVStream 409 libavformat/internal.h AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision); AVStream 415 libavformat/internal.h int ff_generate_avci_extradata(AVStream *st); AVStream 439 libavformat/internal.h uint8_t *ff_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, AVStream 466 libavformat/internal.h int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts); AVStream 549 libavformat/ipmovie.c AVStream *st; AVStream 57 libavformat/ircamdec.c AVStream *st; AVStream 446 libavformat/isom.c int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb) AVStream 528 libavformat/isom.c int ff_mov_read_chan(AVFormatContext *s, AVStream *st, int64_t size) AVStream 204 libavformat/isom.h int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb); AVStream 73 libavformat/iss.c AVStream *st; AVStream 42 libavformat/iv8.c AVStream *st; AVStream 37 libavformat/ivfdec.c AVStream *st; AVStream 166 libavformat/jacosubdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 76 libavformat/jvdec.c AVStream *vst, *ast; AVStream 167 libavformat/jvdec.c AVStream *ast = s->streams[0]; AVStream 227 libavformat/jvdec.c AVStream *ast = s->streams[0]; AVStream 82 libavformat/libgme.c AVStream *st; AVStream 166 libavformat/libmodplug.c AVStream *st; AVStream 236 libavformat/libmodplug.c AVStream *vst = avformat_new_stream(s, NULL); AVStream 223 libavformat/libnut.c AVStream * st = avformat_new_stream(avf, NULL); AVStream 91 libavformat/libquvi.c AVStream *st = avformat_new_stream(s, NULL); AVStream 92 libavformat/libquvi.c AVStream *ist = qc->fmtctx->streams[i]; AVStream 64 libavformat/lmlm4.c AVStream *st; AVStream 70 libavformat/loasdec.c AVStream *st; AVStream 160 libavformat/lrcdec.c AVStream *st; AVStream 39 libavformat/lvfdec.c AVStream *st; AVStream 118 libavformat/lxfdec.c AVStream *st; AVStream 235 libavformat/lxfdec.c AVStream *st; AVStream 146 libavformat/matroska.c int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode) AVStream 299 libavformat/matroska.h int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode); AVStream 186 libavformat/matroskadec.c AVStream *stream; AVStream 198 libavformat/matroskadec.c AVStream *stream; AVStream 1582 libavformat/matroskadec.c AVStream *st = track->stream; AVStream 1637 libavformat/matroskadec.c AVStream *st; AVStream 2139 libavformat/matroskadec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 2342 libavformat/matroskadec.c MatroskaTrack *track, AVStream *st, AVStream 2500 libavformat/matroskadec.c AVStream *st, AVStream 2615 libavformat/matroskadec.c MatroskaTrack *track, AVStream *st, AVStream 2751 libavformat/matroskadec.c AVStream *st; AVStream 2983 libavformat/matroskadec.c AVStream *st = s->streams[stream_index]; AVStream 3237 libavformat/matroskadec.c AVStream *st = s->streams[0]; AVStream 702 libavformat/matroskaenc.c AVStream *st, int mode, int *h_width, int *h_height) AVStream 802 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 1044 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 1198 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 1241 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 39 libavformat/mgsts.c AVStream *st; AVStream 83 libavformat/microdvddec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 116 libavformat/mlvdec.c static int scan_file(AVFormatContext *avctx, AVStream *vst, AVStream *ast, int file) AVStream 243 libavformat/mlvdec.c AVStream *vst = NULL, *ast = NULL; AVStream 375 libavformat/mlvdec.c AVStream *st = avctx->streams[mlv->stream_index]; AVStream 89 libavformat/mm.c AVStream *st; AVStream 201 libavformat/mmf.c AVStream *st; AVStream 167 libavformat/mov.c AVStream *st; AVStream 452 libavformat/mov.c AVStream *st; AVStream 562 libavformat/mov.c AVStream *st; AVStream 615 libavformat/mov.c AVStream *st; AVStream 642 libavformat/mov.c AVStream *st; AVStream 674 libavformat/mov.c AVStream *st; AVStream 710 libavformat/mov.c AVStream *st; AVStream 729 libavformat/mov.c AVStream *st; AVStream 746 libavformat/mov.c AVStream *st; AVStream 863 libavformat/mov.c AVStream *st; AVStream 949 libavformat/mov.c AVStream *st; AVStream 981 libavformat/mov.c AVStream *st; AVStream 1050 libavformat/mov.c AVStream *st; AVStream 1122 libavformat/mov.c AVStream *st; AVStream 1253 libavformat/mov.c AVStream *st; AVStream 1284 libavformat/mov.c AVStream *st; AVStream 1315 libavformat/mov.c AVStream *st; AVStream 1345 libavformat/mov.c AVStream *st; AVStream 1365 libavformat/mov.c AVStream *st; AVStream 1422 libavformat/mov.c static int mov_codec_id(AVStream *st, uint32_t format) AVStream 1456 libavformat/mov.c AVStream *st, MOVStreamContext *sc) AVStream 1572 libavformat/mov.c AVStream *st, MOVStreamContext *sc) AVStream 1665 libavformat/mov.c AVStream *st, MOVStreamContext *sc, AVStream 1694 libavformat/mov.c static int mov_rewrite_dvd_sub_extradata(AVStream *st) AVStream 1730 libavformat/mov.c AVStream *st, MOVStreamContext *sc, AVStream 1781 libavformat/mov.c AVStream *st, MOVStreamContext *sc) AVStream 1883 libavformat/mov.c AVStream *st; AVStream 1969 libavformat/mov.c AVStream *st; AVStream 2011 libavformat/mov.c AVStream *st; AVStream 2046 libavformat/mov.c AVStream *st; AVStream 2094 libavformat/mov.c AVStream *st; AVStream 2176 libavformat/mov.c AVStream *st; AVStream 2259 libavformat/mov.c AVStream *st; AVStream 2315 libavformat/mov.c AVStream *st; AVStream 2355 libavformat/mov.c static void mov_build_index(MOVContext *mov, AVStream *st) AVStream 2663 libavformat/mov.c AVStream *st; AVStream 2773 libavformat/mov.c AVStream *st; AVStream 2885 libavformat/mov.c AVStream *st; AVStream 3086 libavformat/mov.c AVStream *st = NULL; AVStream 3116 libavformat/mov.c AVStream *st = NULL; AVStream 3724 libavformat/mov.c AVStream *st = NULL; AVStream 3795 libavformat/mov.c static int parse_timecode_in_framenum_format(AVFormatContext *s, AVStream *st, AVStream 3810 libavformat/mov.c static int mov_read_timecode_track(AVFormatContext *s, AVStream *st) AVStream 3844 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 3894 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 3910 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 4071 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 4091 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 4114 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 4123 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 4141 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 4177 libavformat/mov.c static AVIndexEntry *mov_find_next_sample(AVFormatContext *s, AVStream **st) AVStream 4183 libavformat/mov.c AVStream *avst = s->streams[i]; AVStream 4208 libavformat/mov.c AVStream *st = NULL; AVStream 4294 libavformat/mov.c static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, int flags) AVStream 4326 libavformat/mov.c AVStream *st; AVStream 547 libavformat/mov_chan.c int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st, AVStream 65 libavformat/mov_chan.h int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st, AVStream 1197 libavformat/movenc.c static AVRational find_fps(AVFormatContext *s, AVStream *st) AVStream 1214 libavformat/movenc.c AVStream *st = track->st; AVStream 1276 libavformat/movenc.c AVStream *st = track->st; AVStream 1636 libavformat/movenc.c AVStream *st = track->st; AVStream 2284 libavformat/movenc.c MOVTrack *track, AVStream *st) AVStream 2539 libavformat/movenc.c static int mov_write_track_metadata(AVIOContext *pb, AVStream *st, AVStream 2554 libavformat/movenc.c AVStream *st) AVStream 2581 libavformat/movenc.c MOVTrack *track, AVStream *st) AVStream 3808 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 3876 libavformat/movenc.c AVStream *video_st = s->streams[0]; AVStream 3946 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 4618 libavformat/movenc.c AVStream *src_st = s->streams[src_index]; AVStream 4681 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 4752 libavformat/movenc.c AVStream *st) AVStream 4888 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 4901 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 4910 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 4929 libavformat/movenc.c AVStream *st= s->streams[i]; AVStream 5044 libavformat/movenc.c AVStream *st= s->streams[i]; AVStream 5052 libavformat/movenc.c AVStream *stj= s->streams[j]; AVStream 5100 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 5113 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 102 libavformat/movenc.h AVStream *st; AVStream 34 libavformat/movenchint.c AVStream *src_st = s->streams[src_index]; AVStream 131 libavformat/mp3dec.c static void mp3_parse_info_tag(AVFormatContext *s, AVStream *st, AVStream 266 libavformat/mp3dec.c static void mp3_parse_vbri_tag(AVFormatContext *s, AVStream *st, int64_t base) AVStream 288 libavformat/mp3dec.c static int mp3_parse_vbr_tags(AVFormatContext *s, AVStream *st, int64_t base) AVStream 332 libavformat/mp3dec.c AVStream *st; AVStream 421 libavformat/mp3dec.c AVStream *st = s->streams[0]; AVStream 575 libavformat/mp3enc.c AVStream *st = s->streams[i]; AVStream 59 libavformat/mpc.c AVStream *st; AVStream 194 libavformat/mpc.c AVStream *st = s->streams[stream_index]; AVStream 213 libavformat/mpc8.c AVStream *st; AVStream 308 libavformat/mpc8.c AVStream *st = s->streams[stream_index]; AVStream 469 libavformat/mpeg.c AVStream *st; AVStream 686 libavformat/mpeg.c AVStream *st = NULL; AVStream 850 libavformat/mpeg.c AVStream *sub_st = s->streams[i]; AVStream 301 libavformat/mpegenc.c AVStream *st; AVStream 932 libavformat/mpegenc.c AVStream *st = ctx->streams[i]; AVStream 957 libavformat/mpegenc.c AVStream *st; AVStream 970 libavformat/mpegenc.c AVStream *st = ctx->streams[i]; AVStream 1006 libavformat/mpegenc.c AVStream *st = ctx->streams[i]; AVStream 1106 libavformat/mpegenc.c AVStream *st = ctx->streams[stream_index]; AVStream 225 libavformat/mpegts.c AVStream *st; AVStream 226 libavformat/mpegts.c AVStream *sub_st; /**< stream for the embedded AC3 stream in HDMV TrueHD */ AVStream 737 libavformat/mpegts.c static void mpegts_find_stream_type(AVStream *st, AVStream 755 libavformat/mpegts.c static int mpegts_set_stream_info(AVStream *st, PESContext *pes, AVStream 788 libavformat/mpegts.c AVStream *sub_st; AVStream 1118 libavformat/mpegts.c AVStream *st = NULL; AVStream 1126 libavformat/mpegts.c AVStream *pst = pes->stream->streams[p->stream_index[i]]; AVStream 1477 libavformat/mpegts.c AVStream *st; AVStream 1535 libavformat/mpegts.c int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, AVStream 1792 libavformat/mpegts.c AVStream *st; AVStream 2217 libavformat/mpegts.c AVStream *st = ts->stream->streams[i]; AVStream 2496 libavformat/mpegts.c AVStream *st; AVStream 104 libavformat/mpegts.h int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, AVStream 113 libavformat/mpegts.h int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt); AVStream 263 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 608 libavformat/mpegtsenc.c AVStream *st, *pcr_st = NULL; AVStream 716 libavformat/mpegtsenc.c AVStream *ast; AVStream 884 libavformat/mpegtsenc.c static void mpegts_insert_pcr_only(AVFormatContext *s, AVStream *st) AVStream 960 libavformat/mpegtsenc.c static void mpegts_write_pes(AVFormatContext *s, AVStream *st, AVStream 1204 libavformat/mpegtsenc.c int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt) AVStream 1220 libavformat/mpegtsenc.c static int check_hevc_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt) AVStream 1236 libavformat/mpegtsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1347 libavformat/mpegtsenc.c AVStream *st2 = s->streams[i]; AVStream 1395 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 1426 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 77 libavformat/mpl2dec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 57 libavformat/mpsubdec.c AVStream *st; AVStream 77 libavformat/msnwc_tcp.c AVStream *st; AVStream 105 libavformat/mtv.c AVStream *st; AVStream 102 libavformat/mux.c AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision) AVStream 171 libavformat/mux.c static int validate_codec_tag(AVFormatContext *s, AVStream *st) AVStream 208 libavformat/mux.c AVStream *st; AVStream 370 libavformat/mux.c AVStream *st; AVStream 439 libavformat/mux.c static int compute_pkt_fields2(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 545 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 555 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 668 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 748 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 749 libavformat/mux.c AVStream *st2 = s->streams[next->stream_index]; AVStream 828 libavformat/mux.c AVStream *st; AVStream 877 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 103 libavformat/mvdec.c static int set_channels(AVFormatContext *avctx, AVStream *st, int channels) AVStream 119 libavformat/mvdec.c static int parse_global_var(AVFormatContext *avctx, AVStream *st, AVStream 143 libavformat/mvdec.c static int parse_audio_var(AVFormatContext *avctx, AVStream *st, AVStream 173 libavformat/mvdec.c static int parse_video_var(AVFormatContext *avctx, AVStream *st, AVStream 226 libavformat/mvdec.c static int read_table(AVFormatContext *avctx, AVStream *st, AVStream 227 libavformat/mvdec.c int (*parse)(AVFormatContext *avctx, AVStream *st, AVStream 253 libavformat/mvdec.c static void read_index(AVIOContext *pb, AVStream *st) AVStream 274 libavformat/mvdec.c AVStream *ast = NULL, *vst = NULL; //initialization to suppress warning AVStream 408 libavformat/mvdec.c AVStream *st = avctx->streams[mv->stream_index]; AVStream 456 libavformat/mvdec.c AVStream *st = avctx->streams[stream_index]; AVStream 46 libavformat/mvi.c AVStream *ast, *vst; AVStream 375 libavformat/mxfdec.c static int mxf_get_d10_aes3_packet(AVIOContext *pb, AVStream *st, AVPacket *pkt, int64_t length) AVStream 1633 libavformat/mxfdec.c static int mxf_parse_physical_source_package(MXFContext *mxf, MXFTrack *source_track, AVStream *st) AVStream 1725 libavformat/mxfdec.c AVStream *st; AVStream 2461 libavformat/mxfdec.c AVStream *st = NULL; AVStream 2743 libavformat/mxfdec.c AVStream *st = mxf->fc->streams[stream_index]; AVStream 2820 libavformat/mxfdec.c AVStream *st; AVStream 2904 libavformat/mxfdec.c AVStream *st; AVStream 3019 libavformat/mxfdec.c AVStream *st = s->streams[stream_index]; AVStream 3072 libavformat/mxfdec.c AVStream *cur_st = s->streams[i]; AVStream 91 libavformat/mxfenc.c void (*write_desc)(AVFormatContext *, AVStream *); AVStream 108 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st); AVStream 109 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st); AVStream 110 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st); AVStream 111 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st); AVStream 112 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st); AVStream 308 libavformat/mxfenc.c AVStream *timecode_track; AVStream 542 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 701 libavformat/mxfenc.c static void mxf_write_track(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type) AVStream 742 libavformat/mxfenc.c static void mxf_write_common_fields(AVFormatContext *s, AVStream *st) AVStream 761 libavformat/mxfenc.c static void mxf_write_sequence(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type) AVStream 789 libavformat/mxfenc.c static void mxf_write_timecode_component(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type) AVStream 817 libavformat/mxfenc.c static void mxf_write_structural_component(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type) AVStream 890 libavformat/mxfenc.c static void mxf_write_generic_desc(AVFormatContext *s, AVStream *st, const UID key, unsigned size) AVStream 919 libavformat/mxfenc.c static void mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const UID key, unsigned size) AVStream 1000 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st) AVStream 1005 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st) AVStream 1028 libavformat/mxfenc.c static void mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, const UID key, unsigned size) AVStream 1066 libavformat/mxfenc.c static void mxf_write_wav_common(AVFormatContext *s, AVStream *st, const UID key, unsigned size) AVStream 1080 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st) AVStream 1085 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st) AVStream 1090 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st) AVStream 1154 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 1275 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 1458 libavformat/mxfenc.c static int mxf_parse_dnxhd_frame(AVFormatContext *s, AVStream *st, AVStream 1527 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 1541 libavformat/mxfenc.c static int mxf_parse_dv_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 1602 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 1638 libavformat/mxfenc.c static int mxf_parse_h264_frame(AVFormatContext *s, AVStream *st, AVStream 1738 libavformat/mxfenc.c static int mxf_parse_mpeg2_frame(AVFormatContext *s, AVStream *st, AVStream 1841 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 2022 libavformat/mxfenc.c static void mxf_write_d10_video_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 2051 libavformat/mxfenc.c static void mxf_write_d10_audio_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 2087 libavformat/mxfenc.c AVStream *st = s->streams[0]; AVStream 2139 libavformat/mxfenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 44 libavformat/mxg.c AVStream *video_st, *audio_st; AVStream 49 libavformat/ncdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 40 libavformat/nistspheredec.c AVStream *st; AVStream 385 libavformat/nsvdec.c AVStream *st; AVStream 534 libavformat/nsvdec.c AVStream *st[2] = {NULL, NULL}; AVStream 693 libavformat/nsvdec.c AVStream *st = s->streams[stream_index]; AVStream 370 libavformat/nutdec.c AVStream *st; AVStream 489 libavformat/nutdec.c AVStream *st = NULL; AVStream 1141 libavformat/nutdec.c AVStream *st = s->streams[stream_index]; AVStream 418 libavformat/nutenc.c AVStream *st, int i) AVStream 510 libavformat/nutenc.c AVStream* st = s->streams[stream_id]; AVStream 720 libavformat/nutenc.c AVStream *st = s->streams[i]; AVStream 1006 libavformat/nutenc.c AVStream *st = s->streams[i]; AVStream 69 libavformat/nuv.c static int get_codec_data(AVIOContext *pb, AVStream *vst, AVStream 70 libavformat/nuv.c AVStream *ast, int myth) AVStream 159 libavformat/nuv.c AVStream *vst = NULL, *ast = NULL; AVStream 239 libavformat/oggdec.c AVStream *st; AVStream 135 libavformat/oggdec.h int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st, AVStream 163 libavformat/oggenc.c AVStream *st2 = s->streams[next->stream_index]; AVStream 164 libavformat/oggenc.c AVStream *st = s->streams[page->stream_index]; AVStream 211 libavformat/oggenc.c static int ogg_buffer_data(AVFormatContext *s, AVStream *st, AVStream 264 libavformat/oggenc.c AVStream *st = s->streams[page->stream_index]; AVStream 435 libavformat/oggenc.c AVStream *st = s->streams[i]; AVStream 549 libavformat/oggenc.c AVStream *st = s->streams[j]; AVStream 568 libavformat/oggenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 639 libavformat/oggenc.c AVStream *st = s->streams[i]; AVStream 37 libavformat/oggparsecelt.c AVStream *st = s->streams[idx]; AVStream 31 libavformat/oggparsedirac.c AVStream *st = s->streams[idx]; AVStream 75 libavformat/oggparsedirac.c AVStream *st = s->streams[idx]; AVStream 35 libavformat/oggparseflac.c AVStream *st = s->streams[idx]; AVStream 84 libavformat/oggparseflac.c AVStream *st = s->streams[idx]; AVStream 40 libavformat/oggparseogm.c AVStream *st = s->streams[idx]; AVStream 125 libavformat/oggparseogm.c AVStream *st = s->streams[idx]; AVStream 42 libavformat/oggparseopus.c AVStream *st = avf->streams[idx]; AVStream 113 libavformat/oggparseopus.c AVStream *st = avf->streams[idx]; AVStream 30 libavformat/oggparseskeleton.c AVStream *st = s->streams[idx]; AVStream 45 libavformat/oggparsespeex.c AVStream *st = s->streams[idx]; AVStream 42 libavformat/oggparsetheora.c AVStream *st = s->streams[idx]; AVStream 74 libavformat/oggparsevorbis.c int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st, AVStream 267 libavformat/oggparsevorbis.c AVStream *st = s->streams[idx]; AVStream 296 libavformat/oggparsevorbis.c AVStream *st = s->streams[idx]; AVStream 35 libavformat/oggparsevp8.c AVStream *st = s->streams[idx]; AVStream 295 libavformat/omadec.c AVStream *st; AVStream 417 libavformat/omadec.c AVStream *st = s->streams[0]; AVStream 92 libavformat/paf.c AVStream *ast, *vst; AVStream 48 libavformat/pcm.c AVStream *st; AVStream 38 libavformat/pcmdec.c AVStream *st; AVStream 67 libavformat/pjsdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 54 libavformat/pmpdec.c AVStream *vst = avformat_new_stream(s, NULL); AVStream 117 libavformat/pmpdec.c AVStream *ast = avformat_new_stream(s, NULL); AVStream 171 libavformat/psxstr.c AVStream *st; AVStream 58 libavformat/pva.c AVStream *st; AVStream 36 libavformat/pvfdec.c AVStream *st; AVStream 89 libavformat/qcp.c AVStream *st = avformat_new_stream(s, NULL); AVStream 54 libavformat/r3d.c AVStream *st = avformat_new_stream(s, NULL); AVStream 98 libavformat/r3d.c AVStream *ast = avformat_new_stream(s, NULL); AVStream 123 libavformat/r3d.c AVStream *st = s->streams[0]; AVStream 221 libavformat/r3d.c AVStream *st = s->streams[0]; AVStream 276 libavformat/r3d.c AVStream *st = s->streams[1]; AVStream 367 libavformat/r3d.c AVStream *st = s->streams[0]; // video stream AVStream 57 libavformat/rawdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 72 libavformat/rawdec.c AVStream *st; AVStream 97 libavformat/rawdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 40 libavformat/rawvideodec.c AVStream *st; AVStream 71 libavformat/rawvideodec.c AVStream *st = s->streams[0]; AVStream 46 libavformat/rdt.c AVStream **streams; AVStream 132 libavformat/rdt.c rdt_load_mdpr (PayloadContext *rdt, AVStream *st, int rule_nr) AVStream 294 libavformat/rdt.c rdt_parse_packet (AVFormatContext *ctx, PayloadContext *rdt, AVStream *st, AVStream 412 libavformat/rdt.c AVStream *stream = s->streams[st_index]; AVStream 447 libavformat/rdt.c real_parse_asm_rule(AVStream *st, const char *p, const char *end) AVStream 459 libavformat/rdt.c static AVStream * AVStream 460 libavformat/rdt.c add_dstream(AVFormatContext *s, AVStream *orig_st) AVStream 462 libavformat/rdt.c AVStream *st; AVStream 474 libavformat/rdt.c real_parse_asm_rulebook(AVFormatContext *s, AVStream *orig_st, AVStream 479 libavformat/rdt.c AVStream *st; AVStream 63 libavformat/realtextdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 63 libavformat/redspark.c AVStream *st; AVStream 70 libavformat/replaygain.c int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp, AVStream 91 libavformat/replaygain.c int ff_replaygain_export(AVStream *st, AVDictionary *metadata) AVStream 29 libavformat/replaygain.h int ff_replaygain_export(AVStream *st, AVDictionary *metadata); AVStream 35 libavformat/replaygain.h int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp, AVStream 46 libavformat/riff.h int ff_get_bmp_header(AVIOContext *pb, AVStream *st, unsigned *esize); AVStream 70 libavformat/riff.h void ff_parse_specific_params(AVStream *st, int *au_rate, int *au_ssize, int *au_scale); AVStream 180 libavformat/riffdec.c int ff_get_bmp_header(AVIOContext *pb, AVStream *st, unsigned *esize) AVStream 237 libavformat/riffenc.c void ff_parse_specific_params(AVStream *st, int *au_rate, AVStream 79 libavformat/rl2.c AVStream *st; AVStream 263 libavformat/rl2.c AVStream *st = s->streams[stream_index]; AVStream 274 libavformat/rl2.c AVStream *st2 = s->streams[i]; AVStream 52 libavformat/rm.h AVStream *st, RMStream *rst, AVStream 73 libavformat/rm.h AVStream *st, RMStream *rst, int len, AVStream 93 libavformat/rm.h AVStream *st, RMStream *rst, AVPacket *pkt); AVStream 127 libavformat/rmdec.c AVStream *st, RMStream *ast, int read_all) AVStream 313 libavformat/rmdec.c AVStream *st, RMStream *rst, AVStream 438 libavformat/rmdec.c AVStream *st; AVStream 493 libavformat/rmdec.c AVStream *st; AVStream 508 libavformat/rmdec.c AVStream *st; AVStream 642 libavformat/rmdec.c AVStream *st; AVStream 819 libavformat/rmdec.c rm_ac3_swap_bytes (AVStream *st, AVPacket *pkt) AVStream 845 libavformat/rmdec.c AVStream *st, RMStream *ast, int len, AVPacket *pkt, AVStream 940 libavformat/rmdec.c AVStream *st, RMStream *ast, AVPacket *pkt) AVStream 973 libavformat/rmdec.c AVStream *st = NULL; // init to silence compiler warning AVStream 1067 libavformat/rmdec.c AVStream *st; AVStream 322 libavformat/rmenc.c AVStream *st = s->streams[n]; AVStream 119 libavformat/rpl.c AVStream *vst = NULL, *ast = NULL; AVStream 279 libavformat/rpl.c AVStream* stream; AVStream 60 libavformat/rsd.c AVStream *st = avformat_new_stream(s, NULL); AVStream 36 libavformat/rsodec.c AVStream *st; AVStream 509 libavformat/rtpdec.c RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, AVStream 600 libavformat/rtpdec.c AVStream *st; AVStream 851 libavformat/rtpdec.c AVStream *stream, PayloadContext *data, const char *p, AVStream 853 libavformat/rtpdec.c AVStream *stream, AVStream 43 libavformat/rtpdec.h RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, AVStream 110 libavformat/rtpdec.h AVStream *st, AVPacket *pkt, AVStream 151 libavformat/rtpdec.h AVStream *st; AVStream 206 libavformat/rtpdec.h AVStream *stream, PayloadContext *data, const char *p, AVStream 208 libavformat/rtpdec.h AVStream *stream, AVStream 41 libavformat/rtpdec_ac3.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 48 libavformat/rtpdec_amr.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 136 libavformat/rtpdec_amr.c AVStream *stream, PayloadContext *data, AVStream 182 libavformat/rtpdec_asf.c AVStream *st, AVPacket *pkt, AVStream 41 libavformat/rtpdec_dv.c AVStream *stream, AVStream 75 libavformat/rtpdec_dv.c AVStream *current_stream; AVStream 92 libavformat/rtpdec_dv.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 35 libavformat/rtpdec_formats.h AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 29 libavformat/rtpdec_g726.c AVStream *stream = s->streams[st_index]; \ AVStream 47 libavformat/rtpdec_h261.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 28 libavformat/rtpdec_h263.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 49 libavformat/rtpdec_h263_rfc2190.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 145 libavformat/rtpdec_h264.c AVStream *stream, AVStream 309 libavformat/rtpdec_h264.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 390 libavformat/rtpdec_h264.c AVStream *stream; AVStream 50 libavformat/rtpdec_hevc.c AVStream *stream, AVStream 134 libavformat/rtpdec_hevc.c AVStream *current_stream; AVStream 188 libavformat/rtpdec_hevc.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 27 libavformat/rtpdec_ilbc.c AVStream *stream, PayloadContext *data, AVStream 51 libavformat/rtpdec_ilbc.c AVStream *st; AVStream 213 libavformat/rtpdec_jpeg.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 42 libavformat/rtpdec_latm.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 92 libavformat/rtpdec_latm.c static int parse_fmtp_config(AVStream *st, const char *value) AVStream 132 libavformat/rtpdec_latm.c AVStream *stream, PayloadContext *data, AVStream 67 libavformat/rtpdec_mpa_robust.c AVStream *st, AVPacket *pkt, AVStream 27 libavformat/rtpdec_mpeg12.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 162 libavformat/rtpdec_mpeg4.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 274 libavformat/rtpdec_mpeg4.c AVStream *stream, PayloadContext *data, AVStream 51 libavformat/rtpdec_mpegts.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 51 libavformat/rtpdec_qcelp.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 55 libavformat/rtpdec_qcelp.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 152 libavformat/rtpdec_qcelp.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 202 libavformat/rtpdec_qcelp.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 77 libavformat/rtpdec_qdm2.c static int qdm2_parse_config(PayloadContext *qdm, AVStream *st, AVStream 152 libavformat/rtpdec_qdm2.c static int qdm2_parse_subpacket(PayloadContext *qdm, AVStream *st, AVStream 186 libavformat/rtpdec_qdm2.c static int qdm2_restore_block(PayloadContext *qdm, AVStream *st, AVPacket *pkt) AVStream 238 libavformat/rtpdec_qdm2.c AVStream *st, AVPacket *pkt, AVStream 43 libavformat/rtpdec_qt.c AVStream *st, AVPacket *pkt, AVStream 44 libavformat/rtpdec_svq3.c AVStream *st, AVPacket *pkt, AVStream 66 libavformat/rtpdec_vp8.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 44 libavformat/rtpdec_vp9.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 61 libavformat/rtpdec_xiph.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 286 libavformat/rtpdec_xiph.c AVStream* stream, AVStream 93 libavformat/rtpenc.c AVStream *st; AVStream 459 libavformat/rtpenc.c AVStream *st = s1->streams[0]; AVStream 494 libavformat/rtpenc.c AVStream *st = s1->streams[0]; AVStream 30 libavformat/rtpenc.h AVStream *st; AVStream 30 libavformat/rtpenc_aac.c AVStream *st = s1->streams[0]; AVStream 33 libavformat/rtpenc_amr.c AVStream *st = s1->streams[0]; AVStream 29 libavformat/rtpenc_chain.c AVStream *st, URLContext *handle, int packet_size, AVStream 29 libavformat/rtpenc_chain.h AVStream *st, URLContext *handle, int packet_size, AVStream 54 libavformat/rtpenc_mpegts.c AVStream *st; AVStream 64 libavformat/rtpenc_mpegts.c AVStream* st = avformat_new_stream(mpegts_ctx, NULL); AVStream 36 libavformat/rtpenc_xiph.c AVStream *st = s1->streams[0]; AVStream 184 libavformat/rtsp.c RTSPStream *rtsp_st, AVStream *st) AVStream 202 libavformat/rtsp.c AVStream *st) AVStream 222 libavformat/rtsp.c AVStream *st, RTSPStream *rtsp_st, AVStream 364 libavformat/rtsp.c AVStream *st; AVStream 772 libavformat/rtsp.c AVStream *st = NULL; AVStream 2129 libavformat/rtsp.c AVStream *st = NULL; AVStream 2134 libavformat/rtsp.c AVStream *st2 = NULL; AVStream 554 libavformat/rtspdec.c AVStream *st = NULL; AVStream 52 libavformat/samidec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 172 libavformat/sapdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 221 libavformat/sapdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 1386 libavformat/sbgdec.c AVStream *st; AVStream 723 libavformat/sdp.c void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, AVStream 824 libavformat/sdp.c void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, AVStream 38 libavformat/sdr2.c AVStream *st, *ast; AVStream 117 libavformat/seek-test.c AVStream *av_uninit(st); AVStream 91 libavformat/segafilm.c AVStream *st; AVStream 152 libavformat/segment.c AVStream *st; AVStream 698 libavformat/segment.c AVStream *inner_st = oc->streams[i]; AVStream 699 libavformat/segment.c AVStream *outer_st = s->streams[i]; AVStream 724 libavformat/segment.c AVStream *st = s->streams[pkt->stream_index]; AVStream 89 libavformat/sierravmd.c AVStream *st = NULL, *vst = NULL; AVStream 77 libavformat/siff.c AVStream *ast; AVStream 94 libavformat/siff.c AVStream *st; AVStream 111 libavformat/smacker.c AVStream *st, *ast[7]; AVStream 49 libavformat/smjpegdec.c AVStream *ast = NULL, *vst = NULL; AVStream 58 libavformat/smjpegenc.c AVStream *st = s->streams[n]; AVStream 99 libavformat/smjpegenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 316 libavformat/smoothstreamingenc.c AVStream *st; AVStream 580 libavformat/smoothstreamingenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 50 libavformat/smush.c AVStream *vst, *ast; AVStream 89 libavformat/sol.c AVStream *st; AVStream 52 libavformat/soxdec.c AVStream *st; AVStream 213 libavformat/spdifdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 87 libavformat/srtdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 75 libavformat/stldec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 48 libavformat/subviewer1dec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 72 libavformat/subviewerdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 27 libavformat/supdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 135 libavformat/swf.h AVStream *video_st; AVStream 164 libavformat/swfdec.c static AVStream *create_new_audio_stream(AVFormatContext *s, int id, int info) AVStream 167 libavformat/swfdec.c AVStream *ast = avformat_new_stream(s, NULL); AVStream 194 libavformat/swfdec.c AVStream *vst = NULL, *ast = NULL, *st = 0; AVStream 53 libavformat/takdec.c AVStream *st; AVStream 278 libavformat/tedcaptionsdec.c AVStream *st; AVStream 143 libavformat/tee.c AVStream *st, *st2; AVStream 320 libavformat/tee.c AVStream *st = slave->avf->streams[i]; AVStream 42 libavformat/thp.c AVStream* vst; AVStream 65 libavformat/thp.c AVStream *st; AVStream 190 libavformat/tiertexseq.c AVStream *st; AVStream 71 libavformat/tmv.c AVStream *vst, *ast; AVStream 57 libavformat/tta.c AVStream *st; AVStream 156 libavformat/tta.c AVStream *st = s->streams[0]; AVStream 180 libavformat/tta.c AVStream *st = s->streams[stream_index]; AVStream 79 libavformat/tty.c AVStream *st = avformat_new_stream(avctx, NULL); AVStream 42 libavformat/txd.c AVStream *st; AVStream 92 libavformat/utils.c static int64_t wrap_timestamp(AVStream *st, int64_t timestamp) AVStream 106 libavformat/utils.c MAKE_ACCESSORS(AVStream, stream, AVRational, r_frame_rate) AVStream 107 libavformat/utils.c MAKE_ACCESSORS(AVStream, stream, char *, recommended_encoder_configuration) AVStream 116 libavformat/utils.c int64_t av_stream_get_end_pts(const AVStream *st) AVStream 121 libavformat/utils.c struct AVCodecParserContext *av_stream_get_parser(const AVStream *st) AVStream 131 libavformat/utils.c AVStream *st = s->streams[i]; AVStream 149 libavformat/utils.c static const AVCodec *find_decoder(AVFormatContext *s, AVStream *st, enum AVCodecID codec_id) AVStream 264 libavformat/utils.c static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st, AVStream 506 libavformat/utils.c static void force_codec_ids(AVFormatContext *s, AVStream *st) AVStream 524 libavformat/utils.c static int probe_codec(AVFormatContext *s, AVStream *st, const AVPacket *pkt) AVStream 574 libavformat/utils.c static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt) AVStream 643 libavformat/utils.c AVStream *st; AVStream 743 libavformat/utils.c void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st, AVStream 809 libavformat/utils.c static int has_decode_delay_been_guessed(AVStream *st) AVStream 827 libavformat/utils.c static AVPacketList *get_next_pkt(AVFormatContext *s, AVStream *st, AVPacketList *pktl) AVStream 836 libavformat/utils.c static int64_t select_from_pts_buffer(AVStream *st, int64_t *pts_buffer, int64_t dts) { AVStream 881 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 929 libavformat/utils.c static void update_initial_durations(AVFormatContext *s, AVStream *st, AVStream 982 libavformat/utils.c static void compute_pkt_fields(AVFormatContext *s, AVStream *st, AVStream 1183 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 1301 libavformat/utils.c static int64_t ts_to_samples(AVStream *st, int64_t ts) AVStream 1314 libavformat/utils.c AVStream *st; AVStream 1402 libavformat/utils.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1471 libavformat/utils.c AVStream *st; AVStream 1577 libavformat/utils.c AVStream *st; AVStream 1614 libavformat/utils.c AVStream *st; AVStream 1645 libavformat/utils.c void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp) AVStream 1650 libavformat/utils.c AVStream *st = s->streams[i]; AVStream 1661 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 1731 libavformat/utils.c int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, AVStream 1773 libavformat/utils.c int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp, int flags) AVStream 1796 libavformat/utils.c AVStream *st; AVStream 2025 libavformat/utils.c AVStream *st; AVStream 2088 libavformat/utils.c AVStream *st; AVStream 2223 libavformat/utils.c AVStream *st; AVStream 2245 libavformat/utils.c AVStream *st; AVStream 2315 libavformat/utils.c AVStream *st; AVStream 2335 libavformat/utils.c AVStream *st; AVStream 2389 libavformat/utils.c AVStream *st; AVStream 2544 libavformat/utils.c AVStream av_unused *st; AVStream 2559 libavformat/utils.c static int has_codec_parameters(AVStream *st, const char **errmsg_ptr) AVStream 2607 libavformat/utils.c static int try_decode_frame(AVFormatContext *s, AVStream *st, AVPacket *avpkt, AVStream 2889 libavformat/utils.c int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts) AVStream 2952 libavformat/utils.c AVStream *st = ic->streams[i]; AVStream 3016 libavformat/utils.c AVStream *st; AVStream 3498 libavformat/utils.c AVStream *st = ic->streams[real_stream_index]; AVStream 3564 libavformat/utils.c void ff_free_stream(AVFormatContext *s, AVStream *st) { AVStream 3656 libavformat/utils.c AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c) AVStream 3658 libavformat/utils.c AVStream *st; AVStream 3660 libavformat/utils.c AVStream **streams; AVStream 3669 libavformat/utils.c st = av_mallocz(sizeof(AVStream)); AVStream 3990 libavformat/utils.c void avpriv_set_pts_info(AVStream *s, int pts_wrap_bits, AVStream 4170 libavformat/utils.c AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame) AVStream 4193 libavformat/utils.c AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame) AVStream 4214 libavformat/utils.c int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVStream 4300 libavformat/utils.c int ff_generate_avci_extradata(AVStream *st) AVStream 4436 libavformat/utils.c uint8_t *av_stream_get_side_data(AVStream *st, enum AVPacketSideDataType type, AVStream 4451 libavformat/utils.c uint8_t *ff_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, AVStream 48 libavformat/vc1test.c AVStream *st; AVStream 122 libavformat/vivo.c AVStream *ast, *vst; AVStream 50 libavformat/voc.h AVStream *st, int max_size); AVStream 46 libavformat/vocdec.c AVStream *st; AVStream 65 libavformat/vocdec.c ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) AVStream 190 libavformat/vocdec.c AVStream *st = s->streams[stream_index]; AVStream 60 libavformat/vplayerdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 95 libavformat/vqf.c AVStream *st = avformat_new_stream(s, NULL); AVStream 263 libavformat/vqf.c AVStream *st; AVStream 118 libavformat/wavdec.c static void handle_stream_probing(AVStream *st) AVStream 126 libavformat/wavdec.c static int wav_parse_fmt_tag(AVFormatContext *s, int64_t size, AVStream **st) AVStream 255 libavformat/wavdec.c AVStream *st = NULL; AVStream 312 libavformat/wavdec.c AVStream *vst; AVStream 478 libavformat/wavdec.c AVStream *st; AVStream 581 libavformat/wavdec.c AVStream *st; AVStream 654 libavformat/wavdec.c AVStream *st; AVStream 94 libavformat/wc3movie.c AVStream *st; AVStream 140 libavformat/webmdashenc.c static int write_representation(AVFormatContext *s, AVStream *stream, int id, AVStream 36 libavformat/webpenc.c AVStream *st; AVStream 57 libavformat/webpenc.c AVStream *st = s->streams[0]; AVStream 65 libavformat/webvttdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 48 libavformat/webvttenc.c AVStream *s = ctx->streams[0]; AVStream 86 libavformat/westwood_aud.c AVStream *st; AVStream 136 libavformat/westwood_aud.c AVStream *st = s->streams[0]; AVStream 83 libavformat/westwood_vqa.c AVStream *st; AVStream 188 libavformat/westwood_vqa.c AVStream *st = avformat_new_stream(s, NULL); AVStream 436 libavformat/wtvdec.c AVStream *st; AVStream 566 libavformat/wtvdec.c static int parse_videoinfoheader2(AVFormatContext *s, AVStream *st) AVStream 580 libavformat/wtvdec.c static void parse_mpeg1waveformatex(AVStream *st) AVStream 609 libavformat/wtvdec.c static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) AVStream 643 libavformat/wtvdec.c static AVStream * parse_media_type(AVFormatContext *s, AVStream *st, int sid, AVStream 845 libavformat/wtvdec.c AVStream *st = s->streams[stream_index]; AVStream 866 libavformat/wtvdec.c AVStream *st = s->streams[stream_index]; AVStream 887 libavformat/wtvdec.c AVStream *st = s->streams[stream_index]; AVStream 1014 libavformat/wtvdec.c AVStream *st = s->streams[0]; AVStream 1079 libavformat/wtvdec.c AVStream *st = s->streams[0]; AVStream 216 libavformat/wtvenc.c static void put_videoinfoheader2(AVIOContext *pb, AVStream *st) AVStream 259 libavformat/wtvenc.c static int write_stream_codec_info(AVFormatContext *s, AVStream *st) AVStream 317 libavformat/wtvenc.c static int write_stream_codec(AVFormatContext *s, AVStream * st) AVStream 354 libavformat/wtvenc.c static int write_stream_data(AVFormatContext *s, AVStream *st) AVStream 382 libavformat/wtvenc.c AVStream *st; AVStream 464 libavformat/wtvenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 681 libavformat/wtvenc.c AVStream *st = s->streams[wctx->thumbnail.stream_index]; AVStream 710 libavformat/wtvenc.c AVStream *st = s->streams[wctx->thumbnail.stream_index]; AVStream 216 libavformat/wvdec.c AVStream *st; AVStream 315 libavformat/wvdec.c AVStream *st = s->streams[stream_index]; AVStream 69 libavformat/xa.c AVStream *st; AVStream 103 libavformat/xa.c AVStream *st = s->streams[0]; AVStream 142 libavformat/xmv.c AVStream *vst = NULL; AVStream 193 libavformat/xmv.c AVStream *ast = NULL; AVStream 380 libavformat/xmv.c AVStream *vst = s->streams[xmv->video.stream_index]; AVStream 52 libavformat/xwma.c AVStream *st; AVStream 258 libavformat/xwma.c AVStream *st; AVStream 62 libavformat/yop.c AVStream *audio_stream, *video_stream; AVStream 42 libavformat/yuv4mpegdec.c AVStream *st; AVStream 268 libavformat/yuv4mpegdec.c AVStream *st = s->streams[0]; AVStream 31 libavformat/yuv4mpegenc.c AVStream *st; AVStream 139 libavformat/yuv4mpegenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 522 tools/ismindex.c AVStream *st = ctx->streams[i]; AVStream 146 tools/sidxindex.c AVStream *st = ctx->streams[i]; AVStream 12 tools/uncoded_frame.c AVStream *stream;