AVFormatContext    61 doc/examples/avio_reading.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext    37 doc/examples/demuxing_decoding.c static AVFormatContext *fmt_ctx = NULL;
AVFormatContext   148 doc/examples/demuxing_decoding.c                               AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type)
AVFormatContext    27 doc/examples/extract_mvs.c static AVFormatContext *fmt_ctx = NULL;
AVFormatContext    76 doc/examples/extract_mvs.c static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type)
AVFormatContext    42 doc/examples/filtering_audio.c static AVFormatContext *fmt_ctx;
AVFormatContext    46 doc/examples/filtering_video.c static AVFormatContext *fmt_ctx;
AVFormatContext   151 doc/examples/hw_decode.c     AVFormatContext *input_ctx = NULL;
AVFormatContext    36 doc/examples/metadata.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext    70 doc/examples/muxing.c static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt)
AVFormatContext    81 doc/examples/muxing.c static int write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c,
AVFormatContext   123 doc/examples/muxing.c static void add_stream(OutputStream *ost, AVFormatContext *oc,
AVFormatContext   245 doc/examples/muxing.c static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
AVFormatContext   339 doc/examples/muxing.c static int write_audio_frame(AVFormatContext *oc, OutputStream *ost)
AVFormatContext   408 doc/examples/muxing.c static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
AVFormatContext   519 doc/examples/muxing.c static int write_video_frame(AVFormatContext *oc, OutputStream *ost)
AVFormatContext   525 doc/examples/muxing.c static void close_stream(AVFormatContext *oc, OutputStream *ost)
AVFormatContext   542 doc/examples/muxing.c     AVFormatContext *oc;
AVFormatContext   139 doc/examples/qsvdec.c     AVFormatContext *input_ctx = NULL;
AVFormatContext    34 doc/examples/remuxing.c static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt, const char *tag)
AVFormatContext    49 doc/examples/remuxing.c     AVFormatContext *ifmt_ctx = NULL, *ofmt_ctx = NULL;
AVFormatContext    59 doc/examples/transcode_aac.c                            AVFormatContext **input_format_context,
AVFormatContext   141 doc/examples/transcode_aac.c                             AVFormatContext **output_format_context,
AVFormatContext   344 doc/examples/transcode_aac.c static int write_output_file_header(AVFormatContext *output_format_context)
AVFormatContext   369 doc/examples/transcode_aac.c                               AVFormatContext *input_format_context,
AVFormatContext   546 doc/examples/transcode_aac.c                                          AVFormatContext *input_format_context,
AVFormatContext   659 doc/examples/transcode_aac.c                               AVFormatContext *output_format_context,
AVFormatContext   729 doc/examples/transcode_aac.c                                  AVFormatContext *output_format_context,
AVFormatContext   768 doc/examples/transcode_aac.c static int write_output_file_trailer(AVFormatContext *output_format_context)
AVFormatContext   781 doc/examples/transcode_aac.c     AVFormatContext *input_format_context = NULL, *output_format_context = NULL;
AVFormatContext    38 doc/examples/transcoding.c static AVFormatContext *ifmt_ctx;
AVFormatContext    39 doc/examples/transcoding.c static AVFormatContext *ofmt_ctx;
AVFormatContext    41 doc/examples/vaapi_transcode.c static AVFormatContext *ifmt_ctx = NULL, *ofmt_ctx = NULL;
AVFormatContext  2096 fftools/cmdutils.c int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec)
AVFormatContext  2105 fftools/cmdutils.c                                 AVFormatContext *s, AVStream *st, AVCodec *codec)
AVFormatContext  2161 fftools/cmdutils.c AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
AVFormatContext    48 fftools/cmdutils.h extern AVFormatContext *avformat_opts;
AVFormatContext   400 fftools/cmdutils.h int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec);
AVFormatContext   417 fftools/cmdutils.h                                 AVFormatContext *s, AVStream *st, AVCodec *codec);
AVFormatContext   430 fftools/cmdutils.h AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
AVFormatContext   549 fftools/ffmpeg.c         AVFormatContext *s;
AVFormatContext   703 fftools/ffmpeg.c     AVFormatContext *s = of->ctx;
AVFormatContext  1638 fftools/ffmpeg.c     AVFormatContext *oc;
AVFormatContext  2735 fftools/ffmpeg.c     AVFormatContext **avc;
AVFormatContext  3204 fftools/ffmpeg.c             AVFormatContext *avf = output_files[ost->file_index]->ctx;
AVFormatContext  3245 fftools/ffmpeg.c     AVFormatContext *oc;
AVFormatContext  3270 fftools/ffmpeg.c     AVFormatContext *oc = output_files[ost->file_index]->ctx;
AVFormatContext  3627 fftools/ffmpeg.c     AVFormatContext *oc;
AVFormatContext  3804 fftools/ffmpeg.c         AVFormatContext *os  = output_files[ost->file_index]->ctx;
AVFormatContext  4152 fftools/ffmpeg.c static int seek_to_start(InputFile *ifile, AVFormatContext *is)
AVFormatContext  4221 fftools/ffmpeg.c     AVFormatContext *is;
AVFormatContext  4630 fftools/ffmpeg.c     AVFormatContext *os;
AVFormatContext   394 fftools/ffmpeg.h     AVFormatContext *ctx;
AVFormatContext   555 fftools/ffmpeg.h     AVFormatContext *ctx;
AVFormatContext   268 fftools/ffmpeg_filter.c         AVFormatContext *s;
AVFormatContext   708 fftools/ffmpeg_filter.c     AVFormatContext *avf = input_files[ist->file_index]->ctx;
AVFormatContext   614 fftools/ffmpeg_opt.c static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, OptionsContext *o)
AVFormatContext   748 fftools/ffmpeg_opt.c static AVCodec *choose_decoder(OptionsContext *o, AVFormatContext *s, AVStream *st)
AVFormatContext   763 fftools/ffmpeg_opt.c static void add_input_streams(OptionsContext *o, AVFormatContext *ic)
AVFormatContext  1058 fftools/ffmpeg_opt.c     AVFormatContext *ic;
AVFormatContext  1374 fftools/ffmpeg_opt.c static int choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost)
AVFormatContext  1409 fftools/ffmpeg_opt.c static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index)
AVFormatContext  1634 fftools/ffmpeg_opt.c static char *get_ost_filters(OptionsContext *o, AVFormatContext *oc,
AVFormatContext  1654 fftools/ffmpeg_opt.c static void check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc,
AVFormatContext  1668 fftools/ffmpeg_opt.c static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1866 fftools/ffmpeg_opt.c static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1939 fftools/ffmpeg_opt.c static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1952 fftools/ffmpeg_opt.c static OutputStream *new_unknown_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1965 fftools/ffmpeg_opt.c static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1973 fftools/ffmpeg_opt.c static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  2025 fftools/ffmpeg_opt.c     AVFormatContext *is = ifile->ctx;
AVFormatContext  2026 fftools/ffmpeg_opt.c     AVFormatContext *os = ofile->ctx;
AVFormatContext  2067 fftools/ffmpeg_opt.c                                AVFormatContext *oc)
AVFormatContext  2122 fftools/ffmpeg_opt.c     AVFormatContext *oc;
AVFormatContext   217 fftools/ffplay.c     AVFormatContext *ic;
AVFormatContext  1210 fftools/ffplay.c     AVFormatContext *ic = is->ic;
AVFormatContext  2577 fftools/ffplay.c     AVFormatContext *ic = is->ic;
AVFormatContext  2740 fftools/ffplay.c static int is_realtime(AVFormatContext *s)
AVFormatContext  2760 fftools/ffplay.c     AVFormatContext *ic = NULL;
AVFormatContext  3136 fftools/ffplay.c     AVFormatContext *ic = is->ic;
AVFormatContext    76 fftools/ffprobe.c     AVFormatContext *fmt_ctx;
AVFormatContext  2106 fftools/ffprobe.c                           AVFormatContext *fmt_ctx)
AVFormatContext  2129 fftools/ffprobe.c                        AVFormatContext *fmt_ctx)
AVFormatContext  2279 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2364 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2467 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2485 fftools/ffprobe.c static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_idx, InputStream *ist, int in_program)
AVFormatContext  2714 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2731 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2766 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2784 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2809 fftools/ffprobe.c     AVFormatContext *fmt_ctx = ifile->fmt_ctx;
AVFormatContext  2856 fftools/ffprobe.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext   167 libavdevice/alsa.c av_cold int ff_alsa_open(AVFormatContext *ctx, snd_pcm_stream_t mode,
AVFormatContext   299 libavdevice/alsa.c av_cold int ff_alsa_close(AVFormatContext *s1)
AVFormatContext   314 libavdevice/alsa.c int ff_alsa_xrun_recover(AVFormatContext *s1, int err)
AVFormatContext    78 libavdevice/alsa.h int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode,
AVFormatContext    89 libavdevice/alsa.h int ff_alsa_close(AVFormatContext *s1);
AVFormatContext   100 libavdevice/alsa.h int ff_alsa_xrun_recover(AVFormatContext *s1, int err);
AVFormatContext    60 libavdevice/alsa_dec.c static av_cold int audio_read_header(AVFormatContext *s1)
AVFormatContext   101 libavdevice/alsa_dec.c static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   139 libavdevice/alsa_dec.c static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext    50 libavdevice/alsa_enc.c static av_cold int audio_write_header(AVFormatContext *s1)
AVFormatContext    83 libavdevice/alsa_enc.c static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   119 libavdevice/alsa_enc.c static int audio_write_frame(AVFormatContext *s1, int stream_index,
AVFormatContext   138 libavdevice/alsa_enc.c audio_get_output_timestamp(AVFormatContext *s1, int stream,
AVFormatContext   148 libavdevice/alsa_enc.c static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext   160 libavdevice/android_camera.c     AVFormatContext *avctx = context;
AVFormatContext   169 libavdevice/android_camera.c     AVFormatContext *avctx = context;
AVFormatContext   176 libavdevice/android_camera.c static int open_camera(AVFormatContext *avctx)
AVFormatContext   226 libavdevice/android_camera.c static void get_sensor_orientation(AVFormatContext *avctx)
AVFormatContext   241 libavdevice/android_camera.c static void match_video_size(AVFormatContext *avctx)
AVFormatContext   286 libavdevice/android_camera.c static void match_framerate(AVFormatContext *avctx)
AVFormatContext   337 libavdevice/android_camera.c static int get_image_format(AVFormatContext *avctx, AImage *image)
AVFormatContext   378 libavdevice/android_camera.c     AVFormatContext *avctx = context;
AVFormatContext   488 libavdevice/android_camera.c static int create_image_reader(AVFormatContext *avctx)
AVFormatContext   538 libavdevice/android_camera.c static int create_capture_session(AVFormatContext *avctx)
AVFormatContext   628 libavdevice/android_camera.c static int wait_for_image_format(AVFormatContext *avctx)
AVFormatContext   640 libavdevice/android_camera.c static int add_display_matrix(AVFormatContext *avctx, AVStream *st)
AVFormatContext   664 libavdevice/android_camera.c static int add_video_stream(AVFormatContext *avctx)
AVFormatContext   695 libavdevice/android_camera.c static int android_camera_read_close(AVFormatContext *avctx)
AVFormatContext   772 libavdevice/android_camera.c static int android_camera_read_header(AVFormatContext *avctx)
AVFormatContext   825 libavdevice/android_camera.c static int android_camera_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   127 libavdevice/avdevice.c int avdevice_app_to_dev_control_message(struct AVFormatContext *s, enum AVAppToDevMessageType type,
AVFormatContext   135 libavdevice/avdevice.c int avdevice_dev_to_app_control_message(struct AVFormatContext *s, enum AVDevToAppMessageType type,
AVFormatContext   143 libavdevice/avdevice.c int avdevice_capabilities_create(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s,
AVFormatContext   172 libavdevice/avdevice.c void avdevice_capabilities_free(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s)
AVFormatContext   187 libavdevice/avdevice.c int avdevice_list_devices(AVFormatContext *s, AVDeviceInfoList **device_list)
AVFormatContext   212 libavdevice/avdevice.c static int list_devices_for_context(AVFormatContext *s, AVDictionary *options,
AVFormatContext   231 libavdevice/avdevice.c     AVFormatContext *s = NULL;
AVFormatContext   242 libavdevice/avdevice.c     AVFormatContext *s = NULL;
AVFormatContext   306 libavdevice/avdevice.h int avdevice_app_to_dev_control_message(struct AVFormatContext *s,
AVFormatContext   320 libavdevice/avdevice.h int avdevice_dev_to_app_control_message(struct AVFormatContext *s,
AVFormatContext   402 libavdevice/avdevice.h     AVFormatContext *device_context;
AVFormatContext   438 libavdevice/avdevice.h int avdevice_capabilities_create(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s,
AVFormatContext   447 libavdevice/avdevice.h void avdevice_capabilities_free(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s);
AVFormatContext   479 libavdevice/avdevice.h int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_list);
AVFormatContext   244 libavdevice/bktr.c static int grab_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   259 libavdevice/bktr.c static int grab_read_header(AVFormatContext *s1)
AVFormatContext   310 libavdevice/bktr.c static int grab_read_close(AVFormatContext *s1)
AVFormatContext    28 libavdevice/caca.c     AVFormatContext *ctx;
AVFormatContext    44 libavdevice/caca.c static int caca_write_trailer(AVFormatContext *s)
AVFormatContext    91 libavdevice/caca.c static int caca_write_header(AVFormatContext *s)
AVFormatContext   192 libavdevice/caca.c static int caca_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    56 libavdevice/decklink_common.cpp static IDeckLinkIterator *decklink_create_iterator(AVFormatContext *avctx)
AVFormatContext   101 libavdevice/decklink_common.cpp static int decklink_select_input(AVFormatContext *avctx, BMDDeckLinkConfigurationID cfg_id)
AVFormatContext   143 libavdevice/decklink_common.cpp int ff_decklink_set_configs(AVFormatContext *avctx,
AVFormatContext   199 libavdevice/decklink_common.cpp int ff_decklink_set_format(AVFormatContext *avctx,
AVFormatContext   331 libavdevice/decklink_common.cpp int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t direction) {
AVFormatContext   335 libavdevice/decklink_common.cpp int ff_decklink_list_devices(AVFormatContext *avctx,
AVFormatContext   408 libavdevice/decklink_common.cpp void ff_decklink_list_devices_legacy(AVFormatContext *avctx,
AVFormatContext   429 libavdevice/decklink_common.cpp int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction)
AVFormatContext   480 libavdevice/decklink_common.cpp void ff_decklink_cleanup(AVFormatContext *avctx)
AVFormatContext   497 libavdevice/decklink_common.cpp int ff_decklink_init_device(AVFormatContext *avctx, const char* name)
AVFormatContext    84 libavdevice/decklink_common.h     AVFormatContext *avctx;
AVFormatContext   198 libavdevice/decklink_common.h int ff_decklink_set_configs(AVFormatContext *avctx, decklink_direction_t direction);
AVFormatContext   199 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction = DIRECTION_OUT);
AVFormatContext   200 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t direction);
AVFormatContext   201 libavdevice/decklink_common.h int ff_decklink_list_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list, int show_inputs, int show_outputs);
AVFormatContext   202 libavdevice/decklink_common.h void ff_decklink_list_devices_legacy(AVFormatContext *avctx, int show_inputs, int show_outputs);
AVFormatContext   203 libavdevice/decklink_common.h int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT);
AVFormatContext   204 libavdevice/decklink_common.h void ff_decklink_cleanup(AVFormatContext *avctx);
AVFormatContext   205 libavdevice/decklink_common.h int ff_decklink_init_device(AVFormatContext *avctx, const char* name);
AVFormatContext   327 libavdevice/decklink_dec.cpp static uint8_t *vanc_to_cc(AVFormatContext *avctx, uint16_t *buf, size_t words,
AVFormatContext   417 libavdevice/decklink_dec.cpp static uint8_t *get_metadata(AVFormatContext *avctx, uint16_t *buf, size_t width,
AVFormatContext   470 libavdevice/decklink_dec.cpp static void avpacket_queue_init(AVFormatContext *avctx, AVPacketQueue *q)
AVFormatContext   589 libavdevice/decklink_dec.cpp         decklink_input_callback(AVFormatContext *_avctx);
AVFormatContext   600 libavdevice/decklink_dec.cpp         AVFormatContext *avctx;
AVFormatContext   607 libavdevice/decklink_dec.cpp decklink_input_callback::decklink_input_callback(AVFormatContext *_avctx) : _refs(1)
AVFormatContext   981 libavdevice/decklink_dec.cpp av_cold int ff_decklink_read_close(AVFormatContext *avctx)
AVFormatContext  1000 libavdevice/decklink_dec.cpp av_cold int ff_decklink_read_header(AVFormatContext *avctx)
AVFormatContext  1254 libavdevice/decklink_dec.cpp int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext  1273 libavdevice/decklink_dec.cpp int ff_decklink_list_input_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list)
AVFormatContext    29 libavdevice/decklink_dec.h int ff_decklink_read_header(AVFormatContext *avctx);
AVFormatContext    30 libavdevice/decklink_dec.h int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt);
AVFormatContext    31 libavdevice/decklink_dec.h int ff_decklink_read_close(AVFormatContext *avctx);
AVFormatContext    32 libavdevice/decklink_dec.h int ff_decklink_list_input_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list);
AVFormatContext   164 libavdevice/decklink_enc.cpp static int decklink_setup_video(AVFormatContext *avctx, AVStream *st)
AVFormatContext   235 libavdevice/decklink_enc.cpp static int decklink_setup_audio(AVFormatContext *avctx, AVStream *st)
AVFormatContext   276 libavdevice/decklink_enc.cpp av_cold int ff_decklink_write_trailer(AVFormatContext *avctx)
AVFormatContext   308 libavdevice/decklink_enc.cpp static void construct_cc(AVFormatContext *avctx, struct decklink_ctx *ctx,
AVFormatContext   368 libavdevice/decklink_enc.cpp static int decklink_construct_vanc(AVFormatContext *avctx, struct decklink_ctx *ctx,
AVFormatContext   431 libavdevice/decklink_enc.cpp static int decklink_write_video_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   523 libavdevice/decklink_enc.cpp static int decklink_write_audio_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   546 libavdevice/decklink_enc.cpp av_cold int ff_decklink_write_header(AVFormatContext *avctx)
AVFormatContext   619 libavdevice/decklink_enc.cpp int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   635 libavdevice/decklink_enc.cpp int ff_decklink_list_output_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list)
AVFormatContext    29 libavdevice/decklink_enc.h int ff_decklink_write_header(AVFormatContext *avctx);
AVFormatContext    30 libavdevice/decklink_enc.h int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt);
AVFormatContext    31 libavdevice/decklink_enc.h int ff_decklink_write_trailer(AVFormatContext *avctx);
AVFormatContext    32 libavdevice/decklink_enc.h int ff_decklink_list_output_devices(AVFormatContext *avctx, struct AVDeviceInfoList *device_list);
AVFormatContext    58 libavdevice/dshow.c dshow_read_close(AVFormatContext *s)
AVFormatContext   142 libavdevice/dshow.c static int shall_we_drop(AVFormatContext *s, int index, enum dshowDeviceType devtype)
AVFormatContext   163 libavdevice/dshow.c     AVFormatContext *s = priv_data;
AVFormatContext   207 libavdevice/dshow.c dshow_cycle_devices(AVFormatContext *avctx, ICreateDevEnum *devenum,
AVFormatContext   322 libavdevice/dshow.c dshow_cycle_formats(AVFormatContext *avctx, enum dshowDeviceType devtype,
AVFormatContext   469 libavdevice/dshow.c dshow_set_audio_buffer_size(AVFormatContext *avctx, IPin *pin)
AVFormatContext   513 libavdevice/dshow.c dshow_show_filter_properties(IBaseFilter *device_filter, AVFormatContext *avctx) {
AVFormatContext   563 libavdevice/dshow.c dshow_cycle_pins(AVFormatContext *avctx, enum dshowDeviceType devtype,
AVFormatContext   708 libavdevice/dshow.c dshow_list_device_options(AVFormatContext *avctx, ICreateDevEnum *devenum,
AVFormatContext   726 libavdevice/dshow.c dshow_open_device(AVFormatContext *avctx, ICreateDevEnum *devenum,
AVFormatContext   936 libavdevice/dshow.c dshow_add_device(AVFormatContext *avctx,
AVFormatContext  1042 libavdevice/dshow.c static int parse_device_name(AVFormatContext *avctx)
AVFormatContext  1079 libavdevice/dshow.c static int dshow_read_header(AVFormatContext *avctx)
AVFormatContext  1262 libavdevice/dshow.c static int dshow_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   350 libavdevice/dshow_capture.h     IBaseFilter *device_filter, enum dshowDeviceType devtype, AVFormatContext *avctx);
AVFormatContext   352 libavdevice/dshow_capture.h void dshow_show_filter_properties(IBaseFilter *pFilter, AVFormatContext *avctx);
AVFormatContext    58 libavdevice/dshow_crossbar.c setup_crossbar_options(IAMCrossbar *cross_bar, enum dshowDeviceType devtype, AVFormatContext *avctx)
AVFormatContext   141 libavdevice/dshow_crossbar.c     IBaseFilter *device_filter, enum dshowDeviceType devtype, AVFormatContext *avctx)
AVFormatContext   318 libavdevice/dshow_pin.c     AVFormatContext *s;
AVFormatContext    65 libavdevice/fbdev_dec.c static av_cold int fbdev_read_header(AVFormatContext *avctx)
AVFormatContext   151 libavdevice/fbdev_dec.c static int fbdev_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   205 libavdevice/fbdev_dec.c static av_cold int fbdev_read_close(AVFormatContext *avctx)
AVFormatContext   215 libavdevice/fbdev_dec.c static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
AVFormatContext    44 libavdevice/fbdev_enc.c static av_cold int fbdev_write_header(AVFormatContext *h)
AVFormatContext   101 libavdevice/fbdev_enc.c static int fbdev_write_packet(AVFormatContext *h, AVPacket *pkt)
AVFormatContext   179 libavdevice/fbdev_enc.c static av_cold int fbdev_write_trailer(AVFormatContext *h)
AVFormatContext   187 libavdevice/fbdev_enc.c static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
AVFormatContext   121 libavdevice/gdigrab.c gdigrab_region_wnd_init(AVFormatContext *s1, struct gdigrab *gdigrab)
AVFormatContext   187 libavdevice/gdigrab.c gdigrab_region_wnd_destroy(AVFormatContext *s1, struct gdigrab *gdigrab)
AVFormatContext   205 libavdevice/gdigrab.c gdigrab_region_wnd_update(AVFormatContext *s1, struct gdigrab *gdigrab)
AVFormatContext   222 libavdevice/gdigrab.c gdigrab_read_header(AVFormatContext *s1)
AVFormatContext   442 libavdevice/gdigrab.c static void paint_mouse_pointer(AVFormatContext *s1, struct gdigrab *gdigrab)
AVFormatContext   530 libavdevice/gdigrab.c static int gdigrab_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   614 libavdevice/gdigrab.c static int gdigrab_read_close(AVFormatContext *s1)
AVFormatContext   242 libavdevice/iec61883.c static int iec61883_read_header(AVFormatContext *context)
AVFormatContext   419 libavdevice/iec61883.c static int iec61883_read_packet(AVFormatContext *context, AVPacket *pkt)
AVFormatContext   448 libavdevice/iec61883.c static int iec61883_close(AVFormatContext *context)
AVFormatContext    25 libavdevice/internal.h int ff_alloc_input_device_context(struct AVFormatContext **avctx, struct AVInputFormat *iformat,
AVFormatContext   129 libavdevice/jack.c static int supply_new_packets(JackData *self, AVFormatContext *context)
AVFormatContext   147 libavdevice/jack.c static int start_jack(AVFormatContext *context)
AVFormatContext   236 libavdevice/jack.c static int audio_read_header(AVFormatContext *context)
AVFormatContext   264 libavdevice/jack.c static int audio_read_packet(AVFormatContext *context, AVPacket *pkt)
AVFormatContext   324 libavdevice/jack.c static int audio_read_close(AVFormatContext *context)
AVFormatContext    84 libavdevice/kmsgrab.c static int kmsgrab_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   236 libavdevice/kmsgrab.c static av_cold int kmsgrab_read_header(AVFormatContext *avctx)
AVFormatContext   415 libavdevice/kmsgrab.c static av_cold int kmsgrab_read_close(AVFormatContext *avctx)
AVFormatContext    83 libavdevice/lavfi.c av_cold static int lavfi_read_close(AVFormatContext *avctx)
AVFormatContext    98 libavdevice/lavfi.c static int create_subcc_streams(AVFormatContext *avctx)
AVFormatContext   119 libavdevice/lavfi.c av_cold static int lavfi_read_header(AVFormatContext *avctx)
AVFormatContext   360 libavdevice/lavfi.c static int create_subcc_packet(AVFormatContext *avctx, AVFrame *frame,
AVFormatContext   384 libavdevice/lavfi.c static int lavfi_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext    54 libavdevice/libcdio.c static av_cold int read_header(AVFormatContext *ctx)
AVFormatContext   114 libavdevice/libcdio.c static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext   145 libavdevice/libcdio.c static av_cold int read_close(AVFormatContext *ctx)
AVFormatContext   153 libavdevice/libcdio.c static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp,
AVFormatContext    97 libavdevice/libdc1394.c static inline int dc1394_read_common(AVFormatContext *c,
AVFormatContext   167 libavdevice/libdc1394.c static int dc1394_read_header(AVFormatContext *c)
AVFormatContext   253 libavdevice/libdc1394.c static int dc1394_read_packet(AVFormatContext *c, AVPacket *pkt)
AVFormatContext   279 libavdevice/libdc1394.c static int dc1394_close(AVFormatContext * context)
AVFormatContext   121 libavdevice/openal-dec.c static int read_header(AVFormatContext *ctx)
AVFormatContext   183 libavdevice/openal-dec.c static int read_packet(AVFormatContext* ctx, AVPacket *pkt)
AVFormatContext   220 libavdevice/openal-dec.c static int read_close(AVFormatContext* ctx)
AVFormatContext   279 libavdevice/opengl_enc.c static av_cold int opengl_prepare_vertex(AVFormatContext *s);
AVFormatContext   280 libavdevice/opengl_enc.c static int opengl_draw(AVFormatContext *h, void *intput, int repaint, int is_pkt);
AVFormatContext   309 libavdevice/opengl_enc.c static int opengl_resize(AVFormatContext *h, int width, int height)
AVFormatContext   329 libavdevice/opengl_enc.c static int opengl_control_message(AVFormatContext *h, int type, void *data, size_t data_size)
AVFormatContext   346 libavdevice/opengl_enc.c static int opengl_sdl_process_events(AVFormatContext *h)
AVFormatContext   377 libavdevice/opengl_enc.c static int av_cold opengl_sdl_create_window(AVFormatContext *h)
AVFormatContext   571 libavdevice/opengl_enc.c static av_cold int opengl_read_limits(AVFormatContext *h)
AVFormatContext   668 libavdevice/opengl_enc.c static void opengl_compute_display_area(AVFormatContext *s)
AVFormatContext   862 libavdevice/opengl_enc.c static av_cold int opengl_prepare_vertex(AVFormatContext *s)
AVFormatContext   932 libavdevice/opengl_enc.c static int opengl_create_window(AVFormatContext *h)
AVFormatContext   965 libavdevice/opengl_enc.c static int opengl_release_window(AVFormatContext *h)
AVFormatContext   982 libavdevice/opengl_enc.c static av_cold int opengl_write_trailer(AVFormatContext *h)
AVFormatContext  1055 libavdevice/opengl_enc.c static av_cold int opengl_write_header(AVFormatContext *h)
AVFormatContext  1195 libavdevice/opengl_enc.c static int opengl_draw(AVFormatContext *h, void *input, int repaint, int is_pkt)
AVFormatContext  1258 libavdevice/opengl_enc.c static int opengl_write_packet(AVFormatContext *h, AVPacket *pkt)
AVFormatContext  1269 libavdevice/opengl_enc.c static int opengl_write_frame(AVFormatContext *h, int stream_index,
AVFormatContext    40 libavdevice/oss.c int ff_oss_audio_open(AVFormatContext *s1, int is_output,
AVFormatContext    40 libavdevice/oss.h int ff_oss_audio_open(AVFormatContext *s1, int is_output,
AVFormatContext    44 libavdevice/oss_dec.c static int audio_read_header(AVFormatContext *s1)
AVFormatContext    70 libavdevice/oss_dec.c static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   113 libavdevice/oss_dec.c static int audio_read_close(AVFormatContext *s1)
AVFormatContext    40 libavdevice/oss_enc.c static int audio_write_header(AVFormatContext *s1)
AVFormatContext    57 libavdevice/oss_enc.c static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    84 libavdevice/oss_enc.c static int audio_write_trailer(AVFormatContext *s1)
AVFormatContext   111 libavdevice/pulse_audio_dec.c static av_cold int pulse_close(AVFormatContext *s)
AVFormatContext   138 libavdevice/pulse_audio_dec.c static av_cold int pulse_read_header(AVFormatContext *s)
AVFormatContext   271 libavdevice/pulse_audio_dec.c static int pulse_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   340 libavdevice/pulse_audio_dec.c static int pulse_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext    74 libavdevice/pulse_audio_enc.c static int pulse_update_sink_info(AVFormatContext *h)
AVFormatContext    92 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   117 libavdevice/pulse_audio_enc.c static int pulse_update_sink_input_info(AVFormatContext *h)
AVFormatContext   153 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   168 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   181 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   187 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   410 libavdevice/pulse_audio_enc.c static av_cold int pulse_write_trailer(AVFormatContext *h)
AVFormatContext   441 libavdevice/pulse_audio_enc.c static av_cold int pulse_write_header(AVFormatContext *h)
AVFormatContext   624 libavdevice/pulse_audio_enc.c static int pulse_write_packet(AVFormatContext *h, AVPacket *pkt)
AVFormatContext   673 libavdevice/pulse_audio_enc.c static int pulse_write_frame(AVFormatContext *h, int stream_index,
AVFormatContext   691 libavdevice/pulse_audio_enc.c static void pulse_get_output_timestamp(AVFormatContext *h, int stream, int64_t *dts, int64_t *wall)
AVFormatContext   705 libavdevice/pulse_audio_enc.c static int pulse_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext   711 libavdevice/pulse_audio_enc.c static int pulse_control_message(AVFormatContext *h, int type,
AVFormatContext    97 libavdevice/sdl2.c static void compute_texture_rect(AVFormatContext *s)
AVFormatContext   137 libavdevice/sdl2.c static int sdl2_write_trailer(AVFormatContext *s)
AVFormatContext   159 libavdevice/sdl2.c static int sdl2_write_header(AVFormatContext *s)
AVFormatContext   242 libavdevice/sdl2.c static int sdl2_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    36 libavdevice/sndio.c av_cold int ff_sndio_open(AVFormatContext *s1, int is_output,
AVFormatContext    45 libavdevice/sndio.h int ff_sndio_open(AVFormatContext *s1, int is_output, const char *audio_device);
AVFormatContext    34 libavdevice/sndio_dec.c static av_cold int audio_read_header(AVFormatContext *s1)
AVFormatContext    59 libavdevice/sndio_dec.c static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    89 libavdevice/sndio_dec.c static av_cold int audio_read_close(AVFormatContext *s1)
AVFormatContext    31 libavdevice/sndio_enc.c static av_cold int audio_write_header(AVFormatContext *s1)
AVFormatContext    46 libavdevice/sndio_enc.c static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    71 libavdevice/sndio_enc.c static int audio_write_trailer(AVFormatContext *s1)
AVFormatContext    23 libavdevice/utils.c int ff_alloc_input_device_context(AVFormatContext **avctx, AVInputFormat *iformat, const char *format)
AVFormatContext    25 libavdevice/utils.c     AVFormatContext *s;
AVFormatContext   113 libavdevice/v4l2.c static int device_open(AVFormatContext *ctx, const char* device_path)
AVFormatContext   192 libavdevice/v4l2.c static int device_init(AVFormatContext *ctx, int *width, int *height,
AVFormatContext   249 libavdevice/v4l2.c static void list_framesizes(AVFormatContext *ctx, uint32_t pixelformat)
AVFormatContext   275 libavdevice/v4l2.c static void list_formats(AVFormatContext *ctx, int type)
AVFormatContext   313 libavdevice/v4l2.c static void list_standards(AVFormatContext *ctx)
AVFormatContext   337 libavdevice/v4l2.c static int mmap_init(AVFormatContext *ctx)
AVFormatContext   438 libavdevice/v4l2.c static int init_convert_timestamp(AVFormatContext *ctx, int64_t ts)
AVFormatContext   471 libavdevice/v4l2.c static int convert_timestamp(AVFormatContext *ctx, int64_t *ts)
AVFormatContext   492 libavdevice/v4l2.c static int mmap_read_frame(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext   598 libavdevice/v4l2.c static int mmap_start(AVFormatContext *ctx)
AVFormatContext   648 libavdevice/v4l2.c static int v4l2_set_parameters(AVFormatContext *ctx)
AVFormatContext   766 libavdevice/v4l2.c static int device_try_init(AVFormatContext *ctx,
AVFormatContext   826 libavdevice/v4l2.c static int v4l2_read_header(AVFormatContext *ctx)
AVFormatContext   982 libavdevice/v4l2.c static int v4l2_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext  1008 libavdevice/v4l2.c static int v4l2_read_close(AVFormatContext *ctx)
AVFormatContext  1030 libavdevice/v4l2.c static int v4l2_get_device_list(AVFormatContext *ctx, AVDeviceInfoList *device_list)
AVFormatContext    29 libavdevice/v4l2enc.c static av_cold int write_header(AVFormatContext *s1)
AVFormatContext    90 libavdevice/v4l2enc.c static int write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    98 libavdevice/v4l2enc.c static int write_trailer(AVFormatContext *s1)
AVFormatContext    97 libavdevice/vfwcap.c static void dump_captureparms(AVFormatContext *s, CAPTUREPARMS *cparms)
AVFormatContext   126 libavdevice/vfwcap.c static void dump_videohdr(AVFormatContext *s, VIDEOHDR *vhdr)
AVFormatContext   143 libavdevice/vfwcap.c static void dump_bih(AVFormatContext *s, BITMAPINFOHEADER *bih)
AVFormatContext   161 libavdevice/vfwcap.c static int shall_we_drop(AVFormatContext *s)
AVFormatContext   179 libavdevice/vfwcap.c     AVFormatContext *s;
AVFormatContext   183 libavdevice/vfwcap.c     s = (AVFormatContext *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
AVFormatContext   219 libavdevice/vfwcap.c static int vfw_read_close(AVFormatContext *s)
AVFormatContext   245 libavdevice/vfwcap.c static int vfw_read_header(AVFormatContext *s)
AVFormatContext   439 libavdevice/vfwcap.c static int vfw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   106 libavdevice/xcbgrab.c static int xcbgrab_reposition(AVFormatContext *s,
AVFormatContext   152 libavdevice/xcbgrab.c static int xcbgrab_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   198 libavdevice/xcbgrab.c static int64_t wait_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   262 libavdevice/xcbgrab.c static int xcbgrab_frame_shm(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   331 libavdevice/xcbgrab.c static void xcbgrab_draw_mouse(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   400 libavdevice/xcbgrab.c static void xcbgrab_update_region(AVFormatContext *s)
AVFormatContext   412 libavdevice/xcbgrab.c static int xcbgrab_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   459 libavdevice/xcbgrab.c static av_cold int xcbgrab_read_close(AVFormatContext *s)
AVFormatContext   489 libavdevice/xcbgrab.c static int pixfmt_from_pixmap_format(AVFormatContext *s, int depth,
AVFormatContext   539 libavdevice/xcbgrab.c static int create_stream(AVFormatContext *s)
AVFormatContext   612 libavdevice/xcbgrab.c static void draw_rectangle(AVFormatContext *s)
AVFormatContext   635 libavdevice/xcbgrab.c static void setup_window(AVFormatContext *s)
AVFormatContext   671 libavdevice/xcbgrab.c static av_cold int xcbgrab_read_header(AVFormatContext *s)
AVFormatContext    88 libavdevice/xv.c static int xv_write_trailer(AVFormatContext *s)
AVFormatContext   103 libavdevice/xv.c static int xv_write_header(AVFormatContext *s)
AVFormatContext   226 libavdevice/xv.c static void compute_display_area(AVFormatContext *s)
AVFormatContext   256 libavdevice/xv.c static int xv_repaint(AVFormatContext *s)
AVFormatContext   294 libavdevice/xv.c static int write_picture(AVFormatContext *s, uint8_t *input_data[4],
AVFormatContext   322 libavdevice/xv.c static int xv_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   339 libavdevice/xv.c static int xv_write_frame(AVFormatContext *s, int stream_index, AVFrame **frame,
AVFormatContext   348 libavdevice/xv.c static int xv_control_message(AVFormatContext *s, int type, void *data, size_t data_size)
AVFormatContext    29 libavfilter/lavfutils.c     AVFormatContext *format_ctx = NULL;
AVFormatContext    72 libavfilter/src_movie.c     AVFormatContext *format_ctx;
AVFormatContext   102 libavfilter/src_movie.c static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec)
AVFormatContext   303 libavfilter/vf_subtitles.c     AVFormatContext *fmt = NULL;
AVFormatContext    35 libavformat/3dostr.c static int threedostr_read_header(AVFormatContext *s)
AVFormatContext   111 libavformat/3dostr.c static int threedostr_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    95 libavformat/4xm.c static int parse_vtrk(AVFormatContext *s,
AVFormatContext   129 libavformat/4xm.c static int parse_strk(AVFormatContext *s,
AVFormatContext   208 libavformat/4xm.c static int fourxm_read_header(AVFormatContext *s)
AVFormatContext   291 libavformat/4xm.c static int fourxm_read_packet(AVFormatContext *s,
AVFormatContext   387 libavformat/4xm.c static int fourxm_read_close(AVFormatContext *s)
AVFormatContext    27 libavformat/a64.c static int a64_write_header(AVFormatContext *s)
AVFormatContext    83 libavformat/aacdec.c static int adts_aac_resync(AVFormatContext *s)
AVFormatContext   104 libavformat/aacdec.c static int adts_aac_read_header(AVFormatContext *s)
AVFormatContext   135 libavformat/aacdec.c static int handle_id3(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   166 libavformat/aacdec.c static int adts_aac_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    72 libavformat/aadec.c static int aa_read_header(AVFormatContext *s)
AVFormatContext   244 libavformat/aadec.c static int aa_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   318 libavformat/aadec.c static int aa_read_seek(AVFormatContext *s,
AVFormatContext   379 libavformat/aadec.c static int aa_read_close(AVFormatContext *s)
AVFormatContext    35 libavformat/acm.c static int acm_read_header(AVFormatContext *s)
AVFormatContext    63 libavformat/act.c static int read_header(AVFormatContext *s)
AVFormatContext   110 libavformat/act.c static int read_packet(AVFormatContext *s,
AVFormatContext    48 libavformat/adp.c static int adp_read_header(AVFormatContext *s)
AVFormatContext    70 libavformat/adp.c static int adp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    35 libavformat/ads.c static int ads_read_header(AVFormatContext *s)
AVFormatContext    72 libavformat/ads.c static int ads_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    48 libavformat/adtsenc.c static int adts_decode_extradata(AVFormatContext *s, ADTSContext *adts, const uint8_t *buf, int size)
AVFormatContext    97 libavformat/adtsenc.c static int adts_init(AVFormatContext *s)
AVFormatContext   113 libavformat/adtsenc.c static int adts_write_header(AVFormatContext *s)
AVFormatContext   161 libavformat/adtsenc.c static int adts_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   202 libavformat/adtsenc.c static int adts_write_trailer(AVFormatContext *s)
AVFormatContext    50 libavformat/adxdec.c static int adx_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    80 libavformat/adxdec.c static int adx_read_header(AVFormatContext *s)
AVFormatContext    62 libavformat/aea.c static int aea_read_header(AVFormatContext *s)
AVFormatContext    90 libavformat/aea.c static int aea_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    30 libavformat/afc.c static int afc_read_header(AVFormatContext *s)
AVFormatContext    57 libavformat/afc.c static int afc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    75 libavformat/aiffdec.c static void get_meta(AVFormatContext *s, const char *key, int size)
AVFormatContext    94 libavformat/aiffdec.c static int get_aiff_header(AVFormatContext *s, int size,
AVFormatContext   206 libavformat/aiffdec.c static int aiff_read_header(AVFormatContext *s)
AVFormatContext   381 libavformat/aiffdec.c static int aiff_read_packet(AVFormatContext *s,
AVFormatContext    44 libavformat/aiffenc.c static int put_id3v2_tags(AVFormatContext *s, AIFFOutputContext *aiff)
AVFormatContext    82 libavformat/aiffenc.c static void put_meta(AVFormatContext *s, const char *key, uint32_t id)
AVFormatContext    98 libavformat/aiffenc.c static int aiff_write_header(AVFormatContext *s)
AVFormatContext   205 libavformat/aiffenc.c static int aiff_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   230 libavformat/aiffenc.c static int aiff_write_trailer(AVFormatContext *s)
AVFormatContext   271 libavformat/aiffenc.c static void aiff_deinit(AVFormatContext *s)
AVFormatContext    36 libavformat/aixdec.c static int aix_read_header(AVFormatContext *s)
AVFormatContext    86 libavformat/aixdec.c static int aix_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    57 libavformat/alp.c static int alp_read_header(AVFormatContext *s)
AVFormatContext   125 libavformat/alp.c static int alp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    50 libavformat/amr.c static int amr_write_header(AVFormatContext *s)
AVFormatContext    81 libavformat/amr.c static int amr_read_header(AVFormatContext *s)
AVFormatContext   116 libavformat/amr.c static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   203 libavformat/amr.c static int amrnb_read_header(AVFormatContext *s)
AVFormatContext   259 libavformat/amr.c static int amrwb_read_header(AVFormatContext *s)
AVFormatContext    79 libavformat/anm.c static int read_header(AVFormatContext *s)
AVFormatContext   165 libavformat/anm.c static int read_packet(AVFormatContext *s,
AVFormatContext    36 libavformat/apc.c static int apc_read_header(AVFormatContext *s)
AVFormatContext    78 libavformat/apc.c static int apc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    86 libavformat/ape.c static int ape_read_close(AVFormatContext * s);
AVFormatContext   100 libavformat/ape.c static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx)
AVFormatContext   162 libavformat/ape.c static int ape_read_header(AVFormatContext * s)
AVFormatContext   395 libavformat/ape.c static int ape_read_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext   449 libavformat/ape.c static int ape_read_close(AVFormatContext * s)
AVFormatContext   459 libavformat/ape.c static int ape_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    37 libavformat/apetag.c static int ape_tag_read_field(AVFormatContext *s)
AVFormatContext   118 libavformat/apetag.c int64_t ff_ape_parse_tag(AVFormatContext *s)
AVFormatContext   185 libavformat/apetag.c int ff_ape_write_tag(AVFormatContext *s)
AVFormatContext    38 libavformat/apetag.h int64_t ff_ape_parse_tag(AVFormatContext *s);
AVFormatContext    43 libavformat/apetag.h int ff_ape_write_tag(AVFormatContext *s);
AVFormatContext    89 libavformat/apm.c static int apm_read_header(AVFormatContext *s)
AVFormatContext   161 libavformat/apm.c static int apm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   147 libavformat/apngdec.c static int apng_read_header(AVFormatContext *s)
AVFormatContext   247 libavformat/apngdec.c static int decode_fctl_chunk(AVFormatContext *s, APNGDemuxContext *ctx, AVPacket *pkt)
AVFormatContext   317 libavformat/apngdec.c static int apng_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    81 libavformat/apngenc.c static int apng_write_header(AVFormatContext *format_context)
AVFormatContext   116 libavformat/apngenc.c static int flush_packet(AVFormatContext *format_context, AVPacket *packet)
AVFormatContext   225 libavformat/apngenc.c static int apng_write_packet(AVFormatContext *format_context, AVPacket *packet)
AVFormatContext   245 libavformat/apngenc.c static int apng_write_trailer(AVFormatContext *format_context)
AVFormatContext   271 libavformat/apngenc.c static void apng_deinit(AVFormatContext *s)
AVFormatContext    37 libavformat/aptxdec.c static AVStream *aptx_read_header_common(AVFormatContext *s)
AVFormatContext    51 libavformat/aptxdec.c static int aptx_read_header(AVFormatContext *s)
AVFormatContext    63 libavformat/aptxdec.c static int aptx_hd_read_header(AVFormatContext *s)
AVFormatContext    75 libavformat/aptxdec.c static int aptx_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    80 libavformat/aptxdec.c static int aptx_hd_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    50 libavformat/aqtitledec.c static int aqt_read_header(AVFormatContext *s)
AVFormatContext   105 libavformat/aqtitledec.c static int aqt_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   111 libavformat/aqtitledec.c static int aqt_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   119 libavformat/aqtitledec.c static int aqt_read_close(AVFormatContext *s)
AVFormatContext   116 libavformat/argo_asf.c static int argo_asf_read_header(AVFormatContext *s)
AVFormatContext   214 libavformat/argo_asf.c static int argo_asf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   218 libavformat/asfdec_f.c static int asf_read_picture(AVFormatContext *s, int len)
AVFormatContext   305 libavformat/asfdec_f.c static void get_id3_tag(AVFormatContext *s, int len)
AVFormatContext   317 libavformat/asfdec_f.c static void get_tag(AVFormatContext *s, const char *key, int type, int len, int type2_size)
AVFormatContext   374 libavformat/asfdec_f.c static int asf_read_file_properties(AVFormatContext *s, int64_t size)
AVFormatContext   398 libavformat/asfdec_f.c static int asf_read_stream_properties(AVFormatContext *s, int64_t size)
AVFormatContext   565 libavformat/asfdec_f.c static int asf_read_ext_stream_properties(AVFormatContext *s, int64_t size)
AVFormatContext   623 libavformat/asfdec_f.c static int asf_read_content_desc(AVFormatContext *s, int64_t size)
AVFormatContext   642 libavformat/asfdec_f.c static int asf_read_ext_content_desc(AVFormatContext *s, int64_t size)
AVFormatContext   676 libavformat/asfdec_f.c static int asf_read_language_list(AVFormatContext *s, int64_t size)
AVFormatContext   696 libavformat/asfdec_f.c static int asf_read_metadata(AVFormatContext *s, int64_t size)
AVFormatContext   744 libavformat/asfdec_f.c static int asf_read_marker(AVFormatContext *s, int64_t size)
AVFormatContext   782 libavformat/asfdec_f.c static int asf_read_header(AVFormatContext *s)
AVFormatContext   969 libavformat/asfdec_f.c static int asf_get_packet(AVFormatContext *s, AVIOContext *pb)
AVFormatContext  1091 libavformat/asfdec_f.c static int asf_read_frame_header(AVFormatContext *s, AVIOContext *pb)
AVFormatContext  1220 libavformat/asfdec_f.c static int asf_parse_packet(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
AVFormatContext  1449 libavformat/asfdec_f.c static int asf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1469 libavformat/asfdec_f.c static void asf_reset_header(AVFormatContext *s)
AVFormatContext  1502 libavformat/asfdec_f.c static void skip_to_key(AVFormatContext *s)
AVFormatContext  1517 libavformat/asfdec_f.c static int asf_read_close(AVFormatContext *s)
AVFormatContext  1524 libavformat/asfdec_f.c static int64_t asf_read_pts(AVFormatContext *s, int stream_index,
AVFormatContext  1581 libavformat/asfdec_f.c static int asf_build_simple_index(AVFormatContext *s, int stream_index)
AVFormatContext  1649 libavformat/asfdec_f.c static int asf_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    61 libavformat/asfdec_o.c     int (*read_object)(AVFormatContext *, const struct GUIDParseTable *);
AVFormatContext   147 libavformat/asfdec_o.c static int detect_unknown_subobject(AVFormatContext *s, int64_t offset, int64_t size);
AVFormatContext   173 libavformat/asfdec_o.c static int asf_read_unknown(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   220 libavformat/asfdec_o.c static int asf_read_marker(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   259 libavformat/asfdec_o.c static int asf_read_metadata(AVFormatContext *s, const char *title, uint16_t len,
AVFormatContext   273 libavformat/asfdec_o.c static int asf_read_value(AVFormatContext *s, const uint8_t *name,
AVFormatContext   337 libavformat/asfdec_o.c static int asf_set_metadata(AVFormatContext *s, const uint8_t *name,
AVFormatContext   358 libavformat/asfdec_o.c static int asf_read_picture(AVFormatContext *s, int len)
AVFormatContext   458 libavformat/asfdec_o.c static void get_id3_tag(AVFormatContext *s, int len)
AVFormatContext   470 libavformat/asfdec_o.c static int process_metadata(AVFormatContext *s, const uint8_t *name, uint16_t name_len,
AVFormatContext   502 libavformat/asfdec_o.c static int asf_read_ext_content(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   539 libavformat/asfdec_o.c static AVStream *find_stream(AVFormatContext *s, uint16_t st_num)
AVFormatContext   555 libavformat/asfdec_o.c static int asf_store_aspect_ratio(AVFormatContext *s, uint8_t st_num, uint8_t *name, int type)
AVFormatContext   575 libavformat/asfdec_o.c static int asf_read_metadata_obj(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   622 libavformat/asfdec_o.c static int asf_read_content_desc(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   651 libavformat/asfdec_o.c static int asf_read_properties(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   727 libavformat/asfdec_o.c static int asf_read_stream_properties(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   831 libavformat/asfdec_o.c static void set_language(AVFormatContext *s, const char *rfc1766, AVDictionary **met)
AVFormatContext   844 libavformat/asfdec_o.c static int asf_read_ext_stream_properties(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   912 libavformat/asfdec_o.c static int asf_read_language_list(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   938 libavformat/asfdec_o.c static int asf_read_data(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext   974 libavformat/asfdec_o.c static int asf_read_simple_index(AVFormatContext *s, const GUIDParseTable *g)
AVFormatContext  1085 libavformat/asfdec_o.c static int asf_read_subpayload(AVFormatContext *s, AVPacket *pkt, int is_header)
AVFormatContext  1152 libavformat/asfdec_o.c static int asf_read_replicated_data(AVFormatContext *s, ASFPacket *asf_pkt)
AVFormatContext  1174 libavformat/asfdec_o.c static int asf_read_multiple_payload(AVFormatContext *s, AVPacket *pkt,
AVFormatContext  1225 libavformat/asfdec_o.c static int asf_read_single_payload(AVFormatContext *s, ASFPacket *asf_pkt)
AVFormatContext  1277 libavformat/asfdec_o.c static int asf_read_payload(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1357 libavformat/asfdec_o.c static int asf_read_packet_header(AVFormatContext *s)
AVFormatContext  1392 libavformat/asfdec_o.c static int asf_deinterleave(AVFormatContext *s, ASFPacket *asf_pkt, int st_num)
AVFormatContext  1434 libavformat/asfdec_o.c static int asf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1518 libavformat/asfdec_o.c static int asf_read_close(AVFormatContext *s)
AVFormatContext  1535 libavformat/asfdec_o.c static void reset_packet_state(AVFormatContext *s)
AVFormatContext  1578 libavformat/asfdec_o.c static int64_t asf_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext  1637 libavformat/asfdec_o.c static int asf_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1674 libavformat/asfdec_o.c static int detect_unknown_subobject(AVFormatContext *s, int64_t offset, int64_t size)
AVFormatContext  1704 libavformat/asfdec_o.c static int asf_read_header(AVFormatContext *s)
AVFormatContext   300 libavformat/asfenc.c static void put_chunk(AVFormatContext *s, int type,
AVFormatContext   341 libavformat/asfenc.c static int asf_write_markers(AVFormatContext *s)
AVFormatContext   385 libavformat/asfenc.c static int asf_write_header1(AVFormatContext *s, int64_t file_size,
AVFormatContext   776 libavformat/asfenc.c static int asf_write_header(AVFormatContext *s)
AVFormatContext   816 libavformat/asfenc.c static int asf_write_stream_header(AVFormatContext *s)
AVFormatContext   825 libavformat/asfenc.c static int put_payload_parsing_info(AVFormatContext *s,
AVFormatContext   873 libavformat/asfenc.c static void flush_packet(AVFormatContext *s)
AVFormatContext   905 libavformat/asfenc.c static void put_payload_header(AVFormatContext *s, ASFStream *stream,
AVFormatContext   936 libavformat/asfenc.c static void put_frame(AVFormatContext *s, ASFStream *stream, AVStream *avst,
AVFormatContext  1007 libavformat/asfenc.c static int update_index(AVFormatContext *s, int start_sec,
AVFormatContext  1049 libavformat/asfenc.c static int asf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1097 libavformat/asfenc.c static int asf_write_index(AVFormatContext *s, const ASFIndex *index,
AVFormatContext  1117 libavformat/asfenc.c static int asf_write_trailer(AVFormatContext *s)
AVFormatContext    53 libavformat/assdec.c static int ass_read_close(AVFormatContext *s)
AVFormatContext   111 libavformat/assdec.c static int ass_read_header(AVFormatContext *s)
AVFormatContext   171 libavformat/assdec.c static int ass_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   177 libavformat/assdec.c static int ass_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    46 libavformat/assenc.c static int write_header(AVFormatContext *s)
AVFormatContext    84 libavformat/assenc.c static void purge_dialogues(AVFormatContext *s, int force)
AVFormatContext   154 libavformat/assenc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   202 libavformat/assenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    41 libavformat/astdec.c static int ast_read_header(AVFormatContext *s)
AVFormatContext    81 libavformat/astdec.c static int ast_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    47 libavformat/astenc.c static int ast_write_header(AVFormatContext *s)
AVFormatContext   107 libavformat/astenc.c static int ast_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   130 libavformat/astenc.c static int ast_write_trailer(AVFormatContext *s)
AVFormatContext    69 libavformat/au.c static int au_read_annotation(AVFormatContext *s, int size)
AVFormatContext   137 libavformat/au.c static int au_read_header(AVFormatContext *s)
AVFormatContext   239 libavformat/au.c static int au_get_annotations(AVFormatContext *s, char **buffer)
AVFormatContext   271 libavformat/au.c static int au_write_header(AVFormatContext *s)
AVFormatContext   318 libavformat/au.c static int au_write_trailer(AVFormatContext *s)
AVFormatContext   147 libavformat/av1dec.c static int annexb_read_header(AVFormatContext *s)
AVFormatContext   189 libavformat/av1dec.c static int annexb_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   246 libavformat/av1dec.c static int annexb_read_close(AVFormatContext *s)
AVFormatContext   319 libavformat/avformat.h struct AVFormatContext;
AVFormatContext   543 libavformat/avformat.h     int (*write_header)(struct AVFormatContext *);
AVFormatContext   551 libavformat/avformat.h     int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
AVFormatContext   552 libavformat/avformat.h     int (*write_trailer)(struct AVFormatContext *);
AVFormatContext   557 libavformat/avformat.h     int (*interleave_packet)(struct AVFormatContext *, AVPacket *out,
AVFormatContext   568 libavformat/avformat.h     void (*get_output_timestamp)(struct AVFormatContext *s, int stream,
AVFormatContext   573 libavformat/avformat.h     int (*control_message)(struct AVFormatContext *s, int type,
AVFormatContext   584 libavformat/avformat.h     int (*write_uncoded_frame)(struct AVFormatContext *, int stream_index,
AVFormatContext   590 libavformat/avformat.h     int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list);
AVFormatContext   595 libavformat/avformat.h     int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext   600 libavformat/avformat.h     int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext   611 libavformat/avformat.h     int (*init)(struct AVFormatContext *);
AVFormatContext   620 libavformat/avformat.h     void (*deinit)(struct AVFormatContext *);
AVFormatContext   626 libavformat/avformat.h     int (*check_bitstream)(struct AVFormatContext *, const AVPacket *pkt);
AVFormatContext   706 libavformat/avformat.h     int (*read_header)(struct AVFormatContext *);
AVFormatContext   716 libavformat/avformat.h     int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
AVFormatContext   722 libavformat/avformat.h     int (*read_close)(struct AVFormatContext *);
AVFormatContext   732 libavformat/avformat.h     int (*read_seek)(struct AVFormatContext *,
AVFormatContext   739 libavformat/avformat.h     int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
AVFormatContext   746 libavformat/avformat.h     int (*read_play)(struct AVFormatContext *);
AVFormatContext   752 libavformat/avformat.h     int (*read_pause)(struct AVFormatContext *);
AVFormatContext   760 libavformat/avformat.h     int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
AVFormatContext   766 libavformat/avformat.h     int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list);
AVFormatContext   772 libavformat/avformat.h     int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext   778 libavformat/avformat.h     int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext  1305 libavformat/avformat.h typedef int (*av_format_control_message)(struct AVFormatContext *s, int type,
AVFormatContext  1308 libavformat/avformat.h typedef int (*AVOpenCallback)(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags,
AVFormatContext  1889 libavformat/avformat.h     int (*open_cb)(struct AVFormatContext *s, AVIOContext **p, const char *url, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options);
AVFormatContext  1919 libavformat/avformat.h     int (*io_open)(struct AVFormatContext *s, AVIOContext **pb, const char *url,
AVFormatContext  1925 libavformat/avformat.h     void (*io_close)(struct AVFormatContext *s, AVIOContext *pb);
AVFormatContext  1962 libavformat/avformat.h int av_format_get_probe_score(const AVFormatContext *s);
AVFormatContext  1964 libavformat/avformat.h AVCodec * av_format_get_video_codec(const AVFormatContext *s);
AVFormatContext  1966 libavformat/avformat.h void      av_format_set_video_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1968 libavformat/avformat.h AVCodec * av_format_get_audio_codec(const AVFormatContext *s);
AVFormatContext  1970 libavformat/avformat.h void      av_format_set_audio_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1972 libavformat/avformat.h AVCodec * av_format_get_subtitle_codec(const AVFormatContext *s);
AVFormatContext  1974 libavformat/avformat.h void      av_format_set_subtitle_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1976 libavformat/avformat.h AVCodec * av_format_get_data_codec(const AVFormatContext *s);
AVFormatContext  1978 libavformat/avformat.h void      av_format_set_data_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1980 libavformat/avformat.h int       av_format_get_metadata_header_padding(const AVFormatContext *s);
AVFormatContext  1982 libavformat/avformat.h void      av_format_set_metadata_header_padding(AVFormatContext *s, int c);
AVFormatContext  1984 libavformat/avformat.h void *    av_format_get_opaque(const AVFormatContext *s);
AVFormatContext  1986 libavformat/avformat.h void      av_format_set_opaque(AVFormatContext *s, void *opaque);
AVFormatContext  1988 libavformat/avformat.h av_format_control_message av_format_get_control_message_cb(const AVFormatContext *s);
AVFormatContext  1990 libavformat/avformat.h void      av_format_set_control_message_cb(AVFormatContext *s, av_format_control_message callback);
AVFormatContext  1992 libavformat/avformat.h attribute_deprecated AVOpenCallback av_format_get_open_cb(const AVFormatContext *s);
AVFormatContext  1993 libavformat/avformat.h attribute_deprecated void av_format_set_open_cb(AVFormatContext *s, AVOpenCallback callback);
AVFormatContext  2001 libavformat/avformat.h void av_format_inject_global_side_data(AVFormatContext *s);
AVFormatContext  2008 libavformat/avformat.h enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx);
AVFormatContext  2125 libavformat/avformat.h AVFormatContext *avformat_alloc_context(void);
AVFormatContext  2131 libavformat/avformat.h void avformat_free_context(AVFormatContext *s);
AVFormatContext  2160 libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c);
AVFormatContext  2198 libavformat/avformat.h AVProgram *av_new_program(AVFormatContext *s, int id);
AVFormatContext  2221 libavformat/avformat.h int avformat_alloc_output_context2(AVFormatContext **ctx, ff_const59 AVOutputFormat *oformat,
AVFormatContext  2312 libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *url, ff_const59 AVInputFormat *fmt, AVDictionary **options);
AVFormatContext  2315 libavformat/avformat.h int av_demuxer_open(AVFormatContext *ic);
AVFormatContext  2338 libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
AVFormatContext  2350 libavformat/avformat.h AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s);
AVFormatContext  2352 libavformat/avformat.h void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
AVFormatContext  2378 libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic,
AVFormatContext  2412 libavformat/avformat.h int av_read_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  2427 libavformat/avformat.h int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
AVFormatContext  2456 libavformat/avformat.h int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
AVFormatContext  2474 libavformat/avformat.h int avformat_flush(AVFormatContext *s);
AVFormatContext  2480 libavformat/avformat.h int av_read_play(AVFormatContext *s);
AVFormatContext  2487 libavformat/avformat.h int av_read_pause(AVFormatContext *s);
AVFormatContext  2493 libavformat/avformat.h void avformat_close_input(AVFormatContext **s);
AVFormatContext  2529 libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options);
AVFormatContext  2551 libavformat/avformat.h int avformat_init_output(AVFormatContext *s, AVDictionary **options);
AVFormatContext  2590 libavformat/avformat.h int av_write_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  2635 libavformat/avformat.h int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  2645 libavformat/avformat.h int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  2664 libavformat/avformat.h int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  2673 libavformat/avformat.h int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index);
AVFormatContext  2684 libavformat/avformat.h int av_write_trailer(AVFormatContext *s);
AVFormatContext  2724 libavformat/avformat.h int av_get_output_timestamp(struct AVFormatContext *s, int stream,
AVFormatContext  2824 libavformat/avformat.h int av_find_default_stream_index(AVFormatContext *s);
AVFormatContext  2886 libavformat/avformat.h void av_dump_format(AVFormatContext *ic,
AVFormatContext  2938 libavformat/avformat.h int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
AVFormatContext  3012 libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVFormatContext  3022 libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVFormatContext  3037 libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVFormatContext  3040 libavformat/avformat.h int avformat_queue_attached_pictures(AVFormatContext *s);
AVFormatContext    61 libavformat/avidec.c     AVFormatContext *sub_ctx;
AVFormatContext   116 libavformat/avidec.c static int avi_load_index(AVFormatContext *s);
AVFormatContext   117 libavformat/avidec.c static int guess_ni_flag(AVFormatContext *s);
AVFormatContext   133 libavformat/avidec.c static int get_riff(AVFormatContext *s, AVIOContext *pb)
AVFormatContext   158 libavformat/avidec.c static int read_odml_index(AVFormatContext *s, int frame_num)
AVFormatContext   266 libavformat/avidec.c static void clean_index(AVFormatContext *s)
AVFormatContext   294 libavformat/avidec.c static int avi_read_tag(AVFormatContext *s, AVStream *st, uint32_t tag,
AVFormatContext   342 libavformat/avidec.c static void avi_read_nikon(AVFormatContext *s, uint64_t end)
AVFormatContext   385 libavformat/avidec.c static int avi_extract_stream_metadata(AVFormatContext *s, AVStream *st)
AVFormatContext   423 libavformat/avidec.c static int calculate_bitrate(AVFormatContext *s)
AVFormatContext   467 libavformat/avidec.c static int avi_read_header(AVFormatContext *s)
AVFormatContext  1061 libavformat/avidec.c static int read_gab2_sub(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  1131 libavformat/avidec.c static AVStream *get_subtitle_pkt(AVFormatContext *s, AVStream *next_st,
AVFormatContext  1179 libavformat/avidec.c static int avi_sync(AVFormatContext *s, int exit_early)
AVFormatContext  1332 libavformat/avidec.c static int ni_prepare_read(AVFormatContext *s)
AVFormatContext  1401 libavformat/avidec.c static int avi_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1548 libavformat/avidec.c static int avi_read_idx1(AVFormatContext *s, int size)
AVFormatContext  1636 libavformat/avidec.c static int check_stream_max_drift(AVFormatContext *s)
AVFormatContext  1691 libavformat/avidec.c static int guess_ni_flag(AVFormatContext *s)
AVFormatContext  1733 libavformat/avidec.c static int avi_load_index(AVFormatContext *s)
AVFormatContext  1783 libavformat/avidec.c static int avi_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1900 libavformat/avidec.c static int avi_read_close(AVFormatContext *s)
AVFormatContext    96 libavformat/avienc.c static int avi_write_packet_internal(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   105 libavformat/avienc.c static int avi_add_ientry(AVFormatContext *s, int stream_index, char *tag,
AVFormatContext   142 libavformat/avienc.c static av_cold int avi_init(struct AVFormatContext *s)
AVFormatContext   157 libavformat/avienc.c static int64_t avi_start_new_riff(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   197 libavformat/avienc.c static int avi_write_counters(AVFormatContext *s, int riff_id)
AVFormatContext   230 libavformat/avienc.c static void write_odml_master(AVFormatContext *s, int stream_index)
AVFormatContext   258 libavformat/avienc.c static int avi_write_header(AVFormatContext *s)
AVFormatContext   594 libavformat/avienc.c static void update_odml_entry(AVFormatContext *s, int stream_index, int64_t ix, int size)
AVFormatContext   626 libavformat/avienc.c static int avi_write_ix(AVFormatContext *s)
AVFormatContext   684 libavformat/avienc.c static int avi_write_idx1(AVFormatContext *s)
AVFormatContext   739 libavformat/avienc.c static int write_skip_frames(AVFormatContext *s, int stream_index, int64_t dts)
AVFormatContext   765 libavformat/avienc.c static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   860 libavformat/avienc.c static int avi_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   911 libavformat/avienc.c static int avi_write_trailer(AVFormatContext *s)
AVFormatContext   978 libavformat/avienc.c static void avi_deinit(AVFormatContext *s)
AVFormatContext   160 libavformat/avisynth.c static av_cold int avisynth_context_create(AVFormatContext *s)
AVFormatContext   227 libavformat/avisynth.c static int avisynth_create_stream_video(AVFormatContext *s, AVStream *st)
AVFormatContext   482 libavformat/avisynth.c static int avisynth_create_stream_audio(AVFormatContext *s, AVStream *st)
AVFormatContext   517 libavformat/avisynth.c static int avisynth_create_stream(AVFormatContext *s)
AVFormatContext   543 libavformat/avisynth.c static int avisynth_open_file(AVFormatContext *s)
AVFormatContext   604 libavformat/avisynth.c static void avisynth_next_stream(AVFormatContext *s, AVStream **st,
AVFormatContext   622 libavformat/avisynth.c static int avisynth_read_packet_video(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   711 libavformat/avisynth.c static int avisynth_read_packet_audio(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   778 libavformat/avisynth.c static av_cold int avisynth_read_header(AVFormatContext *s)
AVFormatContext   795 libavformat/avisynth.c static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   825 libavformat/avisynth.c static av_cold int avisynth_read_close(AVFormatContext *s)
AVFormatContext   835 libavformat/avisynth.c static int avisynth_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    40 libavformat/avr.c static int avr_read_header(AVFormatContext *s)
AVFormatContext    66 libavformat/avs.c static int avs_read_header(AVFormatContext * s)
AVFormatContext    92 libavformat/avs.c avs_read_video_packet(AVFormatContext * s, AVPacket * pkt,
AVFormatContext   128 libavformat/avs.c static int avs_read_audio_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext   149 libavformat/avs.c static int avs_read_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext    71 libavformat/bethsoftvid.c static int vid_read_header(AVFormatContext *s)
AVFormatContext    98 libavformat/bethsoftvid.c                       uint8_t block_type, AVFormatContext *s)
AVFormatContext   214 libavformat/bethsoftvid.c static int vid_read_packet(AVFormatContext *s,
AVFormatContext    51 libavformat/bfi.c static int bfi_read_header(AVFormatContext * s)
AVFormatContext   115 libavformat/bfi.c static int bfi_read_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext    85 libavformat/bink.c static int read_header(AVFormatContext *s)
AVFormatContext   237 libavformat/bink.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   306 libavformat/bink.c static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    51 libavformat/bintext.c static AVStream * init_stream(AVFormatContext *s)
AVFormatContext    88 libavformat/bintext.c static int next_tag_read(AVFormatContext *avctx, uint64_t *fsize)
AVFormatContext   176 libavformat/bintext.c static int bintext_read_header(AVFormatContext *s)
AVFormatContext   220 libavformat/bintext.c static int xbin_read_header(AVFormatContext *s)
AVFormatContext   263 libavformat/bintext.c static int adf_read_header(AVFormatContext *s)
AVFormatContext   318 libavformat/bintext.c static int idf_read_header(AVFormatContext *s)
AVFormatContext   354 libavformat/bintext.c static int read_packet(AVFormatContext *s,
AVFormatContext    54 libavformat/bit.c static int read_header(AVFormatContext *s)
AVFormatContext    72 libavformat/bit.c static int read_packet(AVFormatContext *s,
AVFormatContext   123 libavformat/bit.c static int write_header(AVFormatContext *s)
AVFormatContext   139 libavformat/bit.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    42 libavformat/bmv.c static int bmv_read_header(AVFormatContext *s)
AVFormatContext    71 libavformat/bmv.c static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   119 libavformat/bmv.c static int bmv_read_close(AVFormatContext *s)
AVFormatContext    44 libavformat/boadec.c static int read_header(AVFormatContext *s)
AVFormatContext    71 libavformat/boadec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    60 libavformat/brstm.c static int read_close(AVFormatContext *s)
AVFormatContext    70 libavformat/brstm.c static av_always_inline unsigned int read16(AVFormatContext *s)
AVFormatContext    79 libavformat/brstm.c static av_always_inline unsigned int read32(AVFormatContext *s)
AVFormatContext    88 libavformat/brstm.c static int read_header(AVFormatContext *s)
AVFormatContext   358 libavformat/brstm.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   442 libavformat/brstm.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    60 libavformat/c93.c static int read_header(AVFormatContext *s)
AVFormatContext   106 libavformat/c93.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    59 libavformat/cafdec.c static int read_desc_chunk(AVFormatContext *s)
AVFormatContext    99 libavformat/cafdec.c static int read_kuki_chunk(AVFormatContext *s, int64_t size)
AVFormatContext   185 libavformat/cafdec.c static int read_pakt_chunk(AVFormatContext *s, int64_t size)
AVFormatContext   221 libavformat/cafdec.c static void read_info_chunk(AVFormatContext *s, int64_t size)
AVFormatContext   235 libavformat/cafdec.c static int read_header(AVFormatContext *s)
AVFormatContext   358 libavformat/cafdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   414 libavformat/cafdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   105 libavformat/cafenc.c static int caf_write_header(AVFormatContext *s)
AVFormatContext   209 libavformat/cafenc.c static int caf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   239 libavformat/cafenc.c static int caf_write_trailer(AVFormatContext *s)
AVFormatContext    33 libavformat/cdg.c static int read_header(AVFormatContext *s)
AVFormatContext    57 libavformat/cdg.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    85 libavformat/cdxl.c static int cdxl_read_header(AVFormatContext *s)
AVFormatContext   107 libavformat/cdxl.c static int cdxl_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    59 libavformat/chromaprint.c static int write_header(AVFormatContext *s)
AVFormatContext   114 libavformat/chromaprint.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   120 libavformat/chromaprint.c static int write_trailer(AVFormatContext *s)
AVFormatContext    92 libavformat/cinedec.c static int cine_read_header(AVFormatContext *avctx)
AVFormatContext   284 libavformat/cinedec.c static int cine_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   311 libavformat/cinedec.c static int cine_read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags)
AVFormatContext    64 libavformat/codec2.c static int codec2_read_header_common(AVFormatContext *s, AVStream *st)
AVFormatContext    89 libavformat/codec2.c static int codec2_read_header(AVFormatContext *s)
AVFormatContext   124 libavformat/codec2.c static int codec2_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   152 libavformat/codec2.c static int codec2_write_header(AVFormatContext *s)
AVFormatContext   175 libavformat/codec2.c static int codec2raw_read_header(AVFormatContext *s)
AVFormatContext    62 libavformat/concatdec.c     AVFormatContext *avf;
AVFormatContext   109 libavformat/concatdec.c static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile,
AVFormatContext   194 libavformat/concatdec.c static int detect_stream_specific(AVFormatContext *avf, int idx)
AVFormatContext   236 libavformat/concatdec.c static int match_streams_one_to_one(AVFormatContext *avf)
AVFormatContext   256 libavformat/concatdec.c static int match_streams_exact_id(AVFormatContext *avf)
AVFormatContext   278 libavformat/concatdec.c static int match_streams(AVFormatContext *avf)
AVFormatContext   315 libavformat/concatdec.c static int64_t get_best_effort_duration(ConcatFile *file, AVFormatContext *avf)
AVFormatContext   328 libavformat/concatdec.c static int open_file(AVFormatContext *avf, unsigned fileno)
AVFormatContext   376 libavformat/concatdec.c static int concat_read_close(AVFormatContext *avf)
AVFormatContext   396 libavformat/concatdec.c static int concat_read_header(AVFormatContext *avf)
AVFormatContext   522 libavformat/concatdec.c static int open_next_file(AVFormatContext *avf)
AVFormatContext   536 libavformat/concatdec.c static int filter_packet(AVFormatContext *avf, ConcatStream *cs, AVPacket *pkt)
AVFormatContext   570 libavformat/concatdec.c static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   662 libavformat/concatdec.c static int try_seek(AVFormatContext *avf, int stream,
AVFormatContext   680 libavformat/concatdec.c static int real_seek(AVFormatContext *avf, int stream,
AVFormatContext   681 libavformat/concatdec.c                      int64_t min_ts, int64_t ts, int64_t max_ts, int flags, AVFormatContext *cur_avf)
AVFormatContext   730 libavformat/concatdec.c static int concat_seek(AVFormatContext *avf, int stream,
AVFormatContext   735 libavformat/concatdec.c     AVFormatContext *cur_avf_saved = cat->avf;
AVFormatContext    31 libavformat/crcenc.c static int crc_write_header(struct AVFormatContext *s)
AVFormatContext    41 libavformat/crcenc.c static int crc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    48 libavformat/crcenc.c static int crc_write_trailer(struct AVFormatContext *s)
AVFormatContext    81 libavformat/dashdec.c     AVFormatContext *parent;
AVFormatContext    82 libavformat/dashdec.c     AVFormatContext *ctx;
AVFormatContext   181 libavformat/dashdec.c static uint64_t get_utc_date_time_insec(AVFormatContext *s, const char *datetime)
AVFormatContext   211 libavformat/dashdec.c static uint32_t get_duration_insec(AVFormatContext *s, const char *duration)
AVFormatContext   402 libavformat/dashdec.c static int open_url(AVFormatContext *s, AVIOContext **pb, const char *url,
AVFormatContext   601 libavformat/dashdec.c static int parse_manifest_segmenturlnode(AVFormatContext *s, struct representation *rep,
AVFormatContext   668 libavformat/dashdec.c static int parse_manifest_segmenttimeline(AVFormatContext *s, struct representation *rep,
AVFormatContext   704 libavformat/dashdec.c static int resolve_content_path(AVFormatContext *s, const char *url, int *max_url_size, xmlNodePtr *baseurl_nodes, int n_baseurl_nodes)
AVFormatContext   823 libavformat/dashdec.c static int parse_manifest_representation(AVFormatContext *s, const char *url,
AVFormatContext  1121 libavformat/dashdec.c static int parse_manifest_adaptationset_attr(AVFormatContext *s, xmlNodePtr adaptionset_node)
AVFormatContext  1134 libavformat/dashdec.c static int parse_manifest_adaptationset(AVFormatContext *s, const char *url,
AVFormatContext  1189 libavformat/dashdec.c static int parse_programinformation(AVFormatContext *s, xmlNodePtr node)
AVFormatContext  1218 libavformat/dashdec.c static int parse_manifest(AVFormatContext *s, const char *url, AVIOContext *in)
AVFormatContext  1405 libavformat/dashdec.c static int64_t calc_cur_seg_no(AVFormatContext *s, struct representation *pls)
AVFormatContext  1443 libavformat/dashdec.c static int64_t calc_min_seg_no(AVFormatContext *s, struct representation *pls)
AVFormatContext  1515 libavformat/dashdec.c static int refresh_manifest(AVFormatContext *s)
AVFormatContext  1857 libavformat/dashdec.c static int save_avio_options(AVFormatContext *s)
AVFormatContext  1884 libavformat/dashdec.c static int nested_io_open(AVFormatContext *s, AVIOContext **pb, const char *url,
AVFormatContext  1904 libavformat/dashdec.c static int reopen_demux_for_component(AVFormatContext *s, struct representation *pls)
AVFormatContext  1978 libavformat/dashdec.c static int open_demux_for_component(AVFormatContext *s, struct representation *pls)
AVFormatContext  2049 libavformat/dashdec.c static int dash_read_header(AVFormatContext *s)
AVFormatContext  2181 libavformat/dashdec.c static void recheck_discard_flags(AVFormatContext *s, struct representation **p, int n)
AVFormatContext  2206 libavformat/dashdec.c static int dash_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2269 libavformat/dashdec.c static int dash_close(AVFormatContext *s)
AVFormatContext  2279 libavformat/dashdec.c static int dash_seek(AVFormatContext *s, struct representation *pls, int64_t seek_pos_msec, int flags, int dry_run)
AVFormatContext  2343 libavformat/dashdec.c static int dash_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext   100 libavformat/dashenc.c     AVFormatContext *ctx;
AVFormatContext   223 libavformat/dashenc.c static int dashenc_io_open(AVFormatContext *s, AVIOContext **pb, char *filename,
AVFormatContext   242 libavformat/dashenc.c static void dashenc_io_close(AVFormatContext *s, AVIOContext **pb, char *filename) {
AVFormatContext   279 libavformat/dashenc.c static int handle_io_open_error(AVFormatContext *s, int err, char *url) {
AVFormatContext   302 libavformat/dashenc.c static int init_segment_types(AVFormatContext *s)
AVFormatContext   343 libavformat/dashenc.c static void set_vp9_codec_str(AVFormatContext *s, AVCodecParameters *par,
AVFormatContext   358 libavformat/dashenc.c static void set_codec_str(AVFormatContext *s, AVCodecParameters *par,
AVFormatContext   514 libavformat/dashenc.c static void write_hls_media_playlist(OutputStream *os, AVFormatContext *s,
AVFormatContext   593 libavformat/dashenc.c static int flush_init_segment(AVFormatContext *s, OutputStream *os)
AVFormatContext   611 libavformat/dashenc.c static void dash_free(AVFormatContext *s)
AVFormatContext   652 libavformat/dashenc.c static void output_segment_list(OutputStream *os, AVIOContext *out, AVFormatContext *s,
AVFormatContext   801 libavformat/dashenc.c static int write_adaptation_set(AVFormatContext *s, AVIOContext *out, int as_index,
AVFormatContext   886 libavformat/dashenc.c static int add_adaptation_set(AVFormatContext *s, AdaptationSet **as, enum AVMediaType type)
AVFormatContext   910 libavformat/dashenc.c static int adaptation_set_add_stream(AVFormatContext *s, int as_idx, int i)
AVFormatContext   933 libavformat/dashenc.c static int parse_adaptation_sets(AVFormatContext *s)
AVFormatContext  1137 libavformat/dashenc.c static int write_manifest(AVFormatContext *s, int final)
AVFormatContext  1345 libavformat/dashenc.c static int dash_init(AVFormatContext *s)
AVFormatContext  1465 libavformat/dashenc.c         AVFormatContext *ctx;
AVFormatContext  1706 libavformat/dashenc.c static int dash_write_header(AVFormatContext *s)
AVFormatContext  1775 libavformat/dashenc.c static void find_index_range(AVFormatContext *s, const char *full_path,
AVFormatContext  1798 libavformat/dashenc.c static int update_stream_extradata(AVFormatContext *s, OutputStream *os,
AVFormatContext  1823 libavformat/dashenc.c static void dashenc_delete_file(AVFormatContext *s, char *filename) {
AVFormatContext  1850 libavformat/dashenc.c static int dashenc_delete_segment_file(AVFormatContext *s, const char* file)
AVFormatContext  1870 libavformat/dashenc.c static inline void dashenc_delete_media_segments(AVFormatContext *s, OutputStream *os, int remove_count)
AVFormatContext  1883 libavformat/dashenc.c static int dash_flush(AVFormatContext *s, int final, int stream)
AVFormatContext  2043 libavformat/dashenc.c static int dash_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2261 libavformat/dashenc.c static int dash_write_trailer(AVFormatContext *s)
AVFormatContext  2303 libavformat/dashenc.c static int dash_check_bitstream(struct AVFormatContext *s, const AVPacket *avpkt)
AVFormatContext  2307 libavformat/dashenc.c     AVFormatContext *oc = os->ctx;
AVFormatContext    25 libavformat/dauddec.c static int daud_header(AVFormatContext *s) {
AVFormatContext    41 libavformat/dauddec.c static int daud_packet(AVFormatContext *s, AVPacket *pkt) {
AVFormatContext    24 libavformat/daudenc.c static int daud_write_header(struct AVFormatContext *s)
AVFormatContext    32 libavformat/daudenc.c static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    33 libavformat/dcstr.c static int dcstr_read_header(AVFormatContext *s)
AVFormatContext    73 libavformat/dcstr.c static int dcstr_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    37 libavformat/derf.c static int derf_read_header(AVFormatContext *s)
AVFormatContext    39 libavformat/dfa.c static int dfa_read_header(AVFormatContext *s)
AVFormatContext    81 libavformat/dfa.c static int dfa_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    77 libavformat/dhav.c static int parse_ext(AVFormatContext *s, int length)
AVFormatContext   166 libavformat/dhav.c static int read_chunk(AVFormatContext *s)
AVFormatContext   239 libavformat/dhav.c static int64_t get_duration(AVFormatContext *s)
AVFormatContext   273 libavformat/dhav.c static int dhav_read_header(AVFormatContext *s)
AVFormatContext   309 libavformat/dhav.c static int64_t get_pts(AVFormatContext *s, int stream_index)
AVFormatContext   335 libavformat/dhav.c static int dhav_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   434 libavformat/dhav.c static int dhav_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    51 libavformat/dsfdec.c static void read_id3(AVFormatContext *s, uint64_t id3pos)
AVFormatContext    65 libavformat/dsfdec.c static int dsf_read_header(AVFormatContext *s)
AVFormatContext   148 libavformat/dsfdec.c static int dsf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    96 libavformat/dsicin.c static int cin_read_header(AVFormatContext *s)
AVFormatContext   164 libavformat/dsicin.c static int cin_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    68 libavformat/dss.c static int dss_read_metadata_date(AVFormatContext *s, unsigned int offset,
AVFormatContext    91 libavformat/dss.c static int dss_read_metadata_string(AVFormatContext *s, unsigned int offset,
AVFormatContext   113 libavformat/dss.c static int dss_read_header(AVFormatContext *s)
AVFormatContext   174 libavformat/dss.c static void dss_skip_audio_header(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   206 libavformat/dss.c static int dss_sp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   263 libavformat/dss.c static int dss_723_1_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   316 libavformat/dss.c static int dss_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   326 libavformat/dss.c static int dss_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    53 libavformat/dtshddec.c static int dtshd_read_header(AVFormatContext *s)
AVFormatContext   142 libavformat/dtshddec.c static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   482 libavformat/dump.c static void dump_stream_format(AVFormatContext *ic, int i,
AVFormatContext   600 libavformat/dump.c void av_dump_format(AVFormatContext *ic, int index,
AVFormatContext    45 libavformat/dv.c     AVFormatContext*  fctx;
AVFormatContext   324 libavformat/dv.c DVDemuxContext *avpriv_dv_init_demux(AVFormatContext *s)
AVFormatContext   417 libavformat/dv.c static int64_t dv_frame_offset(AVFormatContext *s, DVDemuxContext *c,
AVFormatContext   459 libavformat/dv.c static int dv_read_timecode(AVFormatContext *s) {
AVFormatContext   494 libavformat/dv.c static int dv_read_header(AVFormatContext *s)
AVFormatContext   553 libavformat/dv.c static int dv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   579 libavformat/dv.c static int dv_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   593 libavformat/dv.c static int dv_read_close(AVFormatContext *s)
AVFormatContext    34 libavformat/dv.h DVDemuxContext* avpriv_dv_init_demux(AVFormatContext* s);
AVFormatContext   237 libavformat/dvenc.c static int dv_assemble_frame(AVFormatContext *s,
AVFormatContext   298 libavformat/dvenc.c static DVMuxContext* dv_init_mux(AVFormatContext* s)
AVFormatContext   374 libavformat/dvenc.c static int dv_write_header(AVFormatContext *s)
AVFormatContext   402 libavformat/dvenc.c static int dv_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   421 libavformat/dvenc.c static void dv_deinit(AVFormatContext *s)
AVFormatContext    56 libavformat/dxa.c static int dxa_read_header(AVFormatContext *s)
AVFormatContext   152 libavformat/dxa.c static int dxa_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    48 libavformat/eacdata.c static int cdata_read_header(AVFormatContext *s)
AVFormatContext    85 libavformat/eacdata.c static int cdata_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   111 libavformat/electronicarts.c static int process_audio_header_elements(AVFormatContext *s)
AVFormatContext   269 libavformat/electronicarts.c static void process_audio_header_eacs(AVFormatContext *s)
AVFormatContext   306 libavformat/electronicarts.c static void process_audio_header_sead(AVFormatContext *s)
AVFormatContext   317 libavformat/electronicarts.c static void process_video_header_mdec(AVFormatContext *s, VideoProperties *video)
AVFormatContext   327 libavformat/electronicarts.c static int process_video_header_vp6(AVFormatContext *s, VideoProperties *video)
AVFormatContext   345 libavformat/electronicarts.c static void process_video_header_cmv(AVFormatContext *s, VideoProperties *video)
AVFormatContext   358 libavformat/electronicarts.c static int process_ea_header(AVFormatContext *s)
AVFormatContext   490 libavformat/electronicarts.c static int init_video_stream(AVFormatContext *s, VideoProperties *video)
AVFormatContext   518 libavformat/electronicarts.c static int ea_read_header(AVFormatContext *s)
AVFormatContext   572 libavformat/electronicarts.c static int ea_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    40 libavformat/epafdec.c static int epaf_read_header(AVFormatContext *s)
AVFormatContext    99 libavformat/ffmetadec.c static AVChapter *read_chapter(AVFormatContext *s)
AVFormatContext   171 libavformat/ffmetadec.c static int read_header(AVFormatContext *s)
AVFormatContext   213 libavformat/ffmetadec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    52 libavformat/ffmetaenc.c static int write_header(AVFormatContext *s)
AVFormatContext    60 libavformat/ffmetaenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    85 libavformat/ffmetaenc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    36 libavformat/fifo.c     AVFormatContext *avf;
AVFormatContext    83 libavformat/fifo.c     AVFormatContext *avf;
AVFormatContext   116 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   118 libavformat/fifo.c     AVFormatContext *avf2 = fifo->avf;
AVFormatContext   155 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   157 libavformat/fifo.c     AVFormatContext *avf2 = fifo->avf;
AVFormatContext   164 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   166 libavformat/fifo.c     AVFormatContext *avf2 = fifo->avf;
AVFormatContext   194 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   196 libavformat/fifo.c     AVFormatContext *avf2 = fifo->avf;
AVFormatContext   262 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   293 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   364 libavformat/fifo.c     AVFormatContext *avf = ctx->avf;
AVFormatContext   390 libavformat/fifo.c     AVFormatContext *avf = data;
AVFormatContext   444 libavformat/fifo.c static int fifo_mux_init(AVFormatContext *avf, ff_const59 AVOutputFormat *oformat,
AVFormatContext   448 libavformat/fifo.c     AVFormatContext *avf2;
AVFormatContext   480 libavformat/fifo.c static int fifo_init(AVFormatContext *avf)
AVFormatContext   517 libavformat/fifo.c static int fifo_write_header(AVFormatContext *avf)
AVFormatContext   532 libavformat/fifo.c static int fifo_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   573 libavformat/fifo.c static int fifo_write_trailer(AVFormatContext *avf)
AVFormatContext   591 libavformat/fifo.c static void fifo_deinit(AVFormatContext *avf)
AVFormatContext    60 libavformat/fifo_test.c static int failing_write_header(AVFormatContext *avf)
AVFormatContext    66 libavformat/fifo_test.c static int failing_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   101 libavformat/fifo_test.c static int failing_write_trailer(AVFormatContext *avf)
AVFormatContext   107 libavformat/fifo_test.c static void failing_deinit(AVFormatContext *avf)
AVFormatContext    38 libavformat/filmstripdec.c static int read_header(AVFormatContext *s)
AVFormatContext    82 libavformat/filmstripdec.c static int read_packet(AVFormatContext *s,
AVFormatContext    99 libavformat/filmstripdec.c static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    33 libavformat/filmstripenc.c static int write_header(AVFormatContext *s)
AVFormatContext    42 libavformat/filmstripenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    50 libavformat/fitsdec.c static int fits_read_header(AVFormatContext *s)
AVFormatContext    78 libavformat/fitsdec.c static int64_t is_image(AVFormatContext *s, FITSContext *fits, FITSHeader *header,
AVFormatContext   143 libavformat/fitsdec.c static int fits_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    33 libavformat/fitsenc.c static int fits_write_header(AVFormatContext *s)
AVFormatContext    48 libavformat/fitsenc.c static int write_keyword_value(AVFormatContext *s, const char *keyword, int value, int *lines_written)
AVFormatContext    68 libavformat/fitsenc.c static int write_image_header(AVFormatContext *s)
AVFormatContext   169 libavformat/fitsenc.c static int fits_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    32 libavformat/flac_picture.c int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround)
AVFormatContext    29 libavformat/flac_picture.h int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround);
AVFormatContext    48 libavformat/flacdec.c static int flac_read_header(AVFormatContext *s)
AVFormatContext   259 libavformat/flacdec.c static av_unused int64_t flac_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext   311 libavformat/flacdec.c static int flac_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) {
AVFormatContext    78 libavformat/flacenc.c static int flac_write_picture(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   164 libavformat/flacenc.c static int flac_finish_header(struct AVFormatContext *s)
AVFormatContext   199 libavformat/flacenc.c static int flac_init(struct AVFormatContext *s)
AVFormatContext   258 libavformat/flacenc.c static int flac_write_header(struct AVFormatContext *s)
AVFormatContext   278 libavformat/flacenc.c static int flac_write_audio_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   297 libavformat/flacenc.c static int flac_queue_flush(AVFormatContext *s)
AVFormatContext   316 libavformat/flacenc.c static int flac_write_trailer(struct AVFormatContext *s)
AVFormatContext   344 libavformat/flacenc.c static void flac_deinit(struct AVFormatContext *s)
AVFormatContext   351 libavformat/flacenc.c static int flac_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    86 libavformat/flic.c static int flic_read_header(AVFormatContext *s)
AVFormatContext   195 libavformat/flic.c static int flic_read_packet(AVFormatContext *s,
AVFormatContext   129 libavformat/flvdec.c static void add_keyframes_index(AVFormatContext *s)
AVFormatContext   160 libavformat/flvdec.c static AVStream *create_stream(AVFormatContext *s, int codec_type)
AVFormatContext   241 libavformat/flvdec.c static void flv_set_audio_codec(AVFormatContext *s, AVStream *astream,
AVFormatContext   326 libavformat/flvdec.c static int flv_set_video_codec(AVFormatContext *s, AVStream *vstream,
AVFormatContext   398 libavformat/flvdec.c static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, int64_t max_pos)
AVFormatContext   484 libavformat/flvdec.c static int amf_parse_object(AVFormatContext *s, AVStream *astream,
AVFormatContext   689 libavformat/flvdec.c static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
AVFormatContext   747 libavformat/flvdec.c static int flv_read_header(AVFormatContext *s)
AVFormatContext   785 libavformat/flvdec.c static int flv_read_close(AVFormatContext *s)
AVFormatContext   796 libavformat/flvdec.c static int flv_get_extradata(AVFormatContext *s, AVStream *st, int size)
AVFormatContext   824 libavformat/flvdec.c static void clear_index_entries(AVFormatContext *s, int64_t pos)
AVFormatContext   881 libavformat/flvdec.c static int flv_data_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   948 libavformat/flvdec.c static int resync(AVFormatContext *s)
AVFormatContext   990 libavformat/flvdec.c static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1331 libavformat/flvdec.c static int flv_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   127 libavformat/flvenc.c static int get_audio_flags(AVFormatContext *s, AVCodecParameters *par)
AVFormatContext   274 libavformat/flvenc.c static void write_metadata(AVFormatContext *s, unsigned int ts)
AVFormatContext   477 libavformat/flvenc.c static int unsupported_codec(AVFormatContext *s,
AVFormatContext   488 libavformat/flvenc.c static void flv_write_codec_header(AVFormatContext* s, AVCodecParameters* par, int64_t ts) {
AVFormatContext   550 libavformat/flvenc.c static int flv_append_keyframe_info(AVFormatContext *s, FLVContext *flv, double ts, int64_t pos)
AVFormatContext   577 libavformat/flvenc.c static int shift_data(AVFormatContext *s)
AVFormatContext   653 libavformat/flvenc.c static int flv_init(struct AVFormatContext *s)
AVFormatContext   737 libavformat/flvenc.c static int flv_write_header(AVFormatContext *s)
AVFormatContext   774 libavformat/flvenc.c static int flv_write_trailer(AVFormatContext *s)
AVFormatContext   878 libavformat/flvenc.c static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1086 libavformat/flvenc.c static int flv_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext    29 libavformat/framecrcenc.c static int framecrc_write_header(struct AVFormatContext *s)
AVFormatContext    45 libavformat/framecrcenc.c static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    23 libavformat/framehash.c int ff_framehash_write_header(AVFormatContext *s)
AVFormatContext    54 libavformat/frmdec.c static int frm_read_header(AVFormatContext *avctx)
AVFormatContext    75 libavformat/frmdec.c static int frm_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext    37 libavformat/fsb.c static int fsb_read_header(AVFormatContext *s)
AVFormatContext   166 libavformat/fsb.c static int fsb_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    39 libavformat/fwse.c static int fwse_read_header(AVFormatContext *s)
AVFormatContext    27 libavformat/g722.c static int g722_read_header(AVFormatContext *s)
AVFormatContext    34 libavformat/g723_1.c static av_cold int g723_1_init(AVFormatContext *s)
AVFormatContext    54 libavformat/g723_1.c static int g723_1_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    32 libavformat/g726.c static int g726_read_header(AVFormatContext *s)
AVFormatContext    50 libavformat/g726.c static int g726_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    34 libavformat/g729dec.c static int g729_read_header(AVFormatContext *s)
AVFormatContext    69 libavformat/g729dec.c static int g729_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    70 libavformat/gdv.c static int gdv_read_header(AVFormatContext *ctx)
AVFormatContext   155 libavformat/gdv.c static int gdv_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext    42 libavformat/genh.c static int genh_read_header(AVFormatContext *s)
AVFormatContext   154 libavformat/genh.c static int genh_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    43 libavformat/gif.c static int gif_write_header(AVFormatContext *s)
AVFormatContext    58 libavformat/gif.c static int gif_parse_packet(AVFormatContext *s, uint8_t *data, int size)
AVFormatContext    95 libavformat/gif.c static int gif_write_packet(AVFormatContext *s, AVPacket *new_pkt)
AVFormatContext   172 libavformat/gif.c static int gif_write_trailer(AVFormatContext *s)
AVFormatContext   110 libavformat/gifdec.c static int gif_read_header(AVFormatContext *s)
AVFormatContext   208 libavformat/gifdec.c static int gif_read_ext(AVFormatContext *s)
AVFormatContext   263 libavformat/gifdec.c static int gif_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    54 libavformat/gsmdec.c static int gsm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    73 libavformat/gsmdec.c static int gsm_read_header(AVFormatContext *s)
AVFormatContext   104 libavformat/gxf.c static int get_sindex(AVFormatContext *s, int id, int format) {
AVFormatContext   285 libavformat/gxf.c static void gxf_read_index(AVFormatContext *s, int pkt_len) {
AVFormatContext   316 libavformat/gxf.c static int gxf_header(AVFormatContext *s) {
AVFormatContext   457 libavformat/gxf.c static int64_t gxf_resync_media(AVFormatContext *s, uint64_t max_interval, int track, int timestamp) {
AVFormatContext   495 libavformat/gxf.c static int gxf_packet(AVFormatContext *s, AVPacket *pkt) {
AVFormatContext   562 libavformat/gxf.c static int gxf_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) {
AVFormatContext   588 libavformat/gxf.c static int64_t gxf_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext   247 libavformat/gxfenc.c static int gxf_write_track_description(AVFormatContext *s, GXFStreamContext *sc, int index)
AVFormatContext   308 libavformat/gxfenc.c static int gxf_write_material_data_section(AVFormatContext *s)
AVFormatContext   359 libavformat/gxfenc.c static int gxf_write_track_description_section(AVFormatContext *s)
AVFormatContext   376 libavformat/gxfenc.c static int gxf_write_map_packet(AVFormatContext *s, int rewrite)
AVFormatContext   408 libavformat/gxfenc.c static int gxf_write_flt_packet(AVFormatContext *s)
AVFormatContext   433 libavformat/gxfenc.c static int gxf_write_umf_material_description(AVFormatContext *s)
AVFormatContext   479 libavformat/gxfenc.c static int gxf_write_umf_payload(AVFormatContext *s)
AVFormatContext   499 libavformat/gxfenc.c static int gxf_write_umf_track_description(AVFormatContext *s)
AVFormatContext   583 libavformat/gxfenc.c static int gxf_write_umf_media_description(AVFormatContext *s)
AVFormatContext   645 libavformat/gxfenc.c static int gxf_write_umf_packet(AVFormatContext *s)
AVFormatContext   681 libavformat/gxfenc.c static int gxf_init_timecode(AVFormatContext *s, GXFTimecode *tc, const char *tcstr, int fields)
AVFormatContext   700 libavformat/gxfenc.c static int gxf_write_header(AVFormatContext *s)
AVFormatContext   846 libavformat/gxfenc.c static int gxf_write_trailer(AVFormatContext *s)
AVFormatContext   874 libavformat/gxfenc.c static void gxf_deinit(AVFormatContext *s)
AVFormatContext   894 libavformat/gxfenc.c static int gxf_write_media_preamble(AVFormatContext *s, AVPacket *pkt, int size)
AVFormatContext   941 libavformat/gxfenc.c static int gxf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   988 libavformat/gxfenc.c static int gxf_compare_field_nb(AVFormatContext *s, const AVPacket *next,
AVFormatContext  1011 libavformat/gxfenc.c static int gxf_interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
AVFormatContext    83 libavformat/hashenc.c static int hash_init(struct AVFormatContext *s)
AVFormatContext   100 libavformat/hashenc.c static int streamhash_init(struct AVFormatContext *s)
AVFormatContext   132 libavformat/hashenc.c static int hash_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   139 libavformat/hashenc.c static int hash_write_trailer(struct AVFormatContext *s)
AVFormatContext   160 libavformat/hashenc.c static void hash_free(struct AVFormatContext *s)
AVFormatContext   246 libavformat/hashenc.c static void framehash_print_extradata(struct AVFormatContext *s)
AVFormatContext   267 libavformat/hashenc.c static int framehash_init(struct AVFormatContext *s)
AVFormatContext   281 libavformat/hashenc.c static int framehash_write_header(struct AVFormatContext *s)
AVFormatContext   293 libavformat/hashenc.c static int framehash_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   330 libavformat/hashenc.c static void framehash_free(struct AVFormatContext *s)
AVFormatContext    39 libavformat/hca.c static int hca_read_header(AVFormatContext *s)
AVFormatContext   106 libavformat/hca.c static int hca_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    38 libavformat/hcom.c static int hcom_read_header(AVFormatContext *s)
AVFormatContext    48 libavformat/hdsenc.c     AVFormatContext *ctx;
AVFormatContext   135 libavformat/hdsenc.c static void hds_free(AVFormatContext *s)
AVFormatContext   160 libavformat/hdsenc.c static int write_manifest(AVFormatContext *s, int final)
AVFormatContext   219 libavformat/hdsenc.c static int write_abst(AVFormatContext *s, OutputStream *os, int final)
AVFormatContext   288 libavformat/hdsenc.c static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts)
AVFormatContext   304 libavformat/hdsenc.c static void close_file(AVFormatContext *s, OutputStream *os)
AVFormatContext   313 libavformat/hdsenc.c static int hds_write_header(AVFormatContext *s)
AVFormatContext   336 libavformat/hdsenc.c         AVFormatContext *ctx;
AVFormatContext   451 libavformat/hdsenc.c static int hds_flush(AVFormatContext *s, OutputStream *os, int final,
AVFormatContext   499 libavformat/hdsenc.c static int hds_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   529 libavformat/hdsenc.c static int hds_write_trailer(AVFormatContext *s)
AVFormatContext   101 libavformat/hls.c     AVFormatContext *parent;
AVFormatContext   103 libavformat/hls.c     AVFormatContext *ctx;
AVFormatContext   194 libavformat/hls.c     AVFormatContext *ctx;
AVFormatContext   609 libavformat/hls.c static int open_url_keepalive(AVFormatContext *s, AVIOContext **pb,
AVFormatContext   627 libavformat/hls.c static int open_url(AVFormatContext *s, AVIOContext **pb, const char *url,
AVFormatContext  1025 libavformat/hls.c static void parse_id3(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  1375 libavformat/hls.c     AVFormatContext *s = pls->parent;
AVFormatContext  1603 libavformat/hls.c static void add_metadata_from_renditions(AVFormatContext *s, struct playlist *pls,
AVFormatContext  1700 libavformat/hls.c static int save_avio_options(AVFormatContext *s)
AVFormatContext  1722 libavformat/hls.c static int nested_io_open(AVFormatContext *s, AVIOContext **pb, const char *url,
AVFormatContext  1732 libavformat/hls.c static void add_stream_to_programs(AVFormatContext *s, struct playlist *pls, AVStream *stream)
AVFormatContext  1777 libavformat/hls.c static int update_streams_from_subdemuxer(AVFormatContext *s, struct playlist *pls)
AVFormatContext  1802 libavformat/hls.c static void update_noheader_flag(AVFormatContext *s)
AVFormatContext  1823 libavformat/hls.c static int hls_close(AVFormatContext *s)
AVFormatContext  1837 libavformat/hls.c static int hls_read_header(AVFormatContext *s)
AVFormatContext  2046 libavformat/hls.c static int recheck_discard_flags(AVFormatContext *s, int first)
AVFormatContext  2128 libavformat/hls.c static int hls_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2265 libavformat/hls.c static int hls_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   127 libavformat/hlsenc.c     AVFormatContext *avf;
AVFormatContext   128 libavformat/hlsenc.c     AVFormatContext *vtt_avf;
AVFormatContext   258 libavformat/hlsenc.c static int hlsenc_io_open(AVFormatContext *s, AVIOContext **pb, char *filename,
AVFormatContext   279 libavformat/hlsenc.c static int hlsenc_io_close(AVFormatContext *s, AVIOContext **pb, char *filename)
AVFormatContext   300 libavformat/hlsenc.c static void set_http_options(AVFormatContext *s, AVDictionary **options, HLSContext *c)
AVFormatContext   467 libavformat/hlsenc.c     AVFormatContext *ctx = vs->avf;
AVFormatContext   498 libavformat/hlsenc.c static int hls_delete_file(HLSContext *hls, AVFormatContext *avf,
AVFormatContext   518 libavformat/hlsenc.c static int hls_delete_old_segments(AVFormatContext *s, HLSContext *hls,
AVFormatContext   643 libavformat/hlsenc.c static int do_encrypt(AVFormatContext *s, VariantStream *vs)
AVFormatContext   717 libavformat/hlsenc.c static int hls_encryption_start(AVFormatContext *s,  VariantStream *vs)
AVFormatContext   776 libavformat/hlsenc.c static int hls_mux_init(AVFormatContext *s, VariantStream *vs)
AVFormatContext   780 libavformat/hlsenc.c     AVFormatContext *oc;
AVFormatContext   781 libavformat/hlsenc.c     AVFormatContext *vtt_oc = NULL;
AVFormatContext   813 libavformat/hlsenc.c         AVFormatContext *loc;
AVFormatContext   900 libavformat/hlsenc.c static int sls_flags_filename_process(struct AVFormatContext *s, HLSContext *hls,
AVFormatContext   990 libavformat/hlsenc.c static int sls_flag_use_localtime_filename(AVFormatContext *oc, HLSContext *c, VariantStream *vs)
AVFormatContext  1038 libavformat/hlsenc.c static int hls_append_segment(struct AVFormatContext *s, HLSContext *hls,
AVFormatContext  1129 libavformat/hlsenc.c static int parse_playlist(AVFormatContext *s, const char *url, VariantStream *vs)
AVFormatContext  1231 libavformat/hlsenc.c static int hls_rename_temp_file(AVFormatContext *s, AVFormatContext *oc)
AVFormatContext  1282 libavformat/hlsenc.c static int create_master_playlist(AVFormatContext *s,
AVFormatContext  1448 libavformat/hlsenc.c static int hls_window(AVFormatContext *s, int last, VariantStream *vs)
AVFormatContext  1579 libavformat/hlsenc.c static int hls_start(AVFormatContext *s, VariantStream *vs)
AVFormatContext  1582 libavformat/hlsenc.c     AVFormatContext *oc = vs->avf;
AVFormatContext  1583 libavformat/hlsenc.c     AVFormatContext *vtt_oc = vs->vtt_avf;
AVFormatContext  1758 libavformat/hlsenc.c static const char * get_default_pattern_localtime_fmt(AVFormatContext *s)
AVFormatContext  1873 libavformat/hlsenc.c static int get_nth_codec_stream_index(AVFormatContext *s,
AVFormatContext  1891 libavformat/hlsenc.c static int parse_variant_stream_mapstring(AVFormatContext *s)
AVFormatContext  2034 libavformat/hlsenc.c static int parse_cc_stream_mapstring(AVFormatContext *s)
AVFormatContext  2111 libavformat/hlsenc.c static int update_variant_stream_info(AVFormatContext *s)
AVFormatContext  2149 libavformat/hlsenc.c static int update_master_pl_info(AVFormatContext *s)
AVFormatContext  2191 libavformat/hlsenc.c static int hls_write_header(AVFormatContext *s)
AVFormatContext  2246 libavformat/hlsenc.c static int hls_init_file_resend(AVFormatContext *s, VariantStream *vs)
AVFormatContext  2263 libavformat/hlsenc.c static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2266 libavformat/hlsenc.c     AVFormatContext *oc = NULL;
AVFormatContext  2529 libavformat/hlsenc.c static void hls_deinit(AVFormatContext *s)
AVFormatContext  2562 libavformat/hlsenc.c static int hls_write_trailer(struct AVFormatContext *s)
AVFormatContext  2565 libavformat/hlsenc.c     AVFormatContext *oc = NULL;
AVFormatContext  2566 libavformat/hlsenc.c     AVFormatContext *vtt_oc = NULL;
AVFormatContext  2697 libavformat/hlsenc.c static int hls_init(AVFormatContext *s)
AVFormatContext    58 libavformat/hnm.c static int hnm_read_header(AVFormatContext *s)
AVFormatContext   101 libavformat/hnm.c static int hnm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    78 libavformat/icodec.c static int read_header(AVFormatContext *s)
AVFormatContext   154 libavformat/icodec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   211 libavformat/icodec.c static int ico_read_close(AVFormatContext * s)
AVFormatContext    45 libavformat/icoenc.c static int ico_check_attributes(AVFormatContext *s, const AVCodecParameters *p)
AVFormatContext    78 libavformat/icoenc.c static int ico_write_header(AVFormatContext *s)
AVFormatContext   112 libavformat/icoenc.c static int ico_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   156 libavformat/icoenc.c static int ico_write_trailer(AVFormatContext *s)
AVFormatContext   187 libavformat/icoenc.c static void ico_deinit(AVFormatContext *s)
AVFormatContext   222 libavformat/id3v1.c static void get_string(AVFormatContext *s, const char *key,
AVFormatContext   257 libavformat/id3v1.c static int parse_tag(AVFormatContext *s, const uint8_t *buf)
AVFormatContext   279 libavformat/id3v1.c void ff_id3v1_read(AVFormatContext *s)
AVFormatContext    39 libavformat/id3v1.h void ff_id3v1_read(AVFormatContext *s);
AVFormatContext   242 libavformat/id3v2.c static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding,
AVFormatContext   319 libavformat/id3v2.c static void read_ttag(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   358 libavformat/id3v2.c static void read_uslt(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   407 libavformat/id3v2.c static void read_comment(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   449 libavformat/id3v2.c static void read_geobtag(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   582 libavformat/id3v2.c static void read_apic(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   677 libavformat/id3v2.c static void read_chapter(AVFormatContext *s, AVIOContext *pb, int len, const char *ttag, ID3v2ExtraMeta **extra_meta, int isv34)
AVFormatContext   738 libavformat/id3v2.c static void read_priv(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   776 libavformat/id3v2.c     void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   810 libavformat/id3v2.c                         AVFormatContext *s, int len, uint8_t version,
AVFormatContext  1057 libavformat/id3v2.c                                 AVFormatContext *s, const char *magic,
AVFormatContext  1108 libavformat/id3v2.c void ff_id3v2_read(AVFormatContext *s, const char *magic,
AVFormatContext  1130 libavformat/id3v2.c int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta *extra_meta)
AVFormatContext  1170 libavformat/id3v2.c int ff_id3v2_parse_chapters(AVFormatContext *s, ID3v2ExtraMeta *extra_meta)
AVFormatContext  1261 libavformat/id3v2.c int ff_id3v2_parse_priv(AVFormatContext *s, ID3v2ExtraMeta *extra_meta)
AVFormatContext   128 libavformat/id3v2.h void ff_id3v2_read(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra_meta,
AVFormatContext   140 libavformat/id3v2.h int ff_id3v2_write_metadata(AVFormatContext *s, ID3v2EncContext *id3);
AVFormatContext   145 libavformat/id3v2.h int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt);
AVFormatContext   158 libavformat/id3v2.h int ff_id3v2_write_simple(struct AVFormatContext *s, int id3v2_version, const char *magic);
AVFormatContext   170 libavformat/id3v2.h int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta *extra_meta);
AVFormatContext   175 libavformat/id3v2.h int ff_id3v2_parse_chapters(AVFormatContext *s, ID3v2ExtraMeta *extra_meta);
AVFormatContext   188 libavformat/id3v2.h int ff_id3v2_parse_priv(AVFormatContext *s, ID3v2ExtraMeta *extra_meta);
AVFormatContext   258 libavformat/id3v2enc.c static int write_ctoc(AVFormatContext *s, ID3v2EncContext *id3, int enc)
AVFormatContext   291 libavformat/id3v2enc.c static int write_chapter(AVFormatContext *s, ID3v2EncContext *id3, int id, int enc)
AVFormatContext   330 libavformat/id3v2enc.c int ff_id3v2_write_metadata(AVFormatContext *s, ID3v2EncContext *id3)
AVFormatContext   351 libavformat/id3v2enc.c int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt)
AVFormatContext   444 libavformat/id3v2enc.c int ff_id3v2_write_simple(struct AVFormatContext *s, int id3v2_version,
AVFormatContext   152 libavformat/idcin.c static int idcin_read_header(AVFormatContext *s)
AVFormatContext   251 libavformat/idcin.c static int idcin_read_packet(AVFormatContext *s,
AVFormatContext   352 libavformat/idcin.c static int idcin_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    71 libavformat/idroqdec.c static int roq_read_header(AVFormatContext *s)
AVFormatContext    94 libavformat/idroqdec.c static int roq_read_packet(AVFormatContext *s,
AVFormatContext    26 libavformat/idroqenc.c static int roq_write_header(struct AVFormatContext *s)
AVFormatContext   127 libavformat/iff.c static int get_metadata(AVFormatContext *s,
AVFormatContext   216 libavformat/iff.c static int parse_dsd_diin(AVFormatContext *s, AVStream *st, uint64_t eof)
AVFormatContext   246 libavformat/iff.c static int parse_dsd_prop(AVFormatContext *s, AVStream *st, uint64_t eof)
AVFormatContext   348 libavformat/iff.c static int read_dst_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   411 libavformat/iff.c static int iff_read_header(AVFormatContext *s)
AVFormatContext   819 libavformat/iff.c static int iff_read_packet(AVFormatContext *s,
AVFormatContext    52 libavformat/ifv.c static int read_index(AVFormatContext *s,
AVFormatContext    89 libavformat/ifv.c static int parse_header(AVFormatContext *s)
AVFormatContext   127 libavformat/ifv.c static int ifv_read_header(AVFormatContext *s)
AVFormatContext   187 libavformat/ifv.c static int ifv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   278 libavformat/ifv.c static int ifv_read_seek(AVFormatContext *s, int stream_index, int64_t ts, int flags)
AVFormatContext    29 libavformat/ilbc.c static int ilbc_write_header(AVFormatContext *s)
AVFormatContext    65 libavformat/ilbc.c static int ilbc_read_header(AVFormatContext *s)
AVFormatContext    96 libavformat/ilbc.c static int ilbc_read_packet(AVFormatContext *s,
AVFormatContext    76 libavformat/img2.h int ff_img_read_header(AVFormatContext *s1);
AVFormatContext    78 libavformat/img2.h int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt);
AVFormatContext   182 libavformat/img2dec.c int ff_img_read_header(AVFormatContext *s1)
AVFormatContext   402 libavformat/img2dec.c int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   570 libavformat/img2dec.c static int img_read_close(struct AVFormatContext* s1)
AVFormatContext   581 libavformat/img2dec.c static int img_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    51 libavformat/img2enc.c static int write_header(AVFormatContext *s)
AVFormatContext    76 libavformat/img2enc.c static int write_muxed_file(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
AVFormatContext    82 libavformat/img2enc.c     AVFormatContext *fmt = NULL;
AVFormatContext   114 libavformat/img2enc.c static int write_packet_pipe(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   128 libavformat/img2enc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    36 libavformat/ingenientdec.c static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   238 libavformat/internal.h int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   239 libavformat/internal.h                              int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *));
AVFormatContext   241 libavformat/internal.h void ff_read_frame_flush(AVFormatContext *s);
AVFormatContext   277 libavformat/internal.h                         int port, int ttl, AVFormatContext *fmt);
AVFormatContext   291 libavformat/internal.h int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
AVFormatContext   292 libavformat/internal.h                      AVFormatContext *src, int interleave);
AVFormatContext   373 libavformat/internal.h int ff_find_stream_index(AVFormatContext *s, int id);
AVFormatContext   389 libavformat/internal.h void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
AVFormatContext   402 libavformat/internal.h AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
AVFormatContext   410 libavformat/internal.h void ff_reduce_index(AVFormatContext *s, int stream_index);
AVFormatContext   421 libavformat/internal.h int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
AVFormatContext   432 libavformat/internal.h void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
AVFormatContext   434 libavformat/internal.h int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos,
AVFormatContext   435 libavformat/internal.h                     int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
AVFormatContext   443 libavformat/internal.h int64_t ff_gen_search(AVFormatContext *s, int stream_index,
AVFormatContext   448 libavformat/internal.h                       int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
AVFormatContext   477 libavformat/internal.h int ff_framehash_write_header(AVFormatContext *s);
AVFormatContext   486 libavformat/internal.h int ff_read_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   500 libavformat/internal.h int ff_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
AVFormatContext   503 libavformat/internal.h void ff_free_stream(AVFormatContext *s, AVStream *st);
AVFormatContext   508 libavformat/internal.h void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st,
AVFormatContext   539 libavformat/internal.h AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision);
AVFormatContext   544 libavformat/internal.h enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st);
AVFormatContext   599 libavformat/internal.h int ff_get_extradata(AVFormatContext *s, AVCodecParameters *par, AVIOContext *pb, int size);
AVFormatContext   607 libavformat/internal.h int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts);
AVFormatContext   609 libavformat/internal.h void ff_rfps_calculate(AVFormatContext *ic);
AVFormatContext   627 libavformat/internal.h int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);
AVFormatContext   643 libavformat/internal.h int ff_format_output_open(AVFormatContext *s, const char *url, AVDictionary **options);
AVFormatContext   649 libavformat/internal.h void ff_format_io_close(AVFormatContext *s, AVIOContext **pb);
AVFormatContext   668 libavformat/internal.h int ff_parse_creation_time_metadata(AVFormatContext *s, int64_t *timestamp, int return_seconds);
AVFormatContext   677 libavformat/internal.h int ff_standardize_creation_time(AVFormatContext *s);
AVFormatContext   689 libavformat/internal.h int ff_reshuffle_raw_rgb(AVFormatContext *s, AVPacket **ppkt, AVCodecParameters *par, int expected_stride);
AVFormatContext   704 libavformat/internal.h int ff_get_packet_palette(AVFormatContext *s, AVPacket *pkt, int ret, uint32_t *palette);
AVFormatContext   719 libavformat/internal.h int ff_interleaved_peek(AVFormatContext *s, int stream,
AVFormatContext   731 libavformat/internal.h void ff_format_set_url(AVFormatContext *s, char *url);
AVFormatContext    81 libavformat/ipmovie.c     AVFormatContext *avf;
AVFormatContext   248 libavformat/ipmovie.c static int init_audio(AVFormatContext *s)
AVFormatContext   630 libavformat/ipmovie.c static int ipmovie_read_header(AVFormatContext *s)
AVFormatContext   701 libavformat/ipmovie.c static int ipmovie_read_packet(AVFormatContext *s,
AVFormatContext    53 libavformat/ircamdec.c static int ircam_read_header(AVFormatContext *s)
AVFormatContext    29 libavformat/ircamenc.c static int ircam_write_header(AVFormatContext *s)
AVFormatContext   481 libavformat/isom.c int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag)
AVFormatContext   515 libavformat/isom.c int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb)
AVFormatContext   608 libavformat/isom.c int ff_mov_read_chan(AVFormatContext *s, AVStream *st, int64_t size)
AVFormatContext   248 libavformat/isom.h     AVFormatContext *fc;
AVFormatContext   258 libavformat/isom.h     AVFormatContext *dv_fctx;
AVFormatContext   297 libavformat/isom.h int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
AVFormatContext   298 libavformat/isom.h int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb);
AVFormatContext   360 libavformat/isom.h int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb);
AVFormatContext    69 libavformat/iss.c static av_cold int iss_read_header(AVFormatContext *s)
AVFormatContext   131 libavformat/iss.c static int iss_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    40 libavformat/iv8.c static int read_header(AVFormatContext *s)
AVFormatContext    57 libavformat/iv8.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    35 libavformat/ivfdec.c static int read_header(AVFormatContext *s)
AVFormatContext    71 libavformat/ivfdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    29 libavformat/ivfenc.c static int ivf_init(AVFormatContext *s)
AVFormatContext    59 libavformat/ivfenc.c static int ivf_write_header(AVFormatContext *s)
AVFormatContext    79 libavformat/ivfenc.c static int ivf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    95 libavformat/ivfenc.c static int ivf_write_trailer(AVFormatContext *s)
AVFormatContext    96 libavformat/jacosubdec.c static int jacosub_read_close(AVFormatContext *s)
AVFormatContext   157 libavformat/jacosubdec.c static int jacosub_read_header(AVFormatContext *s)
AVFormatContext   254 libavformat/jacosubdec.c static int jacosub_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   260 libavformat/jacosubdec.c static int jacosub_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    22 libavformat/jacosubenc.c static int jacosub_write_header(AVFormatContext *s)
AVFormatContext    63 libavformat/jvdec.c static int read_close(AVFormatContext *s)
AVFormatContext    72 libavformat/jvdec.c static int read_header(AVFormatContext *s)
AVFormatContext   166 libavformat/jvdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   226 libavformat/jvdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    47 libavformat/kvag.c static int kvag_read_header(AVFormatContext *s)
AVFormatContext    98 libavformat/kvag.c static int kvag_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   123 libavformat/kvag.c static int kvag_write_init(AVFormatContext *s)
AVFormatContext   153 libavformat/kvag.c static int kvag_write_header(AVFormatContext *s)
AVFormatContext   167 libavformat/kvag.c static int kvag_write_trailer(AVFormatContext *s)
AVFormatContext    56 libavformat/latmenc.c static int latm_decode_extradata(AVFormatContext *s, uint8_t *buf, int size)
AVFormatContext    86 libavformat/latmenc.c static int latm_write_header(AVFormatContext *s)
AVFormatContext   104 libavformat/latmenc.c static void latm_write_frame_header(AVFormatContext *s, PutBitContext *bs)
AVFormatContext   150 libavformat/latmenc.c static int latm_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   235 libavformat/latmenc.c static int latm_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext    52 libavformat/libgme.c static void add_meta(AVFormatContext *s, const char *name, const char *value)
AVFormatContext    58 libavformat/libgme.c static int load_metadata(AVFormatContext *s)
AVFormatContext    80 libavformat/libgme.c static int read_header_gme(AVFormatContext *s)
AVFormatContext   137 libavformat/libgme.c static int read_packet_gme(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   156 libavformat/libgme.c static int read_close_gme(AVFormatContext *s)
AVFormatContext   164 libavformat/libgme.c static int read_seek_gme(AVFormatContext *s, int stream_idx, int64_t ts, int flags)
AVFormatContext   133 libavformat/libmodplug.c static int modplug_load_metadata(AVFormatContext *s)
AVFormatContext   164 libavformat/libmodplug.c static int modplug_read_header(AVFormatContext *s)
AVFormatContext   270 libavformat/libmodplug.c static int modplug_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   335 libavformat/libmodplug.c static int modplug_read_close(AVFormatContext *s)
AVFormatContext   343 libavformat/libmodplug.c static int modplug_read_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags)
AVFormatContext    79 libavformat/libopenmpt.c static int read_header_openmpt(AVFormatContext *s)
AVFormatContext   169 libavformat/libopenmpt.c static int read_packet_openmpt(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   206 libavformat/libopenmpt.c static int read_close_openmpt(AVFormatContext *s)
AVFormatContext   214 libavformat/libopenmpt.c static int read_seek_openmpt(AVFormatContext *s, int stream_idx, int64_t ts, int flags)
AVFormatContext    62 libavformat/lmlm4.c static int lmlm4_read_header(AVFormatContext *s)
AVFormatContext    83 libavformat/lmlm4.c static int lmlm4_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    68 libavformat/loasdec.c static int loas_read_header(AVFormatContext *s)
AVFormatContext   156 libavformat/lrcdec.c static int lrc_read_header(AVFormatContext *s)
AVFormatContext   220 libavformat/lrcdec.c static int lrc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   226 libavformat/lrcdec.c static int lrc_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   234 libavformat/lrcdec.c static int lrc_read_close(AVFormatContext *s)
AVFormatContext    37 libavformat/lrcenc.c static int lrc_write_header(AVFormatContext *s)
AVFormatContext    86 libavformat/lrcenc.c static int lrc_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    37 libavformat/lvfdec.c static int lvf_read_header(AVFormatContext *s)
AVFormatContext   104 libavformat/lvfdec.c static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    86 libavformat/lxfdec.c static int lxf_sync(AVFormatContext *s, uint8_t *header)
AVFormatContext   112 libavformat/lxfdec.c static int get_packet_header(AVFormatContext *s)
AVFormatContext   228 libavformat/lxfdec.c static int lxf_read_header(AVFormatContext *s)
AVFormatContext   292 libavformat/lxfdec.c static int lxf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   343 libavformat/matroskadec.c     AVFormatContext *ctx;
AVFormatContext   773 libavformat/matroskadec.c static int matroska_read_close(AVFormatContext *s);
AVFormatContext  1721 libavformat/matroskadec.c static void matroska_convert_tag(AVFormatContext *s, EbmlList *list,
AVFormatContext  1756 libavformat/matroskadec.c static void matroska_convert_tags(AVFormatContext *s)
AVFormatContext  1973 libavformat/matroskadec.c static int matroska_parse_flac(AVFormatContext *s,
AVFormatContext  2290 libavformat/matroskadec.c static int matroska_parse_tracks(AVFormatContext *s)
AVFormatContext  2830 libavformat/matroskadec.c static int matroska_read_header(AVFormatContext *s)
AVFormatContext  3738 libavformat/matroskadec.c static int matroska_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  3758 libavformat/matroskadec.c static int matroska_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  3822 libavformat/matroskadec.c static int matroska_read_close(AVFormatContext *s)
AVFormatContext  3849 libavformat/matroskadec.c static CueDesc get_cue_desc(AVFormatContext *s, int64_t ts, int64_t cues_start) {
AVFormatContext  3878 libavformat/matroskadec.c static int webm_clusters_start_with_keyframe(AVFormatContext *s)
AVFormatContext  3926 libavformat/matroskadec.c                                              double* sec_to_download, AVFormatContext *s,
AVFormatContext  4005 libavformat/matroskadec.c static int64_t webm_dash_manifest_compute_bandwidth(AVFormatContext *s, int64_t cues_start)
AVFormatContext  4092 libavformat/matroskadec.c static int webm_dash_manifest_cues(AVFormatContext *s, int64_t init_range)
AVFormatContext  4172 libavformat/matroskadec.c static int webm_dash_manifest_read_header(AVFormatContext *s)
AVFormatContext  4232 libavformat/matroskadec.c static int webm_dash_manifest_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   449 libavformat/matroskaenc.c static void mkv_deinit(AVFormatContext *s)
AVFormatContext   602 libavformat/matroskaenc.c static int put_xiph_codecpriv(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   641 libavformat/matroskaenc.c static int put_flac_codecpriv(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   677 libavformat/matroskaenc.c static int get_aac_sample_rates(AVFormatContext *s, MatroskaMuxContext *mkv,
AVFormatContext   710 libavformat/matroskaenc.c static int mkv_write_native_codecprivate(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   762 libavformat/matroskaenc.c static int mkv_write_codecprivate(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   916 libavformat/matroskaenc.c static void mkv_write_video_projection(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  1022 libavformat/matroskaenc.c static int mkv_write_stereo_mode(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  1113 libavformat/matroskaenc.c static int mkv_write_track(AVFormatContext *s, MatroskaMuxContext *mkv,
AVFormatContext  1376 libavformat/matroskaenc.c static int mkv_write_tracks(AVFormatContext *s)
AVFormatContext  1539 libavformat/matroskaenc.c static int mkv_write_tags(AVFormatContext *s)
AVFormatContext  1612 libavformat/matroskaenc.c static int mkv_write_chapters(AVFormatContext *s)
AVFormatContext  1716 libavformat/matroskaenc.c static int mkv_write_attachments(AVFormatContext *s)
AVFormatContext  1760 libavformat/matroskaenc.c static int64_t get_metadata_duration(AVFormatContext *s)
AVFormatContext  1784 libavformat/matroskaenc.c static int mkv_write_header(AVFormatContext *s)
AVFormatContext  2003 libavformat/matroskaenc.c static int mkv_write_block(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  2115 libavformat/matroskaenc.c static int mkv_write_vtt_blocks(AVFormatContext *s, AVIOContext *pb, const AVPacket *pkt)
AVFormatContext  2162 libavformat/matroskaenc.c static int mkv_end_cluster(AVFormatContext *s)
AVFormatContext  2181 libavformat/matroskaenc.c static int mkv_check_new_extra_data(AVFormatContext *s, const AVPacket *pkt)
AVFormatContext  2271 libavformat/matroskaenc.c static int mkv_write_packet_internal(AVFormatContext *s, const AVPacket *pkt)
AVFormatContext  2363 libavformat/matroskaenc.c static int mkv_write_packet(AVFormatContext *s, const AVPacket *pkt)
AVFormatContext  2437 libavformat/matroskaenc.c static int mkv_write_flush_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2455 libavformat/matroskaenc.c static int mkv_write_trailer(AVFormatContext *s)
AVFormatContext  2656 libavformat/matroskaenc.c static int mkv_init(struct AVFormatContext *s)
AVFormatContext  2737 libavformat/matroskaenc.c static int mkv_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext    59 libavformat/metadata.c void ff_metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,
AVFormatContext    41 libavformat/metadata.h void ff_metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,
AVFormatContext    36 libavformat/mgsts.c static int read_header(AVFormatContext *s)
AVFormatContext    71 libavformat/mgsts.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    79 libavformat/microdvddec.c static int microdvd_read_header(AVFormatContext *s)
AVFormatContext   170 libavformat/microdvddec.c static int microdvd_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   176 libavformat/microdvddec.c static int microdvd_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   184 libavformat/microdvddec.c static int microdvd_read_close(AVFormatContext *s)
AVFormatContext    26 libavformat/microdvdenc.c static int microdvd_write_header(struct AVFormatContext *s)
AVFormatContext    46 libavformat/microdvdenc.c static int microdvd_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext    25 libavformat/mkvtimestamp_v2.c static int write_header(AVFormatContext *s)
AVFormatContext    33 libavformat/mkvtimestamp_v2.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    80 libavformat/mlvdec.c static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, unsigned size)
AVFormatContext    98 libavformat/mlvdec.c static void read_uint8(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   103 libavformat/mlvdec.c static void read_uint16(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   108 libavformat/mlvdec.c static void read_uint32(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   113 libavformat/mlvdec.c static void read_uint64(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   118 libavformat/mlvdec.c static int scan_file(AVFormatContext *avctx, AVStream *vst, AVStream *ast, int file)
AVFormatContext   253 libavformat/mlvdec.c static int read_header(AVFormatContext *avctx)
AVFormatContext   392 libavformat/mlvdec.c static int read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   450 libavformat/mlvdec.c static int read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags)
AVFormatContext   464 libavformat/mlvdec.c static int read_close(AVFormatContext *s)
AVFormatContext    85 libavformat/mm.c static int read_header(AVFormatContext *s)
AVFormatContext   138 libavformat/mm.c static int read_packet(AVFormatContext *s,
AVFormatContext    66 libavformat/mmf.c static int mmf_write_header(AVFormatContext *s)
AVFormatContext   141 libavformat/mmf.c static int mmf_write_trailer(AVFormatContext *s)
AVFormatContext   192 libavformat/mmf.c static int mmf_read_header(AVFormatContext *s)
AVFormatContext   277 libavformat/mmf.c static int mmf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  7160 libavformat/mov.c static void mov_read_chapters(AVFormatContext *s)
AVFormatContext  7261 libavformat/mov.c static int parse_timecode_in_framenum_format(AVFormatContext *s, AVStream *st,
AVFormatContext  7275 libavformat/mov.c static int mov_read_rtmd_track(AVFormatContext *s, AVStream *st)
AVFormatContext  7300 libavformat/mov.c static int mov_read_timecode_track(AVFormatContext *s, AVStream *st)
AVFormatContext  7340 libavformat/mov.c static int mov_read_close(AVFormatContext *s)
AVFormatContext  7422 libavformat/mov.c static int tmcd_is_referenced(AVFormatContext *s, int tmcd_id)
AVFormatContext  7438 libavformat/mov.c static void export_orphan_timecode(AVFormatContext *s)
AVFormatContext  7556 libavformat/mov.c static int mov_read_header(AVFormatContext *s)
AVFormatContext  7767 libavformat/mov.c static AVIndexEntry *mov_find_next_sample(AVFormatContext *s, AVStream **st)
AVFormatContext  7800 libavformat/mov.c static int mov_switch_root(AVFormatContext *s, int64_t target, int index)
AVFormatContext  7859 libavformat/mov.c static int mov_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  8002 libavformat/mov.c static int mov_seek_fragment(AVFormatContext *s, AVStream *st, int64_t timestamp)
AVFormatContext  8021 libavformat/mov.c static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, int flags)
AVFormatContext  8075 libavformat/mov.c static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
AVFormatContext   547 libavformat/mov_chan.c int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st,
AVFormatContext    65 libavformat/mov_chan.h int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st,
AVFormatContext    23 libavformat/mov_esds.c int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb)
AVFormatContext   121 libavformat/movenc.c static int get_moov_size(AVFormatContext *s);
AVFormatContext   319 libavformat/movenc.c static int mov_write_ac3_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   539 libavformat/movenc.c static int mov_write_eac3_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   709 libavformat/movenc.c static int mov_write_ms_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   721 libavformat/movenc.c static int mov_write_wfex_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   752 libavformat/movenc.c static int mov_write_dops_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   775 libavformat/movenc.c static int mov_write_dmlp_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   804 libavformat/movenc.c static int mov_write_chan_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext   832 libavformat/movenc.c static int mov_write_wave_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext  1052 libavformat/movenc.c static int mov_write_audio_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext *mov, MOVTrack *track)
AVFormatContext  1236 libavformat/movenc.c static int mov_write_vpcc_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext  1358 libavformat/movenc.c static int mov_get_dv_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1383 libavformat/movenc.c static AVRational find_fps(AVFormatContext *s, AVStream *st)
AVFormatContext  1401 libavformat/movenc.c static int defined_frame_rate(AVFormatContext *s, AVStream *st)
AVFormatContext  1410 libavformat/movenc.c static int mov_get_mpeg2_xdcam_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1472 libavformat/movenc.c static int mov_get_h264_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1552 libavformat/movenc.c static int mov_get_dnxhd_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1561 libavformat/movenc.c static int mov_get_rawvideo_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1587 libavformat/movenc.c static unsigned int mov_get_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1661 libavformat/movenc.c static unsigned int mov_find_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1730 libavformat/movenc.c static int mov_write_st3d_tag(AVFormatContext *s, AVIOContext *pb, AVStereo3D *stereo_3d)
AVFormatContext  1760 libavformat/movenc.c static int mov_write_sv3d_tag(AVFormatContext *s, AVIOContext *pb, AVSphericalMapping *spherical_mapping)
AVFormatContext  1818 libavformat/movenc.c static int mov_write_dvcc_dvvc_tag(AVFormatContext *s, AVIOContext *pb, AVDOVIDecoderConfigurationRecord *dovi)
AVFormatContext  1876 libavformat/movenc.c static int mov_write_gama_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track, double gamma)
AVFormatContext  2028 libavformat/movenc.c static int mov_write_video_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext *mov, MOVTrack *track)
AVFormatContext  2319 libavformat/movenc.c static int mov_write_stsd_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext *mov, MOVTrack *track)
AVFormatContext  2346 libavformat/movenc.c static int mov_write_ctts_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext  2542 libavformat/movenc.c static int mov_write_stbl_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext *mov, MOVTrack *track)
AVFormatContext  2696 libavformat/movenc.c static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *track)
AVFormatContext  2787 libavformat/movenc.c static int mov_write_minf_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext *mov, MOVTrack *track)
AVFormatContext  2879 libavformat/movenc.c static int mov_write_mdia_tag(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  3177 libavformat/movenc.c     AVFormatContext *ctx = track->rtp_ctx;
AVFormatContext  3237 libavformat/movenc.c static int mov_write_trak_tag(AVFormatContext *s, AVIOContext *pb, MOVMuxContext *mov,
AVFormatContext  3405 libavformat/movenc.c                                      AVFormatContext *s)
AVFormatContext  3454 libavformat/movenc.c static AVDictionaryEntry *get_metadata_lang(AVFormatContext *s,
AVFormatContext  3479 libavformat/movenc.c static int mov_write_string_metadata(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  3491 libavformat/movenc.c static int mov_write_tmpo_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3509 libavformat/movenc.c static int mov_write_loci_tag(AVFormatContext *s, AVIOContext *pb)
AVFormatContext  3561 libavformat/movenc.c                               AVFormatContext *s, int disc)
AVFormatContext  3587 libavformat/movenc.c static int mov_write_int8_metadata(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  3614 libavformat/movenc.c static int mov_write_covr(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3643 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  3683 libavformat/movenc.c                                    AVFormatContext *s)
AVFormatContext  3698 libavformat/movenc.c                                    AVFormatContext *s)
AVFormatContext  3726 libavformat/movenc.c                                    AVFormatContext *s)
AVFormatContext  3748 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  3769 libavformat/movenc.c static int mov_write_raw_metadata_tag(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  3807 libavformat/movenc.c static int mov_write_3gp_udta_tag(AVIOContext *pb, AVFormatContext *s,
AVFormatContext  3829 libavformat/movenc.c static int mov_write_chpl_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3856 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  3926 libavformat/movenc.c static int mov_write_uuidusmt_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3999 libavformat/movenc.c static int mov_setup_track_ids(MOVMuxContext *mov, AVFormatContext *s)
AVFormatContext  4034 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  4128 libavformat/movenc.c static int mov_write_isml_manifest(AVIOContext *pb, MOVMuxContext *mov, AVFormatContext *s)
AVFormatContext  4836 libavformat/movenc.c static void mov_write_ftyp_tag_internal(AVIOContext *pb, AVFormatContext *s,
AVFormatContext  4874 libavformat/movenc.c static int mov_write_ftyp_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  4940 libavformat/movenc.c static int mov_write_uuidprof_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  5011 libavformat/movenc.c static int mov_write_identification(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  5140 libavformat/movenc.c static int mov_flush_fragment_interleaving(AVFormatContext *s, MOVTrack *track)
AVFormatContext  5165 libavformat/movenc.c static int mov_flush_fragment(AVFormatContext *s, int force)
AVFormatContext  5374 libavformat/movenc.c static int mov_auto_flush_fragment(AVFormatContext *s, int force)
AVFormatContext  5388 libavformat/movenc.c static int check_pkt(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  5426 libavformat/movenc.c int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  5742 libavformat/movenc.c static int mov_write_single_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  5827 libavformat/movenc.c static int mov_write_subtitle_end_packet(AVFormatContext *s,
AVFormatContext  5848 libavformat/movenc.c static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  5950 libavformat/movenc.c static int mov_create_chapter_track(AVFormatContext *s, int tracknum)
AVFormatContext  6048 libavformat/movenc.c static int mov_check_timecode_track(AVFormatContext *s, AVTimecode *tc, int src_index, const char *tcstr)
AVFormatContext  6057 libavformat/movenc.c static int mov_create_timecode_track(AVFormatContext *s, int index, int src_index, AVTimecode tc)
AVFormatContext  6106 libavformat/movenc.c static void enable_tracks(AVFormatContext *s)
AVFormatContext  6148 libavformat/movenc.c static void mov_free(AVFormatContext *s)
AVFormatContext  6248 libavformat/movenc.c static int mov_init(AVFormatContext *s)
AVFormatContext  6585 libavformat/movenc.c static int mov_write_header(AVFormatContext *s)
AVFormatContext  6725 libavformat/movenc.c static int get_moov_size(AVFormatContext *s)
AVFormatContext  6738 libavformat/movenc.c static int get_sidx_size(AVFormatContext *s)
AVFormatContext  6756 libavformat/movenc.c static int compute_moov_size(AVFormatContext *s)
AVFormatContext  6781 libavformat/movenc.c static int compute_sidx_size(AVFormatContext *s)
AVFormatContext  6796 libavformat/movenc.c static int shift_data(AVFormatContext *s)
AVFormatContext  6862 libavformat/movenc.c static int mov_write_trailer(AVFormatContext *s)
AVFormatContext  6977 libavformat/movenc.c static int mov_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext   127 libavformat/movenc.h     AVFormatContext *rtp_ctx; ///< the format context for the hinting rtp muxer
AVFormatContext   216 libavformat/movenc.h     AVFormatContext *fc;
AVFormatContext   265 libavformat/movenc.h int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   267 libavformat/movenc.h int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index);
AVFormatContext   268 libavformat/movenc.h int ff_mov_add_hinted_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   232 libavformat/movenccenc.c int ff_mov_cenc_avc_write_nal_units(AVFormatContext *s, MOVMuxCencContext* ctx,
AVFormatContext    73 libavformat/movenccenc.h int ff_mov_cenc_avc_write_nal_units(AVFormatContext *s, MOVMuxCencContext* ctx, int nal_length_size,
AVFormatContext    29 libavformat/movenchint.c int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index)
AVFormatContext   401 libavformat/movenchint.c int ff_mov_add_hinted_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   407 libavformat/movenchint.c     AVFormatContext *rtp_ctx = trk->rtp_ctx;
AVFormatContext   461 libavformat/movenchint.c     AVFormatContext *rtp_ctx = track->rtp_ctx;
AVFormatContext   132 libavformat/mp3dec.c static void read_xing_toc(AVFormatContext *s, int64_t filesize, int64_t duration)
AVFormatContext   157 libavformat/mp3dec.c static void mp3_parse_info_tag(AVFormatContext *s, AVStream *st,
AVFormatContext   295 libavformat/mp3dec.c static void mp3_parse_vbri_tag(AVFormatContext *s, AVStream *st, int64_t base)
AVFormatContext   317 libavformat/mp3dec.c static int mp3_parse_vbr_tags(AVFormatContext *s, AVStream *st, int64_t base)
AVFormatContext   360 libavformat/mp3dec.c static int mp3_read_header(AVFormatContext *s)
AVFormatContext   443 libavformat/mp3dec.c static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   494 libavformat/mp3dec.c static int64_t mp3_sync(AVFormatContext *s, int64_t target_pos, int flags)
AVFormatContext   544 libavformat/mp3dec.c static int mp3_seek(AVFormatContext *s, int stream_index, int64_t timestamp,
AVFormatContext    39 libavformat/mp3enc.c static int id3v1_set_string(AVFormatContext *s, const char *key,
AVFormatContext    49 libavformat/mp3enc.c static int id3v1_create_tag(AVFormatContext *s, uint8_t *buf)
AVFormatContext   142 libavformat/mp3enc.c static int mp3_write_xing(AVFormatContext *s)
AVFormatContext   315 libavformat/mp3enc.c static int mp3_write_audio_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   380 libavformat/mp3enc.c static int mp3_queue_flush(AVFormatContext *s)
AVFormatContext   398 libavformat/mp3enc.c static void mp3_update_xing(AVFormatContext *s)
AVFormatContext   468 libavformat/mp3enc.c static int mp3_write_trailer(struct AVFormatContext *s)
AVFormatContext   518 libavformat/mp3enc.c static int mp3_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   563 libavformat/mp3enc.c static int mp3_init(struct AVFormatContext *s)
AVFormatContext   608 libavformat/mp3enc.c static int mp3_write_header(struct AVFormatContext *s)
AVFormatContext   629 libavformat/mp3enc.c static void mp3_deinit(struct AVFormatContext *s)
AVFormatContext    56 libavformat/mpc.c static int mpc_read_header(AVFormatContext *s)
AVFormatContext   122 libavformat/mpc.c static int mpc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   187 libavformat/mpc.c static int mpc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext   133 libavformat/mpc8.c static void mpc8_parse_seektable(AVFormatContext *s, int64_t off)
AVFormatContext   193 libavformat/mpc8.c static void mpc8_handle_chunk(AVFormatContext *s, int tag, int64_t chunk_pos, int64_t size)
AVFormatContext   210 libavformat/mpc8.c static int mpc8_read_header(AVFormatContext *s)
AVFormatContext   277 libavformat/mpc8.c static int mpc8_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   307 libavformat/mpc8.c static int mpc8_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext   126 libavformat/mpeg.c static int mpegps_read_header(AVFormatContext *s)
AVFormatContext   225 libavformat/mpeg.c static int mpegps_read_pes_header(AVFormatContext *s,
AVFormatContext   472 libavformat/mpeg.c static int mpegps_read_packet(AVFormatContext *s,
AVFormatContext   651 libavformat/mpeg.c static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index,
AVFormatContext   704 libavformat/mpeg.c     AVFormatContext *sub_ctx;
AVFormatContext   716 libavformat/mpeg.c static int vobsub_read_close(AVFormatContext *s)
AVFormatContext   728 libavformat/mpeg.c static int vobsub_read_header(AVFormatContext *s)
AVFormatContext   917 libavformat/mpeg.c static int vobsub_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   995 libavformat/mpeg.c static int vobsub_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    91 libavformat/mpegenc.c static int put_pack_header(AVFormatContext *ctx, uint8_t *buf,
AVFormatContext   125 libavformat/mpegenc.c static int put_system_header(AVFormatContext *ctx, uint8_t *buf,
AVFormatContext   274 libavformat/mpegenc.c static int get_system_header_size(AVFormatContext *ctx)
AVFormatContext   297 libavformat/mpegenc.c static av_cold int mpeg_mux_init(AVFormatContext *ctx)
AVFormatContext   574 libavformat/mpegenc.c static int get_vcd_padding_size(AVFormatContext *ctx, int64_t pts)
AVFormatContext   597 libavformat/mpegenc.c static void put_padding_packet(AVFormatContext *ctx, AVIOContext *pb,
AVFormatContext   615 libavformat/mpegenc.c static int get_nb_frames(AVFormatContext *ctx, StreamInfo *stream, int len)
AVFormatContext   631 libavformat/mpegenc.c static int flush_packet(AVFormatContext *ctx, int stream_index,
AVFormatContext   944 libavformat/mpegenc.c static void put_vcd_padding_sector(AVFormatContext *ctx)
AVFormatContext   969 libavformat/mpegenc.c static int remove_decoded_packets(AVFormatContext *ctx, int64_t scr)
AVFormatContext   996 libavformat/mpegenc.c static int output_packet(AVFormatContext *ctx, int flush)
AVFormatContext  1142 libavformat/mpegenc.c static int mpeg_mux_write_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext  1230 libavformat/mpegenc.c static int mpeg_mux_end(AVFormatContext *ctx)
AVFormatContext  1256 libavformat/mpegenc.c static void mpeg_mux_deinit(AVFormatContext *ctx)
AVFormatContext   122 libavformat/mpegts.c     AVFormatContext *stream;
AVFormatContext   241 libavformat/mpegts.c     AVFormatContext *stream;
AVFormatContext   347 libavformat/mpegts.c static void update_av_program_info(AVFormatContext *s, unsigned int programid,
AVFormatContext   601 libavformat/mpegts.c static int get_packet_size(AVFormatContext* s)
AVFormatContext  1425 libavformat/mpegts.c     AVFormatContext *s;
AVFormatContext  1435 libavformat/mpegts.c static int init_MP4DescrParseContext(MP4DescrParseContext *d, AVFormatContext *s,
AVFormatContext  1634 libavformat/mpegts.c static int mp4_read_iods(AVFormatContext *s, const uint8_t *buf, unsigned size,
AVFormatContext  1650 libavformat/mpegts.c static int mp4_read_od(AVFormatContext *s, const uint8_t *buf, unsigned size,
AVFormatContext  1677 libavformat/mpegts.c     AVFormatContext *s = ts->stream;
AVFormatContext  1777 libavformat/mpegts.c int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
AVFormatContext  2203 libavformat/mpegts.c     AVFormatContext *s = ts->stream;
AVFormatContext  2839 libavformat/mpegts.c static int mpegts_resync(AVFormatContext *s, int seekback, const uint8_t *current_packet)
AVFormatContext  2882 libavformat/mpegts.c static int read_packet(AVFormatContext *s, uint8_t *buf, int raw_packet_size,
AVFormatContext  2907 libavformat/mpegts.c static void finished_reading_packet(AVFormatContext *s, int raw_packet_size)
AVFormatContext  2917 libavformat/mpegts.c     AVFormatContext *s = ts->stream;
AVFormatContext  3037 libavformat/mpegts.c static void seek_back(AVFormatContext *s, AVIOContext *pb, int64_t pos) {
AVFormatContext  3046 libavformat/mpegts.c static int mpegts_read_header(AVFormatContext *s)
AVFormatContext  3151 libavformat/mpegts.c static int mpegts_raw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  3198 libavformat/mpegts.c static int mpegts_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  3242 libavformat/mpegts.c static int mpegts_read_close(AVFormatContext *s)
AVFormatContext  3249 libavformat/mpegts.c static av_unused int64_t mpegts_get_pcr(AVFormatContext *s, int stream_index,
AVFormatContext  3283 libavformat/mpegts.c static int64_t mpegts_get_dts(AVFormatContext *s, int stream_index,
AVFormatContext  3320 libavformat/mpegts.c MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s)
AVFormatContext   142 libavformat/mpegts.h MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s);
AVFormatContext   180 libavformat/mpegts.h int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
AVFormatContext   189 libavformat/mpegts.h int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt);
AVFormatContext   238 libavformat/mpegtsenc.c     AVFormatContext *amux;
AVFormatContext   249 libavformat/mpegtsenc.c static void mpegts_write_pat(AVFormatContext *s)
AVFormatContext   284 libavformat/mpegtsenc.c static int get_dvb_stream_type(AVFormatContext *s, AVStream *st)
AVFormatContext   375 libavformat/mpegtsenc.c static int get_m2ts_stream_type(AVFormatContext *s, AVStream *st)
AVFormatContext   426 libavformat/mpegtsenc.c static int mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
AVFormatContext   731 libavformat/mpegtsenc.c static void mpegts_write_sdt(AVFormatContext *s)
AVFormatContext   811 libavformat/mpegtsenc.c static void write_packet(AVFormatContext *s, const uint8_t *packet)
AVFormatContext   826 libavformat/mpegtsenc.c     AVFormatContext *ctx = s->opaque;
AVFormatContext   830 libavformat/mpegtsenc.c static MpegTSService *mpegts_add_service(AVFormatContext *s, int sid,
AVFormatContext   875 libavformat/mpegtsenc.c static void enable_pcr_generation_for_stream(AVFormatContext *s, AVStream *pcr_st)
AVFormatContext   906 libavformat/mpegtsenc.c static void select_pcr_streams(AVFormatContext *s)
AVFormatContext   935 libavformat/mpegtsenc.c static int mpegts_init(AVFormatContext *s)
AVFormatContext  1128 libavformat/mpegtsenc.c static void retransmit_si_info(AVFormatContext *s, int force_pat, int force_sdt, int64_t pcr)
AVFormatContext  1167 libavformat/mpegtsenc.c static void mpegts_insert_null_packet(AVFormatContext *s)
AVFormatContext  1182 libavformat/mpegtsenc.c static void mpegts_insert_pcr_only(AVFormatContext *s, AVStream *st)
AVFormatContext  1261 libavformat/mpegtsenc.c static void mpegts_write_pes(AVFormatContext *s, AVStream *st,
AVFormatContext  1554 libavformat/mpegtsenc.c int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt)
AVFormatContext  1571 libavformat/mpegtsenc.c static int check_hevc_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt)
AVFormatContext  1590 libavformat/mpegtsenc.c static int opus_get_packet_samples(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1638 libavformat/mpegtsenc.c static int mpegts_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1882 libavformat/mpegtsenc.c static void mpegts_write_flush(AVFormatContext *s)
AVFormatContext  1907 libavformat/mpegtsenc.c static int mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1917 libavformat/mpegtsenc.c static int mpegts_write_end(AVFormatContext *s)
AVFormatContext  1925 libavformat/mpegtsenc.c static void mpegts_deinit(AVFormatContext *s)
AVFormatContext  1950 libavformat/mpegtsenc.c static int mpegts_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext    33 libavformat/mpjpeg.c static int mpjpeg_write_header(AVFormatContext *s)
AVFormatContext    40 libavformat/mpjpeg.c static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   106 libavformat/mpjpegdec.c static int mpjpeg_read_close(AVFormatContext *s)
AVFormatContext   130 libavformat/mpjpegdec.c static int mpjpeg_read_header(AVFormatContext *s)
AVFormatContext   293 libavformat/mpjpegdec.c static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    82 libavformat/mpl2dec.c static int mpl2_read_header(AVFormatContext *s)
AVFormatContext   128 libavformat/mpl2dec.c static int mpl2_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   134 libavformat/mpl2dec.c static int mpl2_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   142 libavformat/mpl2dec.c static int mpl2_read_close(AVFormatContext *s)
AVFormatContext    89 libavformat/mpsubdec.c static int mpsub_read_header(AVFormatContext *s)
AVFormatContext   175 libavformat/mpsubdec.c static int mpsub_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   181 libavformat/mpsubdec.c static int mpsub_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   189 libavformat/mpsubdec.c static int mpsub_read_close(AVFormatContext *s)
AVFormatContext    43 libavformat/msf.c static int msf_read_header(AVFormatContext *s)
AVFormatContext    96 libavformat/msf.c static int msf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    74 libavformat/msnwc_tcp.c static int msnwc_tcp_read_header(AVFormatContext *ctx)
AVFormatContext   103 libavformat/msnwc_tcp.c static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext    39 libavformat/mtaf.c static int mtaf_read_header(AVFormatContext *s)
AVFormatContext    67 libavformat/mtaf.c static int mtaf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   101 libavformat/mtv.c static int mtv_read_header(AVFormatContext *s)
AVFormatContext   199 libavformat/mtv.c static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    34 libavformat/musx.c static int musx_read_header(AVFormatContext *s)
AVFormatContext   163 libavformat/musx.c static int musx_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    89 libavformat/mux.c AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision)
AVFormatContext   105 libavformat/mux.c enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st)
AVFormatContext   135 libavformat/mux.c int avformat_alloc_output_context2(AVFormatContext **avctx, ff_const59 AVOutputFormat *oformat,
AVFormatContext   138 libavformat/mux.c     AVFormatContext *s = avformat_alloc_context();
AVFormatContext   196 libavformat/mux.c static int validate_codec_tag(AVFormatContext *s, AVStream *st)
AVFormatContext   230 libavformat/mux.c static int init_muxer(AVFormatContext *s, AVDictionary **options)
AVFormatContext   422 libavformat/mux.c static int init_pts(AVFormatContext *s)
AVFormatContext   467 libavformat/mux.c static void flush_if_needed(AVFormatContext *s)
AVFormatContext   477 libavformat/mux.c static void deinit_muxer(AVFormatContext *s)
AVFormatContext   485 libavformat/mux.c int avformat_init_output(AVFormatContext *s, AVDictionary **options)
AVFormatContext   505 libavformat/mux.c int avformat_write_header(AVFormatContext *s, AVDictionary **options)
AVFormatContext   546 libavformat/mux.c static int compute_muxer_pkt_fields(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext   663 libavformat/mux.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   746 libavformat/mux.c static int check_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   762 libavformat/mux.c static int prepare_input_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext   812 libavformat/mux.c int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   813 libavformat/mux.c                              int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *))
AVFormatContext   884 libavformat/mux.c static int interleave_compare_dts(AVFormatContext *s, const AVPacket *next,
AVFormatContext   914 libavformat/mux.c int ff_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
AVFormatContext  1032 libavformat/mux.c int ff_interleaved_peek(AVFormatContext *s, int stream,
AVFormatContext  1067 libavformat/mux.c static int interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *in, int flush)
AVFormatContext  1075 libavformat/mux.c static int check_bitstream(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  1094 libavformat/mux.c static int interleaved_write_packet(AVFormatContext *s, AVPacket *pkt, int flush)
AVFormatContext  1113 libavformat/mux.c static int write_packet_common(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved)
AVFormatContext  1135 libavformat/mux.c static int write_packets_from_bsfs(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved)
AVFormatContext  1167 libavformat/mux.c static int write_packets_common(AVFormatContext *s, AVPacket *pkt, int interleaved)
AVFormatContext  1190 libavformat/mux.c int av_write_frame(AVFormatContext *s, AVPacket *in)
AVFormatContext  1236 libavformat/mux.c int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1251 libavformat/mux.c int av_write_trailer(AVFormatContext *s)
AVFormatContext  1296 libavformat/mux.c int av_get_output_timestamp(struct AVFormatContext *s, int stream,
AVFormatContext  1305 libavformat/mux.c int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
AVFormatContext  1306 libavformat/mux.c                      AVFormatContext *src, int interleave)
AVFormatContext  1332 libavformat/mux.c static int write_uncoded_frame_internal(AVFormatContext *s, int stream_index,
AVFormatContext  1376 libavformat/mux.c int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  1382 libavformat/mux.c int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  1388 libavformat/mux.c int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index)
AVFormatContext    96 libavformat/mvdec.c static void var_read_metadata(AVFormatContext *avctx, const char *tag, int size)
AVFormatContext   103 libavformat/mvdec.c static int set_channels(AVFormatContext *avctx, AVStream *st, int channels)
AVFormatContext   119 libavformat/mvdec.c static int parse_global_var(AVFormatContext *avctx, AVStream *st,
AVFormatContext   143 libavformat/mvdec.c static int parse_audio_var(AVFormatContext *avctx, AVStream *st,
AVFormatContext   173 libavformat/mvdec.c static int parse_video_var(AVFormatContext *avctx, AVStream *st,
AVFormatContext   228 libavformat/mvdec.c static int read_table(AVFormatContext *avctx, AVStream *st,
AVFormatContext   229 libavformat/mvdec.c                        int (*parse)(AVFormatContext *avctx, AVStream *st,
AVFormatContext   278 libavformat/mvdec.c static int mv_read_header(AVFormatContext *avctx)
AVFormatContext   424 libavformat/mvdec.c static int mv_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   472 libavformat/mvdec.c static int mv_read_seek(AVFormatContext *avctx, int stream_index,
AVFormatContext    42 libavformat/mvi.c static int read_header(AVFormatContext *s)
AVFormatContext   113 libavformat/mvi.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   279 libavformat/mxfdec.c     AVFormatContext *fc;
AVFormatContext   305 libavformat/mxfdec.c static int mxf_read_close(AVFormatContext *s);
AVFormatContext   419 libavformat/mxfdec.c static int mxf_get_stream_index(AVFormatContext *s, KLVPacket *klv, int body_sid)
AVFormatContext   456 libavformat/mxfdec.c static int mxf_get_eia608_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt, int64_t length)
AVFormatContext   560 libavformat/mxfdec.c static int mxf_decrypt_triplet(AVFormatContext *s, AVPacket *pkt, KLVPacket *klv)
AVFormatContext   658 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2624 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2661 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2807 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2934 libavformat/mxfdec.c static MXFWrappingScheme mxf_get_wrapping_by_body_sid(AVFormatContext *s, int body_sid)
AVFormatContext  2947 libavformat/mxfdec.c static void mxf_compute_essence_containers(AVFormatContext *s)
AVFormatContext  3107 libavformat/mxfdec.c static void mxf_read_random_index_pack(AVFormatContext *s)
AVFormatContext  3161 libavformat/mxfdec.c static int mxf_read_header(AVFormatContext *s)
AVFormatContext  3428 libavformat/mxfdec.c static int mxf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  3555 libavformat/mxfdec.c static int mxf_read_close(AVFormatContext *s)
AVFormatContext  3615 libavformat/mxfdec.c static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
AVFormatContext   111 libavformat/mxfenc.c     void (*write_desc)(AVFormatContext *, AVStream *);
AVFormatContext   150 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   151 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   152 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   153 libavformat/mxfenc.c static void mxf_write_h264_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   154 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   155 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   156 libavformat/mxfenc.c static void mxf_write_s436m_anc_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   431 libavformat/mxfenc.c static void mxf_write_umid(AVFormatContext *s, int type)
AVFormatContext   507 libavformat/mxfenc.c static void mxf_write_primer_pack(AVFormatContext *s)
AVFormatContext   571 libavformat/mxfenc.c static void mxf_write_essence_container_refs(AVFormatContext *s)
AVFormatContext   593 libavformat/mxfenc.c static void mxf_write_preface(AVFormatContext *s)
AVFormatContext   702 libavformat/mxfenc.c static void store_version(AVFormatContext *s){
AVFormatContext   718 libavformat/mxfenc.c static void mxf_write_identification(AVFormatContext *s)
AVFormatContext   765 libavformat/mxfenc.c static void mxf_write_content_storage(AVFormatContext *s, MXFPackage *packages, int package_count)
AVFormatContext   792 libavformat/mxfenc.c static void mxf_write_track(AVFormatContext *s, AVStream *st, MXFPackage *package)
AVFormatContext   840 libavformat/mxfenc.c static void mxf_write_common_fields(AVFormatContext *s, AVStream *st)
AVFormatContext   864 libavformat/mxfenc.c static void mxf_write_sequence(AVFormatContext *s, AVStream *st, MXFPackage *package)
AVFormatContext   891 libavformat/mxfenc.c static void mxf_write_timecode_component(AVFormatContext *s, AVStream *st, MXFPackage *package)
AVFormatContext   918 libavformat/mxfenc.c static void mxf_write_structural_component(AVFormatContext *s, AVStream *st, MXFPackage *package)
AVFormatContext   955 libavformat/mxfenc.c static void mxf_write_tape_descriptor(AVFormatContext *s)
AVFormatContext   968 libavformat/mxfenc.c static void mxf_write_multi_descriptor(AVFormatContext *s)
AVFormatContext  1005 libavformat/mxfenc.c static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st, const UID key)
AVFormatContext  1080 libavformat/mxfenc.c static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const UID key)
AVFormatContext  1271 libavformat/mxfenc.c static void mxf_write_avc_subdesc(AVFormatContext *s, AVStream *st)
AVFormatContext  1295 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1305 libavformat/mxfenc.c static void mxf_write_h264_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1317 libavformat/mxfenc.c static void mxf_write_s436m_anc_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1323 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1361 libavformat/mxfenc.c static int64_t mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, const UID key)
AVFormatContext  1408 libavformat/mxfenc.c static int64_t mxf_write_wav_common(AVFormatContext *s, AVStream *st, const UID key)
AVFormatContext  1423 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1429 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1435 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1443 libavformat/mxfenc.c static int mxf_write_tagged_value(AVFormatContext *s, const char* name, const char* value)
AVFormatContext  1472 libavformat/mxfenc.c static int mxf_write_user_comments(AVFormatContext *s, const AVDictionary *m)
AVFormatContext  1490 libavformat/mxfenc.c static void mxf_write_package(AVFormatContext *s, MXFPackage *package)
AVFormatContext  1590 libavformat/mxfenc.c static int mxf_write_essence_container_data(AVFormatContext *s)
AVFormatContext  1612 libavformat/mxfenc.c static int mxf_write_header_metadata_sets(AVFormatContext *s)
AVFormatContext  1670 libavformat/mxfenc.c static void mxf_write_index_table_segment(AVFormatContext *s)
AVFormatContext  1816 libavformat/mxfenc.c static void mxf_write_klv_fill(AVFormatContext *s)
AVFormatContext  1828 libavformat/mxfenc.c static int mxf_write_partition(AVFormatContext *s, int bodysid,
AVFormatContext  1945 libavformat/mxfenc.c static int mxf_parse_prores_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  1996 libavformat/mxfenc.c static int mxf_parse_dnxhd_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  2076 libavformat/mxfenc.c static int mxf_parse_dv_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  2169 libavformat/mxfenc.c static int mxf_parse_h264_frame(AVFormatContext *s, AVStream *st,
AVFormatContext  2316 libavformat/mxfenc.c static int mxf_parse_mpeg2_frame(AVFormatContext *s, AVStream *st,
AVFormatContext  2396 libavformat/mxfenc.c static void mxf_gen_umid(AVFormatContext *s)
AVFormatContext  2408 libavformat/mxfenc.c static int mxf_init_timecode(AVFormatContext *s, AVStream *st, AVRational tbc)
AVFormatContext  2432 libavformat/mxfenc.c static int mxf_write_header(AVFormatContext *s)
AVFormatContext  2658 libavformat/mxfenc.c static void mxf_write_system_item(AVFormatContext *s)
AVFormatContext  2707 libavformat/mxfenc.c static void mxf_write_d10_audio_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  2739 libavformat/mxfenc.c static int mxf_write_opatom_body_partition(AVFormatContext *s)
AVFormatContext  2760 libavformat/mxfenc.c static int mxf_write_opatom_packet(AVFormatContext *s, AVPacket *pkt, MXFIndexEntry *ie)
AVFormatContext  2789 libavformat/mxfenc.c static void mxf_compute_edit_unit_byte_count(AVFormatContext *s)
AVFormatContext  2810 libavformat/mxfenc.c static int mxf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2925 libavformat/mxfenc.c static void mxf_write_random_index_pack(AVFormatContext *s)
AVFormatContext  2952 libavformat/mxfenc.c static int mxf_write_footer(AVFormatContext *s)
AVFormatContext  3009 libavformat/mxfenc.c static void mxf_deinit(AVFormatContext *s)
AVFormatContext  3021 libavformat/mxfenc.c static int mxf_interleave_get_packet(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
AVFormatContext  3075 libavformat/mxfenc.c static int mxf_compare_timestamps(AVFormatContext *s, const AVPacket *next,
AVFormatContext  3085 libavformat/mxfenc.c static int mxf_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
AVFormatContext    42 libavformat/mxg.c static int mxg_read_header(AVFormatContext *s)
AVFormatContext   100 libavformat/mxg.c static int mxg_update_cache(AVFormatContext *s, unsigned int cache_size)
AVFormatContext   132 libavformat/mxg.c static int mxg_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   245 libavformat/mxg.c static int mxg_close(struct AVFormatContext *s)
AVFormatContext    47 libavformat/ncdec.c static int nc_read_header(AVFormatContext *s)
AVFormatContext    63 libavformat/ncdec.c static int nc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    35 libavformat/nistspheredec.c static int nist_read_header(AVFormatContext *s)
AVFormatContext    36 libavformat/nspdec.c static int nsp_read_header(AVFormatContext *s)
AVFormatContext   213 libavformat/nsvdec.c static int nsv_read_chunk(AVFormatContext *s, int fill_header);
AVFormatContext   214 libavformat/nsvdec.c static int nsv_read_close(AVFormatContext *s);
AVFormatContext   217 libavformat/nsvdec.c static int nsv_resync(AVFormatContext *s)
AVFormatContext   258 libavformat/nsvdec.c static int nsv_parse_NSVf_header(AVFormatContext *s)
AVFormatContext   373 libavformat/nsvdec.c static int nsv_parse_NSVs_header(AVFormatContext *s)
AVFormatContext   487 libavformat/nsvdec.c static int nsv_read_header(AVFormatContext *s)
AVFormatContext   527 libavformat/nsvdec.c static int nsv_read_chunk(AVFormatContext *s, int fill_header)
AVFormatContext   651 libavformat/nsvdec.c static int nsv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   674 libavformat/nsvdec.c static int nsv_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext   693 libavformat/nsvdec.c static int nsv_read_close(AVFormatContext *s)
AVFormatContext    24 libavformat/nullenc.c static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    93 libavformat/nut.h     AVFormatContext *avf;
AVFormatContext    38 libavformat/nutdec.c static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext   194 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   364 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   471 libavformat/nutdec.c static void set_disposition_bits(AVFormatContext *avf, char *value,
AVFormatContext   488 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   611 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   655 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   667 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   779 libavformat/nutdec.c static int nut_read_close(AVFormatContext *s)
AVFormatContext   793 libavformat/nutdec.c static int nut_read_header(AVFormatContext *s)
AVFormatContext   862 libavformat/nutdec.c static int read_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta, int64_t maxpos)
AVFormatContext   990 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext  1072 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext  1138 libavformat/nutdec.c static int nut_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1196 libavformat/nutdec.c static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext  1223 libavformat/nutdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   105 libavformat/nutenc.c static int find_header_idx(AVFormatContext *s, AVCodecParameters *p, int size,
AVFormatContext   122 libavformat/nutenc.c static void build_elision_headers(AVFormatContext *s)
AVFormatContext   144 libavformat/nutenc.c static void build_frame_code(AVFormatContext *s)
AVFormatContext   429 libavformat/nutenc.c static int write_streamheader(AVFormatContext *avctx, AVIOContext *bc,
AVFormatContext   496 libavformat/nutenc.c     AVFormatContext *s   = nut->avf;
AVFormatContext   523 libavformat/nutenc.c     AVFormatContext *s= nut->avf;
AVFormatContext   644 libavformat/nutenc.c static int write_headers(AVFormatContext *avctx, AVIOContext *bc)
AVFormatContext   696 libavformat/nutenc.c static int nut_write_header(AVFormatContext *s)
AVFormatContext   830 libavformat/nutenc.c static int write_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta)
AVFormatContext   953 libavformat/nutenc.c static int nut_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1175 libavformat/nutenc.c static int nut_write_trailer(AVFormatContext *s)
AVFormatContext  1198 libavformat/nutenc.c static void nut_write_deinit(AVFormatContext *s)
AVFormatContext    69 libavformat/nuv.c static int get_codec_data(AVFormatContext *s, AVIOContext *pb, AVStream *vst,
AVFormatContext   152 libavformat/nuv.c static int nuv_header(AVFormatContext *s)
AVFormatContext   245 libavformat/nuv.c static int nuv_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   322 libavformat/nuv.c static int nuv_resync(AVFormatContext *s, int64_t pos_limit) {
AVFormatContext   339 libavformat/nuv.c static int64_t nuv_read_dts(AVFormatContext *s, int stream_index,
AVFormatContext    62 libavformat/oggdec.c static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts);
AVFormatContext    63 libavformat/oggdec.c static int ogg_new_stream(AVFormatContext *s, uint32_t serial);
AVFormatContext    64 libavformat/oggdec.c static int ogg_restore(AVFormatContext *s);
AVFormatContext    66 libavformat/oggdec.c static void free_stream(AVFormatContext *s, int i)
AVFormatContext    82 libavformat/oggdec.c static int ogg_save(AVFormatContext *s)
AVFormatContext   118 libavformat/oggdec.c static int ogg_restore(AVFormatContext *s)
AVFormatContext   157 libavformat/oggdec.c static int ogg_reset(AVFormatContext *s)
AVFormatContext   209 libavformat/oggdec.c static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, char *magic, int page_size,
AVFormatContext   248 libavformat/oggdec.c static int ogg_new_stream(AVFormatContext *s, uint32_t serial)
AVFormatContext   314 libavformat/oggdec.c static int ogg_read_page(AVFormatContext *s, int *sid, int probing)
AVFormatContext   498 libavformat/oggdec.c static int ogg_packet(AVFormatContext *s, int *sid, int *dstart, int *dsize,
AVFormatContext   641 libavformat/oggdec.c static int ogg_get_length(AVFormatContext *s)
AVFormatContext   710 libavformat/oggdec.c static int ogg_read_close(AVFormatContext *s)
AVFormatContext   725 libavformat/oggdec.c static int ogg_read_header(AVFormatContext *s)
AVFormatContext   774 libavformat/oggdec.c static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts)
AVFormatContext   804 libavformat/oggdec.c static void ogg_validate_keyframe(AVFormatContext *s, int idx, int pstart, int psize)
AVFormatContext   825 libavformat/oggdec.c static int ogg_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   895 libavformat/oggdec.c static int64_t ogg_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext   936 libavformat/oggdec.c static int ogg_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    41 libavformat/oggdec.h     int (*header)(AVFormatContext *, int);
AVFormatContext    42 libavformat/oggdec.h     int (*packet)(AVFormatContext *, int);
AVFormatContext    48 libavformat/oggdec.h     uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);
AVFormatContext    58 libavformat/oggdec.h     void (*cleanup)(AVFormatContext *s, int idx);
AVFormatContext   133 libavformat/oggdec.h int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m,
AVFormatContext   136 libavformat/oggdec.h int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st,
AVFormatContext   152 libavformat/oggdec.h ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts)
AVFormatContext   102 libavformat/oggenc.c static void ogg_write_page(AVFormatContext *s, OGGPage *page, int extra_flags)
AVFormatContext   147 libavformat/oggenc.c static int ogg_compare_granule(AVFormatContext *s, OGGPage *next, OGGPage *page)
AVFormatContext   172 libavformat/oggenc.c static int ogg_buffer_page(AVFormatContext *s, OGGStreamContext *oggstream)
AVFormatContext   197 libavformat/oggenc.c static int ogg_buffer_data(AVFormatContext *s, AVStream *st,
AVFormatContext   398 libavformat/oggenc.c static int ogg_build_vp8_headers(AVFormatContext *s, AVStream *st,
AVFormatContext   447 libavformat/oggenc.c static void ogg_write_pages(AVFormatContext *s, int flush)
AVFormatContext   469 libavformat/oggenc.c static int ogg_init(AVFormatContext *s)
AVFormatContext   602 libavformat/oggenc.c static int ogg_write_header(AVFormatContext *s)
AVFormatContext   632 libavformat/oggenc.c static int ogg_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   684 libavformat/oggenc.c static int ogg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   701 libavformat/oggenc.c static int ogg_write_trailer(AVFormatContext *s)
AVFormatContext   718 libavformat/oggenc.c static void ogg_free(AVFormatContext *s)
AVFormatContext    33 libavformat/oggparsecelt.c static int celt_header(AVFormatContext *s, int idx)
AVFormatContext    28 libavformat/oggparsedirac.c static int dirac_header(AVFormatContext *s, int idx)
AVFormatContext    66 libavformat/oggparsedirac.c static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule,
AVFormatContext    86 libavformat/oggparsedirac.c static int old_dirac_header(AVFormatContext *s, int idx)
AVFormatContext   102 libavformat/oggparsedirac.c static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp,
AVFormatContext    31 libavformat/oggparseflac.c flac_header (AVFormatContext * s, int idx)
AVFormatContext    81 libavformat/oggparseflac.c old_flac_header (AVFormatContext * s, int idx)
AVFormatContext    37 libavformat/oggparseogm.c ogm_header(AVFormatContext *s, int idx)
AVFormatContext   130 libavformat/oggparseogm.c ogm_dshow_header(AVFormatContext *s, int idx)
AVFormatContext   171 libavformat/oggparseogm.c ogm_packet(AVFormatContext *s, int idx)
AVFormatContext    38 libavformat/oggparseopus.c static int opus_header(AVFormatContext *avf, int idx)
AVFormatContext   111 libavformat/oggparseopus.c static int opus_packet(AVFormatContext *avf, int idx)
AVFormatContext    26 libavformat/oggparseskeleton.c static int skeleton_header(AVFormatContext *s, int idx)
AVFormatContext    43 libavformat/oggparsespeex.c static int speex_header(AVFormatContext *s, int idx) {
AVFormatContext   118 libavformat/oggparsespeex.c static int speex_packet(AVFormatContext *s, int idx)
AVFormatContext    38 libavformat/oggparsetheora.c static int theora_header(AVFormatContext *s, int idx)
AVFormatContext   145 libavformat/oggparsetheora.c static uint64_t theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp,
AVFormatContext   171 libavformat/oggparsetheora.c static int theora_packet(AVFormatContext *s, int idx)
AVFormatContext    42 libavformat/oggparsevorbis.c static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val)
AVFormatContext    75 libavformat/oggparsevorbis.c int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st,
AVFormatContext    87 libavformat/oggparsevorbis.c int ff_vorbis_comment(AVFormatContext *as, AVDictionary **m,
AVFormatContext   221 libavformat/oggparsevorbis.c static int fixup_vorbis_headers(AVFormatContext *as,
AVFormatContext   254 libavformat/oggparsevorbis.c static void vorbis_cleanup(AVFormatContext *s, int idx)
AVFormatContext   267 libavformat/oggparsevorbis.c static int vorbis_update_metadata(AVFormatContext *s, int idx)
AVFormatContext   297 libavformat/oggparsevorbis.c static int vorbis_header(AVFormatContext *s, int idx)
AVFormatContext   411 libavformat/oggparsevorbis.c static int vorbis_packet(AVFormatContext *s, int idx)
AVFormatContext    30 libavformat/oggparsevp8.c static int vp8_header(AVFormatContext *s, int idx)
AVFormatContext    79 libavformat/oggparsevp8.c static uint64_t vp8_gptopts(AVFormatContext *s, int idx,
AVFormatContext   101 libavformat/oggparsevp8.c static int vp8_packet(AVFormatContext *s, int idx)
AVFormatContext    79 libavformat/omadec.c     int (*read_packet)(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    82 libavformat/omadec.c static int oma_read_close(AVFormatContext *s)
AVFormatContext    89 libavformat/omadec.c static void hex_log(AVFormatContext *s, int level,
AVFormatContext   101 libavformat/omadec.c static int kset(AVFormatContext *s, const uint8_t *r_val, const uint8_t *n_val,
AVFormatContext   132 libavformat/omadec.c static int rprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
AVFormatContext   168 libavformat/omadec.c static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
AVFormatContext   217 libavformat/omadec.c static int decrypt_init(AVFormatContext *s, ID3v2ExtraMeta *em, uint8_t *header)
AVFormatContext   313 libavformat/omadec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   351 libavformat/omadec.c static int aal_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   394 libavformat/omadec.c static int oma_read_header(AVFormatContext *s)
AVFormatContext   554 libavformat/omadec.c static int oma_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   581 libavformat/omadec.c static int oma_read_seek(struct AVFormatContext *s,
AVFormatContext    30 libavformat/omaenc.c static av_cold int oma_write_header(AVFormatContext *s)
AVFormatContext    38 libavformat/options.c     AVFormatContext* fc = (AVFormatContext*) ptr;
AVFormatContext    46 libavformat/options.c     AVFormatContext *s = obj;
AVFormatContext    86 libavformat/options.c     AVFormatContext* s = ptr;
AVFormatContext   102 libavformat/options.c static int io_open_default(AVFormatContext *s, AVIOContext **pb,
AVFormatContext   127 libavformat/options.c static void io_close_default(AVFormatContext *s, AVIOContext *pb)
AVFormatContext   132 libavformat/options.c static void avformat_get_context_defaults(AVFormatContext *s)
AVFormatContext   134 libavformat/options.c     memset(s, 0, sizeof(AVFormatContext));
AVFormatContext   144 libavformat/options.c AVFormatContext *avformat_alloc_context(void)
AVFormatContext   146 libavformat/options.c     AVFormatContext *ic;
AVFormatContext   148 libavformat/options.c     ic = av_malloc(sizeof(AVFormatContext));
AVFormatContext   165 libavformat/options.c enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx)
AVFormatContext    30 libavformat/options_table.h #define OFFSET(x) offsetof(AVFormatContext,x)
AVFormatContext    64 libavformat/paf.c static int read_close(AVFormatContext *s)
AVFormatContext    78 libavformat/paf.c static void read_table(AVFormatContext *s, uint32_t *table, uint32_t count)
AVFormatContext    88 libavformat/paf.c static int read_header(AVFormatContext *s)
AVFormatContext   192 libavformat/paf.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    29 libavformat/pcm.c int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    52 libavformat/pcm.c int ff_pcm_read_seek(AVFormatContext *s,
AVFormatContext    27 libavformat/pcm.h int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    28 libavformat/pcm.h int ff_pcm_read_seek(AVFormatContext *s,
AVFormatContext    35 libavformat/pcmdec.c static int pcm_read_header(AVFormatContext *s)
AVFormatContext    66 libavformat/pjsdec.c static int pjs_read_header(AVFormatContext *s)
AVFormatContext   111 libavformat/pjsdec.c static int pjs_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   117 libavformat/pjsdec.c static int pjs_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   125 libavformat/pjsdec.c static int pjs_read_close(AVFormatContext *s)
AVFormatContext    42 libavformat/pmpdec.c static int pmp_header(AVFormatContext *s)
AVFormatContext   129 libavformat/pmpdec.c static int pmp_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   171 libavformat/pmpdec.c static int pmp_seek(AVFormatContext *s, int stream_index, int64_t ts, int flags)
AVFormatContext   179 libavformat/pmpdec.c static int pmp_close(AVFormatContext *s)
AVFormatContext   107 libavformat/pp_bnk.c static int pp_bnk_read_header(AVFormatContext *s)
AVFormatContext   228 libavformat/pp_bnk.c static int pp_bnk_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   275 libavformat/pp_bnk.c static int pp_bnk_read_close(AVFormatContext *s)
AVFormatContext   129 libavformat/psxstr.c static int str_read_header(AVFormatContext *s)
AVFormatContext   157 libavformat/psxstr.c static int str_read_packet(AVFormatContext *s,
AVFormatContext   290 libavformat/psxstr.c static int str_read_close(AVFormatContext *s)
AVFormatContext    57 libavformat/pva.c static int pva_read_header(AVFormatContext *s) {
AVFormatContext    82 libavformat/pva.c static int read_part_of_packet(AVFormatContext *s, int64_t *pts,
AVFormatContext   186 libavformat/pva.c static int pva_read_packet(AVFormatContext *s, AVPacket *pkt) {
AVFormatContext   201 libavformat/pva.c static int64_t pva_read_timestamp(struct AVFormatContext *s, int stream_index,
AVFormatContext    34 libavformat/pvfdec.c static int pvf_read_header(AVFormatContext *s)
AVFormatContext    90 libavformat/qcp.c static int qcp_read_header(AVFormatContext *s)
AVFormatContext   145 libavformat/qcp.c static int qcp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    41 libavformat/r3d.c static int read_atom(AVFormatContext *s, Atom *atom)
AVFormatContext    53 libavformat/r3d.c static int r3d_read_red1(AVFormatContext *s)
AVFormatContext   113 libavformat/r3d.c static int r3d_read_rdvo(AVFormatContext *s, Atom *atom)
AVFormatContext   139 libavformat/r3d.c static void r3d_read_reos(AVFormatContext *s)
AVFormatContext   158 libavformat/r3d.c static int r3d_read_header(AVFormatContext *s)
AVFormatContext   214 libavformat/r3d.c static int r3d_read_redv(AVFormatContext *s, AVPacket *pkt, Atom *atom)
AVFormatContext   269 libavformat/r3d.c static int r3d_read_reda(AVFormatContext *s, AVPacket *pkt, Atom *atom)
AVFormatContext   333 libavformat/r3d.c static int r3d_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   374 libavformat/r3d.c static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
AVFormatContext    35 libavformat/rawdec.c int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    56 libavformat/rawdec.c int ff_raw_audio_read_header(AVFormatContext *s)
AVFormatContext    71 libavformat/rawdec.c int ff_raw_video_read_header(AVFormatContext *s)
AVFormatContext    95 libavformat/rawdec.c int ff_raw_subtitle_read_header(AVFormatContext *s)
AVFormatContext   106 libavformat/rawdec.c int ff_raw_data_read_header(AVFormatContext *s)
AVFormatContext    45 libavformat/rawdec.h int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    47 libavformat/rawdec.h int ff_raw_audio_read_header(AVFormatContext *s);
AVFormatContext    49 libavformat/rawdec.h int ff_raw_video_read_header(AVFormatContext *s);
AVFormatContext    51 libavformat/rawdec.h int ff_raw_subtitle_read_header(AVFormatContext *s);
AVFormatContext    53 libavformat/rawdec.h int ff_raw_data_read_header(AVFormatContext *s);
AVFormatContext    29 libavformat/rawenc.c int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    35 libavformat/rawenc.c static int force_one_stream(AVFormatContext *s)
AVFormatContext    75 libavformat/rawenc.c static int adx_write_trailer(AVFormatContext *s)
AVFormatContext   330 libavformat/rawenc.c static int h264_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext   353 libavformat/rawenc.c static int hevc_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext    27 libavformat/rawenc.h int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    25 libavformat/rawutils.c int ff_reshuffle_raw_rgb(AVFormatContext *s, AVPacket **ppkt, AVCodecParameters *par, int expected_stride)
AVFormatContext    37 libavformat/rawvideodec.c static int rawvideo_read_header(AVFormatContext *ctx)
AVFormatContext    74 libavformat/rawvideodec.c static int rawvideo_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    40 libavformat/rdt.c     AVFormatContext *ic; /**< the containing (RTSP) demux context */
AVFormatContext    55 libavformat/rdt.c ff_rdt_parse_open(AVFormatContext *ic, int first_stream_of_set_idx,
AVFormatContext    84 libavformat/rdt.c     AVFormatContext *rmctx;
AVFormatContext   294 libavformat/rdt.c rdt_parse_packet (AVFormatContext *ctx, PayloadContext *rdt, AVStream *st,
AVFormatContext   409 libavformat/rdt.c rdt_parse_sdp_line (AVFormatContext *s, int st_index,
AVFormatContext   460 libavformat/rdt.c add_dstream(AVFormatContext *s, AVStream *orig_st)
AVFormatContext   474 libavformat/rdt.c real_parse_asm_rulebook(AVFormatContext *s, AVStream *orig_st,
AVFormatContext   515 libavformat/rdt.c ff_real_parse_sdp_a_line (AVFormatContext *s, int stream_index,
AVFormatContext   526 libavformat/rdt.c static av_cold int rdt_init(AVFormatContext *s, int st_index, PayloadContext *rdt)
AVFormatContext    41 libavformat/rdt.h RDTDemuxContext *ff_rdt_parse_open(AVFormatContext *ic,
AVFormatContext   104 libavformat/rdt.h void ff_real_parse_sdp_a_line(AVFormatContext *s, int stream_index,
AVFormatContext    60 libavformat/realtextdec.c static int realtext_read_header(AVFormatContext *s)
AVFormatContext   131 libavformat/realtextdec.c static int realtext_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   137 libavformat/realtextdec.c static int realtext_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   145 libavformat/realtextdec.c static int realtext_read_close(AVFormatContext *s)
AVFormatContext    57 libavformat/redspark.c static int redspark_read_header(AVFormatContext *s)
AVFormatContext   131 libavformat/redspark.c static int redspark_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    68 libavformat/riff.h int ff_put_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, int flags);
AVFormatContext    71 libavformat/riff.h int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, int size, int big_endian);
AVFormatContext    80 libavformat/riff.h int ff_read_riff_info(AVFormatContext *s, int64_t size);
AVFormatContext    85 libavformat/riff.h void ff_riff_write_info(AVFormatContext *s);
AVFormatContext    61 libavformat/riffdec.c static void parse_waveformatex(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par)
AVFormatContext    91 libavformat/riffdec.c int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   228 libavformat/riffdec.c int ff_read_riff_info(AVFormatContext *s, int64_t size)
AVFormatContext    54 libavformat/riffenc.c int ff_put_wav_header(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   316 libavformat/riffenc.c static int riff_has_valid_tags(AVFormatContext *s)
AVFormatContext   327 libavformat/riffenc.c void ff_riff_write_info(AVFormatContext *s)
AVFormatContext    76 libavformat/rl2.c static av_cold int rl2_read_header(AVFormatContext *s)
AVFormatContext   227 libavformat/rl2.c static int rl2_read_packet(AVFormatContext *s,
AVFormatContext   276 libavformat/rl2.c static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    51 libavformat/rm.h int ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
AVFormatContext    72 libavformat/rm.h int ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
AVFormatContext    92 libavformat/rm.h int ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
AVFormatContext    69 libavformat/rmdec.c static int rm_read_close(AVFormatContext *s);
AVFormatContext    84 libavformat/rmdec.c static int rm_read_extradata(AVFormatContext *s, AVIOContext *pb, AVCodecParameters *par, unsigned size)
AVFormatContext    93 libavformat/rmdec.c static void rm_read_metadata(AVFormatContext *s, AVIOContext *pb, int wide)
AVFormatContext   121 libavformat/rmdec.c static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   309 libavformat/rmdec.c int ff_rm_read_mdpr_codecdata(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   418 libavformat/rmdec.c static int rm_read_index(AVFormatContext *s)
AVFormatContext   474 libavformat/rmdec.c static int rm_read_header_old(AVFormatContext *s)
AVFormatContext   489 libavformat/rmdec.c static int rm_read_multi(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   530 libavformat/rmdec.c static int rm_read_header(AVFormatContext *s)
AVFormatContext   677 libavformat/rmdec.c static int rm_sync(AVFormatContext *s, int64_t *timestamp, int *flags, int *stream_index, int64_t *pos){
AVFormatContext   748 libavformat/rmdec.c static int rm_assemble_video_frame(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   866 libavformat/rmdec.c static int readfull(AVFormatContext *s, AVIOContext *pb, uint8_t *dst, int n) {
AVFormatContext   877 libavformat/rmdec.c ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
AVFormatContext   965 libavformat/rmdec.c ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
AVFormatContext   997 libavformat/rmdec.c static int rm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1055 libavformat/rmdec.c static int rm_read_close(AVFormatContext *s)
AVFormatContext  1078 libavformat/rmdec.c static int64_t rm_read_dts(AVFormatContext *s, int stream_index,
AVFormatContext  1124 libavformat/rmdec.c static int rm_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1165 libavformat/rmdec.c static int ivr_read_header(AVFormatContext *s)
AVFormatContext  1307 libavformat/rmdec.c static int ivr_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    69 libavformat/rmenc.c static int rv10_write_header(AVFormatContext *ctx,
AVFormatContext   293 libavformat/rmenc.c static void write_packet_header(AVFormatContext *ctx, StreamInfo *stream,
AVFormatContext   313 libavformat/rmenc.c static int rm_write_header(AVFormatContext *s)
AVFormatContext   366 libavformat/rmenc.c static int rm_write_audio(AVFormatContext *s, const uint8_t *buf, int size, int flags)
AVFormatContext   388 libavformat/rmenc.c static int rm_write_video(AVFormatContext *s, const uint8_t *buf, int size, int flags)
AVFormatContext   428 libavformat/rmenc.c static int rm_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   437 libavformat/rmenc.c static int rm_write_trailer(AVFormatContext *s)
AVFormatContext   115 libavformat/rpl.c static int rpl_read_header(AVFormatContext *s)
AVFormatContext   302 libavformat/rpl.c static int rpl_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    55 libavformat/rsd.c static int rsd_read_header(AVFormatContext *s)
AVFormatContext   169 libavformat/rsd.c static int rsd_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    30 libavformat/rsodec.c static int rso_read_header(AVFormatContext *s)
AVFormatContext    29 libavformat/rsoenc.c static int rso_write_header(AVFormatContext *s)
AVFormatContext    67 libavformat/rsoenc.c static int rso_write_trailer(AVFormatContext *s)
AVFormatContext    90 libavformat/rtp.c int ff_rtp_get_payload_type(AVFormatContext *fmt,
AVFormatContext    39 libavformat/rtp.h int ff_rtp_get_payload_type(AVFormatContext *fmt, AVCodecParameters *par,
AVFormatContext   536 libavformat/rtpdec.c RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st,
AVFormatContext   887 libavformat/rtpdec.c int ff_parse_fmtp(AVFormatContext *s,
AVFormatContext   889 libavformat/rtpdec.c                   int (*parse_fmtp)(AVFormatContext *s,
AVFormatContext    43 libavformat/rtpdec.h RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st,
AVFormatContext   108 libavformat/rtpdec.h typedef int (*DynamicPayloadPacketHandlerProc)(AVFormatContext *ctx,
AVFormatContext   126 libavformat/rtpdec.h     int (*init)(AVFormatContext *s, int st_index, PayloadContext *priv_data);
AVFormatContext   128 libavformat/rtpdec.h     int (*parse_sdp_a_line)(AVFormatContext *s, int st_index,
AVFormatContext   150 libavformat/rtpdec.h     AVFormatContext *ic;
AVFormatContext   225 libavformat/rtpdec.h int ff_parse_fmtp(AVFormatContext *s,
AVFormatContext   227 libavformat/rtpdec.h                   int (*parse_fmtp)(AVFormatContext *s,
AVFormatContext    40 libavformat/rtpdec_ac3.c static int ac3_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    41 libavformat/rtpdec_amr.c static av_cold int amr_init(AVFormatContext *s, int st_index, PayloadContext *data)
AVFormatContext    47 libavformat/rtpdec_amr.c static int amr_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   135 libavformat/rtpdec_amr.c static int amr_parse_fmtp(AVFormatContext *s,
AVFormatContext   159 libavformat/rtpdec_amr.c static int amr_parse_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext   100 libavformat/rtpdec_asf.c int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p)
AVFormatContext   153 libavformat/rtpdec_asf.c static int asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index,
AVFormatContext   191 libavformat/rtpdec_asf.c static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf,
AVFormatContext    40 libavformat/rtpdec_dv.c static av_cold int dv_sdp_parse_fmtp_config(AVFormatContext *s,
AVFormatContext    72 libavformat/rtpdec_dv.c static av_cold int dv_parse_sdp_line(AVFormatContext *ctx, int st_index,
AVFormatContext    91 libavformat/rtpdec_dv.c static int dv_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_dv_ctx,
AVFormatContext    32 libavformat/rtpdec_formats.h int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p);
AVFormatContext    34 libavformat/rtpdec_formats.h int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    38 libavformat/rtpdec_formats.h int ff_h264_parse_sprop_parameter_sets(AVFormatContext *s,
AVFormatContext    41 libavformat/rtpdec_formats.h int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
AVFormatContext    26 libavformat/rtpdec_g726.c static av_cold int g726_ ## bitrate ##_init(AVFormatContext *s, int st_index, \
AVFormatContext    46 libavformat/rtpdec_h261.c static int h261_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_h261_ctx,
AVFormatContext    27 libavformat/rtpdec_h263.c int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    48 libavformat/rtpdec_h263_rfc2190.c static int h263_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    67 libavformat/rtpdec_h264.c static void parse_profile_level_id(AVFormatContext *s,
AVFormatContext    96 libavformat/rtpdec_h264.c int ff_h264_parse_sprop_parameter_sets(AVFormatContext *s,
AVFormatContext   144 libavformat/rtpdec_h264.c static int sdp_parse_fmtp_config_h264(AVFormatContext *s,
AVFormatContext   206 libavformat/rtpdec_h264.c int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
AVFormatContext   285 libavformat/rtpdec_h264.c static int h264_handle_packet_fu_a(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
AVFormatContext   312 libavformat/rtpdec_h264.c static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   389 libavformat/rtpdec_h264.c static int parse_h264_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext    49 libavformat/rtpdec_hevc.c static av_cold int hevc_sdp_parse_fmtp_config(AVFormatContext *s,
AVFormatContext   131 libavformat/rtpdec_hevc.c static av_cold int hevc_parse_sdp_line(AVFormatContext *ctx, int st_index,
AVFormatContext   179 libavformat/rtpdec_hevc.c static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx,
AVFormatContext    26 libavformat/rtpdec_ilbc.c static int ilbc_parse_fmtp(AVFormatContext *s,
AVFormatContext    47 libavformat/rtpdec_ilbc.c static int ilbc_parse_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext   214 libavformat/rtpdec_jpeg.c static int jpeg_parse_packet(AVFormatContext *ctx, PayloadContext *jpeg,
AVFormatContext    41 libavformat/rtpdec_latm.c static int latm_parse_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   130 libavformat/rtpdec_latm.c static int parse_fmtp(AVFormatContext *s,
AVFormatContext   150 libavformat/rtpdec_latm.c static int latm_parse_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext    43 libavformat/rtpdec_mpa_robust.c static int mpa_robust_parse_rtp_header(AVFormatContext *ctx,
AVFormatContext    66 libavformat/rtpdec_mpa_robust.c static int mpa_robust_parse_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    26 libavformat/rtpdec_mpeg12.c static int mpeg_parse_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   173 libavformat/rtpdec_mpeg4.c static int aac_parse_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   285 libavformat/rtpdec_mpeg4.c static int parse_fmtp(AVFormatContext *s,
AVFormatContext   335 libavformat/rtpdec_mpeg4.c static int parse_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext    41 libavformat/rtpdec_mpegts.c static av_cold int mpegts_init(AVFormatContext *ctx, int st_index,
AVFormatContext    50 libavformat/rtpdec_mpegts.c static int mpegts_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    50 libavformat/rtpdec_qcelp.c static int return_stored_frame(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    54 libavformat/rtpdec_qcelp.c static int store_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   151 libavformat/rtpdec_qcelp.c static int return_stored_frame(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   201 libavformat/rtpdec_qcelp.c static int qcelp_parse_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   239 libavformat/rtpdec_qdm2.c static int qdm2_parse_packet(AVFormatContext *s, PayloadContext *qdm,
AVFormatContext    42 libavformat/rtpdec_qt.c static int qt_rtp_parse_packet(AVFormatContext *s, PayloadContext *qt,
AVFormatContext    76 libavformat/rtpdec_rfc4175.c static int rfc4175_parse_fmtp(AVFormatContext *s, AVStream *stream,
AVFormatContext    92 libavformat/rtpdec_rfc4175.c static int rfc4175_parse_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext   139 libavformat/rtpdec_rfc4175.c static int rfc4175_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext    43 libavformat/rtpdec_svq3.c static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv,
AVFormatContext    92 libavformat/rtpdec_vc2hq.c static int vc2hq_handle_frame_fragment(AVFormatContext *ctx, PayloadContext *pl_ctx, AVStream *st,
AVFormatContext   176 libavformat/rtpdec_vc2hq.c static int vc2hq_handle_packet(AVFormatContext *ctx, PayloadContext *pl_ctx,
AVFormatContext    56 libavformat/rtpdec_vp8.c static int vp8_broken_sequence(AVFormatContext *ctx, PayloadContext *vp8,
AVFormatContext    65 libavformat/rtpdec_vp8.c static int vp8_handle_packet(AVFormatContext *ctx, PayloadContext *vp8,
AVFormatContext   263 libavformat/rtpdec_vp8.c static av_cold int vp8_init(AVFormatContext *s, int st_index, PayloadContext *vp8)
AVFormatContext    34 libavformat/rtpdec_vp9.c static av_cold int vp9_init(AVFormatContext *ctx, int st_index,
AVFormatContext    43 libavformat/rtpdec_vp9.c static int vp9_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_vp9_ctx,
AVFormatContext    60 libavformat/rtpdec_xiph.c static int xiph_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   224 libavformat/rtpdec_xiph.c parse_packed_headers(AVFormatContext *s,
AVFormatContext   285 libavformat/rtpdec_xiph.c static int xiph_parse_fmtp_pair(AVFormatContext *s,
AVFormatContext   353 libavformat/rtpdec_xiph.c static int xiph_parse_sdp_line(AVFormatContext *s, int st_index,
AVFormatContext    93 libavformat/rtpenc.c static int rtp_write_header(AVFormatContext *s1)
AVFormatContext   285 libavformat/rtpenc.c static void rtcp_send_sr(AVFormatContext *s1, int64_t ntp_time, int bye)
AVFormatContext   332 libavformat/rtpenc.c void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m)
AVFormatContext   355 libavformat/rtpenc.c static int rtp_send_samples(AVFormatContext *s1,
AVFormatContext   384 libavformat/rtpenc.c static void rtp_send_mpegaudio(AVFormatContext *s1,
AVFormatContext   436 libavformat/rtpenc.c static void rtp_send_raw(AVFormatContext *s1,
AVFormatContext   458 libavformat/rtpenc.c static void rtp_send_mpegts_raw(AVFormatContext *s1,
AVFormatContext   482 libavformat/rtpenc.c static int rtp_send_ilbc(AVFormatContext *s1, const uint8_t *buf, int size)
AVFormatContext   517 libavformat/rtpenc.c static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   638 libavformat/rtpenc.c static int rtp_write_trailer(AVFormatContext *s1)
AVFormatContext    29 libavformat/rtpenc.h     AVFormatContext *ic;
AVFormatContext    82 libavformat/rtpenc.h void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m);
AVFormatContext    84 libavformat/rtpenc.h void ff_rtp_send_h264_hevc(AVFormatContext *s1, const uint8_t *buf1, int size);
AVFormatContext    85 libavformat/rtpenc.h void ff_rtp_send_h261(AVFormatContext *s1, const uint8_t *buf1, int size);
AVFormatContext    86 libavformat/rtpenc.h void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size);
AVFormatContext    87 libavformat/rtpenc.h void ff_rtp_send_h263_rfc2190(AVFormatContext *s1, const uint8_t *buf1, int size,
AVFormatContext    89 libavformat/rtpenc.h void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    90 libavformat/rtpenc.h void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    91 libavformat/rtpenc.h void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    92 libavformat/rtpenc.h void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
AVFormatContext    93 libavformat/rtpenc.h void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    94 libavformat/rtpenc.h void ff_rtp_send_vc2hq(AVFormatContext *s1, const uint8_t *buf, int size, int interlaced);
AVFormatContext    95 libavformat/rtpenc.h void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    96 libavformat/rtpenc.h void ff_rtp_send_vp9(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    97 libavformat/rtpenc.h void ff_rtp_send_jpeg(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    27 libavformat/rtpenc_aac.c void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size)
AVFormatContext    30 libavformat/rtpenc_amr.c void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size)
AVFormatContext    28 libavformat/rtpenc_chain.c int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
AVFormatContext    32 libavformat/rtpenc_chain.c     AVFormatContext *rtpctx = NULL;
AVFormatContext    28 libavformat/rtpenc_chain.h int ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s,
AVFormatContext    39 libavformat/rtpenc_h261.c void ff_rtp_send_h261(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size)
AVFormatContext    43 libavformat/rtpenc_h263.c void ff_rtp_send_h263(AVFormatContext *s1, const uint8_t *buf1, int size)
AVFormatContext    44 libavformat/rtpenc_h263_rfc2190.c static void send_mode_a(AVFormatContext *s1, const struct H263Info *info,
AVFormatContext    70 libavformat/rtpenc_h263_rfc2190.c static void send_mode_b(AVFormatContext *s1, const struct H263Info *info,
AVFormatContext   101 libavformat/rtpenc_h263_rfc2190.c void ff_rtp_send_h263_rfc2190(AVFormatContext *s1, const uint8_t *buf, int size,
AVFormatContext    36 libavformat/rtpenc_h264_hevc.c static void flush_buffered(AVFormatContext *s1, int last)
AVFormatContext    55 libavformat/rtpenc_h264_hevc.c static void nal_send(AVFormatContext *s1, const uint8_t *buf, int size, int last)
AVFormatContext   180 libavformat/rtpenc_h264_hevc.c void ff_rtp_send_h264_hevc(AVFormatContext *s1, const uint8_t *buf1, int size)
AVFormatContext    28 libavformat/rtpenc_jpeg.c void ff_rtp_send_jpeg(AVFormatContext *s1, const uint8_t *buf, int size)
AVFormatContext    25 libavformat/rtpenc_latm.c void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size)
AVFormatContext    27 libavformat/rtpenc_mpegts.c     AVFormatContext *mpegts_ctx;
AVFormatContext    28 libavformat/rtpenc_mpegts.c     AVFormatContext *rtp_ctx;
AVFormatContext    31 libavformat/rtpenc_mpegts.c static int rtp_mpegts_write_close(AVFormatContext *s)
AVFormatContext    47 libavformat/rtpenc_mpegts.c static int rtp_mpegts_write_header(AVFormatContext *s)
AVFormatContext    50 libavformat/rtpenc_mpegts.c     AVFormatContext *mpegts_ctx = NULL, *rtp_ctx = NULL;
AVFormatContext   114 libavformat/rtpenc_mpegts.c static int rtp_mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    29 libavformat/rtpenc_mpv.c void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)
AVFormatContext    36 libavformat/rtpenc_vc2hq.c static void send_packet(AVFormatContext *ctx, uint8_t parse_code, int info_hdr_size, const uint8_t *buf, int size, int i, int f, int rtp_m)
AVFormatContext    48 libavformat/rtpenc_vc2hq.c static void send_picture(AVFormatContext *ctx, const uint8_t *buf, int size, int interlaced)
AVFormatContext   102 libavformat/rtpenc_vc2hq.c void ff_rtp_send_vc2hq(AVFormatContext *ctx, const uint8_t *frame_buf, int frame_size, int interlaced)
AVFormatContext    26 libavformat/rtpenc_vp8.c void ff_rtp_send_vp8(AVFormatContext *s1, const uint8_t *buf, int size)
AVFormatContext    26 libavformat/rtpenc_vp9.c void ff_rtp_send_vp9(AVFormatContext *ctx, const uint8_t *buf, int size)
AVFormatContext    33 libavformat/rtpenc_xiph.c void ff_rtp_send_xiph(AVFormatContext *s1, const uint8_t *buff, int size)
AVFormatContext   200 libavformat/rtsp.c static int get_sockaddr(AVFormatContext *s,
AVFormatContext   237 libavformat/rtsp.c static void finalize_rtp_handler_init(AVFormatContext *s, RTSPStream *rtsp_st,
AVFormatContext   257 libavformat/rtsp.c static int sdp_parse_rtpmap(AVFormatContext *s,
AVFormatContext   376 libavformat/rtsp.c static void parse_fmtp(AVFormatContext *s, RTSPState *rt,
AVFormatContext   392 libavformat/rtsp.c static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
AVFormatContext   687 libavformat/rtsp.c int ff_sdp_parse(AVFormatContext *s, const char *content)
AVFormatContext   739 libavformat/rtsp.c void ff_rtsp_undo_setup(AVFormatContext *s, int send_packets)
AVFormatContext   750 libavformat/rtsp.c                 AVFormatContext *rtpctx = rtsp_st->transport_priv;
AVFormatContext   771 libavformat/rtsp.c void ff_rtsp_close_streams(AVFormatContext *s)
AVFormatContext   807 libavformat/rtsp.c int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st)
AVFormatContext   826 libavformat/rtsp.c         int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->transport_priv,
AVFormatContext   834 libavformat/rtsp.c         st->time_base = ((AVFormatContext*)rtsp_st->transport_priv)->streams[0]->time_base;
AVFormatContext   889 libavformat/rtsp.c static void rtsp_parse_transport(AVFormatContext *s,
AVFormatContext  1069 libavformat/rtsp.c void ff_rtsp_parse_line(AVFormatContext *s,
AVFormatContext  1132 libavformat/rtsp.c void ff_rtsp_skip_packet(AVFormatContext *s)
AVFormatContext  1157 libavformat/rtsp.c int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
AVFormatContext  1310 libavformat/rtsp.c static int rtsp_send_cmd_with_content_async(AVFormatContext *s,
AVFormatContext  1367 libavformat/rtsp.c int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
AVFormatContext  1373 libavformat/rtsp.c int ff_rtsp_send_cmd(AVFormatContext *s, const char *method, const char *url,
AVFormatContext  1381 libavformat/rtsp.c int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
AVFormatContext  1420 libavformat/rtsp.c int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
AVFormatContext  1664 libavformat/rtsp.c void ff_rtsp_close_connections(AVFormatContext *s)
AVFormatContext  1673 libavformat/rtsp.c int ff_rtsp_connect(AVFormatContext *s)
AVFormatContext  1960 libavformat/rtsp.c static int parse_rtsp_message(AVFormatContext *s)
AVFormatContext  1987 libavformat/rtsp.c static int udp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
AVFormatContext  2063 libavformat/rtsp.c static int pick_stream(AVFormatContext *s, RTSPStream **rtsp_st,
AVFormatContext  2107 libavformat/rtsp.c static int read_packet(AVFormatContext *s,
AVFormatContext  2145 libavformat/rtsp.c int ff_rtsp_fetch_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2335 libavformat/rtsp.c static int sdp_read_header(AVFormatContext *s)
AVFormatContext  2417 libavformat/rtsp.c static int sdp_read_close(AVFormatContext *s)
AVFormatContext  2451 libavformat/rtsp.c static int rtp_read_header(AVFormatContext *s)
AVFormatContext   308 libavformat/rtsp.h     AVFormatContext *asf_ctx;
AVFormatContext   479 libavformat/rtsp.h void ff_rtsp_parse_line(AVFormatContext *s,
AVFormatContext   488 libavformat/rtsp.h int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
AVFormatContext   507 libavformat/rtsp.h int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
AVFormatContext   520 libavformat/rtsp.h int ff_rtsp_send_cmd(AVFormatContext *s, const char *method,
AVFormatContext   547 libavformat/rtsp.h int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
AVFormatContext   554 libavformat/rtsp.h void ff_rtsp_skip_packet(AVFormatContext *s);
AVFormatContext   565 libavformat/rtsp.h int ff_rtsp_connect(AVFormatContext *s);
AVFormatContext   572 libavformat/rtsp.h void ff_rtsp_close_streams(AVFormatContext *s);
AVFormatContext   579 libavformat/rtsp.h void ff_rtsp_close_connections(AVFormatContext *s);
AVFormatContext   585 libavformat/rtsp.h int ff_rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply);
AVFormatContext   591 libavformat/rtsp.h int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr);
AVFormatContext   597 libavformat/rtsp.h int ff_rtsp_parse_streaming_commands(AVFormatContext *s);
AVFormatContext   604 libavformat/rtsp.h int ff_sdp_parse(AVFormatContext *s, const char *content);
AVFormatContext   609 libavformat/rtsp.h int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
AVFormatContext   615 libavformat/rtsp.h int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st);
AVFormatContext   621 libavformat/rtsp.h int ff_rtsp_fetch_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   628 libavformat/rtsp.h int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
AVFormatContext   635 libavformat/rtsp.h void ff_rtsp_undo_setup(AVFormatContext *s, int send_packets);
AVFormatContext   640 libavformat/rtsp.h int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st);
AVFormatContext    56 libavformat/rtspdec.c static int rtsp_read_close(AVFormatContext *s)
AVFormatContext    71 libavformat/rtspdec.c static inline int read_line(AVFormatContext *s, char *rbuf, const int rbufsize,
AVFormatContext    96 libavformat/rtspdec.c static int rtsp_send_reply(AVFormatContext *s, enum RTSPStatusCode code,
AVFormatContext   123 libavformat/rtspdec.c static inline int check_sessionid(AVFormatContext *s,
AVFormatContext   141 libavformat/rtspdec.c static inline int rtsp_read_request(AVFormatContext *s,
AVFormatContext   171 libavformat/rtspdec.c static int rtsp_read_announce(AVFormatContext *s)
AVFormatContext   212 libavformat/rtspdec.c static int rtsp_read_options(AVFormatContext *s)
AVFormatContext   230 libavformat/rtspdec.c static int rtsp_read_setup(AVFormatContext *s, char* host, char *controlurl)
AVFormatContext   338 libavformat/rtspdec.c static int rtsp_read_record(AVFormatContext *s)
AVFormatContext   360 libavformat/rtspdec.c static inline int parse_command_line(AVFormatContext *s, const char *line,
AVFormatContext   463 libavformat/rtspdec.c int ff_rtsp_parse_streaming_commands(AVFormatContext *s)
AVFormatContext   503 libavformat/rtspdec.c static int rtsp_read_play(AVFormatContext *s)
AVFormatContext   574 libavformat/rtspdec.c static int rtsp_read_pause(AVFormatContext *s)
AVFormatContext   591 libavformat/rtspdec.c int ff_rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply)
AVFormatContext   628 libavformat/rtspdec.c static int rtsp_listen(AVFormatContext *s)
AVFormatContext   711 libavformat/rtspdec.c static int rtsp_read_header(AVFormatContext *s)
AVFormatContext   748 libavformat/rtspdec.c int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
AVFormatContext   798 libavformat/rtspdec.c static int resetup_tcp(AVFormatContext *s)
AVFormatContext   811 libavformat/rtspdec.c static int rtsp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   926 libavformat/rtspdec.c static int rtsp_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    46 libavformat/rtspenc.c int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr)
AVFormatContext    52 libavformat/rtspenc.c     AVFormatContext sdp_ctx, *ctx_array[1];
AVFormatContext   111 libavformat/rtspenc.c static int rtsp_write_record(AVFormatContext *s)
AVFormatContext   126 libavformat/rtspenc.c static int rtsp_write_header(AVFormatContext *s)
AVFormatContext   142 libavformat/rtspenc.c int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
AVFormatContext   145 libavformat/rtspenc.c     AVFormatContext *rtpctx = rtsp_st->transport_priv;
AVFormatContext   181 libavformat/rtspenc.c static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   187 libavformat/rtspenc.c     AVFormatContext *rtpctx;
AVFormatContext   227 libavformat/rtspenc.c static int rtsp_write_close(AVFormatContext *s)
AVFormatContext   130 libavformat/s337m.c static int s337m_read_header(AVFormatContext *s)
AVFormatContext   144 libavformat/s337m.c static int s337m_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    49 libavformat/samidec.c static int sami_read_header(AVFormatContext *s)
AVFormatContext   117 libavformat/samidec.c static int sami_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   123 libavformat/samidec.c static int sami_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   131 libavformat/samidec.c static int sami_read_close(AVFormatContext *s)
AVFormatContext    38 libavformat/sapdec.c     AVFormatContext *sdp_ctx;
AVFormatContext    52 libavformat/sapdec.c static int sap_read_close(AVFormatContext *s)
AVFormatContext    63 libavformat/sapdec.c static int sap_read_header(AVFormatContext *s)
AVFormatContext   193 libavformat/sapdec.c static int sap_fetch_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    42 libavformat/sapenc.c static int sap_write_close(AVFormatContext *s)
AVFormatContext    48 libavformat/sapenc.c         AVFormatContext *rtpctx = s->streams[i]->priv_data;
AVFormatContext    68 libavformat/sapenc.c static int sap_write_header(AVFormatContext *s)
AVFormatContext    74 libavformat/sapenc.c     AVFormatContext **contexts = NULL;
AVFormatContext   136 libavformat/sapenc.c     contexts = av_mallocz_array(s->nb_streams, sizeof(AVFormatContext*));
AVFormatContext   253 libavformat/sapenc.c static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   255 libavformat/sapenc.c     AVFormatContext *rtpctx;
AVFormatContext    32 libavformat/sauce.c int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height)
AVFormatContext    38 libavformat/sauce.h int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
AVFormatContext  1382 libavformat/sbgdec.c static av_cold int sbg_read_header(AVFormatContext *avf)
AVFormatContext  1446 libavformat/sbgdec.c static int sbg_read_packet(AVFormatContext *avf, AVPacket *packet)
AVFormatContext  1467 libavformat/sbgdec.c static int sbg_read_seek2(AVFormatContext *avf, int stream_index,
AVFormatContext  1478 libavformat/sbgdec.c static int sbg_read_seek(AVFormatContext *avf, int stream_index,
AVFormatContext    62 libavformat/sccdec.c static int scc_read_header(AVFormatContext *s)
AVFormatContext   163 libavformat/sccdec.c static int scc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   169 libavformat/sccdec.c static int scc_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   177 libavformat/sccdec.c static int scc_read_close(AVFormatContext *s)
AVFormatContext    33 libavformat/sccenc.c static int scc_write_header(AVFormatContext *avf)
AVFormatContext    58 libavformat/sccenc.c static int scc_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   154 libavformat/sdp.c static char *extradata2psets(AVFormatContext *s, AVCodecParameters *par)
AVFormatContext   327 libavformat/sdp.c static char *extradata2config(AVFormatContext *s, AVCodecParameters *par)
AVFormatContext   348 libavformat/sdp.c static char *xiph_extradata2config(AVFormatContext *s, AVCodecParameters *par)
AVFormatContext   447 libavformat/sdp.c static char *latm_context2config(AVFormatContext *s, AVCodecParameters *par)
AVFormatContext   483 libavformat/sdp.c static char *sdp_write_media_attributes(char *buff, int size, AVStream *st, int payload_type, AVFormatContext *fmt)
AVFormatContext   748 libavformat/sdp.c                         int port, int ttl, AVFormatContext *fmt)
AVFormatContext   772 libavformat/sdp.c int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size)
AVFormatContext   842 libavformat/sdp.c int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size)
AVFormatContext   849 libavformat/sdp.c                         int port, int ttl, AVFormatContext *fmt)
AVFormatContext    36 libavformat/sdr2.c static int sdr2_read_header(AVFormatContext *s)
AVFormatContext    73 libavformat/sdr2.c static int sdr2_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    78 libavformat/sdsdec.c static int sds_read_header(AVFormatContext *ctx)
AVFormatContext   122 libavformat/sdsdec.c static int sds_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext    35 libavformat/sdxdec.c static int sdx_read_header(AVFormatContext *s)
AVFormatContext    78 libavformat/segafilm.c static int film_read_close(AVFormatContext *s)
AVFormatContext    87 libavformat/segafilm.c static int film_read_header(AVFormatContext *s)
AVFormatContext   267 libavformat/segafilm.c static int film_read_packet(AVFormatContext *s,
AVFormatContext   315 libavformat/segafilm.c static int film_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    56 libavformat/segafilmenc.c static int film_write_packet_to_header(AVFormatContext *format_context, FILMPacket *pkt)
AVFormatContext    84 libavformat/segafilmenc.c static int film_write_packet(AVFormatContext *format_context, AVPacket *pkt)
AVFormatContext   156 libavformat/segafilmenc.c static int film_init(AVFormatContext *format_context)
AVFormatContext   209 libavformat/segafilmenc.c static int shift_data(AVFormatContext *format_context, int64_t shift_size)
AVFormatContext   266 libavformat/segafilmenc.c static int film_write_header(AVFormatContext *format_context)
AVFormatContext   368 libavformat/segafilmenc.c static void film_deinit(AVFormatContext *format_context)
AVFormatContext    76 libavformat/segment.c     AVFormatContext *avf;
AVFormatContext   144 libavformat/segment.c static int segment_mux_init(AVFormatContext *s)
AVFormatContext   147 libavformat/segment.c     AVFormatContext *oc;
AVFormatContext   195 libavformat/segment.c static int set_segment_filename(AVFormatContext *s)
AVFormatContext   198 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   239 libavformat/segment.c static int segment_start(AVFormatContext *s, int write_header)
AVFormatContext   242 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   284 libavformat/segment.c static int segment_list_open(AVFormatContext *s)
AVFormatContext   354 libavformat/segment.c static int segment_end(AVFormatContext *s, int write_trailer, int is_last)
AVFormatContext   357 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   603 libavformat/segment.c static int select_reference_stream(AVFormatContext *s)
AVFormatContext   660 libavformat/segment.c static void seg_free(AVFormatContext *s)
AVFormatContext   668 libavformat/segment.c static int seg_init(AVFormatContext *s)
AVFormatContext   671 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   816 libavformat/segment.c static int seg_write_header(AVFormatContext *s)
AVFormatContext   819 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   861 libavformat/segment.c static int seg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   986 libavformat/segment.c static int seg_write_trailer(struct AVFormatContext *s)
AVFormatContext   989 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext  1028 libavformat/segment.c static int seg_check_bitstream(struct AVFormatContext *s, const AVPacket *pkt)
AVFormatContext  1031 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext    46 libavformat/serdec.c static int ser_read_header(AVFormatContext *s)
AVFormatContext   102 libavformat/serdec.c static int ser_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    85 libavformat/sierravmd.c static int vmd_read_header(AVFormatContext *s)
AVFormatContext   269 libavformat/sierravmd.c static int vmd_read_packet(AVFormatContext *s,
AVFormatContext   312 libavformat/sierravmd.c static int vmd_read_close(AVFormatContext *s)
AVFormatContext    75 libavformat/siff.c static int create_audio_stream(AVFormatContext *s, SIFFContext *c)
AVFormatContext    92 libavformat/siff.c static int siff_parse_vbv1(AVFormatContext *s, SIFFContext *c, AVIOContext *pb)
AVFormatContext   145 libavformat/siff.c static int siff_parse_soun(AVFormatContext *s, SIFFContext *c, AVIOContext *pb)
AVFormatContext   162 libavformat/siff.c static int siff_read_header(AVFormatContext *s)
AVFormatContext   192 libavformat/siff.c static int siff_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    89 libavformat/smacker.c static int smacker_read_header(AVFormatContext *s)
AVFormatContext   239 libavformat/smacker.c static int smacker_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   363 libavformat/smacker.c static int smacker_read_close(AVFormatContext *s)
AVFormatContext    46 libavformat/smjpegdec.c static int smjpeg_read_header(AVFormatContext *s)
AVFormatContext   140 libavformat/smjpegdec.c static int smjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    35 libavformat/smjpegenc.c static int smjpeg_write_header(AVFormatContext *s)
AVFormatContext    95 libavformat/smjpegenc.c static int smjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   117 libavformat/smjpegenc.c static int smjpeg_write_trailer(AVFormatContext *s)
AVFormatContext    51 libavformat/smoothstreamingenc.c     AVFormatContext *ctx;
AVFormatContext   165 libavformat/smoothstreamingenc.c static void ism_free(AVFormatContext *s)
AVFormatContext   209 libavformat/smoothstreamingenc.c static int write_manifest(AVFormatContext *s, int final)
AVFormatContext   285 libavformat/smoothstreamingenc.c static int ism_write_header(AVFormatContext *s)
AVFormatContext   311 libavformat/smoothstreamingenc.c         AVFormatContext *ctx;
AVFormatContext   405 libavformat/smoothstreamingenc.c static int parse_fragment(AVFormatContext *s, const char *filename, int64_t *start_ts, int64_t *duration, int64_t *moof_size, int64_t size)
AVFormatContext   483 libavformat/smoothstreamingenc.c static int copy_moof(AVFormatContext *s, const char* infile, const char *outfile, int64_t size)
AVFormatContext   510 libavformat/smoothstreamingenc.c static int ism_flush(AVFormatContext *s, int final)
AVFormatContext   594 libavformat/smoothstreamingenc.c static int ism_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   619 libavformat/smoothstreamingenc.c static int ism_write_trailer(AVFormatContext *s)
AVFormatContext    46 libavformat/smush.c static int smush_read_header(AVFormatContext *ctx)
AVFormatContext   189 libavformat/smush.c static int smush_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext    83 libavformat/sol.c static int sol_read_header(AVFormatContext *s)
AVFormatContext   126 libavformat/sol.c static int sol_read_packet(AVFormatContext *s,
AVFormatContext    47 libavformat/soxdec.c static int sox_read_header(AVFormatContext *s)
AVFormatContext    44 libavformat/soxenc.c static int sox_write_header(AVFormatContext *s)
AVFormatContext    86 libavformat/soxenc.c static int sox_write_trailer(AVFormatContext *s)
AVFormatContext    62 libavformat/spdif.h int ff_spdif_read_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    36 libavformat/spdifdec.c static int spdif_get_offset_and_codec(AVFormatContext *s,
AVFormatContext   167 libavformat/spdifdec.c static int spdif_read_header(AVFormatContext *s)
AVFormatContext   173 libavformat/spdifdec.c int ff_spdif_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    92 libavformat/spdifenc.c     int (*header_info) (AVFormatContext *s, AVPacket *pkt);
AVFormatContext   110 libavformat/spdifenc.c static int spdif_header_ac3(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   120 libavformat/spdifenc.c static int spdif_header_eac3(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   172 libavformat/spdifenc.c static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size,
AVFormatContext   249 libavformat/spdifenc.c static int spdif_header_dts(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   332 libavformat/spdifenc.c static int spdif_header_mpeg(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   355 libavformat/spdifenc.c static int spdif_header_aac(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   419 libavformat/spdifenc.c static int spdif_header_truehd(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   566 libavformat/spdifenc.c static int spdif_write_header(AVFormatContext *s)
AVFormatContext   605 libavformat/spdifenc.c static void spdif_deinit(AVFormatContext *s)
AVFormatContext   622 libavformat/spdifenc.c static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   126 libavformat/srtdec.c static int srt_read_header(AVFormatContext *s)
AVFormatContext   216 libavformat/srtdec.c static int srt_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   222 libavformat/srtdec.c static int srt_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   230 libavformat/srtdec.c static int srt_read_close(AVFormatContext *s)
AVFormatContext    37 libavformat/srtenc.c static int srt_write_header(AVFormatContext *avf)
AVFormatContext    59 libavformat/srtenc.c static int srt_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext    72 libavformat/stldec.c static int stl_read_header(AVFormatContext *s)
AVFormatContext   112 libavformat/stldec.c static int stl_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   118 libavformat/stldec.c static int stl_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   126 libavformat/stldec.c static int stl_read_close(AVFormatContext *s)
AVFormatContext   250 libavformat/subtitles.c int ff_subtitles_queue_seek(FFDemuxSubtitlesQueue *q, AVFormatContext *s, int stream_index,
AVFormatContext   138 libavformat/subtitles.h int ff_subtitles_queue_seek(FFDemuxSubtitlesQueue *q, AVFormatContext *s, int stream_index,
AVFormatContext    43 libavformat/subviewer1dec.c static int subviewer1_read_header(AVFormatContext *s)
AVFormatContext    95 libavformat/subviewer1dec.c static int subviewer1_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   101 libavformat/subviewer1dec.c static int subviewer1_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   109 libavformat/subviewer1dec.c static int subviewer1_read_close(AVFormatContext *s)
AVFormatContext    80 libavformat/subviewerdec.c static int subviewer_read_header(AVFormatContext *s)
AVFormatContext   181 libavformat/subviewerdec.c static int subviewer_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   187 libavformat/subviewerdec.c static int subviewer_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   195 libavformat/subviewerdec.c static int subviewer_read_close(AVFormatContext *s)
AVFormatContext    25 libavformat/supdec.c static int sup_read_header(AVFormatContext *s)
AVFormatContext    37 libavformat/supdec.c static int sup_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    28 libavformat/supenc.c static int sup_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    74 libavformat/supenc.c static int sup_write_header(AVFormatContext *s)
AVFormatContext    33 libavformat/svag.c static int svag_read_header(AVFormatContext *s)
AVFormatContext    64 libavformat/svag.c static int svag_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   104 libavformat/swfdec.c     AVFormatContext *s = opaque;
AVFormatContext   134 libavformat/swfdec.c static int swf_read_header(AVFormatContext *s)
AVFormatContext   178 libavformat/swfdec.c static AVStream *create_new_audio_stream(AVFormatContext *s, int id, int info)
AVFormatContext   204 libavformat/swfdec.c static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   527 libavformat/swfdec.c static av_cold int swf_read_close(AVFormatContext *avctx)
AVFormatContext    28 libavformat/swfenc.c static void put_swf_tag(AVFormatContext *s, int tag)
AVFormatContext    44 libavformat/swfenc.c static void put_swf_end_tag(AVFormatContext *s)
AVFormatContext   174 libavformat/swfenc.c static int swf_write_header(AVFormatContext *s)
AVFormatContext   343 libavformat/swfenc.c static int swf_write_video(AVFormatContext *s,
AVFormatContext   448 libavformat/swfenc.c static int swf_write_audio(AVFormatContext *s,
AVFormatContext   472 libavformat/swfenc.c static int swf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   481 libavformat/swfenc.c static int swf_write_trailer(AVFormatContext *s)
AVFormatContext    53 libavformat/takdec.c static int tak_read_header(AVFormatContext *s)
AVFormatContext   190 libavformat/takdec.c static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   275 libavformat/tedcaptionsdec.c static av_cold int tedcaptions_read_header(AVFormatContext *avf)
AVFormatContext   309 libavformat/tedcaptionsdec.c static int tedcaptions_read_packet(AVFormatContext *avf, AVPacket *packet)
AVFormatContext   316 libavformat/tedcaptionsdec.c static int tedcaptions_read_close(AVFormatContext *avf)
AVFormatContext   347 libavformat/tedcaptionsdec.c static int tedcaptions_read_seek(AVFormatContext *avf, int stream_index,
AVFormatContext    39 libavformat/tee.c     AVFormatContext *avf;
AVFormatContext   123 libavformat/tee.c     AVFormatContext *avf;
AVFormatContext   147 libavformat/tee.c static void close_slaves(AVFormatContext *avf)
AVFormatContext   158 libavformat/tee.c static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
AVFormatContext   166 libavformat/tee.c     AVFormatContext *avf2 = NULL;
AVFormatContext   432 libavformat/tee.c static int tee_process_slave_failure(AVFormatContext *avf, unsigned slave_idx, int err_n)
AVFormatContext   454 libavformat/tee.c static int tee_write_header(AVFormatContext *avf)
AVFormatContext   520 libavformat/tee.c static int tee_write_trailer(AVFormatContext *avf)
AVFormatContext   537 libavformat/tee.c static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   540 libavformat/tee.c     AVFormatContext *avf2;
AVFormatContext    58 libavformat/tests/fifo_muxer.c static int initialize_fifo_tst_muxer_chain(AVFormatContext **oc)
AVFormatContext    80 libavformat/tests/fifo_muxer.c static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts,
AVFormatContext   133 libavformat/tests/fifo_muxer.c static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts,
AVFormatContext   188 libavformat/tests/fifo_muxer.c     int (*test_func)(AVFormatContext *, AVDictionary **,const FailingMuxerPacketData *pkt_data);
AVFormatContext   205 libavformat/tests/fifo_muxer.c     AVFormatContext *oc = NULL;
AVFormatContext    48 libavformat/tests/movenc.c AVFormatContext *ctx;
AVFormatContext    60 libavformat/tests/seek.c     AVFormatContext *ic = avformat_alloc_context();
AVFormatContext    62 libavformat/thp.c static int thp_read_header(AVFormatContext *s)
AVFormatContext   159 libavformat/thp.c static int thp_read_packet(AVFormatContext *s,
AVFormatContext   185 libavformat/tiertexseq.c static int seq_read_close(AVFormatContext *s)
AVFormatContext   196 libavformat/tiertexseq.c static int seq_read_header(AVFormatContext *s)
AVFormatContext   263 libavformat/tiertexseq.c static int seq_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    67 libavformat/tmv.c static int tmv_read_header(AVFormatContext *s)
AVFormatContext   150 libavformat/tmv.c static int tmv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   172 libavformat/tmv.c static int tmv_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    49 libavformat/tta.c static int tta_read_header(AVFormatContext *s)
AVFormatContext   148 libavformat/tta.c static int tta_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   172 libavformat/tta.c static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    38 libavformat/ttaenc.c static int tta_init(AVFormatContext *s)
AVFormatContext    69 libavformat/ttaenc.c static int tta_write_header(AVFormatContext *s)
AVFormatContext    91 libavformat/ttaenc.c static int tta_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   122 libavformat/ttaenc.c static void tta_queue_flush(AVFormatContext *s)
AVFormatContext   134 libavformat/ttaenc.c static int tta_write_trailer(AVFormatContext *s)
AVFormatContext   159 libavformat/ttaenc.c static void tta_deinit(AVFormatContext *s)
AVFormatContext    75 libavformat/tty.c static int efi_read(AVFormatContext *avctx, uint64_t start_pos)
AVFormatContext   102 libavformat/tty.c static int read_header(AVFormatContext *avctx)
AVFormatContext   138 libavformat/tty.c static int read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext    41 libavformat/txd.c static int txd_read_header(AVFormatContext *s) {
AVFormatContext    56 libavformat/txd.c static int txd_read_packet(AVFormatContext *s, AVPacket *pkt) {
AVFormatContext   175 libavformat/ty.c static int analyze_chunk(AVFormatContext *s, const uint8_t *chunk)
AVFormatContext   286 libavformat/ty.c static int ty_read_header(AVFormatContext *s)
AVFormatContext   345 libavformat/ty.c static void parse_master(AVFormatContext *s)
AVFormatContext   394 libavformat/ty.c static int get_chunk(AVFormatContext *s)
AVFormatContext   452 libavformat/ty.c static int demux_video(AVFormatContext *s, TyRecHdr *rec_hdr, AVPacket *pkt)
AVFormatContext   538 libavformat/ty.c static int check_sync_pes(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   576 libavformat/ty.c static int demux_audio(AVFormatContext *s, TyRecHdr *rec_hdr, AVPacket *pkt)
AVFormatContext   718 libavformat/ty.c static int ty_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   769 libavformat/ty.c static int ty_read_close(AVFormatContext *s)
AVFormatContext   122 libavformat/uncodedframecrcenc.c static int write_header(struct AVFormatContext *s)
AVFormatContext   127 libavformat/uncodedframecrcenc.c static int write_frame(struct AVFormatContext *s, int stream_index,
AVFormatContext   162 libavformat/uncodedframecrcenc.c static int write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   122 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, video_codec)
AVFormatContext   123 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, audio_codec)
AVFormatContext   124 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, subtitle_codec)
AVFormatContext   125 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, data_codec)
AVFormatContext   126 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, int, metadata_header_padding)
AVFormatContext   127 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, void *, opaque)
AVFormatContext   128 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, av_format_control_message, control_message_cb)
AVFormatContext   131 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVOpenCallback, open_cb)
AVFormatContext   149 libavformat/utils.c void av_format_inject_global_side_data(AVFormatContext *s)
AVFormatContext   159 libavformat/utils.c int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src)
AVFormatContext   179 libavformat/utils.c static const AVCodec *find_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID codec_id)
AVFormatContext   203 libavformat/utils.c static const AVCodec *find_probe_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID codec_id)
AVFormatContext   234 libavformat/utils.c int av_format_get_probe_score(const AVFormatContext *s)
AVFormatContext   328 libavformat/utils.c static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st,
AVFormatContext   389 libavformat/utils.c int av_demuxer_open(AVFormatContext *ic) {
AVFormatContext   410 libavformat/utils.c static int init_input(AVFormatContext *s, const char *filename,
AVFormatContext   475 libavformat/utils.c int avformat_queue_attached_pictures(AVFormatContext *s)
AVFormatContext   498 libavformat/utils.c static int update_stream_avctx(AVFormatContext *s)
AVFormatContext   533 libavformat/utils.c int avformat_open_input(AVFormatContext **ps, const char *filename,
AVFormatContext   536 libavformat/utils.c     AVFormatContext *s = *ps;
AVFormatContext   687 libavformat/utils.c static void force_codec_ids(AVFormatContext *s, AVStream *st)
AVFormatContext   709 libavformat/utils.c static int probe_codec(AVFormatContext *s, AVStream *st, const AVPacket *pkt)
AVFormatContext   759 libavformat/utils.c static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt)
AVFormatContext   825 libavformat/utils.c int ff_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   951 libavformat/utils.c void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st,
AVFormatContext  1043 libavformat/utils.c static AVPacketList *get_next_pkt(AVFormatContext *s, AVStream *st, AVPacketList *pktl)
AVFormatContext  1098 libavformat/utils.c static void update_dts_from_pts(AVFormatContext *s, int stream_index,
AVFormatContext  1124 libavformat/utils.c static void update_initial_timestamps(AVFormatContext *s, int stream_index,
AVFormatContext  1176 libavformat/utils.c static void update_initial_durations(AVFormatContext *s, AVStream *st,
AVFormatContext  1232 libavformat/utils.c static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
AVFormatContext  1443 libavformat/utils.c static int parse_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext  1573 libavformat/utils.c static int read_frame_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1773 libavformat/utils.c int av_read_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1872 libavformat/utils.c static void flush_packet_queue(AVFormatContext *s)
AVFormatContext  1886 libavformat/utils.c int av_find_default_stream_index(AVFormatContext *s)
AVFormatContext  1924 libavformat/utils.c void ff_read_frame_flush(AVFormatContext *s)
AVFormatContext  1959 libavformat/utils.c void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp)
AVFormatContext  1973 libavformat/utils.c void ff_reduce_index(AVFormatContext *s, int stream_index)
AVFormatContext  2097 libavformat/utils.c void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance)
AVFormatContext  2168 libavformat/utils.c static int64_t ff_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit,
AVFormatContext  2169 libavformat/utils.c                                  int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
AVFormatContext  2177 libavformat/utils.c int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
AVFormatContext  2245 libavformat/utils.c int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos,
AVFormatContext  2246 libavformat/utils.c                     int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
AVFormatContext  2283 libavformat/utils.c int64_t ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts,
AVFormatContext  2287 libavformat/utils.c                       int64_t (*read_timestamp)(struct AVFormatContext *, int,
AVFormatContext  2389 libavformat/utils.c static int seek_frame_byte(AVFormatContext *s, int stream_index,
AVFormatContext  2409 libavformat/utils.c static int seek_frame_generic(AVFormatContext *s, int stream_index,
AVFormatContext  2476 libavformat/utils.c static int seek_frame_internal(AVFormatContext *s, int stream_index,
AVFormatContext  2520 libavformat/utils.c int av_seek_frame(AVFormatContext *s, int stream_index,
AVFormatContext  2543 libavformat/utils.c int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts,
AVFormatContext  2600 libavformat/utils.c int avformat_flush(AVFormatContext *s)
AVFormatContext  2613 libavformat/utils.c static int has_duration(AVFormatContext *ic)
AVFormatContext  2633 libavformat/utils.c static void update_stream_timings(AVFormatContext *ic)
AVFormatContext  2727 libavformat/utils.c static void fill_all_stream_timings(AVFormatContext *ic)
AVFormatContext  2746 libavformat/utils.c static void estimate_timings_from_bit_rate(AVFormatContext *ic)
AVFormatContext  2803 libavformat/utils.c static void estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset)
AVFormatContext  2947 libavformat/utils.c static void estimate_timings(AVFormatContext *ic, int64_t old_offset)
AVFormatContext  3048 libavformat/utils.c static int try_decode_frame(AVFormatContext *s, AVStream *st,
AVFormatContext  3255 libavformat/utils.c static void compute_chapters_end(AVFormatContext *s)
AVFormatContext  3339 libavformat/utils.c int ff_get_extradata(AVFormatContext *s, AVCodecParameters *par, AVIOContext *pb, int size)
AVFormatContext  3355 libavformat/utils.c int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts)
AVFormatContext  3415 libavformat/utils.c void ff_rfps_calculate(AVFormatContext *ic)
AVFormatContext  3615 libavformat/utils.c int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
AVFormatContext  4227 libavformat/utils.c AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s)
AVFormatContext  4244 libavformat/utils.c int av_find_best_stream(AVFormatContext *ic, enum AVMediaType type,
AVFormatContext  4312 libavformat/utils.c int av_read_play(AVFormatContext *s)
AVFormatContext  4321 libavformat/utils.c int av_read_pause(AVFormatContext *s)
AVFormatContext  4440 libavformat/utils.c void ff_free_stream(AVFormatContext *s, AVStream *st)
AVFormatContext  4448 libavformat/utils.c void avformat_free_context(AVFormatContext *s)
AVFormatContext  4491 libavformat/utils.c void avformat_close_input(AVFormatContext **ps)
AVFormatContext  4493 libavformat/utils.c     AVFormatContext *s;
AVFormatContext  4519 libavformat/utils.c AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c)
AVFormatContext  4618 libavformat/utils.c AVProgram *av_new_program(AVFormatContext *ac, int id)
AVFormatContext  4647 libavformat/utils.c AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
AVFormatContext  4677 libavformat/utils.c void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned idx)
AVFormatContext  5022 libavformat/utils.c int ff_find_stream_index(AVFormatContext *s, int id)
AVFormatContext  5112 libavformat/utils.c AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame)
AVFormatContext  5135 libavformat/utils.c AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame)
AVFormatContext  5165 libavformat/utils.c static int match_stream_specifier(AVFormatContext *s, AVStream *st,
AVFormatContext  5319 libavformat/utils.c int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVFormatContext  5675 libavformat/utils.c int ff_format_output_open(AVFormatContext *s, const char *url, AVDictionary **options)
AVFormatContext  5685 libavformat/utils.c void ff_format_io_close(AVFormatContext *s, AVIOContext **pb)
AVFormatContext  5697 libavformat/utils.c int ff_parse_creation_time_metadata(AVFormatContext *s, int64_t *timestamp, int return_seconds)
AVFormatContext  5714 libavformat/utils.c int ff_standardize_creation_time(AVFormatContext *s)
AVFormatContext  5723 libavformat/utils.c int ff_get_packet_palette(AVFormatContext *s, AVPacket *pkt, int ret, uint32_t *palette)
AVFormatContext  5845 libavformat/utils.c void ff_format_set_url(AVFormatContext *s, char *url)
AVFormatContext    38 libavformat/v210.c static int v210_read_header(AVFormatContext *ctx)
AVFormatContext    69 libavformat/v210.c static int v210_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    34 libavformat/vag.c static int vag_read_header(AVFormatContext *s)
AVFormatContext    69 libavformat/vag.c static int vag_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    80 libavformat/vapoursynth.c static av_cold int read_close_vs(AVFormatContext *s)
AVFormatContext   170 libavformat/vapoursynth.c static av_cold int read_header_vs(AVFormatContext *s)
AVFormatContext   309 libavformat/vapoursynth.c static int get_vs_prop_int(AVFormatContext *s, const VSMap *map, const char *name, int def)
AVFormatContext   337 libavformat/vapoursynth.c static int read_packet_vs(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   461 libavformat/vapoursynth.c static int read_seek_vs(AVFormatContext *s, int stream_idx, int64_t ts, int flags)
AVFormatContext    50 libavformat/vc1test.c static int vc1t_read_header(AVFormatContext *s)
AVFormatContext    94 libavformat/vc1test.c static int vc1t_read_packet(AVFormatContext *s,
AVFormatContext    28 libavformat/vc1testenc.c static int vc1test_write_header(AVFormatContext *s)
AVFormatContext    56 libavformat/vc1testenc.c static int vc1test_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    71 libavformat/vc1testenc.c static int vc1test_write_trailer(AVFormatContext *s)
AVFormatContext   279 libavformat/vividas.c static int track_header(VividasDemuxContext *viv, AVFormatContext *s,  uint8_t *buf, int size)
AVFormatContext   427 libavformat/vividas.c static int track_index(VividasDemuxContext *viv, AVFormatContext *s, uint8_t *buf, unsigned size)
AVFormatContext   484 libavformat/vividas.c static void load_sb_block(AVFormatContext *s, VividasDemuxContext *viv, unsigned expected_size)
AVFormatContext   528 libavformat/vividas.c static int viv_read_header(AVFormatContext *s)
AVFormatContext   623 libavformat/vividas.c static int viv_read_packet(AVFormatContext *s,
AVFormatContext   723 libavformat/vividas.c static int viv_read_close(AVFormatContext *s)
AVFormatContext   735 libavformat/vividas.c static int viv_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    74 libavformat/vivo.c static int vivo_get_packet_header(AVFormatContext *s)
AVFormatContext   120 libavformat/vivo.c static int vivo_read_header(AVFormatContext *s)
AVFormatContext   252 libavformat/vivo.c static int vivo_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    49 libavformat/voc.h int ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext    27 libavformat/voc_packet.c ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size)
AVFormatContext    40 libavformat/vocdec.c static int voc_read_header(AVFormatContext *s)
AVFormatContext    60 libavformat/vocdec.c static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    71 libavformat/vocdec.c static int voc_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    30 libavformat/vocenc.c static int voc_write_header(AVFormatContext *s)
AVFormatContext    54 libavformat/vocenc.c static int voc_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    92 libavformat/vocenc.c static int voc_write_trailer(AVFormatContext *s)
AVFormatContext    34 libavformat/vpcc.c static int get_vpx_chroma_subsampling(AVFormatContext *s,
AVFormatContext    54 libavformat/vpcc.c static int get_bit_depth(AVFormatContext *s, enum AVPixelFormat pixel_format)
AVFormatContext   116 libavformat/vpcc.c int ff_isom_get_vpcc_features(AVFormatContext *s, AVCodecParameters *par,
AVFormatContext   149 libavformat/vpcc.c int ff_isom_write_vpcc(AVFormatContext *s, AVIOContext *pb,
AVFormatContext    52 libavformat/vpcc.h int ff_isom_write_vpcc(AVFormatContext *s, AVIOContext *pb,
AVFormatContext    55 libavformat/vpcc.h int ff_isom_get_vpcc_features(AVFormatContext *s, AVCodecParameters *par,
AVFormatContext    41 libavformat/vpk.c static int vpk_read_header(AVFormatContext *s)
AVFormatContext    80 libavformat/vpk.c static int vpk_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   114 libavformat/vpk.c static int vpk_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    58 libavformat/vplayerdec.c static int vplayer_read_header(AVFormatContext *s)
AVFormatContext   100 libavformat/vplayerdec.c static int vplayer_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   106 libavformat/vplayerdec.c static int vplayer_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   114 libavformat/vplayerdec.c static int vplayer_read_close(AVFormatContext *s)
AVFormatContext    52 libavformat/vqf.c static void add_metadata(AVFormatContext *s, uint32_t tag,
AVFormatContext    92 libavformat/vqf.c static int vqf_read_header(AVFormatContext *s)
AVFormatContext   234 libavformat/vqf.c static int vqf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   261 libavformat/vqf.c static int vqf_read_seek(AVFormatContext *s,
AVFormatContext    64 libavformat/wavdec.c static void set_spdif(AVFormatContext *s, WAVDemuxContext *wav)
AVFormatContext   158 libavformat/wavdec.c static int wav_parse_fmt_tag(AVFormatContext *s, int64_t size, AVStream **st)
AVFormatContext   181 libavformat/wavdec.c static int wav_parse_xma2_tag(AVFormatContext *s, int64_t size, AVStream **st)
AVFormatContext   229 libavformat/wavdec.c static inline int wav_parse_bext_string(AVFormatContext *s, const char *key,
AVFormatContext   247 libavformat/wavdec.c static int wav_parse_bext_tag(AVFormatContext *s, int64_t size)
AVFormatContext   329 libavformat/wavdec.c static int wav_read_header(AVFormatContext *s)
AVFormatContext   627 libavformat/wavdec.c static int wav_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   718 libavformat/wavdec.c static int wav_read_seek(AVFormatContext *s,
AVFormatContext   791 libavformat/wavdec.c static int w64_read_header(AVFormatContext *s)
AVFormatContext    90 libavformat/wavenc.c static inline void bwf_write_bext_string(AVFormatContext *s, const char *key, int maxlen)
AVFormatContext   104 libavformat/wavenc.c static void bwf_write_bext_chunk(AVFormatContext *s)
AVFormatContext   144 libavformat/wavenc.c static av_cold void wav_deinit(AVFormatContext *s)
AVFormatContext   153 libavformat/wavenc.c static av_cold int peak_init_writer(AVFormatContext *s)
AVFormatContext   191 libavformat/wavenc.c static void peak_write_frame(AVFormatContext *s)
AVFormatContext   246 libavformat/wavenc.c static int peak_write_chunk(AVFormatContext *s)
AVFormatContext   295 libavformat/wavenc.c static int wav_write_header(AVFormatContext *s)
AVFormatContext   367 libavformat/wavenc.c static int wav_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   405 libavformat/wavenc.c static int wav_write_trailer(AVFormatContext *s)
AVFormatContext   544 libavformat/wavenc.c static int w64_write_header(AVFormatContext *s)
AVFormatContext   575 libavformat/wavenc.c static int w64_write_trailer(AVFormatContext *s)
AVFormatContext    88 libavformat/wc3movie.c static int wc3_read_header(AVFormatContext *s)
AVFormatContext   199 libavformat/wc3movie.c static int wc3_read_packet(AVFormatContext *s,
AVFormatContext   289 libavformat/wc3movie.c static int wc3_read_close(AVFormatContext *s)
AVFormatContext    46 libavformat/webm_chunk.c     AVFormatContext *avf;
AVFormatContext    50 libavformat/webm_chunk.c static int webm_chunk_init(AVFormatContext *s)
AVFormatContext    54 libavformat/webm_chunk.c     AVFormatContext *oc;
AVFormatContext   141 libavformat/webm_chunk.c static int get_chunk_filename(AVFormatContext *s, char filename[MAX_FILENAME_SIZE])
AVFormatContext   155 libavformat/webm_chunk.c static int webm_chunk_write_header(AVFormatContext *s)
AVFormatContext   158 libavformat/webm_chunk.c     AVFormatContext *oc = wc->avf;
AVFormatContext   169 libavformat/webm_chunk.c static int chunk_start(AVFormatContext *s)
AVFormatContext   172 libavformat/webm_chunk.c     AVFormatContext *oc = wc->avf;
AVFormatContext   182 libavformat/webm_chunk.c static int chunk_end(AVFormatContext *s, int flush)
AVFormatContext   185 libavformat/webm_chunk.c     AVFormatContext *oc = wc->avf;
AVFormatContext   218 libavformat/webm_chunk.c static int webm_chunk_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   221 libavformat/webm_chunk.c     AVFormatContext *oc = wc->avf;
AVFormatContext   250 libavformat/webm_chunk.c static int webm_chunk_write_trailer(AVFormatContext *s)
AVFormatContext   253 libavformat/webm_chunk.c     AVFormatContext *oc = wc->avf;
AVFormatContext   267 libavformat/webm_chunk.c static void webm_chunk_deinit(AVFormatContext *s)
AVFormatContext    66 libavformat/webmdashenc.c static double get_duration(AVFormatContext *s)
AVFormatContext    79 libavformat/webmdashenc.c static int write_header(AVFormatContext *s)
AVFormatContext   121 libavformat/webmdashenc.c static void write_footer(AVFormatContext *s)
AVFormatContext   126 libavformat/webmdashenc.c static int subsegment_alignment(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   139 libavformat/webmdashenc.c static int bitstream_switching(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   164 libavformat/webmdashenc.c static int write_representation(AVFormatContext *s, AVStream *stream, char *id,
AVFormatContext   217 libavformat/webmdashenc.c static int check_matching_width(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   230 libavformat/webmdashenc.c static int check_matching_height(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   243 libavformat/webmdashenc.c static int check_matching_sample_rate(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   253 libavformat/webmdashenc.c static void free_adaptation_sets(AVFormatContext *s) {
AVFormatContext   328 libavformat/webmdashenc.c static int write_adaptation_set(AVFormatContext *s, int as_index)
AVFormatContext   423 libavformat/webmdashenc.c static int parse_adaptation_sets(AVFormatContext *s)
AVFormatContext   491 libavformat/webmdashenc.c static int webm_dash_manifest_write_header(AVFormatContext *s)
AVFormatContext   534 libavformat/webmdashenc.c static int webm_dash_manifest_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    36 libavformat/webpenc.c static int webp_write_header(AVFormatContext *s)
AVFormatContext    77 libavformat/webpenc.c static int flush(AVFormatContext *s, int trailer, int64_t pts)
AVFormatContext   149 libavformat/webpenc.c static int webp_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   168 libavformat/webpenc.c static int webp_write_trailer(AVFormatContext *s)
AVFormatContext    60 libavformat/webvttdec.c static int webvtt_read_header(AVFormatContext *s)
AVFormatContext   173 libavformat/webvttdec.c static int webvtt_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   179 libavformat/webvttdec.c static int webvtt_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   187 libavformat/webvttdec.c static int webvtt_read_close(AVFormatContext *s)
AVFormatContext    46 libavformat/webvttenc.c static int webvtt_write_header(AVFormatContext *ctx)
AVFormatContext    64 libavformat/webvttenc.c static int webvtt_write_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext    83 libavformat/westwood_aud.c static int wsaud_read_header(AVFormatContext *s)
AVFormatContext   129 libavformat/westwood_aud.c static int wsaud_read_packet(AVFormatContext *s,
AVFormatContext    79 libavformat/westwood_vqa.c static int wsvqa_read_header(AVFormatContext *s)
AVFormatContext   158 libavformat/westwood_vqa.c static int wsvqa_read_packet(AVFormatContext *s,
AVFormatContext    46 libavformat/wsddec.c static int wsd_to_av_channel_layoyt(AVFormatContext *s, int bit)
AVFormatContext    71 libavformat/wsddec.c static int get_metadata(AVFormatContext *s, const char *const tag, const unsigned size)
AVFormatContext    96 libavformat/wsddec.c static int wsd_read_header(AVFormatContext *s)
AVFormatContext   151 libavformat/wtvdec.c static AVIOContext * wtvfile_open_sector(unsigned first_sector, uint64_t length, int depth, AVFormatContext *s)
AVFormatContext   255 libavformat/wtvdec.c static AVIOContext * wtvfile_open2(AVFormatContext *s, const uint8_t *buf, int buf_size, const uint8_t *filename, int filename_size)
AVFormatContext   426 libavformat/wtvdec.c static void get_attachment(AVFormatContext *s, AVIOContext *pb, int length)
AVFormatContext   462 libavformat/wtvdec.c static void get_tag(AVFormatContext *s, AVIOContext *pb, const char *key, int type, int length)
AVFormatContext   534 libavformat/wtvdec.c static void parse_legacy_attrib(AVFormatContext *s, AVIOContext *pb)
AVFormatContext   561 libavformat/wtvdec.c static int parse_videoinfoheader2(AVFormatContext *s, AVStream *st)
AVFormatContext   604 libavformat/wtvdec.c static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type)
AVFormatContext   638 libavformat/wtvdec.c static AVStream * parse_media_type(AVFormatContext *s, AVStream *st, int sid,
AVFormatContext   782 libavformat/wtvdec.c static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr)
AVFormatContext   956 libavformat/wtvdec.c static int read_header(AVFormatContext *s)
AVFormatContext  1056 libavformat/wtvdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1075 libavformat/wtvdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1115 libavformat/wtvdec.c static int read_close(AVFormatContext *s)
AVFormatContext   136 libavformat/wtvenc.c static void write_chunk_header(AVFormatContext *s, const ff_asf_guid *guid, int length, int stream_id)
AVFormatContext   158 libavformat/wtvenc.c static void write_chunk_header2(AVFormatContext *s, const ff_asf_guid *guid, int stream_id)
AVFormatContext   168 libavformat/wtvenc.c static void finish_chunk_noindex(AVFormatContext *s)
AVFormatContext   183 libavformat/wtvenc.c static void write_index(AVFormatContext *s)
AVFormatContext   208 libavformat/wtvenc.c static void finish_chunk(AVFormatContext *s)
AVFormatContext   259 libavformat/wtvenc.c static int write_stream_codec_info(AVFormatContext *s, AVStream *st)
AVFormatContext   317 libavformat/wtvenc.c static int write_stream_codec(AVFormatContext *s, AVStream * st)
AVFormatContext   337 libavformat/wtvenc.c static void write_sync(AVFormatContext *s)
AVFormatContext   354 libavformat/wtvenc.c static int write_stream_data(AVFormatContext *s, AVStream *st)
AVFormatContext   377 libavformat/wtvenc.c static int write_header(AVFormatContext *s)
AVFormatContext   442 libavformat/wtvenc.c static void write_timestamp(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   460 libavformat/wtvenc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   538 libavformat/wtvenc.c static int write_root_table(AVFormatContext *s, int64_t sector_pos)
AVFormatContext   595 libavformat/wtvenc.c static int64_t write_fat_sector(AVFormatContext *s, int64_t start_pos, int nb_sectors, int sector_bits, int depth)
AVFormatContext   615 libavformat/wtvenc.c static void write_table_entries_events(AVFormatContext *s)
AVFormatContext   626 libavformat/wtvenc.c static void write_table_entries_time(AVFormatContext *s)
AVFormatContext   669 libavformat/wtvenc.c static void write_table_entries_attrib(AVFormatContext *s)
AVFormatContext   697 libavformat/wtvenc.c static void write_table_redirector_legacy_attrib(AVFormatContext *s)
AVFormatContext   725 libavformat/wtvenc.c static int finish_file(AVFormatContext *s, enum WtvFileIndex index, int64_t start_pos)
AVFormatContext   782 libavformat/wtvenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    78 libavformat/wvdec.c static int wv_read_block_header(AVFormatContext *ctx, AVIOContext *pb)
AVFormatContext   232 libavformat/wvdec.c static int wv_read_header(AVFormatContext *s)
AVFormatContext   278 libavformat/wvdec.c static int wv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    33 libavformat/wvedec.c static int wve_read_header(AVFormatContext *s)
AVFormatContext    33 libavformat/wvenc.c static av_cold int wv_write_header(AVFormatContext *ctx)
AVFormatContext    44 libavformat/wvenc.c static int wv_write_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext    62 libavformat/wvenc.c static av_cold int wv_write_trailer(AVFormatContext *ctx)
AVFormatContext    65 libavformat/xa.c static int xa_read_header(AVFormatContext *s)
AVFormatContext    99 libavformat/xa.c static int xa_read_packet(AVFormatContext *s,
AVFormatContext   135 libavformat/xmv.c static int xmv_read_close(AVFormatContext *s)
AVFormatContext   144 libavformat/xmv.c static int xmv_read_header(AVFormatContext *s)
AVFormatContext   265 libavformat/xmv.c static int xmv_process_packet_header(AVFormatContext *s)
AVFormatContext   412 libavformat/xmv.c static int xmv_fetch_new_packet(AVFormatContext *s)
AVFormatContext   442 libavformat/xmv.c static int xmv_fetch_audio_packet(AVFormatContext *s,
AVFormatContext   488 libavformat/xmv.c static int xmv_fetch_video_packet(AVFormatContext *s,
AVFormatContext   547 libavformat/xmv.c static int xmv_read_packet(AVFormatContext *s,
AVFormatContext    36 libavformat/xvag.c static int xvag_read_header(AVFormatContext *s)
AVFormatContext    99 libavformat/xvag.c static int xvag_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    44 libavformat/xwma.c static int xwma_read_header(AVFormatContext *s)
AVFormatContext   286 libavformat/xwma.c static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    56 libavformat/yop.c static int yop_read_header(AVFormatContext *s)
AVFormatContext   116 libavformat/yop.c static int yop_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   173 libavformat/yop.c static int yop_read_close(AVFormatContext *s)
AVFormatContext   180 libavformat/yop.c static int yop_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    32 libavformat/yuv4mpegdec.c static int yuv4_read_header(AVFormatContext *s)
AVFormatContext   287 libavformat/yuv4mpegdec.c static int yuv4_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   323 libavformat/yuv4mpegdec.c static int yuv4_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    29 libavformat/yuv4mpegenc.c static int yuv4_generate_header(AVFormatContext *s, char* buf)
AVFormatContext   180 libavformat/yuv4mpegenc.c static int yuv4_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   282 libavformat/yuv4mpegenc.c static int yuv4_write_header(AVFormatContext *s)
AVFormatContext    75 tests/api/api-band-test.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext    77 tests/api/api-codec-param-test.c static int find_video_stream_info(AVFormatContext *fmt_ctx, int decode)
AVFormatContext   141 tests/api/api-codec-param-test.c static void dump_video_streams(const AVFormatContext *fmt_ctx, int decode)
AVFormatContext   168 tests/api/api-codec-param-test.c static int open_and_probe_video_streams(AVFormatContext **fmt_ctx, const char *filename, int decode)
AVFormatContext   189 tests/api/api-codec-param-test.c static int check_video_streams(const AVFormatContext *fmt_ctx1, const AVFormatContext *fmt_ctx2)
AVFormatContext   231 tests/api/api-codec-param-test.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext   232 tests/api/api-codec-param-test.c     AVFormatContext *fmt_ctx_no_decode = NULL;
AVFormatContext    41 tests/api/api-h264-test.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext    75 tests/api/api-seek-test.c static int compute_crc_of_packets(AVFormatContext *fmt_ctx, int video_stream,
AVFormatContext   180 tests/api/api-seek-test.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext   500 tools/ismindex.c     AVFormatContext *ctx = NULL;
AVFormatContext    56 tools/pktdumper.c     AVFormatContext *fctx = NULL;
AVFormatContext    48 tools/seek_print.c     AVFormatContext *avf = NULL;
AVFormatContext   119 tools/sidxindex.c     AVFormatContext *ctx = NULL;
AVFormatContext    90 tools/target_dem_fuzzer.c     AVFormatContext *avfmt = avformat_alloc_context();
AVFormatContext    11 tools/uncoded_frame.c     AVFormatContext *mux;
AVFormatContext    79 tools/venc_data_dump.c static int decoder_init(AVFormatContext *demuxer, int stream_idx,
AVFormatContext   105 tools/venc_data_dump.c     AVFormatContext *demuxer = NULL;