AVStream 41 doc/examples/demuxing_decoding.c static AVStream *video_stream = NULL, *audio_stream = NULL; AVStream 151 doc/examples/demuxing_decoding.c AVStream *st; AVStream 29 doc/examples/extract_mvs.c static AVStream *video_stream = NULL; AVStream 79 doc/examples/extract_mvs.c AVStream *st; AVStream 153 doc/examples/hw_decode.c AVStream *video = NULL; AVStream 54 doc/examples/muxing.c AVStream *st; AVStream 82 doc/examples/muxing.c AVStream *st, AVFrame *frame) AVStream 140 doc/examples/qsvdec.c AVStream *video_st = NULL; AVStream 167 doc/examples/qsvdec.c AVStream *st = input_ctx->streams[i]; AVStream 97 doc/examples/remuxing.c AVStream *out_stream; AVStream 98 doc/examples/remuxing.c AVStream *in_stream = ifmt_ctx->streams[i]; AVStream 141 doc/examples/remuxing.c AVStream *in_stream, *out_stream; AVStream 146 doc/examples/transcode_aac.c AVStream *stream = NULL; AVStream 74 doc/examples/transcoding.c AVStream *stream = ifmt_ctx->streams[i]; AVStream 113 doc/examples/transcoding.c AVStream *out_stream; AVStream 114 doc/examples/transcoding.c AVStream *in_stream; AVStream 45 doc/examples/vaapi_transcode.c static AVStream *ost; AVStream 66 doc/examples/vaapi_transcode.c AVStream *video = NULL; AVStream 2096 fftools/cmdutils.c int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec) AVStream 2105 fftools/cmdutils.c AVFormatContext *s, AVStream *st, AVCodec *codec) AVStream 2200 fftools/cmdutils.c double get_rotation(AVStream *st) AVStream 400 fftools/cmdutils.h int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec); AVStream 417 fftools/cmdutils.h AVFormatContext *s, AVStream *st, AVCodec *codec); AVStream 646 fftools/cmdutils.h double get_rotation(AVStream *st); AVStream 704 fftools/ffmpeg.c AVStream *st = ost->st; AVStream 3288 fftools/ffmpeg.c AVStream *st = oc->streams[j]; AVStream 3612 fftools/ffmpeg.c AVStream *st = file->ctx->streams[pkt->stream_index]; AVStream 4345 fftools/ffmpeg.c AVStream *st = is->streams[i]; AVStream 296 fftools/ffmpeg.h AVStream *st; AVStream 447 fftools/ffmpeg.h AVStream *st; /* stream in the output file */ AVStream 637 fftools/ffmpeg.h enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *avctx, AVCodec *codec, enum AVPixelFormat target); AVStream 638 fftools/ffmpeg.h void choose_sample_fmt(AVStream *st, AVCodec *codec); AVStream 63 fftools/ffmpeg_filter.c enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, AVCodec *codec, enum AVPixelFormat target) AVStream 93 fftools/ffmpeg_filter.c void choose_sample_fmt(AVStream *st, AVCodec *codec) AVStream 269 fftools/ffmpeg_filter.c AVStream *st = NULL; AVStream 456 fftools/ffmpeg_opt.c AVStream *st; AVStream 748 fftools/ffmpeg_opt.c static AVCodec *choose_decoder(OptionsContext *o, AVFormatContext *s, AVStream *st) AVStream 768 fftools/ffmpeg_opt.c AVStream *st = ic->streams[i]; AVStream 1023 fftools/ffmpeg_opt.c static void dump_attachment(AVStream *st, const char *filename) AVStream 1317 fftools/ffmpeg_opt.c AVStream *st = ic->streams[j]; AVStream 1412 fftools/ffmpeg_opt.c AVStream *st = avformat_new_stream(oc, NULL); AVStream 1637 fftools/ffmpeg_opt.c AVStream *st = ost->st; AVStream 1670 fftools/ffmpeg_opt.c AVStream *st; AVStream 1869 fftools/ffmpeg_opt.c AVStream *st; AVStream 1975 fftools/ffmpeg_opt.c AVStream *st; AVStream 2789 fftools/ffmpeg_opt.c AVStream *st = input_files[j]->ctx->streams[i]; AVStream 242 fftools/ffplay.c AVStream *audio_st; AVStream 278 fftools/ffplay.c AVStream *subtitle_st; AVStream 285 fftools/ffplay.c AVStream *video_st; AVStream 2733 fftools/ffplay.c static int stream_has_enough_packets(AVStream *st, int stream_id, PacketQueue *queue) { AVStream 2863 fftools/ffplay.c AVStream *st = ic->streams[i]; AVStream 2898 fftools/ffplay.c AVStream *st = ic->streams[st_index[AVMEDIA_TYPE_VIDEO]]; AVStream 3139 fftools/ffplay.c AVStream *st; AVStream 70 fftools/ffprobe.c AVStream *st; AVStream 2053 fftools/ffprobe.c AVStream *st = ifile->streams[pkt->stream_index].st; AVStream 2105 fftools/ffprobe.c static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, AVStream 2128 fftools/ffprobe.c static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream, AVStream 2487 fftools/ffprobe.c AVStream *stream = ist->st; AVStream 2914 fftools/ffprobe.c AVStream *stream = fmt_ctx->streams[i]; AVStream 63 libavdevice/alsa_dec.c AVStream *st; AVStream 53 libavdevice/alsa_enc.c AVStream *st = NULL; AVStream 640 libavdevice/android_camera.c static int add_display_matrix(AVFormatContext *avctx, AVStream *st) AVStream 667 libavdevice/android_camera.c AVStream *st; AVStream 262 libavdevice/bktr.c AVStream *st; AVStream 94 libavdevice/caca.c AVStream *st = s->streams[0]; AVStream 121 libavdevice/decklink_common.h AVStream *audio_st; AVStream 122 libavdevice/decklink_common.h AVStream *video_st; AVStream 123 libavdevice/decklink_common.h AVStream *teletext_st; AVStream 1006 libavdevice/decklink_dec.cpp AVStream *st; AVStream 164 libavdevice/decklink_enc.cpp static int decklink_setup_video(AVFormatContext *avctx, AVStream *st) AVStream 235 libavdevice/decklink_enc.cpp static int decklink_setup_audio(AVFormatContext *avctx, AVStream *st) AVStream 435 libavdevice/decklink_enc.cpp AVStream *st = avctx->streams[pkt->stream_index]; AVStream 598 libavdevice/decklink_enc.cpp AVStream *st = avctx->streams[n]; AVStream 623 libavdevice/decklink_enc.cpp AVStream *st = avctx->streams[pkt->stream_index]; AVStream 942 libavdevice/dshow.c AVStream *st; AVStream 68 libavdevice/fbdev_dec.c AVStream *st = NULL; AVStream 235 libavdevice/gdigrab.c AVStream *st = NULL; AVStream 239 libavdevice/jack.c AVStream *stream; AVStream 242 libavdevice/kmsgrab.c AVStream *stream; AVStream 101 libavdevice/lavfi.c AVStream *st; AVStream 240 libavdevice/lavfi.c AVStream *st; AVStream 318 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 101 libavdevice/libdc1394.c AVStream* vst; AVStream 130 libavdevice/openal-dec.c AVStream *st = NULL; AVStream 672 libavdevice/opengl_enc.c AVStream *st = s->streams[0]; AVStream 1059 libavdevice/opengl_enc.c AVStream *st; AVStream 47 libavdevice/oss_dec.c AVStream *st; AVStream 43 libavdevice/oss_enc.c AVStream *st; AVStream 141 libavdevice/pulse_audio_dec.c AVStream *st; AVStream 444 libavdevice/pulse_audio_enc.c AVStream *st = NULL; AVStream 639 libavdevice/pulse_audio_enc.c AVStream *st = h->streams[0]; AVStream 101 libavdevice/sdl2.c AVStream *st = s->streams[0]; AVStream 162 libavdevice/sdl2.c AVStream *st = s->streams[0]; AVStream 37 libavdevice/sndio_dec.c AVStream *st; AVStream 34 libavdevice/sndio_enc.c AVStream *st; AVStream 829 libavdevice/v4l2.c AVStream *st; AVStream 249 libavdevice/vfwcap.c AVStream *st; AVStream 542 libavdevice/xcbgrab.c AVStream *st = avformat_new_stream(s, NULL); AVStream 230 libavdevice/xv.c AVStream *st = s->streams[0]; AVStream 52 libavfilter/src_movie.c AVStream *st; AVStream 102 libavfilter/src_movie.c static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec) AVStream 106 libavfilter/src_movie.c AVStream *found = NULL; AVStream 217 libavfilter/src_movie.c AVStream *st; AVStream 280 libavfilter/vf_subtitles.c static int attachment_is_font(AVStream * st) AVStream 307 libavfilter/vf_subtitles.c AVStream *st; AVStream 359 libavfilter/vf_subtitles.c AVStream *st = fmt->streams[j]; AVStream 38 libavformat/3dostr.c AVStream *st; AVStream 114 libavformat/3dostr.c AVStream *st = s->streams[0]; AVStream 99 libavformat/4xm.c AVStream *st; AVStream 133 libavformat/4xm.c AVStream *st; AVStream 106 libavformat/aacdec.c AVStream *st; AVStream 87 libavformat/aadec.c AVStream *st; AVStream 37 libavformat/acm.c AVStream *st; AVStream 68 libavformat/act.c AVStream* st; AVStream 50 libavformat/adp.c AVStream *st; AVStream 38 libavformat/ads.c AVStream *st; AVStream 85 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 213 libavformat/aiffdec.c AVStream * st; AVStream 384 libavformat/aiffdec.c AVStream *st = s->streams[0]; AVStream 108 libavformat/aiffenc.c AVStream *st = s->streams[i]; AVStream 60 libavformat/aixdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 60 libavformat/alp.c AVStream *st; AVStream 84 libavformat/amr.c AVStream *st; AVStream 205 libavformat/amr.c AVStream *st = avformat_new_stream(s, NULL); AVStream 261 libavformat/amr.c AVStream *st = avformat_new_stream(s, NULL); AVStream 83 libavformat/anm.c AVStream *st; AVStream 39 libavformat/apc.c AVStream *st; AVStream 166 libavformat/ape.c AVStream *st; AVStream 461 libavformat/ape.c AVStream *st = s->streams[stream_index]; AVStream 66 libavformat/apetag.c AVStream *st = avformat_new_stream(s, NULL); AVStream 92 libavformat/apm.c AVStream *st; AVStream 152 libavformat/apngdec.c AVStream *st; AVStream 120 libavformat/apngenc.c AVStream *codec_stream = format_context->streams[0]; AVStream 37 libavformat/aptxdec.c static AVStream *aptx_read_header_common(AVFormatContext *s) AVStream 40 libavformat/aptxdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 53 libavformat/aptxdec.c AVStream *st = aptx_read_header_common(s); AVStream 65 libavformat/aptxdec.c AVStream *st = aptx_read_header_common(s); AVStream 53 libavformat/aqtitledec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 120 libavformat/argo_asf.c AVStream *st; AVStream 218 libavformat/argo_asf.c AVStream *st = s->streams[0]; AVStream 225 libavformat/asfdec_f.c AVStream *st = NULL; AVStream 402 libavformat/asfdec_f.c AVStream *st; AVStream 907 libavformat/asfdec_f.c AVStream *st = s->streams[stream_num]; AVStream 1653 libavformat/asfdec_f.c AVStream *st = s->streams[stream_index]; AVStream 366 libavformat/asfdec_o.c AVStream *st = NULL; AVStream 539 libavformat/asfdec_o.c static AVStream *find_stream(AVFormatContext *s, uint16_t st_num) AVStream 541 libavformat/asfdec_o.c AVStream *st = NULL; AVStream 694 libavformat/asfdec_o.c static int parse_video_info(AVIOContext *pb, AVStream *st) AVStream 738 libavformat/asfdec_o.c AVStream *st; AVStream 848 libavformat/asfdec_o.c AVStream *st = NULL; AVStream 978 libavformat/asfdec_o.c AVStream *st = NULL; AVStream 1763 libavformat/asfdec_o.c AVStream *st = s->streams[asf->asf_st[i]->index]; AVStream 1768 libavformat/asfdec_o.c AVStream *st = NULL; AVStream 936 libavformat/asfenc.c static void put_frame(AVFormatContext *s, ASFStream *stream, AVStream *avst, AVStream 116 libavformat/assdec.c AVStream *st; AVStream 44 libavformat/astdec.c AVStream *st; AVStream 145 libavformat/au.c AVStream *st; AVStream 151 libavformat/av1dec.c AVStream *st; AVStream 1231 libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s); AVStream 1233 libavformat/avformat.h void av_stream_set_r_frame_rate(AVStream *s, AVRational r); AVStream 1236 libavformat/avformat.h char* av_stream_get_recommended_encoder_configuration(const AVStream *s); AVStream 1238 libavformat/avformat.h void av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration); AVStream 1242 libavformat/avformat.h struct AVCodecParserContext *av_stream_get_parser(const AVStream *s); AVStream 1249 libavformat/avformat.h int64_t av_stream_get_end_pts(const AVStream *st); AVStream 1405 libavformat/avformat.h AVStream **streams; AVStream 2160 libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); AVStream 2174 libavformat/avformat.h int av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type, AVStream 2185 libavformat/avformat.h uint8_t *av_stream_new_side_data(AVStream *stream, AVStream 2195 libavformat/avformat.h uint8_t *av_stream_get_side_data(const AVStream *stream, AVStream 2775 libavformat/avformat.h void av_pkt_dump2(FILE *f, const AVPacket *pkt, int dump_payload, const AVStream *st); AVStream 2790 libavformat/avformat.h const AVStream *st); AVStream 2837 libavformat/avformat.h int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags); AVStream 2845 libavformat/avformat.h int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, AVStream 3012 libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVStream 3022 libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVStream 3037 libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVStream 3079 libavformat/avformat.h AVStream *ost, const AVStream *ist, AVStream 3087 libavformat/avformat.h AVRational av_stream_get_codec_timebase(const AVStream *st); AVStream 170 libavformat/avidec.c AVStream *st; AVStream 272 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 294 libavformat/avidec.c static int avi_read_tag(AVFormatContext *s, AVStream *st, uint32_t tag, AVStream 385 libavformat/avidec.c static int avi_extract_stream_metadata(AVFormatContext *s, AVStream *st) AVStream 432 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 449 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 475 libavformat/avidec.c AVStream *st; AVStream 1029 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1036 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1061 libavformat/avidec.c static int read_gab2_sub(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 1131 libavformat/avidec.c static AVStream *get_subtitle_pkt(AVFormatContext *s, AVStream *next_st, AVStream 1136 libavformat/avidec.c AVStream *st, *sub_st = NULL; AVStream 1243 libavformat/avidec.c AVStream *st; AVStream 1254 libavformat/avidec.c AVStream *st1 = s->streams[1]; AVStream 1336 libavformat/avidec.c AVStream *best_st = NULL; AVStream 1342 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1423 libavformat/avidec.c AVStream *st = s->streams[avi->stream_index]; AVStream 1553 libavformat/avidec.c AVStream *st; AVStream 1651 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1666 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1699 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 1773 libavformat/avidec.c static void seek_subtitle(AVStream *st, AVStream *st2, int64_t timestamp) AVStream 1787 libavformat/avidec.c AVStream *st; AVStream 1844 libavformat/avidec.c AVStream *st2 = s->streams[i]; AVStream 1873 libavformat/avidec.c AVStream *st2 = s->streams[i]; AVStream 1906 libavformat/avidec.c AVStream *st = s->streams[i]; AVStream 234 libavformat/avienc.c AVStream *st = s->streams[stream_index]; AVStream 265 libavformat/avienc.c AVStream *video_st = NULL; AVStream 294 libavformat/avienc.c AVStream *st = s->streams[n]; AVStream 355 libavformat/avienc.c AVStream *st = s->streams[i]; AVStream 227 libavformat/avisynth.c static int avisynth_create_stream_video(AVFormatContext *s, AVStream *st) AVStream 482 libavformat/avisynth.c static int avisynth_create_stream_audio(AVFormatContext *s, AVStream *st) AVStream 520 libavformat/avisynth.c AVStream *st; AVStream 604 libavformat/avisynth.c static void avisynth_next_stream(AVFormatContext *s, AVStream **st, AVStream 798 libavformat/avisynth.c AVStream *st; AVStream 839 libavformat/avisynth.c AVStream *st; AVStream 43 libavformat/avr.c AVStream *st; AVStream 34 libavformat/avs.c AVStream *st_video; AVStream 35 libavformat/avs.c AVStream *st_audio; AVStream 107 libavformat/bethsoftvid.c AVStream *st; AVStream 245 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 90 libavformat/bink.c AVStream *vst, *ast; AVStream 245 libavformat/bink.c AVStream *st = s->streams[0]; // stream 0 is video stream with index AVStream 309 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 181 libavformat/bintext.c AVStream *st = init_stream(s); AVStream 226 libavformat/bintext.c AVStream *st = init_stream(s); AVStream 267 libavformat/bintext.c AVStream *st; AVStream 322 libavformat/bintext.c AVStream *st; AVStream 56 libavformat/bit.c AVStream* st; AVStream 44 libavformat/bmv.c AVStream *st, *ast; AVStream 46 libavformat/boadec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 73 libavformat/boadec.c AVStream *st = s->streams[0]; AVStream 94 libavformat/brstm.c AVStream *st; AVStream 445 libavformat/brstm.c AVStream *st = s->streams[stream_index]; 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 188 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 239 libavformat/cafdec.c AVStream *st; AVStream 361 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 417 libavformat/cafdec.c AVStream *st = s->streams[0]; AVStream 35 libavformat/cdg.c AVStream *vst; AVStream 150 libavformat/cdxl.c AVStream *st = avformat_new_stream(s, NULL); AVStream 179 libavformat/cdxl.c AVStream *st = avformat_new_stream(s, NULL); AVStream 62 libavformat/chromaprint.c AVStream *st; AVStream 95 libavformat/cinedec.c AVStream *st; AVStream 287 libavformat/cinedec.c AVStream *st = avctx->streams[0]; AVStream 64 libavformat/codec2.c static int codec2_read_header_common(AVFormatContext *s, AVStream *st) AVStream 91 libavformat/codec2.c AVStream *st = avformat_new_stream(s, NULL); AVStream 127 libavformat/codec2.c AVStream *st = s->streams[0]; AVStream 154 libavformat/codec2.c AVStream *st; AVStream 178 libavformat/codec2.c AVStream *st; AVStream 168 libavformat/concatdec.c static int copy_stream_props(AVStream *st, AVStream *source_st) AVStream 197 libavformat/concatdec.c AVStream *st = cat->avf->streams[idx]; AVStream 239 libavformat/concatdec.c AVStream *st; AVStream 259 libavformat/concatdec.c AVStream *st; AVStream 576 libavformat/concatdec.c AVStream *st; AVStream 93 libavformat/dashdec.c AVStream *assoc_stream; /* demuxer stream associated with this representation */ AVStream 1995 libavformat/dashdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 1996 libavformat/dashdec.c AVStream *ist = pls->ctx->streams[i]; AVStream 834 libavformat/dashenc.c AVStream *st = s->streams[i]; AVStream 1281 libavformat/dashenc.c AVStream *st = s->streams[i]; AVStream 1303 libavformat/dashenc.c AVStream *st = s->streams[i]; AVStream 1466 libavformat/dashenc.c AVStream *st; AVStream 1909 libavformat/dashenc.c AVStream *st = s->streams[i]; AVStream 2046 libavformat/dashenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 2314 libavformat/dashenc.c AVStream *st = s->streams[avpkt->stream_index]; AVStream 2315 libavformat/dashenc.c AVStream *ost = oc->streams[0]; AVStream 26 libavformat/dauddec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 37 libavformat/dcstr.c AVStream *st; AVStream 42 libavformat/derf.c AVStream *st; AVStream 42 libavformat/dfa.c AVStream *st; AVStream 348 libavformat/dhav.c AVStream *st = avformat_new_stream(s, NULL); AVStream 377 libavformat/dhav.c AVStream *st = avformat_new_stream(s, NULL); AVStream 438 libavformat/dhav.c AVStream *st = s->streams[stream_index]; AVStream 450 libavformat/dhav.c AVStream *st = s->streams[n]; AVStream 69 libavformat/dsfdec.c AVStream *st; AVStream 152 libavformat/dsfdec.c AVStream *st = s->streams[0]; AVStream 102 libavformat/dsicin.c AVStream *st; AVStream 117 libavformat/dss.c AVStream *st; AVStream 209 libavformat/dss.c AVStream *st = s->streams[0]; AVStream 266 libavformat/dss.c AVStream *st = s->streams[0]; AVStream 59 libavformat/dtshddec.c AVStream *st; AVStream 109 libavformat/dump.c void av_pkt_dump2(FILE *f, const AVPacket *pkt, int dump_payload, const AVStream *st) AVStream 115 libavformat/dump.c const AVStream *st) AVStream 405 libavformat/dump.c static void dump_sidedata(void *ctx, AVStream *st, const char *indent) AVStream 487 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[4]; /* stereo audio streams */ AVStream 238 libavformat/dvenc.c DVMuxContext *c, AVStream* st, AVStream 301 libavformat/dvenc.c AVStream *vst = NULL; AVStream 60 libavformat/dxa.c AVStream *st, *ast; AVStream 53 libavformat/eacdata.c AVStream *st; AVStream 492 libavformat/electronicarts.c AVStream *st; AVStream 521 libavformat/electronicarts.c AVStream *st; AVStream 43 libavformat/epafdec.c AVStream *st; AVStream 182 libavformat/ffmetadec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 468 libavformat/fifo.c AVStream *st = avformat_new_stream(avf2, NULL); AVStream 42 libavformat/filmstripdec.c AVStream *st; AVStream 86 libavformat/filmstripdec.c AVStream *st = s->streams[0]; AVStream 101 libavformat/filmstripdec.c AVStream *st = s->streams[stream_index]; AVStream 45 libavformat/filmstripenc.c AVStream *st = s->streams[0]; AVStream 52 libavformat/fitsdec.c AVStream *st; AVStream 70 libavformat/fitsenc.c AVStream *st = s->streams[0]; AVStream 39 libavformat/flac_picture.c AVStream *st; AVStream 39 libavformat/flacdec.c static void reset_index_position(int64_t metadata_head_size, AVStream *st) AVStream 54 libavformat/flacdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 263 libavformat/flacdec.c AVStream *st = s->streams[stream_index]; AVStream 86 libavformat/flacenc.c const AVStream *st = s->streams[pkt->stream_index]; AVStream 174 libavformat/flacenc.c AVStream *st = s->streams[i]; AVStream 207 libavformat/flacenc.c AVStream *st = s->streams[i]; AVStream 371 libavformat/flacenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 91 libavformat/flic.c AVStream *st, *ast; AVStream 132 libavformat/flvdec.c AVStream *stream = NULL; AVStream 160 libavformat/flvdec.c static AVStream *create_stream(AVFormatContext *s, int codec_type) AVStream 163 libavformat/flvdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 241 libavformat/flvdec.c static void flv_set_audio_codec(AVFormatContext *s, AVStream *astream, AVStream 326 libavformat/flvdec.c static int flv_set_video_codec(AVFormatContext *s, AVStream *vstream, AVStream 484 libavformat/flvdec.c static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream 485 libavformat/flvdec.c AVStream *vstream, const char *key, AVStream 592 libavformat/flvdec.c AVStream *st = create_stream(s, AVMEDIA_TYPE_SUBTITLE); AVStream 693 libavformat/flvdec.c AVStream *stream, *astream, *vstream; AVStream 694 libavformat/flvdec.c AVStream av_unused *dstream; AVStream 796 libavformat/flvdec.c static int flv_get_extradata(AVFormatContext *s, AVStream *st, int size) AVStream 830 libavformat/flvdec.c AVStream *st = s->streams[i]; AVStream 885 libavformat/flvdec.c AVStream *st = NULL; AVStream 1000 libavformat/flvdec.c AVStream *st = NULL; AVStream 1089 libavformat/flvenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 33 libavformat/framecrcenc.c AVStream *st = s->streams[i]; AVStream 30 libavformat/framehash.c AVStream *st = s->streams[i]; AVStream 57 libavformat/frmdec.c AVStream *st = avformat_new_stream(avctx, 0); AVStream 43 libavformat/fsb.c AVStream *st = avformat_new_stream(s, NULL); AVStream 44 libavformat/fwse.c AVStream *st; AVStream 29 libavformat/g722.c AVStream *st; AVStream 36 libavformat/g723_1.c AVStream *st; AVStream 35 libavformat/g726.c AVStream *st = avformat_new_stream(s, NULL); AVStream 36 libavformat/g729dec.c AVStream* st; AVStream 71 libavformat/g729dec.c AVStream *st = s->streams[0]; AVStream 74 libavformat/gdv.c AVStream *vst, *ast; AVStream 48 libavformat/genh.c AVStream *st; AVStream 114 libavformat/gifdec.c AVStream *st; AVStream 76 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 519 libavformat/gxfenc.c static int gxf_write_umf_media_mpeg(AVIOContext *pb, AVStream *st) AVStream 555 libavformat/gxfenc.c static int gxf_write_umf_media_dv(AVIOContext *pb, GXFStreamContext *sc, AVStream *st) AVStream 622 libavformat/gxfenc.c AVStream *st = s->streams[i]; AVStream 717 libavformat/gxfenc.c AVStream *st = s->streams[i]; AVStream 898 libavformat/gxfenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 945 libavformat/gxfenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 997 libavformat/gxfenc.c AVStream *st = s->streams[pkt[i]->stream_index]; AVStream 1015 libavformat/gxfenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 146 libavformat/hashenc.c AVStream *st = s->streams[i]; AVStream 251 libavformat/hashenc.c AVStream *st = s->streams[i]; AVStream 44 libavformat/hca.c AVStream *st; AVStream 40 libavformat/hcom.c AVStream *st; AVStream 337 libavformat/hdsenc.c AVStream *st = s->streams[i]; AVStream 502 libavformat/hdsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 109 libavformat/hls.c AVStream **main_streams; AVStream 1610 libavformat/hls.c AVStream *st = pls->main_streams[i]; AVStream 1732 libavformat/hls.c static void add_stream_to_programs(AVFormatContext *s, struct playlist *pls, AVStream *stream) AVStream 1758 libavformat/hls.c static int set_stream_info_from_input_stream(AVStream *st, struct playlist *pls, AVStream *ist) AVStream 1783 libavformat/hls.c AVStream *st = avformat_new_stream(s, NULL); AVStream 1784 libavformat/hls.c AVStream *ist = pls->ctx->streams[ist_idx]; AVStream 2207 libavformat/hls.c AVStream *ist; AVStream 2208 libavformat/hls.c AVStream *st; AVStream 170 libavformat/hlsenc.c AVStream **streams; AVStream 319 libavformat/hlsenc.c static void write_codec_attr(AVStream *st, VariantStream *vs) AVStream 812 libavformat/hlsenc.c AVStream *st; AVStream 1266 libavformat/hlsenc.c static int64_t get_stream_bit_rate(AVStream *stream) AVStream 1287 libavformat/hlsenc.c AVStream *vid_st, *aud_st; AVStream 1955 libavformat/hlsenc.c vs->streams = av_mallocz(sizeof(AVStream *) * vs->nb_streams); AVStream 2134 libavformat/hlsenc.c hls->var_streams[0].streams = av_mallocz(sizeof(AVStream *) * AVStream 2205 libavformat/hlsenc.c AVStream *inner_st; AVStream 2206 libavformat/hlsenc.c AVStream *outer_st = vs->streams[j]; AVStream 2267 libavformat/hlsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 69 libavformat/hlsplaylist.c void ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth, AVStream 46 libavformat/hlsplaylist.h void ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth, AVStream 63 libavformat/hnm.c AVStream *vst; AVStream 92 libavformat/icodec.c AVStream *st; AVStream 159 libavformat/icodec.c AVStream *st = s->streams[0]; AVStream 1136 libavformat/id3v2.c AVStream *st; AVStream 353 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 179 libavformat/idroqdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 216 libavformat/iff.c static int parse_dsd_diin(AVFormatContext *s, AVStream *st, uint64_t eof) AVStream 246 libavformat/iff.c static int parse_dsd_prop(AVFormatContext *s, AVStream *st, uint64_t eof) AVStream 415 libavformat/iff.c AVStream *st; AVStream 824 libavformat/iff.c AVStream *st = s->streams[0]; AVStream 57 libavformat/ifv.c AVStream *st; AVStream 130 libavformat/ifv.c AVStream *st; AVStream 190 libavformat/ifv.c AVStream *st; AVStream 68 libavformat/ilbc.c AVStream *st; AVStream 186 libavformat/img2dec.c AVStream *st; AVStream 584 libavformat/img2dec.c AVStream *st = s->streams[0]; AVStream 54 libavformat/img2enc.c AVStream *st = s->streams[0]; AVStream 80 libavformat/img2enc.c AVStream *st; AVStream 275 libavformat/internal.h void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, AVStream 432 libavformat/internal.h void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp); AVStream 462 libavformat/internal.h void avpriv_set_pts_info(AVStream *s, int pts_wrap_bits, AVStream 503 libavformat/internal.h void ff_free_stream(AVFormatContext *s, AVStream *st); AVStream 508 libavformat/internal.h void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st, AVStream 539 libavformat/internal.h AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision); AVStream 544 libavformat/internal.h enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st); AVStream 550 libavformat/internal.h int ff_generate_avci_extradata(AVStream *st); AVStream 561 libavformat/internal.h int ff_stream_add_bitstream_filter(AVStream *st, const char *name, const char *args); AVStream 570 libavformat/internal.h int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src); AVStream 607 libavformat/internal.h int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts); AVStream 251 libavformat/ipmovie.c AVStream *st = avformat_new_stream(s, NULL); AVStream 635 libavformat/ipmovie.c AVStream *st; AVStream 58 libavformat/ircamdec.c AVStream *st; AVStream 515 libavformat/isom.c int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb) AVStream 608 libavformat/isom.c int ff_mov_read_chan(AVFormatContext *s, AVStream *st, int64_t size) AVStream 298 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 167 libavformat/jacosubdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 76 libavformat/jvdec.c AVStream *vst, *ast; AVStream 170 libavformat/jvdec.c AVStream *ast = s->streams[0]; AVStream 230 libavformat/jvdec.c AVStream *ast = s->streams[0]; AVStream 50 libavformat/kvag.c AVStream *st; AVStream 238 libavformat/latmenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 82 libavformat/libgme.c AVStream *st; AVStream 166 libavformat/libmodplug.c AVStream *st; AVStream 237 libavformat/libmodplug.c AVStream *vst = avformat_new_stream(s, NULL); AVStream 81 libavformat/libopenmpt.c AVStream *st; 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 234 libavformat/lxfdec.c AVStream *st; AVStream 152 libavformat/matroska.c int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode) AVStream 381 libavformat/matroska.h int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode); AVStream 249 libavformat/matroskadec.c AVStream *stream; AVStream 266 libavformat/matroskadec.c AVStream *stream; AVStream 1977 libavformat/matroskadec.c AVStream *st = track->stream; AVStream 2080 libavformat/matroskadec.c static int mkv_parse_video_color(AVStream *st, const MatroskaTrack *track) { AVStream 2161 libavformat/matroskadec.c static int mkv_parse_video_projection(AVStream *st, const MatroskaTrack *track, AVStream 2294 libavformat/matroskadec.c AVStream *st; AVStream 2915 libavformat/matroskadec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 3120 libavformat/matroskadec.c MatroskaTrack *track, AVStream *st, AVStream 3304 libavformat/matroskadec.c AVStream *st, AVStream 3418 libavformat/matroskadec.c MatroskaTrack *track, AVStream *st, AVStream 3544 libavformat/matroskadec.c AVStream *st; AVStream 3763 libavformat/matroskadec.c AVStream *st = s->streams[stream_index]; AVStream 4008 libavformat/matroskadec.c AVStream *st = s->streams[0]; AVStream 553 libavformat/matroskaenc.c static int mkv_assemble_cues(AVStream **streams, AVIOContext *dyn_cp, AVStream 831 libavformat/matroskaenc.c static void mkv_write_video_color(AVIOContext *pb, const AVStream *st, AVStream 917 libavformat/matroskaenc.c const AVStream *st) AVStream 1023 libavformat/matroskaenc.c AVStream *st, int mode, int *h_width, int *h_height) AVStream 1114 libavformat/matroskaenc.c AVStream *st, mkv_track *track, AVIOContext *pb, AVStream 1397 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 1419 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 1556 libavformat/matroskaenc.c const AVStream *st = s->streams[i]; AVStream 1590 libavformat/matroskaenc.c const AVStream *st = s->streams[i]; AVStream 1699 libavformat/matroskaenc.c static const char *get_mimetype(const AVStream *st) AVStream 1730 libavformat/matroskaenc.c const AVStream *st = s->streams[i]; AVStream 2579 libavformat/matroskaenc.c const AVStream *st = s->streams[i]; AVStream 2701 libavformat/matroskaenc.c AVStream *st = s->streams[i]; AVStream 2740 libavformat/matroskaenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 39 libavformat/mgsts.c AVStream *st; AVStream 83 libavformat/microdvddec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 118 libavformat/mlvdec.c static int scan_file(AVFormatContext *avctx, AVStream *vst, AVStream *ast, int file) AVStream 257 libavformat/mlvdec.c AVStream *vst = NULL, *ast = NULL; AVStream 396 libavformat/mlvdec.c AVStream *st; AVStream 89 libavformat/mm.c AVStream *st; AVStream 197 libavformat/mmf.c AVStream *st; AVStream 185 libavformat/mov.c AVStream *st; AVStream 578 libavformat/mov.c AVStream *st; AVStream 715 libavformat/mov.c AVStream *st; AVStream 786 libavformat/mov.c AVStream *st; AVStream 822 libavformat/mov.c AVStream *st; AVStream 863 libavformat/mov.c AVStream *st = NULL; AVStream 924 libavformat/mov.c AVStream *st; AVStream 943 libavformat/mov.c AVStream *st; AVStream 960 libavformat/mov.c AVStream *st; AVStream 1270 libavformat/mov.c AVStream *st, int64_t timestamp) AVStream 1419 libavformat/mov.c AVStream *st; AVStream 1519 libavformat/mov.c AVStream *st; AVStream 1551 libavformat/mov.c AVStream *st; AVStream 1615 libavformat/mov.c AVStream *st; AVStream 1687 libavformat/mov.c AVStream *st; AVStream 1843 libavformat/mov.c AVStream *st; AVStream 1900 libavformat/mov.c AVStream *st; AVStream 1939 libavformat/mov.c AVStream *st; AVStream 1969 libavformat/mov.c AVStream *st; AVStream 1991 libavformat/mov.c AVStream *st; AVStream 2040 libavformat/mov.c static int mov_codec_id(AVStream *st, uint32_t format) AVStream 2076 libavformat/mov.c AVStream *st, MOVStreamContext *sc) AVStream 2132 libavformat/mov.c AVStream *st, MOVStreamContext *sc) AVStream 2241 libavformat/mov.c AVStream *st, MOVStreamContext *sc, AVStream 2270 libavformat/mov.c static int mov_rewrite_dvd_sub_extradata(AVStream *st) AVStream 2303 libavformat/mov.c AVStream *st, MOVStreamContext *sc, AVStream 2369 libavformat/mov.c AVStream *st, MOVStreamContext *sc) AVStream 2477 libavformat/mov.c AVStream *st; AVStream 2573 libavformat/mov.c AVStream *st; AVStream 2638 libavformat/mov.c AVStream *st; AVStream 2732 libavformat/mov.c AVStream *st; AVStream 2768 libavformat/mov.c AVStream *st; AVStream 2817 libavformat/mov.c AVStream *st; AVStream 2910 libavformat/mov.c AVStream *st; AVStream 2986 libavformat/mov.c AVStream *st; AVStream 3031 libavformat/mov.c AVStream *st; AVStream 3097 libavformat/mov.c AVStream *st; AVStream 3187 libavformat/mov.c static int find_prev_closest_index(AVStream *st, AVStream 3283 libavformat/mov.c static int64_t add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, AVStream 3323 libavformat/mov.c static void fix_index_entry_timestamps(AVStream* st, int end_index, int64_t end_ts, AVStream 3366 libavformat/mov.c static void mov_estimate_video_delay(MOVContext *c, AVStream* st) { AVStream 3473 libavformat/mov.c static void mov_fix_index(MOVContext *mov, AVStream *st) AVStream 3777 libavformat/mov.c static void mov_build_index(MOVContext *mov, AVStream *st) AVStream 4218 libavformat/mov.c AVStream *st; AVStream 4403 libavformat/mov.c AVStream *st; AVStream 4511 libavformat/mov.c AVStream *st; AVStream 4716 libavformat/mov.c AVStream *st = NULL; AVStream 4754 libavformat/mov.c AVStream *st = NULL; AVStream 5040 libavformat/mov.c AVStream *st = NULL; AVStream 5041 libavformat/mov.c AVStream *ref_st = NULL; AVStream 5299 libavformat/mov.c AVStream *st; AVStream 5327 libavformat/mov.c AVStream *st; AVStream 5508 libavformat/mov.c AVStream *st; AVStream 5551 libavformat/mov.c AVStream *st; AVStream 5751 libavformat/mov.c AVStream *st; AVStream 5890 libavformat/mov.c AVStream *st; AVStream 5935 libavformat/mov.c AVStream *st; AVStream 6352 libavformat/mov.c AVStream *st; AVStream 6460 libavformat/mov.c AVStream *st; AVStream 6491 libavformat/mov.c AVStream *st; AVStream 6562 libavformat/mov.c AVStream *st; AVStream 6653 libavformat/mov.c static int cenc_filter(MOVContext *mov, AVStream* st, MOVStreamContext *sc, AVPacket *pkt, int current_index) AVStream 6721 libavformat/mov.c AVStream *st; AVStream 6768 libavformat/mov.c AVStream *st; AVStream 6800 libavformat/mov.c AVStream *st; AVStream 7163 libavformat/mov.c AVStream *st; AVStream 7261 libavformat/mov.c static int parse_timecode_in_framenum_format(AVFormatContext *s, AVStream *st, AVStream 7275 libavformat/mov.c static int mov_read_rtmd_track(AVFormatContext *s, AVStream *st) AVStream 7300 libavformat/mov.c static int mov_read_timecode_track(AVFormatContext *s, AVStream *st) AVStream 7346 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7427 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7443 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7607 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7627 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7657 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7673 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7697 libavformat/mov.c AVStream *st = s->streams[i]; AVStream 7767 libavformat/mov.c static AVIndexEntry *mov_find_next_sample(AVFormatContext *s, AVStream **st) AVStream 7773 libavformat/mov.c AVStream *avst = s->streams[i]; AVStream 7864 libavformat/mov.c AVStream *st = NULL; AVStream 8002 libavformat/mov.c static int mov_seek_fragment(AVFormatContext *s, AVStream *st, int64_t timestamp) AVStream 8021 libavformat/mov.c static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, int flags) AVStream 8078 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 25 libavformat/mov_esds.c AVStream *st; AVStream 152 libavformat/movenc.c static int is_cover_image(const AVStream *st) AVStream 159 libavformat/movenc.c static int rtp_hinting_needed(const AVStream *st) AVStream 1383 libavformat/movenc.c static AVRational find_fps(AVFormatContext *s, AVStream *st) AVStream 1401 libavformat/movenc.c static int defined_frame_rate(AVFormatContext *s, AVStream *st) AVStream 1414 libavformat/movenc.c AVStream *st = track->st; AVStream 1476 libavformat/movenc.c AVStream *st = track->st; AVStream 2012 libavformat/movenc.c AVStream *st = track->st; AVStream 2913 libavformat/movenc.c MOVTrack *track, AVStream *st) AVStream 3196 libavformat/movenc.c static int mov_write_track_metadata(AVIOContext *pb, AVStream *st, AVStream 3211 libavformat/movenc.c AVStream *st) AVStream 3238 libavformat/movenc.c MOVTrack *track, AVStream *st) AVStream 4163 libavformat/movenc.c AVStream *st = track->st; AVStream 4882 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 4942 libavformat/movenc.c AVStream *video_st = s->streams[0]; AVStream 5020 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 6062 libavformat/movenc.c AVStream *src_st = s->streams[src_index]; AVStream 6119 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 6199 libavformat/movenc.c AVStream *st) AVStream 6371 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 6385 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 6426 libavformat/movenc.c AVStream *st= s->streams[i]; AVStream 6607 libavformat/movenc.c AVStream *st= s->streams[i]; AVStream 6630 libavformat/movenc.c AVStream *stj= s->streams[j]; AVStream 6690 libavformat/movenc.c AVStream *st = s->streams[i]; AVStream 6980 libavformat/movenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 107 libavformat/movenc.h AVStream *st; AVStream 34 libavformat/movenchint.c AVStream *src_st = s->streams[src_index]; AVStream 157 libavformat/mp3dec.c static void mp3_parse_info_tag(AVFormatContext *s, AVStream *st, AVStream 295 libavformat/mp3dec.c static void mp3_parse_vbri_tag(AVFormatContext *s, AVStream *st, int64_t base) AVStream 317 libavformat/mp3dec.c static int mp3_parse_vbr_tags(AVFormatContext *s, AVStream *st, int64_t base) AVStream 363 libavformat/mp3dec.c AVStream *st; AVStream 549 libavformat/mp3dec.c AVStream *st = s->streams[0]; AVStream 580 libavformat/mp3enc.c AVStream *st = s->streams[i]; AVStream 59 libavformat/mpc.c AVStream *st; AVStream 189 libavformat/mpc.c AVStream *st = s->streams[stream_index]; AVStream 214 libavformat/mpc8.c AVStream *st; AVStream 309 libavformat/mpc8.c AVStream *st = s->streams[stream_index]; AVStream 476 libavformat/mpeg.c AVStream *st; AVStream 735 libavformat/mpeg.c AVStream *st = NULL; AVStream 301 libavformat/mpegenc.c AVStream *st; AVStream 974 libavformat/mpegenc.c AVStream *st = ctx->streams[i]; AVStream 999 libavformat/mpegenc.c AVStream *st; AVStream 1012 libavformat/mpegenc.c AVStream *st = ctx->streams[i]; AVStream 1048 libavformat/mpegenc.c AVStream *st = ctx->streams[i]; AVStream 1148 libavformat/mpegenc.c AVStream *st = ctx->streams[stream_index]; AVStream 169 libavformat/mpegts.c AVStream *epg_stream; AVStream 242 libavformat/mpegts.c AVStream *st; AVStream 243 libavformat/mpegts.c AVStream *sub_st; /**< stream for the embedded AC3 stream in HDMV TrueHD */ AVStream 871 libavformat/mpegts.c static void mpegts_find_stream_type(AVStream *st, AVStream 888 libavformat/mpegts.c static int mpegts_set_stream_info(AVStream *st, PESContext *pes, AVStream 924 libavformat/mpegts.c AVStream *sub_st; AVStream 1305 libavformat/mpegts.c AVStream *st = NULL; AVStream 1313 libavformat/mpegts.c AVStream *pst = pes->stream->streams[p->stream_index[i]]; AVStream 1696 libavformat/mpegts.c AVStream *st; AVStream 1777 libavformat/mpegts.c int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, AVStream 2200 libavformat/mpegts.c static AVStream *find_matching_stream(MpegTSContext *ts, int pid, unsigned int programid, AVStream 2205 libavformat/mpegts.c AVStream *found = NULL; AVStream 2208 libavformat/mpegts.c AVStream *st = s->streams[i]; AVStream 2280 libavformat/mpegts.c AVStream *st; AVStream 2815 libavformat/mpegts.c AVStream *st = ts->stream->streams[i]; AVStream 3085 libavformat/mpegts.c AVStream *st; AVStream 180 libavformat/mpegts.h int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, AVStream 189 libavformat/mpegts.h int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt); AVStream 284 libavformat/mpegtsenc.c static int get_dvb_stream_type(AVFormatContext *s, AVStream *st) AVStream 375 libavformat/mpegtsenc.c static int get_m2ts_stream_type(AVFormatContext *s, AVStream *st) AVStream 453 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 875 libavformat/mpegtsenc.c static void enable_pcr_generation_for_stream(AVFormatContext *s, AVStream *pcr_st) AVStream 912 libavformat/mpegtsenc.c AVStream *pcr_st = NULL; AVStream 917 libavformat/mpegtsenc.c AVStream *st = s->streams[program ? program->stream_index[j] : j]; AVStream 996 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 1078 libavformat/mpegtsenc.c AVStream *ast; AVStream 1182 libavformat/mpegtsenc.c static void mpegts_insert_pcr_only(AVFormatContext *s, AVStream *st) AVStream 1261 libavformat/mpegtsenc.c static void mpegts_write_pes(AVFormatContext *s, AVStream *st, AVStream 1308 libavformat/mpegtsenc.c AVStream *st2 = s->streams[st2_index]; AVStream 1554 libavformat/mpegtsenc.c int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt) AVStream 1571 libavformat/mpegtsenc.c static int check_hevc_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt) AVStream 1640 libavformat/mpegtsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1889 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 1932 libavformat/mpegtsenc.c AVStream *st = s->streams[i]; AVStream 1953 libavformat/mpegtsenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 132 libavformat/mpjpegdec.c AVStream *st; AVStream 85 libavformat/mpl2dec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 92 libavformat/mpsubdec.c AVStream *st; AVStream 46 libavformat/msf.c AVStream *st; AVStream 78 libavformat/msnwc_tcp.c AVStream *st; AVStream 42 libavformat/mtaf.c AVStream *st; AVStream 105 libavformat/mtv.c AVStream *st; AVStream 37 libavformat/musx.c AVStream *st; AVStream 89 libavformat/mux.c AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision) AVStream 105 libavformat/mux.c enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st) AVStream 196 libavformat/mux.c static int validate_codec_tag(AVFormatContext *s, AVStream *st) AVStream 233 libavformat/mux.c AVStream *st; AVStream 425 libavformat/mux.c AVStream *st; AVStream 546 libavformat/mux.c static int compute_muxer_pkt_fields(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 670 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 680 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 762 libavformat/mux.c static int prepare_input_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 817 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 887 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 888 libavformat/mux.c AVStream *st2 = s->streams[next->stream_index]; AVStream 988 libavformat/mux.c AVStream *st; AVStream 1013 libavformat/mux.c AVStream *st; AVStream 1040 libavformat/mux.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1075 libavformat/mux.c static int check_bitstream(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 1113 libavformat/mux.c static int write_packet_common(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved) AVStream 1135 libavformat/mux.c static int write_packets_from_bsfs(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved) AVStream 1169 libavformat/mux.c AVStream *st; 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 228 libavformat/mvdec.c static int read_table(AVFormatContext *avctx, AVStream *st, AVStream 229 libavformat/mvdec.c int (*parse)(AVFormatContext *avctx, AVStream *st, AVStream 261 libavformat/mvdec.c static void read_index(AVIOContext *pb, AVStream *st) AVStream 282 libavformat/mvdec.c AVStream *ast = NULL, *vst = NULL; //initialization to suppress warning AVStream 428 libavformat/mvdec.c AVStream *st = avctx->streams[mv->stream_index]; AVStream 476 libavformat/mvdec.c AVStream *st = avctx->streams[stream_index]; AVStream 46 libavformat/mvi.c AVStream *ast, *vst; AVStream 456 libavformat/mxfdec.c static int mxf_get_eia608_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt, int64_t length) AVStream 532 libavformat/mxfdec.c static int mxf_get_d10_aes3_packet(AVIOContext *pb, AVStream *st, AVPacket *pkt, int64_t length) AVStream 2039 libavformat/mxfdec.c static int mxf_parse_physical_source_package(MXFContext *mxf, MXFTrack *source_track, AVStream *st) AVStream 2114 libavformat/mxfdec.c AVStream *st; AVStream 2180 libavformat/mxfdec.c AVStream *st; AVStream 3006 libavformat/mxfdec.c static void mxf_compute_edit_units_per_packet(MXFContext *mxf, AVStream *st) AVStream 3037 libavformat/mxfdec.c static int mxf_handle_missing_index_segment(MXFContext *mxf, AVStream *st) AVStream 3307 libavformat/mxfdec.c static int64_t mxf_compute_sample_count(MXFContext *mxf, AVStream *st, AVStream 3338 libavformat/mxfdec.c static int64_t mxf_set_current_edit_unit(MXFContext *mxf, AVStream *st, int64_t current_offset, int resync) AVStream 3379 libavformat/mxfdec.c AVStream *st = mxf->fc->streams[pkt->stream_index]; AVStream 3398 libavformat/mxfdec.c static int mxf_set_pts(MXFContext *mxf, AVStream *st, AVPacket *pkt) AVStream 3465 libavformat/mxfdec.c AVStream *st; AVStream 3617 libavformat/mxfdec.c AVStream *st = s->streams[stream_index]; AVStream 3713 libavformat/mxfdec.c AVStream *cur_st = s->streams[i]; AVStream 111 libavformat/mxfenc.c void (*write_desc)(AVFormatContext *, AVStream *); AVStream 150 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st); AVStream 151 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st); AVStream 152 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st); AVStream 153 libavformat/mxfenc.c static void mxf_write_h264_desc(AVFormatContext *s, AVStream *st); AVStream 154 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st); AVStream 155 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st); AVStream 156 libavformat/mxfenc.c static void mxf_write_s436m_anc_desc(AVFormatContext *s, AVStream *st); AVStream 251 libavformat/mxfenc.c AVStream *timecode_track; AVStream 792 libavformat/mxfenc.c static void mxf_write_track(AVFormatContext *s, AVStream *st, MXFPackage *package) AVStream 840 libavformat/mxfenc.c static void mxf_write_common_fields(AVFormatContext *s, AVStream *st) AVStream 864 libavformat/mxfenc.c static void mxf_write_sequence(AVFormatContext *s, AVStream *st, MXFPackage *package) AVStream 891 libavformat/mxfenc.c static void mxf_write_timecode_component(AVFormatContext *s, AVStream *st, MXFPackage *package) AVStream 918 libavformat/mxfenc.c static void mxf_write_structural_component(AVFormatContext *s, AVStream *st, MXFPackage *package) AVStream 1005 libavformat/mxfenc.c static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st, const UID key) AVStream 1080 libavformat/mxfenc.c static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const UID key) AVStream 1271 libavformat/mxfenc.c static void mxf_write_avc_subdesc(AVFormatContext *s, AVStream *st) AVStream 1295 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st) AVStream 1305 libavformat/mxfenc.c static void mxf_write_h264_desc(AVFormatContext *s, AVStream *st) AVStream 1317 libavformat/mxfenc.c static void mxf_write_s436m_anc_desc(AVFormatContext *s, AVStream *st) AVStream 1323 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st) AVStream 1361 libavformat/mxfenc.c static int64_t mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, const UID key) AVStream 1408 libavformat/mxfenc.c static int64_t mxf_write_wav_common(AVFormatContext *s, AVStream *st, const UID key) AVStream 1423 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st) AVStream 1429 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st) AVStream 1435 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st) AVStream 1577 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 1616 libavformat/mxfenc.c AVStream *st = NULL; AVStream 1736 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 1945 libavformat/mxfenc.c static int mxf_parse_prores_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 1996 libavformat/mxfenc.c static int mxf_parse_dnxhd_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 2076 libavformat/mxfenc.c static int mxf_parse_dv_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 2169 libavformat/mxfenc.c static int mxf_parse_h264_frame(AVFormatContext *s, AVStream *st, AVStream 2316 libavformat/mxfenc.c static int mxf_parse_mpeg2_frame(AVFormatContext *s, AVStream *st, AVStream 2408 libavformat/mxfenc.c static int mxf_init_timecode(AVFormatContext *s, AVStream *st, AVRational tbc) AVStream 2451 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 2707 libavformat/mxfenc.c static void mxf_write_d10_audio_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt) AVStream 2743 libavformat/mxfenc.c AVStream *st = s->streams[0]; AVStream 2802 libavformat/mxfenc.c AVStream *st = s->streams[i]; AVStream 2814 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 40 libavformat/nspdec.c AVStream *st; AVStream 381 libavformat/nsvdec.c AVStream *st; AVStream 531 libavformat/nsvdec.c AVStream *st[2] = {NULL, NULL}; AVStream 677 libavformat/nsvdec.c AVStream *st = s->streams[stream_index]; AVStream 369 libavformat/nutdec.c AVStream *st = NULL; AVStream 498 libavformat/nutdec.c AVStream *st = NULL; AVStream 1227 libavformat/nutdec.c AVStream *st = s->streams[stream_index]; AVStream 430 libavformat/nutenc.c AVStream *st, int i) AVStream 524 libavformat/nutenc.c AVStream* st = s->streams[stream_id]; AVStream 722 libavformat/nutenc.c AVStream *st = s->streams[i]; AVStream 1008 libavformat/nutenc.c AVStream *st = s->streams[i]; AVStream 69 libavformat/nuv.c static int get_codec_data(AVFormatContext *s, AVIOContext *pb, AVStream *vst, AVStream 70 libavformat/nuv.c AVStream *ast, int myth) AVStream 159 libavformat/nuv.c AVStream *vst = NULL, *ast = NULL; AVStream 252 libavformat/oggdec.c AVStream *st; AVStream 136 libavformat/oggdec.h int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st, AVStream 149 libavformat/oggenc.c AVStream *st2 = s->streams[next->stream_index]; AVStream 150 libavformat/oggenc.c AVStream *st = s->streams[page->stream_index]; AVStream 197 libavformat/oggenc.c static int ogg_buffer_data(AVFormatContext *s, AVStream *st, AVStream 250 libavformat/oggenc.c AVStream *st = s->streams[page->stream_index]; AVStream 398 libavformat/oggenc.c static int ogg_build_vp8_headers(AVFormatContext *s, AVStream *st, AVStream 479 libavformat/oggenc.c AVStream *st = s->streams[i]; AVStream 615 libavformat/oggenc.c AVStream *st = s->streams[j]; AVStream 634 libavformat/oggenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 725 libavformat/oggenc.c AVStream *st = s->streams[i]; AVStream 37 libavformat/oggparsecelt.c AVStream *st = s->streams[idx]; AVStream 32 libavformat/oggparsedirac.c AVStream *st = s->streams[idx]; AVStream 90 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 41 libavformat/oggparseogm.c AVStream *st = s->streams[idx]; AVStream 134 libavformat/oggparseogm.c AVStream *st = s->streams[idx]; AVStream 42 libavformat/oggparseopus.c AVStream *st = avf->streams[idx]; AVStream 115 libavformat/oggparseopus.c AVStream *st = avf->streams[idx]; AVStream 30 libavformat/oggparseskeleton.c AVStream *st = s->streams[idx]; AVStream 47 libavformat/oggparsespeex.c AVStream *st = s->streams[idx]; AVStream 42 libavformat/oggparsetheora.c AVStream *st = s->streams[idx]; AVStream 75 libavformat/oggparsevorbis.c int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st, AVStream 271 libavformat/oggparsevorbis.c AVStream *st = s->streams[idx]; AVStream 300 libavformat/oggparsevorbis.c AVStream *st = s->streams[idx]; AVStream 35 libavformat/oggparsevp8.c AVStream *st = s->streams[idx]; AVStream 316 libavformat/omadec.c AVStream *st = s->streams[0]; AVStream 401 libavformat/omadec.c AVStream *st; AVStream 585 libavformat/omadec.c AVStream *st = s->streams[0]; AVStream 92 libavformat/paf.c AVStream *ast, *vst; AVStream 55 libavformat/pcm.c AVStream *st; AVStream 38 libavformat/pcmdec.c AVStream *st; AVStream 69 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 110 libavformat/pp_bnk.c AVStream *st; AVStream 165 libavformat/psxstr.c AVStream *st; AVStream 58 libavformat/pva.c AVStream *st; AVStream 37 libavformat/pvfdec.c AVStream *st; AVStream 94 libavformat/qcp.c AVStream *st = avformat_new_stream(s, NULL); AVStream 55 libavformat/r3d.c AVStream *st = avformat_new_stream(s, NULL); AVStream 116 libavformat/r3d.c AVStream *st = s->streams[0]; AVStream 216 libavformat/r3d.c AVStream *st = s->streams[0]; AVStream 272 libavformat/r3d.c AVStream *st; AVStream 376 libavformat/r3d.c AVStream *st = s->streams[0]; // video stream AVStream 58 libavformat/rawdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 73 libavformat/rawdec.c AVStream *st; AVStream 97 libavformat/rawdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 108 libavformat/rawdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 332 libavformat/rawenc.c AVStream *st = s->streams[0]; AVStream 355 libavformat/rawenc.c AVStream *st = s->streams[0]; AVStream 41 libavformat/rawvideodec.c AVStream *st; 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 66 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 47 libavformat/riff.h int ff_get_bmp_header(AVIOContext *pb, AVStream *st, uint32_t *size); AVStream 78 libavformat/riff.h void ff_parse_specific_params(AVStream *st, int *au_rate, int *au_ssize, int *au_scale); AVStream 209 libavformat/riffdec.c int ff_get_bmp_header(AVIOContext *pb, AVStream *st, uint32_t *size) AVStream 265 libavformat/riffenc.c void ff_parse_specific_params(AVStream *st, int *au_rate, AVStream 79 libavformat/rl2.c AVStream *st; AVStream 278 libavformat/rl2.c AVStream *st = s->streams[stream_index]; AVStream 289 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 122 libavformat/rmdec.c AVStream *st, RMStream *ast, int read_all) AVStream 310 libavformat/rmdec.c AVStream *st, RMStream *rst, AVStream 422 libavformat/rmdec.c AVStream *st; AVStream 477 libavformat/rmdec.c AVStream *st; AVStream 490 libavformat/rmdec.c AVStream *st, char *mime) AVStream 503 libavformat/rmdec.c AVStream *st2; AVStream 533 libavformat/rmdec.c AVStream *st; AVStream 680 libavformat/rmdec.c AVStream *st; AVStream 852 libavformat/rmdec.c rm_ac3_swap_bytes (AVStream *st, AVPacket *pkt) AVStream 878 libavformat/rmdec.c AVStream *st, RMStream *ast, int len, AVPacket *pkt, AVStream 966 libavformat/rmdec.c AVStream *st, RMStream *ast, AVPacket *pkt) AVStream 1000 libavformat/rmdec.c AVStream *st = NULL; // init to silence compiler warning AVStream 1096 libavformat/rmdec.c AVStream *st; AVStream 1171 libavformat/rmdec.c AVStream *st; AVStream 1323 libavformat/rmdec.c AVStream *st; AVStream 1341 libavformat/rmdec.c AVStream *st; AVStream 326 libavformat/rmenc.c AVStream *st = s->streams[n]; AVStream 119 libavformat/rpl.c AVStream *vst = NULL, *ast = NULL; AVStream 306 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 536 libavformat/rtpdec.c RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, AVStream 631 libavformat/rtpdec.c AVStream *st; AVStream 888 libavformat/rtpdec.c AVStream *stream, PayloadContext *data, const char *p, AVStream 890 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 226 libavformat/rtpdec.h AVStream *stream, PayloadContext *data, const char *p, AVStream 228 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 192 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 313 libavformat/rtpdec_h264.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 392 libavformat/rtpdec_h264.c AVStream *stream; AVStream 50 libavformat/rtpdec_hevc.c AVStream *stream, AVStream 134 libavformat/rtpdec_hevc.c AVStream *current_stream; AVStream 180 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 215 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 131 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 174 libavformat/rtpdec_mpeg4.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 286 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 154 libavformat/rtpdec_qdm2.c static int qdm2_parse_subpacket(PayloadContext *qdm, AVStream *st, AVStream 188 libavformat/rtpdec_qdm2.c static int qdm2_restore_block(PayloadContext *qdm, AVStream *st, AVPacket *pkt) AVStream 240 libavformat/rtpdec_qdm2.c AVStream *st, AVPacket *pkt, AVStream 43 libavformat/rtpdec_qt.c AVStream *st, AVPacket *pkt, AVStream 43 libavformat/rtpdec_rfc4175.c static int rfc4175_parse_format(AVStream *stream, PayloadContext *data) AVStream 76 libavformat/rtpdec_rfc4175.c static int rfc4175_parse_fmtp(AVFormatContext *s, AVStream *stream, AVStream 101 libavformat/rtpdec_rfc4175.c AVStream *stream = s->streams[st_index]; AVStream 140 libavformat/rtpdec_rfc4175.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, AVStream 44 libavformat/rtpdec_svq3.c AVStream *st, AVPacket *pkt, AVStream 56 libavformat/rtpdec_vc2hq.c static int vc2hq_handle_sequence_header(PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt, AVStream 75 libavformat/rtpdec_vc2hq.c static int vc2hq_mark_end_of_sequence(PayloadContext *pl_ctx, AVStream *st, AVPacket *pkt) AVStream 92 libavformat/rtpdec_vc2hq.c static int vc2hq_handle_frame_fragment(AVFormatContext *ctx, PayloadContext *pl_ctx, AVStream *st, AVStream 177 libavformat/rtpdec_vc2hq.c AVStream *st, AVPacket *pkt, uint32_t *timestamp, 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 97 libavformat/rtpenc.c AVStream *st; AVStream 485 libavformat/rtpenc.c AVStream *st = s1->streams[0]; AVStream 520 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 65 libavformat/rtpenc_mpegts.c AVStream* st = avformat_new_stream(mpegts_ctx, NULL); AVStream 36 libavformat/rtpenc_xiph.c AVStream *st = s1->streams[0]; AVStream 220 libavformat/rtsp.c RTSPStream *rtsp_st, AVStream *st) AVStream 238 libavformat/rtsp.c AVStream *st) AVStream 258 libavformat/rtsp.c AVStream *st, RTSPStream *rtsp_st, AVStream 400 libavformat/rtsp.c AVStream *st; AVStream 810 libavformat/rtsp.c AVStream *st = NULL; AVStream 2241 libavformat/rtsp.c AVStream *st = NULL; AVStream 2246 libavformat/rtsp.c AVStream *st2 = NULL; AVStream 558 libavformat/rtspdec.c AVStream *st = NULL; AVStream 186 libavformat/s337m.c AVStream *st = avformat_new_stream(s, NULL); AVStream 52 libavformat/samidec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 176 libavformat/sapdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 225 libavformat/sapdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 1388 libavformat/sbgdec.c AVStream *st; AVStream 65 libavformat/sccdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 483 libavformat/sdp.c static char *sdp_write_media_attributes(char *buff, int size, AVStream *st, int payload_type, AVFormatContext *fmt) AVStream 746 libavformat/sdp.c void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx, AVStream 847 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 83 libavformat/sdsdec.c AVStream *st; AVStream 37 libavformat/sdxdec.c AVStream *st; AVStream 91 libavformat/segafilm.c AVStream *st; AVStream 318 libavformat/segafilm.c AVStream *st = s->streams[stream_index]; AVStream 167 libavformat/segafilmenc.c AVStream *st = format_context->streams[i]; AVStream 273 libavformat/segafilmenc.c AVStream *video = NULL; AVStream 320 libavformat/segafilmenc.c AVStream *audio = format_context->streams[film->audio_index]; AVStream 165 libavformat/segment.c AVStream *st, *ist = s->streams[i]; AVStream 805 libavformat/segment.c AVStream *inner_st = oc->streams[i]; AVStream 806 libavformat/segment.c AVStream *outer_st = s->streams[i]; AVStream 824 libavformat/segment.c AVStream *st = oc->streams[i]; AVStream 864 libavformat/segment.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1035 libavformat/segment.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1036 libavformat/segment.c AVStream *ost = oc->streams[pkt->stream_index]; AVStream 52 libavformat/serdec.c AVStream *st; 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 93 libavformat/smacker.c AVStream *st; AVStream 170 libavformat/smacker.c AVStream *ast = avformat_new_stream(s, NULL); AVStream 49 libavformat/smjpegdec.c AVStream *ast = NULL, *vst = NULL; AVStream 59 libavformat/smjpegenc.c AVStream *st = s->streams[n]; AVStream 99 libavformat/smjpegenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 312 libavformat/smoothstreamingenc.c AVStream *st; AVStream 597 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 215 libavformat/spdifdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 130 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 83 libavformat/subviewerdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 27 libavformat/supdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 36 libavformat/svag.c AVStream *st; AVStream 135 libavformat/swf.h AVStream *video_st; AVStream 178 libavformat/swfdec.c static AVStream *create_new_audio_stream(AVFormatContext *s, int id, int info) AVStream 181 libavformat/swfdec.c AVStream *ast = avformat_new_stream(s, NULL); AVStream 208 libavformat/swfdec.c AVStream *vst = NULL, *ast = NULL, *st = 0; AVStream 58 libavformat/takdec.c AVStream *st; AVStream 278 libavformat/tedcaptionsdec.c AVStream *st = avformat_new_stream(avf, NULL); AVStream 167 libavformat/tee.c AVStream *st, *st2; AVStream 418 libavformat/tee.c AVStream *st = slave->avf->streams[i]; AVStream 61 libavformat/tests/fifo_muxer.c AVStream *s; AVStream 59 libavformat/tests/movenc.c AVStream *video_st, *audio_st; AVStream 180 libavformat/tests/movenc.c AVStream *st; AVStream 121 libavformat/tests/seek.c AVStream *av_uninit(st); AVStream 42 libavformat/thp.c AVStream* vst; AVStream 65 libavformat/thp.c AVStream *st; AVStream 201 libavformat/tiertexseq.c AVStream *st; AVStream 71 libavformat/tmv.c AVStream *vst, *ast; AVStream 52 libavformat/tta.c AVStream *st; AVStream 151 libavformat/tta.c AVStream *st = s->streams[0]; AVStream 175 libavformat/tta.c AVStream *st = s->streams[stream_index]; AVStream 106 libavformat/tty.c AVStream *st = avformat_new_stream(avctx, NULL); AVStream 42 libavformat/txd.c AVStream *st; AVStream 290 libavformat/ty.c AVStream *st, *ast; AVStream 101 libavformat/utils.c static int64_t wrap_timestamp(const AVStream *st, int64_t timestamp) AVStream 116 libavformat/utils.c MAKE_ACCESSORS(AVStream, stream, AVRational, r_frame_rate) AVStream 119 libavformat/utils.c MAKE_ACCESSORS(AVStream, stream, char *, recommended_encoder_configuration) AVStream 136 libavformat/utils.c int64_t av_stream_get_end_pts(const AVStream *st) AVStream 144 libavformat/utils.c struct AVCodecParserContext *av_stream_get_parser(const AVStream *st) AVStream 154 libavformat/utils.c AVStream *st = s->streams[i]; AVStream 179 libavformat/utils.c static const AVCodec *find_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID codec_id) AVStream 203 libavformat/utils.c static const AVCodec *find_probe_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID codec_id) AVStream 328 libavformat/utils.c static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st, AVStream 502 libavformat/utils.c AVStream *st = s->streams[i]; AVStream 687 libavformat/utils.c static void force_codec_ids(AVFormatContext *s, AVStream *st) AVStream 709 libavformat/utils.c static int probe_codec(AVFormatContext *s, AVStream *st, const AVPacket *pkt) AVStream 759 libavformat/utils.c static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt) AVStream 828 libavformat/utils.c AVStream *st; AVStream 951 libavformat/utils.c void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st, AVStream 1025 libavformat/utils.c static int has_decode_delay_been_guessed(AVStream *st) AVStream 1043 libavformat/utils.c static AVPacketList *get_next_pkt(AVFormatContext *s, AVStream *st, AVPacketList *pktl) AVStream 1052 libavformat/utils.c static int64_t select_from_pts_buffer(AVStream *st, int64_t *pts_buffer, int64_t dts) { AVStream 1101 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 1127 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 1176 libavformat/utils.c static void update_initial_durations(AVFormatContext *s, AVStream *st, AVStream 1232 libavformat/utils.c static void compute_pkt_fields(AVFormatContext *s, AVStream *st, AVStream 1447 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 1568 libavformat/utils.c static int64_t ts_to_samples(AVStream *st, int64_t ts) AVStream 1579 libavformat/utils.c AVStream *st; AVStream 1701 libavformat/utils.c AVStream *st = s->streams[pkt->stream_index]; AVStream 1778 libavformat/utils.c AVStream *st; AVStream 1889 libavformat/utils.c AVStream *st; AVStream 1926 libavformat/utils.c AVStream *st; AVStream 1959 libavformat/utils.c void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp) AVStream 1964 libavformat/utils.c AVStream *st = s->streams[i]; AVStream 1975 libavformat/utils.c AVStream *st = s->streams[stream_index]; AVStream 2045 libavformat/utils.c int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, AVStream 2118 libavformat/utils.c AVStream *st1 = s->streams[ist1]; AVStream 2120 libavformat/utils.c AVStream *st2 = s->streams[ist2]; AVStream 2162 libavformat/utils.c int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp, int flags) AVStream 2185 libavformat/utils.c AVStream *st; AVStream 2414 libavformat/utils.c AVStream *st; AVStream 2480 libavformat/utils.c AVStream *st; AVStream 2616 libavformat/utils.c AVStream *st; AVStream 2648 libavformat/utils.c AVStream *st = ic->streams[i]; AVStream 2730 libavformat/utils.c AVStream *st; AVStream 2750 libavformat/utils.c AVStream *st; AVStream 2806 libavformat/utils.c AVStream *st; AVStream 2983 libavformat/utils.c AVStream av_unused *st; AVStream 3000 libavformat/utils.c static int has_codec_parameters(AVStream *st, const char **errmsg_ptr) AVStream 3048 libavformat/utils.c static int try_decode_frame(AVFormatContext *s, AVStream *st, AVStream 3355 libavformat/utils.c int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts) AVStream 3420 libavformat/utils.c AVStream *st = ic->streams[i]; AVStream 3481 libavformat/utils.c static int extract_extradata_check(AVStream *st) AVStream 3499 libavformat/utils.c static int extract_extradata_init(AVStream *st) AVStream 3543 libavformat/utils.c static int extract_extradata(AVStream *st, const AVPacket *pkt) AVStream 3600 libavformat/utils.c static int add_coded_side_data(AVStream *st, AVCodecContext *avctx) AVStream 3619 libavformat/utils.c AVStream *st; AVStream 4266 libavformat/utils.c AVStream *st = ic->streams[real_stream_index]; AVStream 4330 libavformat/utils.c int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src) AVStream 4391 libavformat/utils.c static void free_stream(AVStream **pst) AVStream 4393 libavformat/utils.c AVStream *st = *pst; AVStream 4440 libavformat/utils.c void ff_free_stream(AVFormatContext *s, AVStream *st) AVStream 4519 libavformat/utils.c AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c) AVStream 4521 libavformat/utils.c AVStream *st; AVStream 4523 libavformat/utils.c AVStream **streams; AVStream 4535 libavformat/utils.c st = av_mallocz(sizeof(AVStream)); AVStream 4938 libavformat/utils.c void avpriv_set_pts_info(AVStream *s, int pts_wrap_bits, AVStream 5112 libavformat/utils.c AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame) AVStream 5135 libavformat/utils.c AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame) AVStream 5165 libavformat/utils.c static int match_stream_specifier(AVFormatContext *s, AVStream *st, AVStream 5319 libavformat/utils.c int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVStream 5348 libavformat/utils.c AVStream *candidate = p ? s->streams[p->stream_index[i]] : s->streams[i]; AVStream 5363 libavformat/utils.c int ff_generate_avci_extradata(AVStream *st) AVStream 5498 libavformat/utils.c uint8_t *av_stream_get_side_data(const AVStream *st, AVStream 5515 libavformat/utils.c int av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type, AVStream 5551 libavformat/utils.c uint8_t *av_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, AVStream 5569 libavformat/utils.c int ff_stream_add_bitstream_filter(AVStream *st, const char *name, const char *args) AVStream 5772 libavformat/utils.c AVStream *ost, const AVStream *ist, AVStream 5833 libavformat/utils.c AVRational av_stream_get_codec_timebase(const AVStream *st) AVStream 41 libavformat/v210.c AVStream *st; AVStream 36 libavformat/vag.c AVStream *st; AVStream 172 libavformat/vapoursynth.c AVStream *st; AVStream 340 libavformat/vapoursynth.c AVStream *st = s->streams[0]; AVStream 53 libavformat/vc1test.c AVStream *st; AVStream 319 libavformat/vividas.c AVStream *st = avformat_new_stream(s, NULL); AVStream 354 libavformat/vividas.c AVStream *st = avformat_new_stream(s, NULL); AVStream 637 libavformat/vividas.c AVStream *astream; AVStream 124 libavformat/vivo.c AVStream *ast, *vst; AVStream 50 libavformat/voc.h AVStream *st, int max_size); AVStream 27 libavformat/voc_packet.c ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) AVStream 63 libavformat/vocdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 75 libavformat/vocdec.c AVStream *st; AVStream 46 libavformat/vpk.c AVStream *st; AVStream 117 libavformat/vpk.c AVStream *st = s->streams[stream_index]; AVStream 61 libavformat/vplayerdec.c AVStream *st = avformat_new_stream(s, NULL); AVStream 95 libavformat/vqf.c AVStream *st = avformat_new_stream(s, NULL); AVStream 265 libavformat/vqf.c AVStream *st; AVStream 150 libavformat/wavdec.c static void handle_stream_probing(AVStream *st) AVStream 158 libavformat/wavdec.c static int wav_parse_fmt_tag(AVFormatContext *s, int64_t size, AVStream **st) AVStream 181 libavformat/wavdec.c static int wav_parse_xma2_tag(AVFormatContext *s, int64_t size, AVStream **st) AVStream 336 libavformat/wavdec.c AVStream *st = NULL; AVStream 393 libavformat/wavdec.c AVStream *vst; AVStream 631 libavformat/wavdec.c AVStream *st; AVStream 722 libavformat/wavdec.c AVStream *st; AVStream 796 libavformat/wavdec.c AVStream *st; AVStream 94 libavformat/wc3movie.c AVStream *st; AVStream 55 libavformat/webm_chunk.c AVStream *st, *ost = s->streams[0]; AVStream 222 libavformat/webm_chunk.c AVStream *st = s->streams[pkt->stream_index]; AVStream 164 libavformat/webmdashenc.c static int write_representation(AVFormatContext *s, AVStream *stream, char *id, AVStream 38 libavformat/webpenc.c AVStream *st; AVStream 80 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 187 libavformat/westwood_vqa.c AVStream *st = avformat_new_stream(s, NULL); AVStream 99 libavformat/wsddec.c AVStream *st; AVStream 431 libavformat/wtvdec.c AVStream *st; AVStream 561 libavformat/wtvdec.c static int parse_videoinfoheader2(AVFormatContext *s, AVStream *st) AVStream 575 libavformat/wtvdec.c static void parse_mpeg1waveformatex(AVStream *st) AVStream 604 libavformat/wtvdec.c static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) AVStream 638 libavformat/wtvdec.c static AVStream * parse_media_type(AVFormatContext *s, AVStream *st, int sid, AVStream 840 libavformat/wtvdec.c AVStream *st = s->streams[stream_index]; AVStream 861 libavformat/wtvdec.c AVStream *st = s->streams[stream_index]; AVStream 882 libavformat/wtvdec.c AVStream *st = s->streams[stream_index]; AVStream 1014 libavformat/wtvdec.c AVStream *st = s->streams[0]; AVStream 1080 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 682 libavformat/wtvenc.c AVStream *st = s->streams[wctx->thumbnail.stream_index]; AVStream 711 libavformat/wtvenc.c AVStream *st = s->streams[wctx->thumbnail.stream_index]; AVStream 236 libavformat/wvdec.c AVStream *st; AVStream 35 libavformat/wvedec.c AVStream *st; AVStream 69 libavformat/xa.c AVStream *st; AVStream 103 libavformat/xa.c AVStream *st = s->streams[0]; AVStream 291 libavformat/xmv.c AVStream *vst = avformat_new_stream(s, NULL); AVStream 336 libavformat/xmv.c AVStream *ast = avformat_new_stream(s, NULL); AVStream 395 libavformat/xmv.c AVStream *vst = s->streams[xmv->video.stream_index]; AVStream 39 libavformat/xvag.c AVStream *st; AVStream 52 libavformat/xwma.c AVStream *st; AVStream 290 libavformat/xwma.c AVStream *st; AVStream 62 libavformat/yop.c AVStream *audio_stream, *video_stream; AVStream 45 libavformat/yuv4mpegdec.c AVStream *st; AVStream 31 libavformat/yuv4mpegenc.c AVStream *st; AVStream 182 libavformat/yuv4mpegenc.c AVStream *st = s->streams[pkt->stream_index]; AVStream 87 tests/api/api-codec-param-test.c AVStream *st; AVStream 134 tests/api/api-codec-param-test.c AVStream *st = fmt_ctx->streams[i]; AVStream 147 tests/api/api-codec-param-test.c const AVStream *st = fmt_ctx->streams[i]; AVStream 197 tests/api/api-codec-param-test.c const AVStream *st1 = fmt_ctx1->streams[i]; AVStream 198 tests/api/api-codec-param-test.c const AVStream *st2 = fmt_ctx2->streams[i]; AVStream 526 tools/ismindex.c AVStream *st = ctx->streams[i]; AVStream 147 tools/sidxindex.c AVStream *st = ctx->streams[i]; AVStream 12 tools/uncoded_frame.c AVStream *stream;