AVFormatContext  1971 cmdutils.c     int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec)
AVFormatContext  1980 cmdutils.c                                     AVFormatContext *s, AVStream *st, AVCodec *codec)
AVFormatContext  2036 cmdutils.c     AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
AVFormatContext    48 cmdutils.h     extern AVFormatContext *avformat_opts;
AVFormatContext   359 cmdutils.h     int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec);
AVFormatContext   376 cmdutils.h                                     AVFormatContext *s, AVStream *st, AVCodec *codec);
AVFormatContext   389 cmdutils.h     AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
AVFormatContext    59 doc/examples/avio_reading.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext    37 doc/examples/demuxing_decoding.c static AVFormatContext *fmt_ctx = NULL;
AVFormatContext   155 doc/examples/demuxing_decoding.c                               AVFormatContext *fmt_ctx, enum AVMediaType type)
AVFormatContext    27 doc/examples/extract_mvs.c static AVFormatContext *fmt_ctx = NULL;
AVFormatContext    73 doc/examples/extract_mvs.c                               AVFormatContext *fmt_ctx, enum AVMediaType type)
AVFormatContext    44 doc/examples/filtering_audio.c static AVFormatContext *fmt_ctx;
AVFormatContext    43 doc/examples/filtering_video.c static AVFormatContext *fmt_ctx;
AVFormatContext    36 doc/examples/metadata.c     AVFormatContext *fmt_ctx = NULL;
AVFormatContext    69 doc/examples/muxing.c static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt)
AVFormatContext    80 doc/examples/muxing.c static int write_frame(AVFormatContext *fmt_ctx, const AVRational *time_base, AVStream *st, AVPacket *pkt)
AVFormatContext    92 doc/examples/muxing.c static void add_stream(OutputStream *ost, AVFormatContext *oc,
AVFormatContext   209 doc/examples/muxing.c static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
AVFormatContext   296 doc/examples/muxing.c static int write_audio_frame(AVFormatContext *oc, OutputStream *ost)
AVFormatContext   383 doc/examples/muxing.c static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg)
AVFormatContext   490 doc/examples/muxing.c static int write_video_frame(AVFormatContext *oc, OutputStream *ost)
AVFormatContext   544 doc/examples/muxing.c static void close_stream(AVFormatContext *oc, OutputStream *ost)
AVFormatContext   561 doc/examples/muxing.c     AVFormatContext *oc;
AVFormatContext   307 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    62 doc/examples/transcode_aac.c                            AVFormatContext **input_format_context,
AVFormatContext   122 doc/examples/transcode_aac.c                             AVFormatContext **output_format_context,
AVFormatContext   291 doc/examples/transcode_aac.c static int write_output_file_header(AVFormatContext *output_format_context)
AVFormatContext   304 doc/examples/transcode_aac.c                               AVFormatContext *input_format_context,
AVFormatContext   442 doc/examples/transcode_aac.c                                          AVFormatContext *input_format_context,
AVFormatContext   551 doc/examples/transcode_aac.c                               AVFormatContext *output_format_context,
AVFormatContext   598 doc/examples/transcode_aac.c                                  AVFormatContext *output_format_context,
AVFormatContext   637 doc/examples/transcode_aac.c static int write_output_file_trailer(AVFormatContext *output_format_context)
AVFormatContext   651 doc/examples/transcode_aac.c     AVFormatContext *input_format_context = NULL, *output_format_context = NULL;
AVFormatContext    40 doc/examples/transcoding.c static AVFormatContext *ifmt_ctx;
AVFormatContext    41 doc/examples/transcoding.c static AVFormatContext *ofmt_ctx;
AVFormatContext   459 ffmpeg.c               AVFormatContext *s = of->ctx;
AVFormatContext   587 ffmpeg.c       static void write_frame(AVFormatContext *s, AVPacket *pkt, OutputStream *ost)
AVFormatContext   750 ffmpeg.c       static void do_audio_out(AVFormatContext *s, OutputStream *ost,
AVFormatContext   799 ffmpeg.c       static void do_subtitle_out(AVFormatContext *s,
AVFormatContext   883 ffmpeg.c       static void do_video_out(AVFormatContext *s,
AVFormatContext  1427 ffmpeg.c           AVFormatContext *oc;
AVFormatContext  1603 ffmpeg.c               AVFormatContext *os = output_files[ost->file_index]->ctx;
AVFormatContext  2299 ffmpeg.c           AVFormatContext **avc = av_malloc_array(nb_output_files, sizeof(*avc));
AVFormatContext  2471 ffmpeg.c                   AVFormatContext *avf = output_files[ost->file_index]->ctx;
AVFormatContext  2567 ffmpeg.c           AVFormatContext *oc;
AVFormatContext  3220 ffmpeg.c               AVFormatContext *os  = output_files[ost->file_index]->ctx;
AVFormatContext  3504 ffmpeg.c           AVFormatContext *is;
AVFormatContext  3822 ffmpeg.c           AVFormatContext *os;
AVFormatContext   334 ffmpeg.h           AVFormatContext *ctx;
AVFormatContext   454 ffmpeg.h           AVFormatContext *ctx;
AVFormatContext   232 ffmpeg_filter.c         AVFormatContext *s;
AVFormatContext   591 ffmpeg_filter.c     AVFormatContext *avf = input_files[ist->file_index]->ctx;
AVFormatContext   427 ffmpeg_opt.c   static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, OptionsContext *o)
AVFormatContext   561 ffmpeg_opt.c   static AVCodec *choose_decoder(OptionsContext *o, AVFormatContext *s, AVStream *st)
AVFormatContext   576 ffmpeg_opt.c   static void add_input_streams(OptionsContext *o, AVFormatContext *ic)
AVFormatContext   797 ffmpeg_opt.c       AVFormatContext *ic;
AVFormatContext  1059 ffmpeg_opt.c   static void choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost)
AVFormatContext  1076 ffmpeg_opt.c   static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index)
AVFormatContext  1265 ffmpeg_opt.c   static char *get_ost_filters(OptionsContext *o, AVFormatContext *oc,
AVFormatContext  1285 ffmpeg_opt.c   static void check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc,
AVFormatContext  1299 ffmpeg_opt.c   static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1463 ffmpeg_opt.c   static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1536 ffmpeg_opt.c   static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1549 ffmpeg_opt.c   static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1557 ffmpeg_opt.c   static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
AVFormatContext  1609 ffmpeg_opt.c       AVFormatContext *is = ifile->ctx;
AVFormatContext  1610 ffmpeg_opt.c       AVFormatContext *os = ofile->ctx;
AVFormatContext  1650 ffmpeg_opt.c   static int read_ffserver_streams(OptionsContext *o, AVFormatContext *s, const char *filename)
AVFormatContext  1653 ffmpeg_opt.c       AVFormatContext *ic = avformat_alloc_context();
AVFormatContext  1701 ffmpeg_opt.c                                  AVFormatContext *oc)
AVFormatContext  1759 ffmpeg_opt.c       AVFormatContext *oc;
AVFormatContext   210 ffplay.c           AVFormatContext *ic;
AVFormatContext  2649 ffplay.c           AVFormatContext *ic = is->ic;
AVFormatContext  2788 ffplay.c           AVFormatContext *ic = is->ic;
AVFormatContext  2850 ffplay.c       static int is_realtime(AVFormatContext *s)
AVFormatContext  2870 ffplay.c           AVFormatContext *ic = NULL;
AVFormatContext  3239 ffplay.c           AVFormatContext *ic = is->ic;
AVFormatContext  1699 ffprobe.c      static void show_packet(WriterContext *w, AVFormatContext *fmt_ctx, AVPacket *pkt, int packet_idx)
AVFormatContext  1736 ffprobe.c                                AVFormatContext *fmt_ctx)
AVFormatContext  1759 ffprobe.c                             AVFormatContext *fmt_ctx)
AVFormatContext  1848 ffprobe.c                                                AVFormatContext *fmt_ctx,
AVFormatContext  1914 ffprobe.c      static int read_interval_packets(WriterContext *w, AVFormatContext *fmt_ctx,
AVFormatContext  2019 ffprobe.c      static int read_packets(WriterContext *w, AVFormatContext *fmt_ctx)
AVFormatContext  2038 ffprobe.c      static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_idx, int in_program)
AVFormatContext  2249 ffprobe.c      static int show_streams(WriterContext *w, AVFormatContext *fmt_ctx)
AVFormatContext  2265 ffprobe.c      static int show_program(WriterContext *w, AVFormatContext *fmt_ctx, AVProgram *program)
AVFormatContext  2299 ffprobe.c      static int show_programs(WriterContext *w, AVFormatContext *fmt_ctx)
AVFormatContext  2316 ffprobe.c      static int show_chapters(WriterContext *w, AVFormatContext *fmt_ctx)
AVFormatContext  2340 ffprobe.c      static int show_format(WriterContext *w, AVFormatContext *fmt_ctx)
AVFormatContext  2384 ffprobe.c      static int open_input_file(AVFormatContext **fmt_ctx_ptr, const char *filename)
AVFormatContext  2387 ffprobe.c          AVFormatContext *fmt_ctx = NULL;
AVFormatContext  2458 ffprobe.c      static void close_input_file(AVFormatContext **ctx_ptr)
AVFormatContext  2461 ffprobe.c          AVFormatContext *fmt_ctx = *ctx_ptr;
AVFormatContext  2473 ffprobe.c          AVFormatContext *fmt_ctx = NULL;
AVFormatContext   146 ffserver.c         AVFormatContext *fmt_in;
AVFormatContext   162 ffserver.c         AVFormatContext fmt_ctx; /* instance of FFServerStream for one user */
AVFormatContext   183 ffserver.c         AVFormatContext *rtp_ctx[FFSERVER_MAX_STREAMS];
AVFormatContext   292 ffserver.c     static void ffm_set_write_index(AVFormatContext *s, int64_t pos,
AVFormatContext   789 ffserver.c         AVFormatContext *ctx;
AVFormatContext  2018 ffserver.c         AVFormatContext *s = NULL;
AVFormatContext  2119 ffserver.c         AVFormatContext *ctx;
AVFormatContext  2630 ffserver.c                 AVFormatContext *s = avformat_alloc_context();
AVFormatContext  2809 ffserver.c         AVFormatContext *avc;
AVFormatContext  3250 ffserver.c         AVFormatContext *ctx;
AVFormatContext  3429 ffserver.c     static void extract_mpeg4_header(AVFormatContext *infile)
AVFormatContext  3488 ffserver.c             AVFormatContext *infile = NULL;
AVFormatContext  3564 ffserver.c                 AVFormatContext *s = NULL;
AVFormatContext  3638 ffserver.c                 AVFormatContext *s = avformat_alloc_context();
AVFormatContext   167 libavdevice/alsa-audio-common.c av_cold int ff_alsa_open(AVFormatContext *ctx, snd_pcm_stream_t mode,
AVFormatContext   299 libavdevice/alsa-audio-common.c av_cold int ff_alsa_close(AVFormatContext *s1)
AVFormatContext   310 libavdevice/alsa-audio-common.c int ff_alsa_xrun_recover(AVFormatContext *s1, int err)
AVFormatContext    57 libavdevice/alsa-audio-dec.c static av_cold int audio_read_header(AVFormatContext *s1)
AVFormatContext    98 libavdevice/alsa-audio-dec.c static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   136 libavdevice/alsa-audio-dec.c static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext    47 libavdevice/alsa-audio-enc.c static av_cold int audio_write_header(AVFormatContext *s1)
AVFormatContext    80 libavdevice/alsa-audio-enc.c static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   116 libavdevice/alsa-audio-enc.c static int audio_write_frame(AVFormatContext *s1, int stream_index,
AVFormatContext   135 libavdevice/alsa-audio-enc.c audio_get_output_timestamp(AVFormatContext *s1, int stream,
AVFormatContext   145 libavdevice/alsa-audio-enc.c static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext    77 libavdevice/alsa-audio.h int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode,
AVFormatContext    88 libavdevice/alsa-audio.h int ff_alsa_close(AVFormatContext *s1);
AVFormatContext    98 libavdevice/alsa-audio.h int ff_alsa_xrun_recover(AVFormatContext *s1, int err);
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   305 libavdevice/avdevice.h int avdevice_app_to_dev_control_message(struct AVFormatContext *s,
AVFormatContext   319 libavdevice/avdevice.h int avdevice_dev_to_app_control_message(struct AVFormatContext *s,
AVFormatContext   401 libavdevice/avdevice.h     AVFormatContext *device_context;
AVFormatContext   437 libavdevice/avdevice.h int avdevice_capabilities_create(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s,
AVFormatContext   446 libavdevice/avdevice.h void avdevice_capabilities_free(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s);
AVFormatContext   478 libavdevice/avdevice.h int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_list);
AVFormatContext   243 libavdevice/bktr.c static int grab_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   258 libavdevice/bktr.c static int grab_read_header(AVFormatContext *s1)
AVFormatContext   311 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   190 libavdevice/caca.c static int caca_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   101 libavdevice/decklink_common.cpp int ff_decklink_set_format(AVFormatContext *avctx,
AVFormatContext   176 libavdevice/decklink_common.cpp int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t direction, int num) {
AVFormatContext   180 libavdevice/decklink_common.cpp int ff_decklink_list_devices(AVFormatContext *avctx)
AVFormatContext   200 libavdevice/decklink_common.cpp int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction)
AVFormatContext    34 libavdevice/decklink_common.h     AVFormatContext *avctx;
AVFormatContext    93 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, decklink_direction_t direction = DIRECTION_OUT, int num = 0);
AVFormatContext    94 libavdevice/decklink_common.h int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t direction, int num);
AVFormatContext    95 libavdevice/decklink_common.h int ff_decklink_list_devices(AVFormatContext *avctx);
AVFormatContext    96 libavdevice/decklink_common.h int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT);
AVFormatContext    36 libavdevice/decklink_dec.cpp static void avpacket_queue_init(AVFormatContext *avctx, AVPacketQueue *q)
AVFormatContext   150 libavdevice/decklink_dec.cpp         decklink_input_callback(AVFormatContext *_avctx);
AVFormatContext   162 libavdevice/decklink_dec.cpp         AVFormatContext *avctx;
AVFormatContext   169 libavdevice/decklink_dec.cpp decklink_input_callback::decklink_input_callback(AVFormatContext *_avctx) : m_refCount(0)
AVFormatContext   328 libavdevice/decklink_dec.cpp static HRESULT decklink_start_input(AVFormatContext *avctx)
AVFormatContext   340 libavdevice/decklink_dec.cpp av_cold int ff_decklink_read_close(AVFormatContext *avctx)
AVFormatContext   363 libavdevice/decklink_dec.cpp av_cold int ff_decklink_read_header(AVFormatContext *avctx)
AVFormatContext   524 libavdevice/decklink_dec.cpp int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext    26 libavdevice/decklink_dec.h int ff_decklink_read_header(AVFormatContext *avctx);
AVFormatContext    27 libavdevice/decklink_dec.h int ff_decklink_read_packet(AVFormatContext *avctx, AVPacket *pkt);
AVFormatContext    28 libavdevice/decklink_dec.h int ff_decklink_read_close(AVFormatContext *avctx);
AVFormatContext    91 libavdevice/decklink_enc.cpp static int decklink_setup_video(AVFormatContext *avctx, AVStream *st)
AVFormatContext   141 libavdevice/decklink_enc.cpp static int decklink_setup_audio(AVFormatContext *avctx, AVStream *st)
AVFormatContext   182 libavdevice/decklink_enc.cpp av_cold int ff_decklink_write_trailer(AVFormatContext *avctx)
AVFormatContext   211 libavdevice/decklink_enc.cpp static int decklink_write_video_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   291 libavdevice/decklink_enc.cpp static int decklink_write_audio_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   314 libavdevice/decklink_enc.cpp av_cold int ff_decklink_write_header(AVFormatContext *avctx)
AVFormatContext   410 libavdevice/decklink_enc.cpp int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext    26 libavdevice/decklink_enc.h int ff_decklink_write_header(AVFormatContext *avctx);
AVFormatContext    27 libavdevice/decklink_enc.h int ff_decklink_write_packet(AVFormatContext *avctx, AVPacket *pkt);
AVFormatContext    28 libavdevice/decklink_enc.h int ff_decklink_write_trailer(AVFormatContext *avctx);
AVFormatContext    56 libavdevice/dshow.c dshow_read_close(AVFormatContext *s)
AVFormatContext   140 libavdevice/dshow.c static int shall_we_drop(AVFormatContext *s, int index, enum dshowDeviceType devtype)
AVFormatContext   161 libavdevice/dshow.c     AVFormatContext *s = priv_data;
AVFormatContext   205 libavdevice/dshow.c dshow_cycle_devices(AVFormatContext *avctx, ICreateDevEnum *devenum,
AVFormatContext   316 libavdevice/dshow.c dshow_cycle_formats(AVFormatContext *avctx, enum dshowDeviceType devtype,
AVFormatContext   463 libavdevice/dshow.c dshow_set_audio_buffer_size(AVFormatContext *avctx, IPin *pin)
AVFormatContext   507 libavdevice/dshow.c dshow_show_filter_properties(IBaseFilter *device_filter, AVFormatContext *avctx) {
AVFormatContext   557 libavdevice/dshow.c dshow_cycle_pins(AVFormatContext *avctx, enum dshowDeviceType devtype,
AVFormatContext   702 libavdevice/dshow.c dshow_list_device_options(AVFormatContext *avctx, ICreateDevEnum *devenum,
AVFormatContext   719 libavdevice/dshow.c dshow_open_device(AVFormatContext *avctx, ICreateDevEnum *devenum,
AVFormatContext   829 libavdevice/dshow.c dshow_add_device(AVFormatContext *avctx,
AVFormatContext   924 libavdevice/dshow.c static int parse_device_name(AVFormatContext *avctx)
AVFormatContext   961 libavdevice/dshow.c static int dshow_read_header(AVFormatContext *avctx)
AVFormatContext  1144 libavdevice/dshow.c static int dshow_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   346 libavdevice/dshow_capture.h     IBaseFilter *device_filter, enum dshowDeviceType devtype, AVFormatContext *avctx);
AVFormatContext   348 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    83 libavdevice/dv1394.c static int dv1394_read_header(AVFormatContext * context)
AVFormatContext   120 libavdevice/dv1394.c static int dv1394_read_packet(AVFormatContext *context, AVPacket *pkt)
AVFormatContext   196 libavdevice/dv1394.c static int dv1394_close(AVFormatContext * context)
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   425 libavdevice/gdigrab.c static void paint_mouse_pointer(AVFormatContext *s1, struct gdigrab *gdigrab)
AVFormatContext   504 libavdevice/gdigrab.c static int gdigrab_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   588 libavdevice/gdigrab.c static int gdigrab_read_close(AVFormatContext *s1)
AVFormatContext   233 libavdevice/iec61883.c static int iec61883_read_header(AVFormatContext *context)
AVFormatContext   407 libavdevice/iec61883.c static int iec61883_read_packet(AVFormatContext *context, AVPacket *pkt)
AVFormatContext   436 libavdevice/iec61883.c static int iec61883_close(AVFormatContext *context)
AVFormatContext    24 libavdevice/internal.h int ff_alloc_input_device_context(struct AVFormatContext **avctx, struct AVInputFormat *iformat,
AVFormatContext   132 libavdevice/jack_audio.c static int supply_new_packets(JackData *self, AVFormatContext *context)
AVFormatContext   150 libavdevice/jack_audio.c static int start_jack(AVFormatContext *context)
AVFormatContext   233 libavdevice/jack_audio.c static int audio_read_header(AVFormatContext *context)
AVFormatContext   261 libavdevice/jack_audio.c static int audio_read_packet(AVFormatContext *context, AVPacket *pkt)
AVFormatContext   321 libavdevice/jack_audio.c static int audio_read_close(AVFormatContext *context)
AVFormatContext    81 libavdevice/lavfi.c av_cold static int lavfi_read_close(AVFormatContext *avctx)
AVFormatContext    96 libavdevice/lavfi.c static int create_subcc_streams(AVFormatContext *avctx)
AVFormatContext   117 libavdevice/lavfi.c av_cold static int lavfi_read_header(AVFormatContext *avctx)
AVFormatContext   353 libavdevice/lavfi.c static int create_subcc_packet(AVFormatContext *avctx, AVFrame *frame,
AVFormatContext   377 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   120 libavdevice/libdc1394.c static inline int dc1394_read_common(AVFormatContext *c,
AVFormatContext   194 libavdevice/libdc1394.c static int dc1394_v1_read_header(AVFormatContext *c)
AVFormatContext   248 libavdevice/libdc1394.c static int dc1394_v1_read_packet(AVFormatContext *c, AVPacket *pkt)
AVFormatContext   275 libavdevice/libdc1394.c static int dc1394_v1_close(AVFormatContext * context)
AVFormatContext   288 libavdevice/libdc1394.c static int dc1394_v2_read_header(AVFormatContext *c)
AVFormatContext   361 libavdevice/libdc1394.c static int dc1394_v2_read_packet(AVFormatContext *c, AVPacket *pkt)
AVFormatContext   387 libavdevice/libdc1394.c static int dc1394_v2_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   213 libavdevice/openal-dec.c static int read_close(AVFormatContext* ctx)
AVFormatContext   278 libavdevice/opengl_enc.c static av_cold int opengl_prepare_vertex(AVFormatContext *s);
AVFormatContext   279 libavdevice/opengl_enc.c static int opengl_draw(AVFormatContext *h, void *intput, int repaint, int is_pkt);
AVFormatContext   308 libavdevice/opengl_enc.c static int opengl_resize(AVFormatContext *h, int width, int height)
AVFormatContext   328 libavdevice/opengl_enc.c static int opengl_control_message(AVFormatContext *h, int type, void *data, size_t data_size)
AVFormatContext   361 libavdevice/opengl_enc.c static int opengl_sdl_process_events(AVFormatContext *h)
AVFormatContext   401 libavdevice/opengl_enc.c static int av_cold opengl_sdl_create_window(AVFormatContext *h)
AVFormatContext   676 libavdevice/opengl_enc.c static void opengl_compute_display_area(AVFormatContext *s)
AVFormatContext   870 libavdevice/opengl_enc.c static av_cold int opengl_prepare_vertex(AVFormatContext *s)
AVFormatContext   940 libavdevice/opengl_enc.c static int opengl_create_window(AVFormatContext *h)
AVFormatContext   973 libavdevice/opengl_enc.c static int opengl_release_window(AVFormatContext *h)
AVFormatContext   988 libavdevice/opengl_enc.c static av_cold int opengl_write_trailer(AVFormatContext *h)
AVFormatContext  1061 libavdevice/opengl_enc.c static av_cold int opengl_write_header(AVFormatContext *h)
AVFormatContext  1200 libavdevice/opengl_enc.c static int opengl_draw(AVFormatContext *h, void *input, int repaint, int is_pkt)
AVFormatContext  1263 libavdevice/opengl_enc.c static int opengl_write_packet(AVFormatContext *h, AVPacket *pkt)
AVFormatContext  1268 libavdevice/opengl_enc.c static int opengl_write_frame(AVFormatContext *h, int stream_index,
AVFormatContext    45 libavdevice/oss_audio.c int ff_oss_audio_open(AVFormatContext *s1, int is_output,
AVFormatContext    40 libavdevice/oss_audio.h int ff_oss_audio_open(AVFormatContext *s1, int is_output,
AVFormatContext    49 libavdevice/oss_audio_dec.c static int audio_read_header(AVFormatContext *s1)
AVFormatContext    75 libavdevice/oss_audio_dec.c static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   118 libavdevice/oss_audio_dec.c static int audio_read_close(AVFormatContext *s1)
AVFormatContext    45 libavdevice/oss_audio_enc.c static int audio_write_header(AVFormatContext *s1)
AVFormatContext    62 libavdevice/oss_audio_enc.c static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    89 libavdevice/oss_audio_enc.c static int audio_write_trailer(AVFormatContext *s1)
AVFormatContext   108 libavdevice/pulse_audio_dec.c static av_cold int pulse_close(AVFormatContext *s)
AVFormatContext   135 libavdevice/pulse_audio_dec.c static av_cold int pulse_read_header(AVFormatContext *s)
AVFormatContext   265 libavdevice/pulse_audio_dec.c static int pulse_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   334 libavdevice/pulse_audio_dec.c static int pulse_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_list)
AVFormatContext    73 libavdevice/pulse_audio_enc.c static int pulse_update_sink_info(AVFormatContext *h)
AVFormatContext    91 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   116 libavdevice/pulse_audio_enc.c static int pulse_update_sink_input_info(AVFormatContext *h)
AVFormatContext   152 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   167 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   180 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   186 libavdevice/pulse_audio_enc.c     AVFormatContext *h = userdata;
AVFormatContext   409 libavdevice/pulse_audio_enc.c static av_cold int pulse_write_trailer(AVFormatContext *h)
AVFormatContext   440 libavdevice/pulse_audio_enc.c static av_cold int pulse_write_header(AVFormatContext *h)
AVFormatContext   623 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    66 libavdevice/sdl.c static int sdl_write_trailer(AVFormatContext *s)
AVFormatContext    91 libavdevice/sdl.c static void compute_overlay_rect(AVFormatContext *s)
AVFormatContext   135 libavdevice/sdl.c     AVFormatContext *s = arg;
AVFormatContext   232 libavdevice/sdl.c static int sdl_write_header(AVFormatContext *s)
AVFormatContext   314 libavdevice/sdl.c static int sdl_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    36 libavdevice/sndio_common.c av_cold int ff_sndio_open(AVFormatContext *s1, int is_output,
AVFormatContext    45 libavdevice/sndio_common.h int ff_sndio_open(AVFormatContext *s1, int is_output, const char *audio_device);
AVFormatContext    32 libavdevice/sndio_dec.c static av_cold int audio_read_header(AVFormatContext *s1)
AVFormatContext    57 libavdevice/sndio_dec.c static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    87 libavdevice/sndio_dec.c static av_cold int audio_read_close(AVFormatContext *s1)
AVFormatContext    28 libavdevice/sndio_enc.c static av_cold int audio_write_header(AVFormatContext *s1)
AVFormatContext    43 libavdevice/sndio_enc.c static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    68 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    75 libavdevice/v4l.c static int grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
AVFormatContext   282 libavdevice/v4l.c static int grab_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   322 libavdevice/v4l.c static int grab_read_close(AVFormatContext *s1)
AVFormatContext   107 libavdevice/v4l2.c static int device_open(AVFormatContext *ctx)
AVFormatContext   186 libavdevice/v4l2.c static int device_init(AVFormatContext *ctx, int *width, int *height,
AVFormatContext   243 libavdevice/v4l2.c static void list_framesizes(AVFormatContext *ctx, uint32_t pixelformat)
AVFormatContext   269 libavdevice/v4l2.c static void list_formats(AVFormatContext *ctx, int type)
AVFormatContext   307 libavdevice/v4l2.c static void list_standards(AVFormatContext *ctx)
AVFormatContext   331 libavdevice/v4l2.c static int mmap_init(AVFormatContext *ctx)
AVFormatContext   439 libavdevice/v4l2.c static int init_convert_timestamp(AVFormatContext *ctx, int64_t ts)
AVFormatContext   472 libavdevice/v4l2.c static int convert_timestamp(AVFormatContext *ctx, int64_t *ts)
AVFormatContext   493 libavdevice/v4l2.c static int mmap_read_frame(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext   592 libavdevice/v4l2.c static int mmap_start(AVFormatContext *ctx)
AVFormatContext   642 libavdevice/v4l2.c static int v4l2_set_parameters(AVFormatContext *ctx)
AVFormatContext   763 libavdevice/v4l2.c static int device_try_init(AVFormatContext *ctx,
AVFormatContext   822 libavdevice/v4l2.c static int v4l2_read_header(AVFormatContext *ctx)
AVFormatContext   977 libavdevice/v4l2.c static int v4l2_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext   996 libavdevice/v4l2.c static int v4l2_read_close(AVFormatContext *ctx)
AVFormatContext  1018 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    86 libavdevice/v4l2enc.c static int write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext    94 libavdevice/v4l2enc.c static int write_trailer(AVFormatContext *s1)
AVFormatContext    90 libavdevice/vfwcap.c static void dump_captureparms(AVFormatContext *s, CAPTUREPARMS *cparms)
AVFormatContext   119 libavdevice/vfwcap.c static void dump_videohdr(AVFormatContext *s, VIDEOHDR *vhdr)
AVFormatContext   136 libavdevice/vfwcap.c static void dump_bih(AVFormatContext *s, BITMAPINFOHEADER *bih)
AVFormatContext   154 libavdevice/vfwcap.c static int shall_we_drop(AVFormatContext *s)
AVFormatContext   172 libavdevice/vfwcap.c     AVFormatContext *s;
AVFormatContext   176 libavdevice/vfwcap.c     s = (AVFormatContext *) GetWindowLongPtr(hwnd, GWLP_USERDATA);
AVFormatContext   212 libavdevice/vfwcap.c static int vfw_read_close(AVFormatContext *s)
AVFormatContext   238 libavdevice/vfwcap.c static int vfw_read_header(AVFormatContext *s)
AVFormatContext   429 libavdevice/vfwcap.c static int vfw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   146 libavdevice/x11grab.c static int setup_shm(AVFormatContext *s, Display *dpy, XImage **image)
AVFormatContext   188 libavdevice/x11grab.c static int pixfmt_from_image(AVFormatContext *s, XImage *image, int *pix_fmt)
AVFormatContext   258 libavdevice/x11grab.c static int x11grab_read_header(AVFormatContext *s1)
AVFormatContext   393 libavdevice/x11grab.c static void paint_mouse_pointer(XImage *image, AVFormatContext *s1)
AVFormatContext   515 libavdevice/x11grab.c static int x11grab_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   632 libavdevice/x11grab.c static int x11grab_read_close(AVFormatContext *s1)
AVFormatContext   105 libavdevice/xcbgrab.c static int xcbgrab_reposition(AVFormatContext *s,
AVFormatContext   146 libavdevice/xcbgrab.c static int xcbgrab_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   175 libavdevice/xcbgrab.c static void wait_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   214 libavdevice/xcbgrab.c static int xcbgrab_frame_shm(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   299 libavdevice/xcbgrab.c static void xcbgrab_draw_mouse(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   368 libavdevice/xcbgrab.c static void xcbgrab_update_region(AVFormatContext *s)
AVFormatContext   380 libavdevice/xcbgrab.c static int xcbgrab_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   422 libavdevice/xcbgrab.c static av_cold int xcbgrab_read_close(AVFormatContext *s)
AVFormatContext   448 libavdevice/xcbgrab.c static int pixfmt_from_pixmap_format(AVFormatContext *s, int depth,
AVFormatContext   499 libavdevice/xcbgrab.c static int create_stream(AVFormatContext *s)
AVFormatContext   542 libavdevice/xcbgrab.c static void draw_rectangle(AVFormatContext *s)
AVFormatContext   565 libavdevice/xcbgrab.c static void setup_window(AVFormatContext *s)
AVFormatContext   601 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, AVPicture *pict)
AVFormatContext   321 libavdevice/xv.c static int xv_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   330 libavdevice/xv.c static int xv_write_frame(AVFormatContext *s, int stream_index, AVFrame **frame,
AVFormatContext   339 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    63 libavfilter/src_movie.c     AVFormatContext *format_ctx;
AVFormatContext    92 libavfilter/src_movie.c static AVStream *find_stream(void *log, AVFormatContext *avf, const char *spec)
AVFormatContext   298 libavfilter/vf_subtitles.c     AVFormatContext *fmt = NULL;
AVFormatContext    92 libavformat/4xm.c static int parse_vtrk(AVFormatContext *s,
AVFormatContext   126 libavformat/4xm.c static int parse_strk(AVFormatContext *s,
AVFormatContext   197 libavformat/4xm.c static int fourxm_read_header(AVFormatContext *s)
AVFormatContext   278 libavformat/4xm.c static int fourxm_read_packet(AVFormatContext *s,
AVFormatContext   370 libavformat/4xm.c static int fourxm_read_close(AVFormatContext *s)
AVFormatContext    27 libavformat/a64.c static int a64_write_header(AVFormatContext *s)
AVFormatContext    79 libavformat/aacdec.c static int adts_aac_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    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_write_header(AVFormatContext *s)
AVFormatContext   149 libavformat/adtsenc.c static int adts_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   173 libavformat/adtsenc.c static int adts_write_trailer(AVFormatContext *s)
AVFormatContext    37 libavformat/adxdec.c static int adx_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    69 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    56 libavformat/afc.c static int afc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    74 libavformat/aiffdec.c static void get_meta(AVFormatContext *s, const char *key, int size)
AVFormatContext    94 libavformat/aiffdec.c static unsigned int get_aiff_header(AVFormatContext *s, int size,
AVFormatContext   194 libavformat/aiffdec.c static int aiff_read_header(AVFormatContext *s)
AVFormatContext   335 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    85 libavformat/aiffenc.c static void put_meta(AVFormatContext *s, const char *key, uint32_t id)
AVFormatContext   101 libavformat/aiffenc.c static int aiff_write_header(AVFormatContext *s)
AVFormatContext   210 libavformat/aiffenc.c static int aiff_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   253 libavformat/aiffenc.c static int aiff_write_trailer(AVFormatContext *s)
AVFormatContext    42 libavformat/amr.c static int amr_write_header(AVFormatContext *s)
AVFormatContext    60 libavformat/amr.c static int amr_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    80 libavformat/amr.c static int amr_read_header(AVFormatContext *s)
AVFormatContext   113 libavformat/amr.c static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    79 libavformat/anm.c static int read_header(AVFormatContext *s)
AVFormatContext   170 libavformat/anm.c static int read_packet(AVFormatContext *s,
AVFormatContext    36 libavformat/apc.c static int apc_read_header(AVFormatContext *s)
AVFormatContext    77 libavformat/apc.c static int apc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    99 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   385 libavformat/ape.c static int ape_read_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext   437 libavformat/ape.c static int ape_read_close(AVFormatContext * s)
AVFormatContext   447 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   181 libavformat/apetag.c int ff_ape_write_tag(AVFormatContext *s)
AVFormatContext    37 libavformat/apetag.h int64_t ff_ape_parse_tag(AVFormatContext *s);
AVFormatContext    42 libavformat/apetag.h int ff_ape_write_tag(AVFormatContext *s);
AVFormatContext   147 libavformat/apngdec.c static int apng_read_header(AVFormatContext *s)
AVFormatContext   252 libavformat/apngdec.c static int decode_fctl_chunk(AVFormatContext *s, APNGDemuxContext *ctx, AVPacket *pkt)
AVFormatContext   322 libavformat/apngdec.c static int apng_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    50 libavformat/aqtitledec.c static int aqt_read_header(AVFormatContext *s)
AVFormatContext   102 libavformat/aqtitledec.c static int aqt_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   108 libavformat/aqtitledec.c static int aqt_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   116 libavformat/aqtitledec.c static int aqt_read_close(AVFormatContext *s)
AVFormatContext   183 libavformat/asfdec.c static int asf_read_picture(AVFormatContext *s, int len)
AVFormatContext   270 libavformat/asfdec.c static void get_id3_tag(AVFormatContext *s, int len)
AVFormatContext   280 libavformat/asfdec.c static void get_tag(AVFormatContext *s, const char *key, int type, int len, int type2_size)
AVFormatContext   330 libavformat/asfdec.c static int asf_read_file_properties(AVFormatContext *s, int64_t size)
AVFormatContext   354 libavformat/asfdec.c static int asf_read_stream_properties(AVFormatContext *s, int64_t size)
AVFormatContext   521 libavformat/asfdec.c static int asf_read_ext_stream_properties(AVFormatContext *s, int64_t size)
AVFormatContext   579 libavformat/asfdec.c static int asf_read_content_desc(AVFormatContext *s, int64_t size)
AVFormatContext   598 libavformat/asfdec.c static int asf_read_ext_content_desc(AVFormatContext *s, int64_t size)
AVFormatContext   632 libavformat/asfdec.c static int asf_read_language_list(AVFormatContext *s, int64_t size)
AVFormatContext   652 libavformat/asfdec.c static int asf_read_metadata(AVFormatContext *s, int64_t size)
AVFormatContext   691 libavformat/asfdec.c static int asf_read_marker(AVFormatContext *s, int64_t size)
AVFormatContext   727 libavformat/asfdec.c static int asf_read_header(AVFormatContext *s)
AVFormatContext   906 libavformat/asfdec.c static int asf_get_packet(AVFormatContext *s, AVIOContext *pb)
AVFormatContext  1005 libavformat/asfdec.c static int asf_read_frame_header(AVFormatContext *s, AVIOContext *pb)
AVFormatContext  1134 libavformat/asfdec.c static int asf_parse_packet(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
AVFormatContext  1364 libavformat/asfdec.c static int asf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1384 libavformat/asfdec.c static void asf_reset_header(AVFormatContext *s)
AVFormatContext  1417 libavformat/asfdec.c static void skip_to_key(AVFormatContext *s)
AVFormatContext  1432 libavformat/asfdec.c static int asf_read_close(AVFormatContext *s)
AVFormatContext  1439 libavformat/asfdec.c static int64_t asf_read_pts(AVFormatContext *s, int stream_index,
AVFormatContext  1493 libavformat/asfdec.c static int asf_build_simple_index(AVFormatContext *s, int stream_index)
AVFormatContext  1556 libavformat/asfdec.c static int asf_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   260 libavformat/asfenc.c static void put_chunk(AVFormatContext *s, int type,
AVFormatContext   301 libavformat/asfenc.c static int asf_write_markers(AVFormatContext *s)
AVFormatContext   345 libavformat/asfenc.c static int asf_write_header1(AVFormatContext *s, int64_t file_size,
AVFormatContext   646 libavformat/asfenc.c static int asf_write_header(AVFormatContext *s)
AVFormatContext   681 libavformat/asfenc.c static int asf_write_stream_header(AVFormatContext *s)
AVFormatContext   690 libavformat/asfenc.c static int put_payload_parsing_info(AVFormatContext *s,
AVFormatContext   738 libavformat/asfenc.c static void flush_packet(AVFormatContext *s)
AVFormatContext   769 libavformat/asfenc.c static void put_payload_header(AVFormatContext *s, ASFStream *stream,
AVFormatContext   800 libavformat/asfenc.c static void put_frame(AVFormatContext *s, ASFStream *stream, AVStream *avst,
AVFormatContext   865 libavformat/asfenc.c static int update_index(AVFormatContext *s, int start_sec,
AVFormatContext   907 libavformat/asfenc.c static int asf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   950 libavformat/asfenc.c static int asf_write_index(AVFormatContext *s, const ASFIndex *index,
AVFormatContext   970 libavformat/asfenc.c static int asf_write_trailer(AVFormatContext *s)
AVFormatContext    50 libavformat/assdec.c static int ass_read_close(AVFormatContext *s)
AVFormatContext   108 libavformat/assdec.c static int ass_read_header(AVFormatContext *s)
AVFormatContext   164 libavformat/assdec.c static int ass_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   170 libavformat/assdec.c static int ass_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    45 libavformat/assenc.c static int write_header(AVFormatContext *s)
AVFormatContext    71 libavformat/assenc.c static void purge_dialogues(AVFormatContext *s, int force)
AVFormatContext   141 libavformat/assenc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   193 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   109 libavformat/astenc.c static int ast_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   132 libavformat/astenc.c static int ast_write_trailer(AVFormatContext *s)
AVFormatContext    71 libavformat/au.c static int au_read_header(AVFormatContext *s)
AVFormatContext   168 libavformat/au.c static int au_write_header(AVFormatContext *s)
AVFormatContext   196 libavformat/au.c static int au_write_trailer(AVFormatContext *s)
AVFormatContext    29 libavformat/audiointerleave.c void ff_audio_interleave_close(AVFormatContext *s)
AVFormatContext    41 libavformat/audiointerleave.c int ff_audio_interleave_init(AVFormatContext *s,
AVFormatContext    78 libavformat/audiointerleave.c static int interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   105 libavformat/audiointerleave.c int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush,
AVFormatContext   106 libavformat/audiointerleave.c                         int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
AVFormatContext   107 libavformat/audiointerleave.c                         int (*compare_ts)(AVFormatContext *, AVPacket *, AVPacket *))
AVFormatContext    39 libavformat/audiointerleave.h int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base);
AVFormatContext    40 libavformat/audiointerleave.h void ff_audio_interleave_close(AVFormatContext *s);
AVFormatContext    51 libavformat/audiointerleave.h int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush,
AVFormatContext    52 libavformat/audiointerleave.h                         int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
AVFormatContext    53 libavformat/audiointerleave.h                         int (*compare_ts)(AVFormatContext *, AVPacket *, AVPacket *));
AVFormatContext   266 libavformat/avformat.h struct AVFormatContext;
AVFormatContext   501 libavformat/avformat.h     int (*write_header)(struct AVFormatContext *);
AVFormatContext   509 libavformat/avformat.h     int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
AVFormatContext   510 libavformat/avformat.h     int (*write_trailer)(struct AVFormatContext *);
AVFormatContext   514 libavformat/avformat.h     int (*interleave_packet)(struct AVFormatContext *, AVPacket *out,
AVFormatContext   525 libavformat/avformat.h     void (*get_output_timestamp)(struct AVFormatContext *s, int stream,
AVFormatContext   530 libavformat/avformat.h     int (*control_message)(struct AVFormatContext *s, int type,
AVFormatContext   541 libavformat/avformat.h     int (*write_uncoded_frame)(struct AVFormatContext *, int stream_index,
AVFormatContext   547 libavformat/avformat.h     int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list);
AVFormatContext   552 libavformat/avformat.h     int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext   557 libavformat/avformat.h     int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext   638 libavformat/avformat.h     int (*read_header)(struct AVFormatContext *);
AVFormatContext   649 libavformat/avformat.h     int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
AVFormatContext   655 libavformat/avformat.h     int (*read_close)(struct AVFormatContext *);
AVFormatContext   665 libavformat/avformat.h     int (*read_seek)(struct AVFormatContext *,
AVFormatContext   672 libavformat/avformat.h     int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
AVFormatContext   679 libavformat/avformat.h     int (*read_play)(struct AVFormatContext *);
AVFormatContext   685 libavformat/avformat.h     int (*read_pause)(struct AVFormatContext *);
AVFormatContext   693 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   699 libavformat/avformat.h     int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list);
AVFormatContext   705 libavformat/avformat.h     int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext   711 libavformat/avformat.h     int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps);
AVFormatContext  1181 libavformat/avformat.h typedef int (*av_format_control_message)(struct AVFormatContext *s, int type,
AVFormatContext  1728 libavformat/avformat.h int av_format_get_probe_score(const AVFormatContext *s);
AVFormatContext  1729 libavformat/avformat.h AVCodec * av_format_get_video_codec(const AVFormatContext *s);
AVFormatContext  1730 libavformat/avformat.h void      av_format_set_video_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1731 libavformat/avformat.h AVCodec * av_format_get_audio_codec(const AVFormatContext *s);
AVFormatContext  1732 libavformat/avformat.h void      av_format_set_audio_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1733 libavformat/avformat.h AVCodec * av_format_get_subtitle_codec(const AVFormatContext *s);
AVFormatContext  1734 libavformat/avformat.h void      av_format_set_subtitle_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1735 libavformat/avformat.h AVCodec * av_format_get_data_codec(const AVFormatContext *s);
AVFormatContext  1736 libavformat/avformat.h void      av_format_set_data_codec(AVFormatContext *s, AVCodec *c);
AVFormatContext  1737 libavformat/avformat.h int       av_format_get_metadata_header_padding(const AVFormatContext *s);
AVFormatContext  1738 libavformat/avformat.h void      av_format_set_metadata_header_padding(AVFormatContext *s, int c);
AVFormatContext  1739 libavformat/avformat.h void *    av_format_get_opaque(const AVFormatContext *s);
AVFormatContext  1740 libavformat/avformat.h void      av_format_set_opaque(AVFormatContext *s, void *opaque);
AVFormatContext  1741 libavformat/avformat.h av_format_control_message av_format_get_control_message_cb(const AVFormatContext *s);
AVFormatContext  1742 libavformat/avformat.h void      av_format_set_control_message_cb(AVFormatContext *s, av_format_control_message callback);
AVFormatContext  1748 libavformat/avformat.h void av_format_inject_global_side_data(AVFormatContext *s);
AVFormatContext  1755 libavformat/avformat.h enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx);
AVFormatContext  1834 libavformat/avformat.h AVFormatContext *avformat_alloc_context(void);
AVFormatContext  1840 libavformat/avformat.h void avformat_free_context(AVFormatContext *s);
AVFormatContext  1869 libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c);
AVFormatContext  1882 libavformat/avformat.h AVProgram *av_new_program(AVFormatContext *s, int id);
AVFormatContext  1905 libavformat/avformat.h int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat,
AVFormatContext  1996 libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options);
AVFormatContext  1999 libavformat/avformat.h int av_demuxer_open(AVFormatContext *ic);
AVFormatContext  2022 libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
AVFormatContext  2034 libavformat/avformat.h AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s);
AVFormatContext  2060 libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic,
AVFormatContext  2091 libavformat/avformat.h int av_read_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  2106 libavformat/avformat.h int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
AVFormatContext  2137 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  2155 libavformat/avformat.h int avformat_flush(AVFormatContext *s);
AVFormatContext  2161 libavformat/avformat.h int av_read_play(AVFormatContext *s);
AVFormatContext  2168 libavformat/avformat.h int av_read_pause(AVFormatContext *s);
AVFormatContext  2174 libavformat/avformat.h void avformat_close_input(AVFormatContext **s);
AVFormatContext  2203 libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options);
AVFormatContext  2235 libavformat/avformat.h int av_write_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  2270 libavformat/avformat.h int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt);
AVFormatContext  2280 libavformat/avformat.h int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  2299 libavformat/avformat.h int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  2308 libavformat/avformat.h int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index);
AVFormatContext  2319 libavformat/avformat.h int av_write_trailer(AVFormatContext *s);
AVFormatContext  2359 libavformat/avformat.h int av_get_output_timestamp(struct AVFormatContext *s, int stream,
AVFormatContext  2459 libavformat/avformat.h int av_find_default_stream_index(AVFormatContext *s);
AVFormatContext  2521 libavformat/avformat.h void av_dump_format(AVFormatContext *ic,
AVFormatContext  2566 libavformat/avformat.h int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
AVFormatContext  2640 libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
AVFormatContext  2650 libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
AVFormatContext  2665 libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVFormatContext  2668 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   137 libavformat/avidec.c static int get_riff(AVFormatContext *s, AVIOContext *pb)
AVFormatContext   162 libavformat/avidec.c static int read_braindead_odml_indx(AVFormatContext *s, int frame_num)
AVFormatContext   270 libavformat/avidec.c static void clean_index(AVFormatContext *s)
AVFormatContext   298 libavformat/avidec.c static int avi_read_tag(AVFormatContext *s, AVStream *st, uint32_t tag,
AVFormatContext   344 libavformat/avidec.c static void avi_read_nikon(AVFormatContext *s, uint64_t end)
AVFormatContext   425 libavformat/avidec.c static int calculate_bitrate(AVFormatContext *s)
AVFormatContext   465 libavformat/avidec.c static int avi_read_header(AVFormatContext *s)
AVFormatContext  1013 libavformat/avidec.c static int read_gab2_sub(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  1078 libavformat/avidec.c static AVStream *get_subtitle_pkt(AVFormatContext *s, AVStream *next_st,
AVFormatContext  1126 libavformat/avidec.c static int avi_sync(AVFormatContext *s, int exit_early)
AVFormatContext  1274 libavformat/avidec.c static int avi_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1504 libavformat/avidec.c static int avi_read_idx1(AVFormatContext *s, int size)
AVFormatContext  1585 libavformat/avidec.c static int check_stream_max_drift(AVFormatContext *s)
AVFormatContext  1640 libavformat/avidec.c static int guess_ni_flag(AVFormatContext *s)
AVFormatContext  1676 libavformat/avidec.c static int avi_load_index(AVFormatContext *s)
AVFormatContext  1733 libavformat/avidec.c static int avi_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1851 libavformat/avidec.c static int avi_read_close(AVFormatContext *s)
AVFormatContext    77 libavformat/avienc.c static int avi_write_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    86 libavformat/avienc.c static int64_t avi_start_new_riff(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   126 libavformat/avienc.c static int avi_write_counters(AVFormatContext *s, int riff_id)
AVFormatContext   159 libavformat/avienc.c static int avi_write_header(AVFormatContext *s)
AVFormatContext   463 libavformat/avienc.c static int avi_write_ix(AVFormatContext *s)
AVFormatContext   534 libavformat/avienc.c static int avi_write_idx1(AVFormatContext *s)
AVFormatContext   585 libavformat/avienc.c static int write_skip_frames(AVFormatContext *s, int stream_index, int64_t dts)
AVFormatContext   611 libavformat/avienc.c static int avi_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   690 libavformat/avienc.c static int avi_write_trailer(AVFormatContext *s)
AVFormatContext   144 libavformat/avisynth.c static av_cold int avisynth_context_create(AVFormatContext *s)
AVFormatContext   211 libavformat/avisynth.c static int avisynth_create_stream_video(AVFormatContext *s, AVStream *st)
AVFormatContext   288 libavformat/avisynth.c static int avisynth_create_stream_audio(AVFormatContext *s, AVStream *st)
AVFormatContext   324 libavformat/avisynth.c static int avisynth_create_stream(AVFormatContext *s)
AVFormatContext   350 libavformat/avisynth.c static int avisynth_open_file(AVFormatContext *s)
AVFormatContext   400 libavformat/avisynth.c static void avisynth_next_stream(AVFormatContext *s, AVStream **st,
AVFormatContext   418 libavformat/avisynth.c static int avisynth_read_packet_video(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   511 libavformat/avisynth.c static int avisynth_read_packet_audio(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   578 libavformat/avisynth.c static av_cold int avisynth_read_header(AVFormatContext *s)
AVFormatContext   595 libavformat/avisynth.c static int avisynth_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   625 libavformat/avisynth.c static av_cold int avisynth_read_close(AVFormatContext *s)
AVFormatContext   635 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    60 libavformat/avs.c static int avs_read_header(AVFormatContext * s)
AVFormatContext    86 libavformat/avs.c avs_read_video_packet(AVFormatContext * s, AVPacket * pkt,
AVFormatContext   123 libavformat/avs.c static int avs_read_audio_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext   144 libavformat/avs.c static int avs_read_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext   221 libavformat/avs.c static int avs_read_close(AVFormatContext * s)
AVFormatContext    70 libavformat/bethsoftvid.c static int vid_read_header(AVFormatContext *s)
AVFormatContext    97 libavformat/bethsoftvid.c                       uint8_t block_type, AVFormatContext *s)
AVFormatContext   210 libavformat/bethsoftvid.c static int vid_read_packet(AVFormatContext *s,
AVFormatContext   287 libavformat/bethsoftvid.c static int vid_read_close(AVFormatContext *s)
AVFormatContext    51 libavformat/bfi.c static int bfi_read_header(AVFormatContext * s)
AVFormatContext   114 libavformat/bfi.c static int bfi_read_packet(AVFormatContext * s, AVPacket * pkt)
AVFormatContext    76 libavformat/bink.c static int read_header(AVFormatContext *s)
AVFormatContext   203 libavformat/bink.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   270 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   129 libavformat/bintext.c static int bintext_read_header(AVFormatContext *s)
AVFormatContext   171 libavformat/bintext.c static int xbin_read_header(AVFormatContext *s)
AVFormatContext   213 libavformat/bintext.c static int adf_read_header(AVFormatContext *s)
AVFormatContext   267 libavformat/bintext.c static int idf_read_header(AVFormatContext *s)
AVFormatContext   303 libavformat/bintext.c static int read_packet(AVFormatContext *s,
AVFormatContext    50 libavformat/bit.c static int read_header(AVFormatContext *s)
AVFormatContext    68 libavformat/bit.c static int read_packet(AVFormatContext *s,
AVFormatContext   118 libavformat/bit.c static int write_header(AVFormatContext *s)
AVFormatContext   134 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    43 libavformat/boadec.c static int read_header(AVFormatContext *s)
AVFormatContext    65 libavformat/boadec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    46 libavformat/brstm.c static int read_close(AVFormatContext *s)
AVFormatContext    56 libavformat/brstm.c static int read_header(AVFormatContext *s)
AVFormatContext   240 libavformat/brstm.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
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   166 libavformat/cafdec.c static int read_pakt_chunk(AVFormatContext *s, int64_t size)
AVFormatContext   202 libavformat/cafdec.c static void read_info_chunk(AVFormatContext *s, int64_t size)
AVFormatContext   216 libavformat/cafdec.c static int read_header(AVFormatContext *s)
AVFormatContext   333 libavformat/cafdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   389 libavformat/cafdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   102 libavformat/cafenc.c static int caf_write_header(AVFormatContext *s)
AVFormatContext   216 libavformat/cafenc.c static int caf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   246 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    92 libavformat/cinedec.c static int cine_read_header(AVFormatContext *avctx)
AVFormatContext   276 libavformat/cinedec.c static int cine_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   303 libavformat/cinedec.c static int cine_read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags)
AVFormatContext    54 libavformat/concatdec.c     AVFormatContext *avf;
AVFormatContext    99 libavformat/concatdec.c static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile,
AVFormatContext   178 libavformat/concatdec.c static int detect_stream_specific(AVFormatContext *avf, int idx)
AVFormatContext   199 libavformat/concatdec.c static int match_streams_one_to_one(AVFormatContext *avf)
AVFormatContext   219 libavformat/concatdec.c static int match_streams_exact_id(AVFormatContext *avf)
AVFormatContext   241 libavformat/concatdec.c static int match_streams(AVFormatContext *avf)
AVFormatContext   278 libavformat/concatdec.c static int open_file(AVFormatContext *avf, unsigned fileno)
AVFormatContext   312 libavformat/concatdec.c static int concat_read_close(AVFormatContext *avf)
AVFormatContext   327 libavformat/concatdec.c static int concat_read_header(AVFormatContext *avf)
AVFormatContext   424 libavformat/concatdec.c static int open_next_file(AVFormatContext *avf)
AVFormatContext   437 libavformat/concatdec.c static int filter_packet(AVFormatContext *avf, ConcatStream *cs, AVPacket *pkt)
AVFormatContext   477 libavformat/concatdec.c static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   544 libavformat/concatdec.c static int try_seek(AVFormatContext *avf, int stream,
AVFormatContext   562 libavformat/concatdec.c static int real_seek(AVFormatContext *avf, int stream,
AVFormatContext   599 libavformat/concatdec.c static int concat_seek(AVFormatContext *avf, int stream,
AVFormatContext   604 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    61 libavformat/dashenc.c     AVFormatContext *ctx;
AVFormatContext   107 libavformat/dashenc.c static void set_codec_str(AVFormatContext *s, AVCodecContext *codec,
AVFormatContext   172 libavformat/dashenc.c static void dash_free(AVFormatContext *s)
AVFormatContext   426 libavformat/dashenc.c static int write_manifest(AVFormatContext *s, int final)
AVFormatContext   534 libavformat/dashenc.c static int dash_write_header(AVFormatContext *s)
AVFormatContext   575 libavformat/dashenc.c         AVFormatContext *ctx;
AVFormatContext   716 libavformat/dashenc.c static void find_index_range(AVFormatContext *s, const char *full_path,
AVFormatContext   739 libavformat/dashenc.c static int update_stream_extradata(AVFormatContext *s, OutputStream *os,
AVFormatContext   762 libavformat/dashenc.c static int dash_flush(AVFormatContext *s, int final, int stream)
AVFormatContext   857 libavformat/dashenc.c static int dash_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   923 libavformat/dashenc.c static int dash_write_trailer(AVFormatContext *s)
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    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    49 libavformat/dsfdec.c static void read_id3(AVFormatContext *s, uint64_t id3pos)
AVFormatContext    61 libavformat/dsfdec.c static int dsf_read_header(AVFormatContext *s)
AVFormatContext   137 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    69 libavformat/dss.c static int dss_read_metadata_date(AVFormatContext *s, unsigned int offset,
AVFormatContext    92 libavformat/dss.c static int dss_read_metadata_string(AVFormatContext *s, unsigned int offset,
AVFormatContext   118 libavformat/dss.c static int dss_read_header(AVFormatContext *s)
AVFormatContext   180 libavformat/dss.c static void dss_skip_audio_header(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   212 libavformat/dss.c static int dss_sp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   274 libavformat/dss.c static int dss_723_1_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   329 libavformat/dss.c static int dss_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   339 libavformat/dss.c static int dss_read_close(AVFormatContext *s)
AVFormatContext   348 libavformat/dss.c static int dss_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    51 libavformat/dtshddec.c static int dtshd_read_header(AVFormatContext *s)
AVFormatContext   109 libavformat/dtshddec.c static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   342 libavformat/dump.c static void dump_stream_format(AVFormatContext *ic, int i,
AVFormatContext   428 libavformat/dump.c void av_dump_format(AVFormatContext *ic, int index,
AVFormatContext    45 libavformat/dv.c     AVFormatContext*  fctx;
AVFormatContext   328 libavformat/dv.c DVDemuxContext *avpriv_dv_init_demux(AVFormatContext *s)
AVFormatContext   421 libavformat/dv.c static int64_t dv_frame_offset(AVFormatContext *s, DVDemuxContext *c,
AVFormatContext   464 libavformat/dv.c static int dv_read_timecode(AVFormatContext *s) {
AVFormatContext   499 libavformat/dv.c static int dv_read_header(AVFormatContext *s)
AVFormatContext   548 libavformat/dv.c static int dv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   569 libavformat/dv.c static int dv_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   583 libavformat/dv.c static int dv_read_close(AVFormatContext *s)
AVFormatContext    34 libavformat/dv.h DVDemuxContext* avpriv_dv_init_demux(AVFormatContext* s);
AVFormatContext   296 libavformat/dvenc.c static DVMuxContext* dv_init_mux(AVFormatContext* s)
AVFormatContext   387 libavformat/dvenc.c static int dv_write_header(AVFormatContext *s)
AVFormatContext   415 libavformat/dvenc.c static int dv_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   434 libavformat/dvenc.c static int dv_write_trailer(struct 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   101 libavformat/electronicarts.c static int process_audio_header_elements(AVFormatContext *s)
AVFormatContext   256 libavformat/electronicarts.c static void process_audio_header_eacs(AVFormatContext *s)
AVFormatContext   293 libavformat/electronicarts.c static void process_audio_header_sead(AVFormatContext *s)
AVFormatContext   304 libavformat/electronicarts.c static void process_video_header_mdec(AVFormatContext *s)
AVFormatContext   315 libavformat/electronicarts.c static int process_video_header_vp6(AVFormatContext *s)
AVFormatContext   334 libavformat/electronicarts.c static void process_video_header_cmv(AVFormatContext *s)
AVFormatContext   348 libavformat/electronicarts.c static int process_ea_header(AVFormatContext *s)
AVFormatContext   475 libavformat/electronicarts.c static int ea_read_header(AVFormatContext *s)
AVFormatContext   547 libavformat/electronicarts.c static int ea_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    39 libavformat/epafdec.c static int epaf_read_header(AVFormatContext *s)
AVFormatContext    34 libavformat/ffmdec.c static int ffm_is_avail_data(AVFormatContext *s, int size)
AVFormatContext    65 libavformat/ffmdec.c static int ffm_resync(AVFormatContext *s, int state)
AVFormatContext    79 libavformat/ffmdec.c static int ffm_read_data(AVFormatContext *s,
AVFormatContext   153 libavformat/ffmdec.c static int64_t ffm_seek1(AVFormatContext *s, int64_t pos1)
AVFormatContext   165 libavformat/ffmdec.c static int64_t get_dts(AVFormatContext *s, int64_t pos)
AVFormatContext   177 libavformat/ffmdec.c static void adjust_write_index(AVFormatContext *s)
AVFormatContext   231 libavformat/ffmdec.c static int ffm_close(AVFormatContext *s)
AVFormatContext   262 libavformat/ffmdec.c static int ffm2_read_header(AVFormatContext *s)
AVFormatContext   464 libavformat/ffmdec.c static int ffm_read_header(AVFormatContext *s)
AVFormatContext   597 libavformat/ffmdec.c static int ffm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   659 libavformat/ffmdec.c static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
AVFormatContext    32 libavformat/ffmenc.c static void flush_packet(AVFormatContext *s)
AVFormatContext    61 libavformat/ffmenc.c static void ffm_write_data(AVFormatContext *s,
AVFormatContext    98 libavformat/ffmenc.c static int ffm_write_header_codec_private_ctx(AVFormatContext *s, AVCodecContext *ctx, int type)
AVFormatContext   221 libavformat/ffmenc.c static int ffm_write_header(AVFormatContext *s)
AVFormatContext   325 libavformat/ffmenc.c static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   352 libavformat/ffmenc.c static int ffm_write_trailer(AVFormatContext *s)
AVFormatContext    56 libavformat/ffmetadec.c static AVChapter *read_chapter(AVFormatContext *s)
AVFormatContext   128 libavformat/ffmetadec.c static int read_header(AVFormatContext *s)
AVFormatContext   166 libavformat/ffmetadec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    52 libavformat/ffmetaenc.c static int write_header(AVFormatContext *s)
AVFormatContext    61 libavformat/ffmetaenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    86 libavformat/ffmetaenc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    37 libavformat/filmstripdec.c static int read_header(AVFormatContext *s)
AVFormatContext    83 libavformat/filmstripdec.c static int read_packet(AVFormatContext *s,
AVFormatContext   100 libavformat/filmstripdec.c static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    36 libavformat/filmstripenc.c static int write_header(AVFormatContext *s)
AVFormatContext    45 libavformat/filmstripenc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    53 libavformat/filmstripenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    28 libavformat/flac_picture.c int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size)
AVFormatContext    29 libavformat/flac_picture.h int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size);
AVFormatContext    31 libavformat/flacdec.c static int flac_read_header(AVFormatContext *s)
AVFormatContext   186 libavformat/flacdec.c static av_unused int64_t flac_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext    75 libavformat/flacenc.c static int flac_write_header(struct AVFormatContext *s)
AVFormatContext   137 libavformat/flacenc.c static int flac_write_trailer(struct AVFormatContext *s)
AVFormatContext   164 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   196 libavformat/flic.c static int flic_read_packet(AVFormatContext *s,
AVFormatContext    88 libavformat/flvdec.c static AVStream *create_stream(AVFormatContext *s, int codec_type)
AVFormatContext   154 libavformat/flvdec.c static void flv_set_audio_codec(AVFormatContext *s, AVStream *astream,
AVFormatContext   239 libavformat/flvdec.c static int flv_set_video_codec(AVFormatContext *s, AVStream *vstream,
AVFormatContext   301 libavformat/flvdec.c static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc,
AVFormatContext   385 libavformat/flvdec.c static int amf_parse_object(AVFormatContext *s, AVStream *astream,
AVFormatContext   551 libavformat/flvdec.c static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
AVFormatContext   598 libavformat/flvdec.c static int flv_read_header(AVFormatContext *s)
AVFormatContext   625 libavformat/flvdec.c static int flv_read_close(AVFormatContext *s)
AVFormatContext   634 libavformat/flvdec.c static int flv_get_extradata(AVFormatContext *s, AVStream *st, int size)
AVFormatContext   655 libavformat/flvdec.c static void clear_index_entries(AVFormatContext *s, int64_t pos)
AVFormatContext   712 libavformat/flvdec.c static int flv_data_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   776 libavformat/flvdec.c static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1054 libavformat/flvdec.c static int flv_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    77 libavformat/flvenc.c static int get_audio_flags(AVFormatContext *s, AVCodecContext *enc)
AVFormatContext   199 libavformat/flvenc.c static void write_metadata(AVFormatContext *s, unsigned int ts)
AVFormatContext   328 libavformat/flvenc.c static int unsupported_codec(AVFormatContext *s,
AVFormatContext   339 libavformat/flvenc.c static int flv_write_header(AVFormatContext *s)
AVFormatContext   473 libavformat/flvenc.c static int flv_write_trailer(AVFormatContext *s)
AVFormatContext   506 libavformat/flvenc.c static int flv_write_packet(AVFormatContext *s, 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    53 libavformat/frmdec.c static int frm_read_header(AVFormatContext *avctx)
AVFormatContext    74 libavformat/frmdec.c static int frm_read_packet(AVFormatContext *avctx, AVPacket *pkt)
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/g729dec.c static int g729_read_header(AVFormatContext *s)
AVFormatContext    67 libavformat/g729dec.c static int g729_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   112 libavformat/gif.c static int gif_write_header(AVFormatContext *s)
AVFormatContext   140 libavformat/gif.c static int flush_packet(AVFormatContext *s, AVPacket *new)
AVFormatContext   183 libavformat/gif.c static int gif_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   214 libavformat/gif.c static int gif_write_trailer(AVFormatContext *s)
AVFormatContext    93 libavformat/gifdec.c static int gif_read_header(AVFormatContext *s)
AVFormatContext   141 libavformat/gifdec.c static int gif_read_ext(AVFormatContext *s)
AVFormatContext   195 libavformat/gifdec.c static int gif_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    37 libavformat/gsmdec.c static int gsm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    57 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   481 libavformat/gxfenc.c static int gxf_write_umf_payload(AVFormatContext *s)
AVFormatContext   501 libavformat/gxfenc.c static int gxf_write_umf_track_description(AVFormatContext *s)
AVFormatContext   585 libavformat/gxfenc.c static int gxf_write_umf_media_description(AVFormatContext *s)
AVFormatContext   647 libavformat/gxfenc.c static int gxf_write_umf_packet(AVFormatContext *s)
AVFormatContext   685 libavformat/gxfenc.c static int gxf_init_timecode(AVFormatContext *s, GXFTimecode *tc, const char *tcstr, int fields)
AVFormatContext   704 libavformat/gxfenc.c static int gxf_write_header(AVFormatContext *s)
AVFormatContext   851 libavformat/gxfenc.c static int gxf_write_trailer(AVFormatContext *s)
AVFormatContext   898 libavformat/gxfenc.c static int gxf_write_media_preamble(AVFormatContext *s, AVPacket *pkt, int size)
AVFormatContext   945 libavformat/gxfenc.c static int gxf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   992 libavformat/gxfenc.c static int gxf_compare_field_nb(AVFormatContext *s, AVPacket *next, AVPacket *cur)
AVFormatContext  1014 libavformat/gxfenc.c static int gxf_interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
AVFormatContext    47 libavformat/hdsenc.c     AVFormatContext *ctx;
AVFormatContext   134 libavformat/hdsenc.c static void hds_free(AVFormatContext *s)
AVFormatContext   159 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   289 libavformat/hdsenc.c static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts)
AVFormatContext   315 libavformat/hdsenc.c static int hds_write_header(AVFormatContext *s)
AVFormatContext   341 libavformat/hdsenc.c         AVFormatContext *ctx;
AVFormatContext   464 libavformat/hdsenc.c static int hds_flush(AVFormatContext *s, OutputStream *os, int final,
AVFormatContext   512 libavformat/hdsenc.c static int hds_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   542 libavformat/hdsenc.c static int hds_write_trailer(AVFormatContext *s)
AVFormatContext    96 libavformat/hls.c     AVFormatContext *parent;
AVFormatContext    98 libavformat/hls.c     AVFormatContext *ctx;
AVFormatContext   709 libavformat/hls.c static void parse_id3(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  1155 libavformat/hls.c static void add_metadata_from_renditions(AVFormatContext *s, struct playlist *pls,
AVFormatContext  1250 libavformat/hls.c static int hls_read_header(AVFormatContext *s)
AVFormatContext  1438 libavformat/hls.c static int recheck_discard_flags(AVFormatContext *s, int first)
AVFormatContext  1521 libavformat/hls.c static int hls_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1614 libavformat/hls.c static int hls_close(AVFormatContext *s)
AVFormatContext  1624 libavformat/hls.c static int hls_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    62 libavformat/hlsenc.c     AVFormatContext *avf;
AVFormatContext   155 libavformat/hlsenc.c static int hls_mux_init(AVFormatContext *s)
AVFormatContext   158 libavformat/hlsenc.c     AVFormatContext *oc;
AVFormatContext   238 libavformat/hlsenc.c static int hls_window(AVFormatContext *s, int last)
AVFormatContext   296 libavformat/hlsenc.c static int hls_start(AVFormatContext *s)
AVFormatContext   299 libavformat/hlsenc.c     AVFormatContext *oc = c->avf;
AVFormatContext   323 libavformat/hlsenc.c static int hls_write_header(AVFormatContext *s)
AVFormatContext   415 libavformat/hlsenc.c static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   418 libavformat/hlsenc.c     AVFormatContext *oc = hls->avf;
AVFormatContext   480 libavformat/hlsenc.c static int hls_write_trailer(struct AVFormatContext *s)
AVFormatContext   483 libavformat/hlsenc.c     AVFormatContext *oc = hls->avf;
AVFormatContext    68 libavformat/hnm.c static int hnm_read_header(AVFormatContext *s)
AVFormatContext   128 libavformat/hnm.c static int hnm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   188 libavformat/hnm.c static int hnm_read_close(AVFormatContext *s)
AVFormatContext    52 libavformat/icodec.c static int read_header(AVFormatContext *s)
AVFormatContext   118 libavformat/icodec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    45 libavformat/icoenc.c static int ico_check_attributes(AVFormatContext *s, const AVCodecContext *c)
AVFormatContext    78 libavformat/icoenc.c static int ico_write_header(AVFormatContext *s)
AVFormatContext   114 libavformat/icoenc.c static int ico_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   158 libavformat/icoenc.c static int ico_write_trailer(AVFormatContext *s)
AVFormatContext   178 libavformat/id3v1.c static void get_string(AVFormatContext *s, const char *key,
AVFormatContext   213 libavformat/id3v1.c static int parse_tag(AVFormatContext *s, const uint8_t *buf)
AVFormatContext   235 libavformat/id3v1.c void ff_id3v1_read(AVFormatContext *s)
AVFormatContext    39 libavformat/id3v1.h void ff_id3v1_read(AVFormatContext *s);
AVFormatContext   241 libavformat/id3v2.c static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding,
AVFormatContext   318 libavformat/id3v2.c static void read_ttag(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   357 libavformat/id3v2.c static void read_uslt(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   405 libavformat/id3v2.c static void read_geobtag(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   538 libavformat/id3v2.c static void read_apic(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   620 libavformat/id3v2.c static void read_chapter(AVFormatContext *s, AVIOContext *pb, int len, const char *ttag, ID3v2ExtraMeta **extra_meta, int isv34)
AVFormatContext   683 libavformat/id3v2.c static void read_priv(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   723 libavformat/id3v2.c     void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen,
AVFormatContext   757 libavformat/id3v2.c                         AVFormatContext *s, int len, uint8_t version,
AVFormatContext   996 libavformat/id3v2.c                                 AVFormatContext *s, const char *magic,
AVFormatContext  1045 libavformat/id3v2.c void ff_id3v2_read(AVFormatContext *s, const char *magic,
AVFormatContext  1067 libavformat/id3v2.c int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta **extra_meta)
AVFormatContext   117 libavformat/id3v2.h void ff_id3v2_read(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra_meta,
AVFormatContext   129 libavformat/id3v2.h int ff_id3v2_write_metadata(AVFormatContext *s, ID3v2EncContext *id3);
AVFormatContext   134 libavformat/id3v2.h int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt);
AVFormatContext   147 libavformat/id3v2.h int ff_id3v2_write_simple(struct AVFormatContext *s, int id3v2_version, const char *magic);
AVFormatContext   159 libavformat/id3v2.h int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta **extra_meta);
AVFormatContext   198 libavformat/id3v2enc.c static int write_chapter(AVFormatContext *s, ID3v2EncContext *id3, int id, int enc)
AVFormatContext   239 libavformat/id3v2enc.c int ff_id3v2_write_metadata(AVFormatContext *s, ID3v2EncContext *id3)
AVFormatContext   256 libavformat/id3v2enc.c int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt)
AVFormatContext   349 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   356 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   119 libavformat/iff.c static int get_metadata(AVFormatContext *s,
AVFormatContext   208 libavformat/iff.c static int parse_dsd_diin(AVFormatContext *s, AVStream *st, uint64_t eof)
AVFormatContext   238 libavformat/iff.c static int parse_dsd_prop(AVFormatContext *s, AVStream *st, uint64_t eof)
AVFormatContext   345 libavformat/iff.c static int iff_read_header(AVFormatContext *s)
AVFormatContext   708 libavformat/iff.c static int iff_read_packet(AVFormatContext *s,
AVFormatContext    28 libavformat/ilbc.c static int ilbc_write_header(AVFormatContext *s)
AVFormatContext    56 libavformat/ilbc.c static int ilbc_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    71 libavformat/ilbc.c static int ilbc_read_header(AVFormatContext *s)
AVFormatContext   102 libavformat/ilbc.c static int ilbc_read_packet(AVFormatContext *s,
AVFormatContext    60 libavformat/img2.h int ff_img_read_header(AVFormatContext *s1);
AVFormatContext    62 libavformat/img2.h int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt);
AVFormatContext   177 libavformat/img2dec.c int ff_img_read_header(AVFormatContext *s1)
AVFormatContext   360 libavformat/img2dec.c int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   497 libavformat/img2dec.c static int img_read_close(struct AVFormatContext* s1)
AVFormatContext   508 libavformat/img2dec.c static int img_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    45 libavformat/img2enc.c static int write_header(AVFormatContext *s)
AVFormatContext    73 libavformat/img2enc.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   136 libavformat/img2enc.c         AVFormatContext *fmt = NULL;
AVFormatContext    26 libavformat/ingenientdec.c static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   131 libavformat/internal.h void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
AVFormatContext   138 libavformat/internal.h int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   139 libavformat/internal.h                              int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
AVFormatContext   141 libavformat/internal.h void ff_read_frame_flush(AVFormatContext *s);
AVFormatContext   169 libavformat/internal.h                         int port, int ttl, AVFormatContext *fmt);
AVFormatContext   183 libavformat/internal.h int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
AVFormatContext   184 libavformat/internal.h                      AVFormatContext *src, int interleave);
AVFormatContext   239 libavformat/internal.h int ff_find_stream_index(AVFormatContext *s, int id);
AVFormatContext   266 libavformat/internal.h AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
AVFormatContext   274 libavformat/internal.h void ff_reduce_index(AVFormatContext *s, int stream_index);
AVFormatContext   290 libavformat/internal.h int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
AVFormatContext   301 libavformat/internal.h void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
AVFormatContext   303 libavformat/internal.h int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos,
AVFormatContext   304 libavformat/internal.h                     int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
AVFormatContext   312 libavformat/internal.h int64_t ff_gen_search(AVFormatContext *s, int stream_index,
AVFormatContext   317 libavformat/internal.h                       int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
AVFormatContext   346 libavformat/internal.h int ff_framehash_write_header(AVFormatContext *s);
AVFormatContext   355 libavformat/internal.h int ff_read_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   372 libavformat/internal.h int ff_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
AVFormatContext   375 libavformat/internal.h void ff_free_stream(AVFormatContext *s, AVStream *st);
AVFormatContext   380 libavformat/internal.h void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st,
AVFormatContext   409 libavformat/internal.h AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision);
AVFormatContext   466 libavformat/internal.h int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t dts);
AVFormatContext   468 libavformat/internal.h void ff_rfps_calculate(AVFormatContext *ic);
AVFormatContext   486 libavformat/internal.h int ff_copy_whitelists(AVFormatContext *dst, AVFormatContext *src);
AVFormatContext   544 libavformat/ipmovie.c static int ipmovie_read_header(AVFormatContext *s)
AVFormatContext   626 libavformat/ipmovie.c static int ipmovie_read_packet(AVFormatContext *s,
AVFormatContext    52 libavformat/ircamdec.c static int ircam_read_header(AVFormatContext *s)
AVFormatContext    29 libavformat/ircamenc.c static int ircam_write_header(AVFormatContext *s)
AVFormatContext   412 libavformat/isom.c int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag)
AVFormatContext   446 libavformat/isom.c int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb)
AVFormatContext   528 libavformat/isom.c int ff_mov_read_chan(AVFormatContext *s, AVStream *st, int64_t size)
AVFormatContext   174 libavformat/isom.h     AVFormatContext *fc;
AVFormatContext   180 libavformat/isom.h     AVFormatContext *dv_fctx;
AVFormatContext   203 libavformat/isom.h int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
AVFormatContext   204 libavformat/isom.h int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb);
AVFormatContext   261 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    70 libavformat/ivfdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    23 libavformat/ivfenc.c static int ivf_write_header(AVFormatContext *s)
AVFormatContext    51 libavformat/ivfenc.c static int ivf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    96 libavformat/jacosubdec.c static int jacosub_read_close(AVFormatContext *s)
AVFormatContext   156 libavformat/jacosubdec.c static int jacosub_read_header(AVFormatContext *s)
AVFormatContext   251 libavformat/jacosubdec.c static int jacosub_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   257 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   163 libavformat/jvdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   223 libavformat/jvdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    84 libavformat/latmenc.c static int latm_write_header(AVFormatContext *s)
AVFormatContext    99 libavformat/latmenc.c static void latm_write_frame_header(AVFormatContext *s, PutBitContext *bs)
AVFormatContext   144 libavformat/latmenc.c static int latm_write_packet(AVFormatContext *s, 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   269 libavformat/libmodplug.c static int modplug_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   334 libavformat/libmodplug.c static int modplug_read_close(AVFormatContext *s)
AVFormatContext   342 libavformat/libmodplug.c static int modplug_read_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags)
AVFormatContext    56 libavformat/libnut.c static int nut_write_header(AVFormatContext * avf) {
AVFormatContext   127 libavformat/libnut.c static int nut_write_packet(AVFormatContext * avf, AVPacket * pkt) {
AVFormatContext   142 libavformat/libnut.c static int nut_write_trailer(AVFormatContext * avf) {
AVFormatContext   191 libavformat/libnut.c static int nut_read_header(AVFormatContext * avf) {
AVFormatContext   273 libavformat/libnut.c static int nut_read_packet(AVFormatContext * avf, AVPacket * pkt) {
AVFormatContext   296 libavformat/libnut.c static int nut_read_seek(AVFormatContext * avf, int stream_index, int64_t target_ts, int flags) {
AVFormatContext   306 libavformat/libnut.c static int nut_read_close(AVFormatContext *s) {
AVFormatContext    31 libavformat/libquvi.c     AVFormatContext *fmtctx;
AVFormatContext    48 libavformat/libquvi.c static int libquvi_close(AVFormatContext *s)
AVFormatContext    56 libavformat/libquvi.c static int libquvi_read_header(AVFormatContext *s)
AVFormatContext   113 libavformat/libquvi.c static int libquvi_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   119 libavformat/libquvi.c static int libquvi_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, 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   218 libavformat/lrcdec.c static int lrc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   224 libavformat/lrcdec.c static int lrc_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   232 libavformat/lrcdec.c static int lrc_read_close(AVFormatContext *s)
AVFormatContext    37 libavformat/lrcenc.c static int lrc_write_header(AVFormatContext *s)
AVFormatContext    85 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   229 libavformat/lxfdec.c static int lxf_read_header(AVFormatContext *s)
AVFormatContext   293 libavformat/lxfdec.c static int lxf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   263 libavformat/matroskadec.c     AVFormatContext *ctx;
AVFormatContext  1347 libavformat/matroskadec.c static void matroska_convert_tag(AVFormatContext *s, EbmlList *list,
AVFormatContext  1382 libavformat/matroskadec.c static void matroska_convert_tags(AVFormatContext *s)
AVFormatContext  1578 libavformat/matroskadec.c static int matroska_parse_flac(AVFormatContext *s,
AVFormatContext  1633 libavformat/matroskadec.c static int matroska_parse_tracks(AVFormatContext *s)
AVFormatContext  2059 libavformat/matroskadec.c static int matroska_read_header(AVFormatContext *s)
AVFormatContext  2963 libavformat/matroskadec.c static int matroska_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2978 libavformat/matroskadec.c static int matroska_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  3057 libavformat/matroskadec.c static int matroska_read_close(AVFormatContext *s)
AVFormatContext  3085 libavformat/matroskadec.c static CueDesc get_cue_desc(AVFormatContext *s, int64_t ts, int64_t cues_start) {
AVFormatContext  3114 libavformat/matroskadec.c static int webm_clusters_start_with_keyframe(AVFormatContext *s)
AVFormatContext  3155 libavformat/matroskadec.c                                              double* sec_to_download, AVFormatContext *s,
AVFormatContext  3234 libavformat/matroskadec.c static int64_t webm_dash_manifest_compute_bandwidth(AVFormatContext *s, int64_t cues_start)
AVFormatContext  3321 libavformat/matroskadec.c static int webm_dash_manifest_cues(AVFormatContext *s)
AVFormatContext  3385 libavformat/matroskadec.c static int webm_dash_manifest_read_header(AVFormatContext *s)
AVFormatContext  3418 libavformat/matroskadec.c static int webm_dash_manifest_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   437 libavformat/matroskaenc.c static int64_t mkv_write_cues(AVFormatContext *s, mkv_cues *cues, mkv_track *tracks, int num_tracks)
AVFormatContext   494 libavformat/matroskaenc.c static int put_xiph_codecpriv(AVFormatContext *s, AVIOContext *pb, AVCodecContext *codec)
AVFormatContext   531 libavformat/matroskaenc.c static int put_flac_codecpriv(AVFormatContext *s,
AVFormatContext   575 libavformat/matroskaenc.c static int get_aac_sample_rates(AVFormatContext *s, AVCodecContext *codec,
AVFormatContext   592 libavformat/matroskaenc.c static int mkv_write_native_codecprivate(AVFormatContext *s,
AVFormatContext   631 libavformat/matroskaenc.c static int mkv_write_codecprivate(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   701 libavformat/matroskaenc.c static int mkv_write_stereo_mode(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   799 libavformat/matroskaenc.c static int mkv_write_track(AVFormatContext *s, MatroskaMuxContext *mkv,
AVFormatContext  1031 libavformat/matroskaenc.c static int mkv_write_tracks(AVFormatContext *s)
AVFormatContext  1056 libavformat/matroskaenc.c static int mkv_write_chapters(AVFormatContext *s)
AVFormatContext  1138 libavformat/matroskaenc.c static int mkv_write_tag(AVFormatContext *s, AVDictionary *m, unsigned int elementid,
AVFormatContext  1184 libavformat/matroskaenc.c static int mkv_write_tags(AVFormatContext *s)
AVFormatContext  1222 libavformat/matroskaenc.c static int mkv_write_attachments(AVFormatContext *s)
AVFormatContext  1301 libavformat/matroskaenc.c static int mkv_write_header(AVFormatContext *s)
AVFormatContext  1528 libavformat/matroskaenc.c static void mkv_write_block(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  1619 libavformat/matroskaenc.c static int mkv_write_vtt_blocks(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt)
AVFormatContext  1657 libavformat/matroskaenc.c static void mkv_flush_dynbuf(AVFormatContext *s)
AVFormatContext  1672 libavformat/matroskaenc.c static void mkv_start_new_cluster(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1694 libavformat/matroskaenc.c static int mkv_write_packet_internal(AVFormatContext *s, AVPacket *pkt, int add_cue)
AVFormatContext  1771 libavformat/matroskaenc.c static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1849 libavformat/matroskaenc.c static int mkv_write_flush_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1873 libavformat/matroskaenc.c static int mkv_write_trailer(AVFormatContext *s)
AVFormatContext    36 libavformat/md5enc.c static void md5_finish(struct AVFormatContext *s, char *buf)
AVFormatContext    71 libavformat/md5enc.c static int write_header(struct AVFormatContext *s)
AVFormatContext    81 libavformat/md5enc.c static int write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    88 libavformat/md5enc.c static int write_trailer(struct AVFormatContext *s)
AVFormatContext   116 libavformat/md5enc.c static int framemd5_write_header(struct AVFormatContext *s)
AVFormatContext   130 libavformat/md5enc.c static int framemd5_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   143 libavformat/md5enc.c static int framemd5_write_trailer(struct AVFormatContext *s)
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   157 libavformat/microdvddec.c static int microdvd_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   163 libavformat/microdvddec.c static int microdvd_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   171 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    78 libavformat/mlvdec.c static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, int size)
AVFormatContext    96 libavformat/mlvdec.c static void read_uint8(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   101 libavformat/mlvdec.c static void read_uint16(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   106 libavformat/mlvdec.c static void read_uint32(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   111 libavformat/mlvdec.c static void read_uint64(AVFormatContext *avctx, AVIOContext *pb, const char *tag, const char *fmt)
AVFormatContext   116 libavformat/mlvdec.c static int scan_file(AVFormatContext *avctx, AVStream *vst, AVStream *ast, int file)
AVFormatContext   239 libavformat/mlvdec.c static int read_header(AVFormatContext *avctx)
AVFormatContext   371 libavformat/mlvdec.c static int read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   425 libavformat/mlvdec.c static int read_seek(AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags)
AVFormatContext   439 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   143 libavformat/mmf.c static int mmf_write_trailer(AVFormatContext *s)
AVFormatContext   196 libavformat/mmf.c static int mmf_read_header(AVFormatContext *s)
AVFormatContext   281 libavformat/mmf.c static int mmf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   613 libavformat/mov.c int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb)
AVFormatContext  2598 libavformat/mov.c                          AVIOInterruptCB *int_cb, int use_absolute_path, AVFormatContext *fc)
AVFormatContext  3721 libavformat/mov.c static void mov_read_chapters(AVFormatContext *s)
AVFormatContext  3795 libavformat/mov.c static int parse_timecode_in_framenum_format(AVFormatContext *s, AVStream *st,
AVFormatContext  3810 libavformat/mov.c static int mov_read_timecode_track(AVFormatContext *s, AVStream *st)
AVFormatContext  3838 libavformat/mov.c static int mov_read_close(AVFormatContext *s)
AVFormatContext  3889 libavformat/mov.c static int tmcd_is_referenced(AVFormatContext *s, int tmcd_id)
AVFormatContext  3905 libavformat/mov.c static void export_orphan_timecode(AVFormatContext *s)
AVFormatContext  4029 libavformat/mov.c static int mov_read_header(AVFormatContext *s)
AVFormatContext  4177 libavformat/mov.c static AVIndexEntry *mov_find_next_sample(AVFormatContext *s, AVStream **st)
AVFormatContext  4203 libavformat/mov.c static int mov_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  4294 libavformat/mov.c static int mov_seek_stream(AVFormatContext *s, AVStream *st, int64_t timestamp, int flags)
AVFormatContext  4324 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    95 libavformat/movenc.c static int get_moov_size(AVFormatContext *s);
AVFormatContext  1121 libavformat/movenc.c static int mp4_get_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1153 libavformat/movenc.c static int ipod_get_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1172 libavformat/movenc.c static int mov_get_dv_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1197 libavformat/movenc.c static AVRational find_fps(AVFormatContext *s, AVStream *st)
AVFormatContext  1210 libavformat/movenc.c static int mov_get_mpeg2_xdcam_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1272 libavformat/movenc.c static int mov_get_h264_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1352 libavformat/movenc.c static int mov_get_rawvideo_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1377 libavformat/movenc.c static int mov_get_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  1441 libavformat/movenc.c static int mov_find_codec_tag(AVFormatContext *s, MOVTrack *track)
AVFormatContext  2520 libavformat/movenc.c     AVFormatContext *ctx = track->rtp_ctx;
AVFormatContext  2747 libavformat/movenc.c                                      AVFormatContext *s)
AVFormatContext  2796 libavformat/movenc.c static int mov_write_string_metadata(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  2821 libavformat/movenc.c static int mov_write_tmpo_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  2840 libavformat/movenc.c                               AVFormatContext *s, int disc)
AVFormatContext  2866 libavformat/movenc.c static int mov_write_int8_metadata(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  2895 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  2933 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  2946 libavformat/movenc.c static int mov_write_raw_metadata_tag(AVFormatContext *s, AVIOContext *pb,
AVFormatContext  2984 libavformat/movenc.c static int mov_write_3gp_udta_tag(AVIOContext *pb, AVFormatContext *s,
AVFormatContext  3006 libavformat/movenc.c static int mov_write_chpl_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3033 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  3097 libavformat/movenc.c static int mov_write_uuidusmt_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3160 libavformat/movenc.c                               AVFormatContext *s)
AVFormatContext  3799 libavformat/movenc.c static int mov_write_ftyp_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3874 libavformat/movenc.c static void mov_write_uuidprof_tag(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  3937 libavformat/movenc.c static int mov_write_identification(AVIOContext *pb, AVFormatContext *s)
AVFormatContext  4042 libavformat/movenc.c static int mov_flush_fragment(AVFormatContext *s)
AVFormatContext  4163 libavformat/movenc.c static int mov_auto_flush_fragment(AVFormatContext *s)
AVFormatContext  4176 libavformat/movenc.c int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  4411 libavformat/movenc.c static int mov_write_single_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  4446 libavformat/movenc.c static int mov_write_subtitle_end_packet(AVFormatContext *s,
AVFormatContext  4467 libavformat/movenc.c static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  4516 libavformat/movenc.c static int mov_create_chapter_track(AVFormatContext *s, int tracknum)
AVFormatContext  4613 libavformat/movenc.c static int mov_create_timecode_track(AVFormatContext *s, int index, int src_index, const char *tcstr)
AVFormatContext  4668 libavformat/movenc.c static void enable_tracks(AVFormatContext *s)
AVFormatContext  4709 libavformat/movenc.c static void mov_free(AVFormatContext *s)
AVFormatContext  4800 libavformat/movenc.c static int mov_write_header(AVFormatContext *s)
AVFormatContext  5148 libavformat/movenc.c static int get_moov_size(AVFormatContext *s)
AVFormatContext  5161 libavformat/movenc.c static int get_sidx_size(AVFormatContext *s)
AVFormatContext  5179 libavformat/movenc.c static int compute_moov_size(AVFormatContext *s)
AVFormatContext  5204 libavformat/movenc.c static int compute_sidx_size(AVFormatContext *s)
AVFormatContext  5219 libavformat/movenc.c static int shift_data(AVFormatContext *s)
AVFormatContext  5285 libavformat/movenc.c static int mov_write_trailer(AVFormatContext *s)
AVFormatContext   119 libavformat/movenc.h     AVFormatContext *rtp_ctx; ///< the format context for the hinting rtp muxer
AVFormatContext   185 libavformat/movenc.h     AVFormatContext *fc;
AVFormatContext   208 libavformat/movenc.h int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   210 libavformat/movenc.h int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index);
AVFormatContext   211 libavformat/movenc.h int ff_mov_add_hinted_packet(AVFormatContext *s, AVPacket *pkt,
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   107 libavformat/mp3dec.c static void read_xing_toc(AVFormatContext *s, int64_t filesize, int64_t duration)
AVFormatContext   131 libavformat/mp3dec.c static void mp3_parse_info_tag(AVFormatContext *s, AVStream *st,
AVFormatContext   266 libavformat/mp3dec.c static void mp3_parse_vbri_tag(AVFormatContext *s, AVStream *st, int64_t base)
AVFormatContext   288 libavformat/mp3dec.c static int mp3_parse_vbr_tags(AVFormatContext *s, AVStream *st, int64_t base)
AVFormatContext   329 libavformat/mp3dec.c static int mp3_read_header(AVFormatContext *s)
AVFormatContext   370 libavformat/mp3dec.c static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   401 libavformat/mp3dec.c static int check(AVFormatContext *s, int64_t pos)
AVFormatContext   416 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    48 libavformat/mp3enc.c static int id3v1_create_tag(AVFormatContext *s, uint8_t *buf)
AVFormatContext   129 libavformat/mp3enc.c static int mp3_write_xing(AVFormatContext *s)
AVFormatContext   306 libavformat/mp3enc.c static int mp3_write_audio_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   356 libavformat/mp3enc.c static int mp3_queue_flush(AVFormatContext *s)
AVFormatContext   376 libavformat/mp3enc.c static void mp3_update_xing(AVFormatContext *s)
AVFormatContext   434 libavformat/mp3enc.c static int mp3_write_trailer(struct AVFormatContext *s)
AVFormatContext   501 libavformat/mp3enc.c static int mp3_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   558 libavformat/mp3enc.c static int mp3_write_header(struct AVFormatContext *s)
AVFormatContext    56 libavformat/mpc.c static int mpc_read_header(AVFormatContext *s)
AVFormatContext   118 libavformat/mpc.c static int mpc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   177 libavformat/mpc.c static int mpc_read_close(AVFormatContext *s)
AVFormatContext   192 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   192 libavformat/mpc8.c static void mpc8_handle_chunk(AVFormatContext *s, int tag, int64_t chunk_pos, int64_t size)
AVFormatContext   209 libavformat/mpc8.c static int mpc8_read_header(AVFormatContext *s)
AVFormatContext   276 libavformat/mpc8.c static int mpc8_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   306 libavformat/mpc8.c static int mpc8_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext   130 libavformat/mpeg.c     AVFormatContext *sub_ctx;
AVFormatContext   135 libavformat/mpeg.c static int mpegps_read_header(AVFormatContext *s)
AVFormatContext   234 libavformat/mpeg.c static int mpegps_read_pes_header(AVFormatContext *s,
AVFormatContext   465 libavformat/mpeg.c static int mpegps_read_packet(AVFormatContext *s,
AVFormatContext   626 libavformat/mpeg.c static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index,
AVFormatContext   677 libavformat/mpeg.c static int vobsub_read_header(AVFormatContext *s)
AVFormatContext   861 libavformat/mpeg.c static int vobsub_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   948 libavformat/mpeg.c static int vobsub_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   981 libavformat/mpeg.c static int vobsub_read_close(AVFormatContext *s)
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   532 libavformat/mpegenc.c static int get_vcd_padding_size(AVFormatContext *ctx, int64_t pts)
AVFormatContext   555 libavformat/mpegenc.c static void put_padding_packet(AVFormatContext *ctx, AVIOContext *pb,
AVFormatContext   573 libavformat/mpegenc.c static int get_nb_frames(AVFormatContext *ctx, StreamInfo *stream, int len)
AVFormatContext   589 libavformat/mpegenc.c static int flush_packet(AVFormatContext *ctx, int stream_index,
AVFormatContext   902 libavformat/mpegenc.c static void put_vcd_padding_sector(AVFormatContext *ctx)
AVFormatContext   927 libavformat/mpegenc.c static int remove_decoded_packets(AVFormatContext *ctx, int64_t scr)
AVFormatContext   954 libavformat/mpegenc.c static int output_packet(AVFormatContext *ctx, int flush)
AVFormatContext  1100 libavformat/mpegenc.c static int mpeg_mux_write_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext  1173 libavformat/mpegenc.c static int mpeg_mux_end(AVFormatContext *ctx)
AVFormatContext   110 libavformat/mpegts.c     AVFormatContext *stream;
AVFormatContext   224 libavformat/mpegts.c     AVFormatContext *stream;
AVFormatContext   328 libavformat/mpegts.c static void set_pcr_pid(AVFormatContext *s, unsigned int programid, unsigned int pid)
AVFormatContext  1219 libavformat/mpegts.c     AVFormatContext *s;
AVFormatContext  1229 libavformat/mpegts.c static int init_MP4DescrParseContext(MP4DescrParseContext *d, AVFormatContext *s,
AVFormatContext  1418 libavformat/mpegts.c static int mp4_read_iods(AVFormatContext *s, const uint8_t *buf, unsigned size,
AVFormatContext  1434 libavformat/mpegts.c static int mp4_read_od(AVFormatContext *s, const uint8_t *buf, unsigned size,
AVFormatContext  1460 libavformat/mpegts.c     AVFormatContext *s = ts->stream;
AVFormatContext  1535 libavformat/mpegts.c int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
AVFormatContext  2275 libavformat/mpegts.c static int mpegts_resync(AVFormatContext *s)
AVFormatContext  2298 libavformat/mpegts.c static int read_packet(AVFormatContext *s, uint8_t *buf, int raw_packet_size,
AVFormatContext  2325 libavformat/mpegts.c static void finished_reading_packet(AVFormatContext *s, int raw_packet_size)
AVFormatContext  2335 libavformat/mpegts.c     AVFormatContext *s = ts->stream;
AVFormatContext  2446 libavformat/mpegts.c static void seek_back(AVFormatContext *s, AVIOContext *pb, int64_t pos) {
AVFormatContext  2455 libavformat/mpegts.c static int mpegts_read_header(AVFormatContext *s)
AVFormatContext  2553 libavformat/mpegts.c static int mpegts_raw_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2601 libavformat/mpegts.c static int mpegts_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2640 libavformat/mpegts.c static int mpegts_read_close(AVFormatContext *s)
AVFormatContext  2647 libavformat/mpegts.c static av_unused int64_t mpegts_get_pcr(AVFormatContext *s, int stream_index,
AVFormatContext  2682 libavformat/mpegts.c static int64_t mpegts_get_dts(AVFormatContext *s, int stream_index,
AVFormatContext  2717 libavformat/mpegts.c MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s)
AVFormatContext    66 libavformat/mpegts.h MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s);
AVFormatContext   104 libavformat/mpegts.h int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
AVFormatContext   113 libavformat/mpegts.h int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt);
AVFormatContext   223 libavformat/mpegtsenc.c     AVFormatContext *amux;
AVFormatContext   227 libavformat/mpegtsenc.c static void mpegts_write_pat(AVFormatContext *s)
AVFormatContext   244 libavformat/mpegtsenc.c static int mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
AVFormatContext   513 libavformat/mpegtsenc.c static void mpegts_write_sdt(AVFormatContext *s)
AVFormatContext   584 libavformat/mpegtsenc.c static void mpegts_prefix_m2ts_header(AVFormatContext *s)
AVFormatContext   598 libavformat/mpegtsenc.c     AVFormatContext *ctx = s->opaque;
AVFormatContext   603 libavformat/mpegtsenc.c static int mpegts_write_header(AVFormatContext *s)
AVFormatContext   836 libavformat/mpegtsenc.c static void retransmit_si_info(AVFormatContext *s, int force_pat)
AVFormatContext   868 libavformat/mpegtsenc.c static void mpegts_insert_null_packet(AVFormatContext *s)
AVFormatContext   884 libavformat/mpegtsenc.c static void mpegts_insert_pcr_only(AVFormatContext *s, AVStream *st)
AVFormatContext   960 libavformat/mpegtsenc.c static void mpegts_write_pes(AVFormatContext *s, AVStream *st,
AVFormatContext  1204 libavformat/mpegtsenc.c int ff_check_h264_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt)
AVFormatContext  1220 libavformat/mpegtsenc.c static int check_hevc_startcode(AVFormatContext *s, const AVStream *st, const AVPacket *pkt)
AVFormatContext  1234 libavformat/mpegtsenc.c static int mpegts_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1389 libavformat/mpegtsenc.c static void mpegts_write_flush(AVFormatContext *s)
AVFormatContext  1406 libavformat/mpegtsenc.c static int mpegts_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1416 libavformat/mpegtsenc.c static int mpegts_write_end(AVFormatContext *s)
AVFormatContext    33 libavformat/mpjpeg.c static int mpjpeg_write_header(AVFormatContext *s)
AVFormatContext    44 libavformat/mpjpeg.c static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    61 libavformat/mpjpeg.c static int mpjpeg_write_trailer(AVFormatContext *s)
AVFormatContext    74 libavformat/mpl2dec.c static int mpl2_read_header(AVFormatContext *s)
AVFormatContext   115 libavformat/mpl2dec.c static int mpl2_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   121 libavformat/mpl2dec.c static int mpl2_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   129 libavformat/mpl2dec.c static int mpl2_read_close(AVFormatContext *s)
AVFormatContext    54 libavformat/mpsubdec.c static int mpsub_read_header(AVFormatContext *s)
AVFormatContext   113 libavformat/mpsubdec.c static int mpsub_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   119 libavformat/mpsubdec.c static int mpsub_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   127 libavformat/mpsubdec.c static int mpsub_read_close(AVFormatContext *s)
AVFormatContext    73 libavformat/msnwc_tcp.c static int msnwc_tcp_read_header(AVFormatContext *ctx)
AVFormatContext   102 libavformat/msnwc_tcp.c static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
AVFormatContext   101 libavformat/mtv.c static int mtv_read_header(AVFormatContext *s)
AVFormatContext   197 libavformat/mtv.c static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   102 libavformat/mux.c AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision)
AVFormatContext   118 libavformat/mux.c int avformat_alloc_output_context2(AVFormatContext **avctx, AVOutputFormat *oformat,
AVFormatContext   121 libavformat/mux.c     AVFormatContext *s = avformat_alloc_context();
AVFormatContext   171 libavformat/mux.c static int validate_codec_tag(AVFormatContext *s, AVStream *st)
AVFormatContext   205 libavformat/mux.c static int init_muxer(AVFormatContext *s, AVDictionary **options)
AVFormatContext   367 libavformat/mux.c static int init_pts(AVFormatContext *s)
AVFormatContext   398 libavformat/mux.c int avformat_write_header(AVFormatContext *s, AVDictionary **options)
AVFormatContext   439 libavformat/mux.c static int compute_pkt_fields2(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext   540 libavformat/mux.c static int write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   608 libavformat/mux.c static int check_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   627 libavformat/mux.c int av_write_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   663 libavformat/mux.c int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
AVFormatContext   664 libavformat/mux.c                              int (*compare)(AVFormatContext *, AVPacket *, AVPacket *))
AVFormatContext   745 libavformat/mux.c static int interleave_compare_dts(AVFormatContext *s, AVPacket *next,
AVFormatContext   768 libavformat/mux.c int ff_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
AVFormatContext   857 libavformat/mux.c static int interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *in, int flush)
AVFormatContext   868 libavformat/mux.c int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   920 libavformat/mux.c int av_write_trailer(AVFormatContext *s)
AVFormatContext   966 libavformat/mux.c int av_get_output_timestamp(struct AVFormatContext *s, int stream,
AVFormatContext   975 libavformat/mux.c int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
AVFormatContext   976 libavformat/mux.c                      AVFormatContext *src, int interleave)
AVFormatContext  1003 libavformat/mux.c static int av_write_uncoded_frame_internal(AVFormatContext *s, int stream_index,
AVFormatContext  1030 libavformat/mux.c int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  1036 libavformat/mux.c int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFormatContext  1042 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   226 libavformat/mvdec.c static int read_table(AVFormatContext *avctx, AVStream *st,
AVFormatContext   227 libavformat/mvdec.c                        int (*parse)(AVFormatContext *avctx, AVStream *st,
AVFormatContext   270 libavformat/mvdec.c static int mv_read_header(AVFormatContext *avctx)
AVFormatContext   404 libavformat/mvdec.c static int mv_read_packet(AVFormatContext *avctx, AVPacket *pkt)
AVFormatContext   452 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   112 libavformat/mvi.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   136 libavformat/mxf.c const MXFSamplesPerFrame *ff_mxf_get_samples_per_frame(AVFormatContext *s,
AVFormatContext    82 libavformat/mxf.h const MXFSamplesPerFrame *ff_mxf_get_samples_per_frame(AVFormatContext *s, AVRational time_base);
AVFormatContext   236 libavformat/mxfdec.c     AVFormatContext *fc;
AVFormatContext   269 libavformat/mxfdec.c static int mxf_read_close(AVFormatContext *s);
AVFormatContext   360 libavformat/mxfdec.c static int mxf_get_stream_index(AVFormatContext *s, KLVPacket *klv)
AVFormatContext   403 libavformat/mxfdec.c static int mxf_decrypt_triplet(AVFormatContext *s, AVPacket *pkt, KLVPacket *klv)
AVFormatContext  2072 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2109 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2251 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2430 libavformat/mxfdec.c static void mxf_handle_small_eubc(AVFormatContext *s)
AVFormatContext  2460 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
AVFormatContext  2513 libavformat/mxfdec.c static void mxf_read_random_index_pack(AVFormatContext *s)
AVFormatContext  2564 libavformat/mxfdec.c static int mxf_read_header(AVFormatContext *s)
AVFormatContext  2799 libavformat/mxfdec.c static int mxf_read_packet_old(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2899 libavformat/mxfdec.c static int mxf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2960 libavformat/mxfdec.c static int mxf_read_close(AVFormatContext *s)
AVFormatContext  3017 libavformat/mxfdec.c static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
AVFormatContext    91 libavformat/mxfenc.c     void (*write_desc)(AVFormatContext *, AVStream *);
AVFormatContext   108 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   109 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   110 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   111 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   112 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st);
AVFormatContext   438 libavformat/mxfenc.c static void mxf_write_umid(AVFormatContext *s, int type)
AVFormatContext   506 libavformat/mxfenc.c static void mxf_write_primer_pack(AVFormatContext *s)
AVFormatContext   537 libavformat/mxfenc.c static void mxf_free(AVFormatContext *s)
AVFormatContext   562 libavformat/mxfenc.c static void mxf_write_essence_container_refs(AVFormatContext *s)
AVFormatContext   579 libavformat/mxfenc.c static void mxf_write_preface(AVFormatContext *s)
AVFormatContext   637 libavformat/mxfenc.c static void mxf_write_identification(AVFormatContext *s)
AVFormatContext   676 libavformat/mxfenc.c static void mxf_write_content_storage(AVFormatContext *s)
AVFormatContext   701 libavformat/mxfenc.c static void mxf_write_track(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type)
AVFormatContext   742 libavformat/mxfenc.c static void mxf_write_common_fields(AVFormatContext *s, AVStream *st)
AVFormatContext   761 libavformat/mxfenc.c static void mxf_write_sequence(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type)
AVFormatContext   789 libavformat/mxfenc.c static void mxf_write_timecode_component(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type)
AVFormatContext   817 libavformat/mxfenc.c static void mxf_write_structural_component(AVFormatContext *s, AVStream *st, enum MXFMetadataSetType type)
AVFormatContext   853 libavformat/mxfenc.c static void mxf_write_multi_descriptor(AVFormatContext *s)
AVFormatContext   890 libavformat/mxfenc.c static void mxf_write_generic_desc(AVFormatContext *s, AVStream *st, const UID key, unsigned size)
AVFormatContext   919 libavformat/mxfenc.c static void mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const UID key, unsigned size)
AVFormatContext  1000 libavformat/mxfenc.c static void mxf_write_cdci_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1005 libavformat/mxfenc.c static void mxf_write_mpegvideo_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1028 libavformat/mxfenc.c static void mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, const UID key, unsigned size)
AVFormatContext  1066 libavformat/mxfenc.c static void mxf_write_wav_common(AVFormatContext *s, AVStream *st, const UID key, unsigned size)
AVFormatContext  1080 libavformat/mxfenc.c static void mxf_write_wav_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1085 libavformat/mxfenc.c static void mxf_write_aes3_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1090 libavformat/mxfenc.c static void mxf_write_generic_sound_desc(AVFormatContext *s, AVStream *st)
AVFormatContext  1095 libavformat/mxfenc.c static void mxf_write_package(AVFormatContext *s, enum MXFMetadataSetType type)
AVFormatContext  1166 libavformat/mxfenc.c static int mxf_write_essence_container_data(AVFormatContext *s)
AVFormatContext  1188 libavformat/mxfenc.c static int mxf_write_header_metadata_sets(AVFormatContext *s)
AVFormatContext  1208 libavformat/mxfenc.c static void mxf_write_index_table_segment(AVFormatContext *s)
AVFormatContext  1341 libavformat/mxfenc.c static void mxf_write_klv_fill(AVFormatContext *s)
AVFormatContext  1353 libavformat/mxfenc.c static int mxf_write_partition(AVFormatContext *s, int bodysid,
AVFormatContext  1458 libavformat/mxfenc.c static int mxf_parse_dnxhd_frame(AVFormatContext *s, AVStream *st,
AVFormatContext  1541 libavformat/mxfenc.c static int mxf_parse_dv_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  1638 libavformat/mxfenc.c static int mxf_parse_h264_frame(AVFormatContext *s, AVStream *st,
AVFormatContext  1738 libavformat/mxfenc.c static int mxf_parse_mpeg2_frame(AVFormatContext *s, AVStream *st,
AVFormatContext  1810 libavformat/mxfenc.c static void mxf_gen_umid(AVFormatContext *s)
AVFormatContext  1822 libavformat/mxfenc.c static int mxf_write_header(AVFormatContext *s)
AVFormatContext  1981 libavformat/mxfenc.c static void mxf_write_system_item(AVFormatContext *s)
AVFormatContext  2022 libavformat/mxfenc.c static void mxf_write_d10_video_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  2051 libavformat/mxfenc.c static void mxf_write_d10_audio_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt)
AVFormatContext  2083 libavformat/mxfenc.c static int mxf_write_opatom_body_partition(AVFormatContext *s)
AVFormatContext  2104 libavformat/mxfenc.c static int mxf_write_opatom_packet(AVFormatContext *s, AVPacket *pkt, MXFIndexEntry *ie)
AVFormatContext  2135 libavformat/mxfenc.c static int mxf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2235 libavformat/mxfenc.c static void mxf_write_random_index_pack(AVFormatContext *s)
AVFormatContext  2262 libavformat/mxfenc.c static int mxf_write_footer(AVFormatContext *s)
AVFormatContext  2317 libavformat/mxfenc.c static int mxf_interleave_get_packet(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
AVFormatContext  2372 libavformat/mxfenc.c static int mxf_compare_timestamps(AVFormatContext *s, AVPacket *next, AVPacket *pkt)
AVFormatContext  2381 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   250 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   213 libavformat/nsvdec.c static int nsv_read_chunk(AVFormatContext *s, int fill_header);
AVFormatContext   223 libavformat/nsvdec.c static int nsv_resync(AVFormatContext *s)
AVFormatContext   268 libavformat/nsvdec.c static int nsv_parse_NSVf_header(AVFormatContext *s)
AVFormatContext   377 libavformat/nsvdec.c static int nsv_parse_NSVs_header(AVFormatContext *s)
AVFormatContext   494 libavformat/nsvdec.c static int nsv_read_header(AVFormatContext *s)
AVFormatContext   530 libavformat/nsvdec.c static int nsv_read_chunk(AVFormatContext *s, int fill_header)
AVFormatContext   662 libavformat/nsvdec.c static int nsv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   690 libavformat/nsvdec.c static int nsv_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext   709 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   222 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   365 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   462 libavformat/nutdec.c static void set_disposition_bits(AVFormatContext *avf, char *value,
AVFormatContext   479 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   579 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   623 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   635 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   743 libavformat/nutdec.c static int nut_read_header(AVFormatContext *s)
AVFormatContext   807 libavformat/nutdec.c static int read_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta, int64_t maxpos)
AVFormatContext   920 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext   995 libavformat/nutdec.c     AVFormatContext *s = nut->avf;
AVFormatContext  1053 libavformat/nutdec.c static int nut_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1110 libavformat/nutdec.c static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext  1137 libavformat/nutdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1204 libavformat/nutdec.c static int nut_read_close(AVFormatContext *s)
AVFormatContext   105 libavformat/nutenc.c static int find_header_idx(AVFormatContext *s, AVCodecContext *c, int size, int frame_type)
AVFormatContext   121 libavformat/nutenc.c static void build_elision_headers(AVFormatContext *s)
AVFormatContext   143 libavformat/nutenc.c static void build_frame_code(AVFormatContext *s)
AVFormatContext   417 libavformat/nutenc.c static int write_streamheader(AVFormatContext *avctx, AVIOContext *bc,
AVFormatContext   483 libavformat/nutenc.c     AVFormatContext *s   = nut->avf;
AVFormatContext   509 libavformat/nutenc.c     AVFormatContext *s= nut->avf;
AVFormatContext   630 libavformat/nutenc.c static int write_headers(AVFormatContext *avctx, AVIOContext *bc)
AVFormatContext   690 libavformat/nutenc.c static int nut_write_header(AVFormatContext *s)
AVFormatContext   829 libavformat/nutenc.c static int write_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta)
AVFormatContext   951 libavformat/nutenc.c static int nut_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1172 libavformat/nutenc.c static int nut_write_trailer(AVFormatContext *s)
AVFormatContext   152 libavformat/nuv.c static int nuv_header(AVFormatContext *s)
AVFormatContext   236 libavformat/nuv.c static int nuv_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   314 libavformat/nuv.c static int nuv_resync(AVFormatContext *s, int64_t pos_limit) {
AVFormatContext   331 libavformat/nuv.c static int64_t nuv_read_dts(AVFormatContext *s, int stream_index,
AVFormatContext    61 libavformat/oggdec.c static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts);
AVFormatContext    62 libavformat/oggdec.c static int ogg_new_stream(AVFormatContext *s, uint32_t serial);
AVFormatContext    65 libavformat/oggdec.c static int ogg_save(AVFormatContext *s)
AVFormatContext    94 libavformat/oggdec.c static int ogg_restore(AVFormatContext *s, int discard)
AVFormatContext   129 libavformat/oggdec.c static int ogg_reset(AVFormatContext *s)
AVFormatContext   180 libavformat/oggdec.c static int ogg_replace_stream(AVFormatContext *s, uint32_t serial, int nsegs)
AVFormatContext   235 libavformat/oggdec.c static int ogg_new_stream(AVFormatContext *s, uint32_t serial)
AVFormatContext   308 libavformat/oggdec.c static int ogg_read_page(AVFormatContext *s, int *sid)
AVFormatContext   449 libavformat/oggdec.c static int ogg_packet(AVFormatContext *s, int *sid, int *dstart, int *dsize,
AVFormatContext   584 libavformat/oggdec.c static int ogg_get_length(AVFormatContext *s)
AVFormatContext   652 libavformat/oggdec.c static int ogg_read_close(AVFormatContext *s)
AVFormatContext   673 libavformat/oggdec.c static int ogg_read_header(AVFormatContext *s)
AVFormatContext   715 libavformat/oggdec.c static int64_t ogg_calc_pts(AVFormatContext *s, int idx, int64_t *dts)
AVFormatContext   745 libavformat/oggdec.c static void ogg_validate_keyframe(AVFormatContext *s, int idx, int pstart, int psize)
AVFormatContext   766 libavformat/oggdec.c static int ogg_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   839 libavformat/oggdec.c static int64_t ogg_read_timestamp(AVFormatContext *s, int stream_index,
AVFormatContext   880 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   132 libavformat/oggdec.h int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m,
AVFormatContext   135 libavformat/oggdec.h int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st,
AVFormatContext   151 libavformat/oggdec.h ogg_gptopts (AVFormatContext * s, int i, uint64_t gp, int64_t *dts)
AVFormatContext   100 libavformat/oggenc.c static void ogg_update_checksum(AVFormatContext *s, AVIOContext *pb, int64_t crc_offset)
AVFormatContext   109 libavformat/oggenc.c static int ogg_write_page(AVFormatContext *s, OGGPage *page, int extra_flags)
AVFormatContext   161 libavformat/oggenc.c static int ogg_compare_granule(AVFormatContext *s, OGGPage *next, OGGPage *page)
AVFormatContext   186 libavformat/oggenc.c static int ogg_buffer_page(AVFormatContext *s, OGGStreamContext *oggstream)
AVFormatContext   211 libavformat/oggenc.c static int ogg_buffer_data(AVFormatContext *s, AVStream *st,
AVFormatContext   403 libavformat/oggenc.c static void ogg_write_pages(AVFormatContext *s, int flush)
AVFormatContext   425 libavformat/oggenc.c static int ogg_write_header(AVFormatContext *s)
AVFormatContext   566 libavformat/oggenc.c static int ogg_write_packet_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   607 libavformat/oggenc.c static int ogg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   624 libavformat/oggenc.c static int ogg_write_trailer(AVFormatContext *s)
AVFormatContext    33 libavformat/oggparsecelt.c static int celt_header(AVFormatContext *s, int idx)
AVFormatContext    27 libavformat/oggparsedirac.c static int dirac_header(AVFormatContext *s, int idx)
AVFormatContext    51 libavformat/oggparsedirac.c static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule,
AVFormatContext    71 libavformat/oggparsedirac.c static int old_dirac_header(AVFormatContext *s, int idx)
AVFormatContext    87 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    36 libavformat/oggparseogm.c ogm_header(AVFormatContext *s, int idx)
AVFormatContext   121 libavformat/oggparseogm.c ogm_dshow_header(AVFormatContext *s, int idx)
AVFormatContext   162 libavformat/oggparseogm.c ogm_packet(AVFormatContext *s, int idx)
AVFormatContext    38 libavformat/oggparseopus.c static int opus_header(AVFormatContext *avf, int idx)
AVFormatContext   109 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    41 libavformat/oggparsespeex.c static int speex_header(AVFormatContext *s, int idx) {
AVFormatContext   102 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    41 libavformat/oggparsevorbis.c static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val)
AVFormatContext    74 libavformat/oggparsevorbis.c int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st,
AVFormatContext    86 libavformat/oggparsevorbis.c int ff_vorbis_comment(AVFormatContext *as, AVDictionary **m,
AVFormatContext   221 libavformat/oggparsevorbis.c static int fixup_vorbis_headers(AVFormatContext *as,
AVFormatContext   250 libavformat/oggparsevorbis.c static void vorbis_cleanup(AVFormatContext *s, int idx)
AVFormatContext   263 libavformat/oggparsevorbis.c static int vorbis_update_metadata(AVFormatContext *s, int idx)
AVFormatContext   293 libavformat/oggparsevorbis.c static int vorbis_header(AVFormatContext *s, int idx)
AVFormatContext   402 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    97 libavformat/oggparsevp8.c static int vp8_packet(AVFormatContext *s, int idx)
AVFormatContext    80 libavformat/omadec.c static void hex_log(AVFormatContext *s, int level,
AVFormatContext    92 libavformat/omadec.c static int kset(AVFormatContext *s, const uint8_t *r_val, const uint8_t *n_val,
AVFormatContext   123 libavformat/omadec.c static int rprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
AVFormatContext   153 libavformat/omadec.c static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
AVFormatContext   195 libavformat/omadec.c static int decrypt_init(AVFormatContext *s, ID3v2ExtraMeta *em, uint8_t *header)
AVFormatContext   288 libavformat/omadec.c static int oma_read_header(AVFormatContext *s)
AVFormatContext   414 libavformat/omadec.c static int oma_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   473 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    34 libavformat/options.c     AVFormatContext* fc = (AVFormatContext*) ptr;
AVFormatContext    42 libavformat/options.c     AVFormatContext *s = obj;
AVFormatContext    82 libavformat/options.c     AVFormatContext* s = ptr;
AVFormatContext    98 libavformat/options.c static void avformat_get_context_defaults(AVFormatContext *s)
AVFormatContext   100 libavformat/options.c     memset(s, 0, sizeof(AVFormatContext));
AVFormatContext   107 libavformat/options.c AVFormatContext *avformat_alloc_context(void)
AVFormatContext   109 libavformat/options.c     AVFormatContext *ic;
AVFormatContext   110 libavformat/options.c     ic = av_malloc(sizeof(AVFormatContext));
AVFormatContext   124 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    45 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    64 libavformat/pjsdec.c static int pjs_read_header(AVFormatContext *s)
AVFormatContext   107 libavformat/pjsdec.c static int pjs_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   113 libavformat/pjsdec.c static int pjs_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   121 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   135 libavformat/psxstr.c static int str_read_header(AVFormatContext *s)
AVFormatContext   163 libavformat/psxstr.c static int str_read_packet(AVFormatContext *s,
AVFormatContext   300 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   182 libavformat/pva.c static int pva_read_packet(AVFormatContext *s, AVPacket *pkt) {
AVFormatContext   197 libavformat/pva.c static int64_t pva_read_timestamp(struct AVFormatContext *s, int stream_index,
AVFormatContext    33 libavformat/pvfdec.c static int pvf_read_header(AVFormatContext *s)
AVFormatContext    85 libavformat/qcp.c static int qcp_read_header(AVFormatContext *s)
AVFormatContext   138 libavformat/qcp.c static int qcp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    40 libavformat/r3d.c static int read_atom(AVFormatContext *s, Atom *atom)
AVFormatContext    52 libavformat/r3d.c static int r3d_read_red1(AVFormatContext *s)
AVFormatContext   120 libavformat/r3d.c static int r3d_read_rdvo(AVFormatContext *s, Atom *atom)
AVFormatContext   149 libavformat/r3d.c static void r3d_read_reos(AVFormatContext *s)
AVFormatContext   168 libavformat/r3d.c static int r3d_read_header(AVFormatContext *s)
AVFormatContext   219 libavformat/r3d.c static int r3d_read_redv(AVFormatContext *s, AVPacket *pkt, Atom *atom)
AVFormatContext   274 libavformat/r3d.c static int r3d_read_reda(AVFormatContext *s, AVPacket *pkt, Atom *atom)
AVFormatContext   325 libavformat/r3d.c static int r3d_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   365 libavformat/r3d.c static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
AVFormatContext   390 libavformat/r3d.c static int r3d_close(AVFormatContext *s)
AVFormatContext    35 libavformat/rawdec.c int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    55 libavformat/rawdec.c int ff_raw_audio_read_header(AVFormatContext *s)
AVFormatContext    70 libavformat/rawdec.c int ff_raw_video_read_header(AVFormatContext *s)
AVFormatContext    95 libavformat/rawdec.c int ff_raw_data_read_header(AVFormatContext *s)
AVFormatContext    38 libavformat/rawdec.h int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    40 libavformat/rawdec.h int ff_raw_audio_read_header(AVFormatContext *s);
AVFormatContext    42 libavformat/rawdec.h int ff_raw_video_read_header(AVFormatContext *s);
AVFormatContext    44 libavformat/rawdec.h int ff_raw_data_read_header(AVFormatContext *s);
AVFormatContext    26 libavformat/rawenc.c int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    32 libavformat/rawenc.c static int force_one_stream(AVFormatContext *s)
AVFormatContext    27 libavformat/rawenc.h int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext    36 libavformat/rawvideodec.c static int rawvideo_read_header(AVFormatContext *ctx)
AVFormatContext    68 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   109 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   125 libavformat/realtextdec.c static int realtext_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   131 libavformat/realtextdec.c static int realtext_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   139 libavformat/realtextdec.c static int realtext_read_close(AVFormatContext *s)
AVFormatContext    54 libavformat/redspark.c static int redspark_read_header(AVFormatContext *s)
AVFormatContext   139 libavformat/redspark.c static int redspark_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    72 libavformat/riff.h int ff_read_riff_info(AVFormatContext *s, int64_t size);
AVFormatContext    77 libavformat/riff.h void ff_riff_write_info(AVFormatContext *s);
AVFormatContext   198 libavformat/riffdec.c int ff_read_riff_info(AVFormatContext *s, int64_t size)
AVFormatContext   290 libavformat/riffenc.c static int riff_has_valid_tags(AVFormatContext *s)
AVFormatContext   301 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   211 libavformat/rl2.c static int rl2_read_packet(AVFormatContext *s,
AVFormatContext   261 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    68 libavformat/rmdec.c static int rm_read_close(AVFormatContext *s);
AVFormatContext   100 libavformat/rmdec.c static void rm_read_metadata(AVFormatContext *s, AVIOContext *pb, int wide)
AVFormatContext   126 libavformat/rmdec.c static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   312 libavformat/rmdec.c int ff_rm_read_mdpr_codecdata(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   434 libavformat/rmdec.c static int rm_read_index(AVFormatContext *s)
AVFormatContext   490 libavformat/rmdec.c static int rm_read_header_old(AVFormatContext *s)
AVFormatContext   505 libavformat/rmdec.c static int rm_read_header(AVFormatContext *s)
AVFormatContext   639 libavformat/rmdec.c static int rm_sync(AVFormatContext *s, int64_t *timestamp, int *flags, int *stream_index, int64_t *pos){
AVFormatContext   707 libavformat/rmdec.c static int rm_assemble_video_frame(AVFormatContext *s, AVIOContext *pb,
AVFormatContext   833 libavformat/rmdec.c static int readfull(AVFormatContext *s, AVIOContext *pb, uint8_t *dst, int n) {
AVFormatContext   844 libavformat/rmdec.c ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
AVFormatContext   939 libavformat/rmdec.c ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *pb,
AVFormatContext   970 libavformat/rmdec.c static int rm_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1026 libavformat/rmdec.c static int rm_read_close(AVFormatContext *s)
AVFormatContext  1049 libavformat/rmdec.c static int64_t rm_read_dts(AVFormatContext *s, int stream_index,
AVFormatContext  1095 libavformat/rmdec.c static int rm_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    69 libavformat/rmenc.c static int rv10_write_header(AVFormatContext *ctx,
AVFormatContext   289 libavformat/rmenc.c static void write_packet_header(AVFormatContext *ctx, StreamInfo *stream,
AVFormatContext   309 libavformat/rmenc.c static int rm_write_header(AVFormatContext *s)
AVFormatContext   361 libavformat/rmenc.c static int rm_write_audio(AVFormatContext *s, const uint8_t *buf, int size, int flags)
AVFormatContext   391 libavformat/rmenc.c static int rm_write_video(AVFormatContext *s, const uint8_t *buf, int size, int flags)
AVFormatContext   439 libavformat/rmenc.c static int rm_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   448 libavformat/rmenc.c static int rm_write_trailer(AVFormatContext *s)
AVFormatContext   115 libavformat/rpl.c static int rpl_read_header(AVFormatContext *s)
AVFormatContext   275 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   135 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    28 libavformat/rsoenc.c static int rso_write_header(AVFormatContext *s)
AVFormatContext    68 libavformat/rsoenc.c static int rso_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    74 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, AVCodecContext *codec,
AVFormatContext   509 libavformat/rtpdec.c RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st,
AVFormatContext   850 libavformat/rtpdec.c int ff_parse_fmtp(AVFormatContext *s,
AVFormatContext   852 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   205 libavformat/rtpdec.h int ff_parse_fmtp(AVFormatContext *s,
AVFormatContext   207 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    97 libavformat/rtpdec_asf.c int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p)
AVFormatContext   141 libavformat/rtpdec_asf.c static int asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index,
AVFormatContext   181 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   202 libavformat/rtpdec_h264.c int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
AVFormatContext   281 libavformat/rtpdec_h264.c static int h264_handle_packet_fu_a(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
AVFormatContext   308 libavformat/rtpdec_h264.c static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   387 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   187 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   212 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   131 libavformat/rtpdec_latm.c static int parse_fmtp(AVFormatContext *s,
AVFormatContext   151 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   161 libavformat/rtpdec_mpeg4.c static int aac_parse_packet(AVFormatContext *ctx, PayloadContext *data,
AVFormatContext   273 libavformat/rtpdec_mpeg4.c static int parse_fmtp(AVFormatContext *s,
AVFormatContext   303 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   237 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    43 libavformat/rtpdec_svq3.c static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv,
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   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    89 libavformat/rtpenc.c static int rtp_write_header(AVFormatContext *s1)
AVFormatContext   260 libavformat/rtpenc.c static void rtcp_send_sr(AVFormatContext *s1, int64_t ntp_time, int bye)
AVFormatContext   306 libavformat/rtpenc.c void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m)
AVFormatContext   329 libavformat/rtpenc.c static int rtp_send_samples(AVFormatContext *s1,
AVFormatContext   358 libavformat/rtpenc.c static void rtp_send_mpegaudio(AVFormatContext *s1,
AVFormatContext   410 libavformat/rtpenc.c static void rtp_send_raw(AVFormatContext *s1,
AVFormatContext   432 libavformat/rtpenc.c static void rtp_send_mpegts_raw(AVFormatContext *s1,
AVFormatContext   456 libavformat/rtpenc.c static int rtp_send_ilbc(AVFormatContext *s1, const uint8_t *buf, int size)
AVFormatContext   491 libavformat/rtpenc.c static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
AVFormatContext   607 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_vp8(AVFormatContext *s1, const uint8_t *buff, int size);
AVFormatContext    95 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    27 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   110 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    26 libavformat/rtpenc_vp8.c void ff_rtp_send_vp8(AVFormatContext *s1, 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   201 libavformat/rtsp.c static void finalize_rtp_handler_init(AVFormatContext *s, RTSPStream *rtsp_st,
AVFormatContext   221 libavformat/rtsp.c static int sdp_parse_rtpmap(AVFormatContext *s,
AVFormatContext   340 libavformat/rtsp.c static void parse_fmtp(AVFormatContext *s, RTSPState *rt,
AVFormatContext   356 libavformat/rtsp.c static void sdp_parse_line(AVFormatContext *s, SDPParseState *s1,
AVFormatContext   644 libavformat/rtsp.c int ff_sdp_parse(AVFormatContext *s, const char *content)
AVFormatContext   699 libavformat/rtsp.c void ff_rtsp_undo_setup(AVFormatContext *s, int send_packets)
AVFormatContext   710 libavformat/rtsp.c                 AVFormatContext *rtpctx = rtsp_st->transport_priv;
AVFormatContext   733 libavformat/rtsp.c void ff_rtsp_close_streams(AVFormatContext *s)
AVFormatContext   769 libavformat/rtsp.c int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st)
AVFormatContext   788 libavformat/rtsp.c         int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->transport_priv,
AVFormatContext   796 libavformat/rtsp.c         st->time_base = ((AVFormatContext*)rtsp_st->transport_priv)->streams[0]->time_base;
AVFormatContext  1087 libavformat/rtsp.c void ff_rtsp_skip_packet(AVFormatContext *s)
AVFormatContext  1112 libavformat/rtsp.c int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
AVFormatContext  1266 libavformat/rtsp.c static int rtsp_send_cmd_with_content_async(AVFormatContext *s,
AVFormatContext  1321 libavformat/rtsp.c int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
AVFormatContext  1327 libavformat/rtsp.c int ff_rtsp_send_cmd(AVFormatContext *s, const char *method, const char *url,
AVFormatContext  1335 libavformat/rtsp.c int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
AVFormatContext  1374 libavformat/rtsp.c int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
AVFormatContext  1608 libavformat/rtsp.c void ff_rtsp_close_connections(AVFormatContext *s)
AVFormatContext  1616 libavformat/rtsp.c int ff_rtsp_connect(AVFormatContext *s)
AVFormatContext  1878 libavformat/rtsp.c static int udp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
AVFormatContext  1967 libavformat/rtsp.c static int pick_stream(AVFormatContext *s, RTSPStream **rtsp_st,
AVFormatContext  2011 libavformat/rtsp.c int ff_rtsp_fetch_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  2223 libavformat/rtsp.c static int sdp_read_header(AVFormatContext *s)
AVFormatContext  2290 libavformat/rtsp.c static int sdp_read_close(AVFormatContext *s)
AVFormatContext  2324 libavformat/rtsp.c static int rtp_read_header(AVFormatContext *s)
AVFormatContext   307 libavformat/rtsp.h     AVFormatContext *asf_ctx;
AVFormatContext   480 libavformat/rtsp.h int ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method,
AVFormatContext   499 libavformat/rtsp.h int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
AVFormatContext   512 libavformat/rtsp.h int ff_rtsp_send_cmd(AVFormatContext *s, const char *method,
AVFormatContext   539 libavformat/rtsp.h int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
AVFormatContext   546 libavformat/rtsp.h void ff_rtsp_skip_packet(AVFormatContext *s);
AVFormatContext   557 libavformat/rtsp.h int ff_rtsp_connect(AVFormatContext *s);
AVFormatContext   564 libavformat/rtsp.h void ff_rtsp_close_streams(AVFormatContext *s);
AVFormatContext   571 libavformat/rtsp.h void ff_rtsp_close_connections(AVFormatContext *s);
AVFormatContext   577 libavformat/rtsp.h int ff_rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply);
AVFormatContext   583 libavformat/rtsp.h int ff_rtsp_setup_output_streams(AVFormatContext *s, const char *addr);
AVFormatContext   589 libavformat/rtsp.h int ff_rtsp_parse_streaming_commands(AVFormatContext *s);
AVFormatContext   596 libavformat/rtsp.h int ff_sdp_parse(AVFormatContext *s, const char *content);
AVFormatContext   601 libavformat/rtsp.h int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
AVFormatContext   607 libavformat/rtsp.h int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st);
AVFormatContext   613 libavformat/rtsp.h int ff_rtsp_fetch_packet(AVFormatContext *s, AVPacket *pkt);
AVFormatContext   620 libavformat/rtsp.h int ff_rtsp_make_setup_request(AVFormatContext *s, const char *host, int port,
AVFormatContext   627 libavformat/rtsp.h void ff_rtsp_undo_setup(AVFormatContext *s, int send_packets);
AVFormatContext   632 libavformat/rtsp.h int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st);
AVFormatContext    55 libavformat/rtspdec.c static int rtsp_read_close(AVFormatContext *s)
AVFormatContext    70 libavformat/rtspdec.c static inline int read_line(AVFormatContext *s, char *rbuf, const int rbufsize,
AVFormatContext    95 libavformat/rtspdec.c static int rtsp_send_reply(AVFormatContext *s, enum RTSPStatusCode code,
AVFormatContext   122 libavformat/rtspdec.c static inline int check_sessionid(AVFormatContext *s,
AVFormatContext   140 libavformat/rtspdec.c static inline int rtsp_read_request(AVFormatContext *s,
AVFormatContext   170 libavformat/rtspdec.c static int rtsp_read_announce(AVFormatContext *s)
AVFormatContext   211 libavformat/rtspdec.c static int rtsp_read_options(AVFormatContext *s)
AVFormatContext   229 libavformat/rtspdec.c static int rtsp_read_setup(AVFormatContext *s, char* host, char *controlurl)
AVFormatContext   333 libavformat/rtspdec.c static int rtsp_read_record(AVFormatContext *s)
AVFormatContext   355 libavformat/rtspdec.c static inline int parse_command_line(AVFormatContext *s, const char *line,
AVFormatContext   458 libavformat/rtspdec.c int ff_rtsp_parse_streaming_commands(AVFormatContext *s)
AVFormatContext   499 libavformat/rtspdec.c static int rtsp_read_play(AVFormatContext *s)
AVFormatContext   570 libavformat/rtspdec.c static int rtsp_read_pause(AVFormatContext *s)
AVFormatContext   587 libavformat/rtspdec.c int ff_rtsp_setup_input_streams(AVFormatContext *s, RTSPMessageHeader *reply)
AVFormatContext   624 libavformat/rtspdec.c static int rtsp_listen(AVFormatContext *s)
AVFormatContext   707 libavformat/rtspdec.c static int rtsp_read_header(AVFormatContext *s)
AVFormatContext   744 libavformat/rtspdec.c int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
AVFormatContext   794 libavformat/rtspdec.c static int resetup_tcp(AVFormatContext *s)
AVFormatContext   807 libavformat/rtspdec.c static int rtsp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   922 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   109 libavformat/rtspenc.c static int rtsp_write_record(AVFormatContext *s)
AVFormatContext   124 libavformat/rtspenc.c static int rtsp_write_header(AVFormatContext *s)
AVFormatContext   140 libavformat/rtspenc.c int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
AVFormatContext   143 libavformat/rtspenc.c     AVFormatContext *rtpctx = rtsp_st->transport_priv;
AVFormatContext   179 libavformat/rtspenc.c static int rtsp_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   185 libavformat/rtspenc.c     AVFormatContext *rtpctx;
AVFormatContext   225 libavformat/rtspenc.c static int rtsp_write_close(AVFormatContext *s)
AVFormatContext    49 libavformat/samidec.c static int sami_read_header(AVFormatContext *s)
AVFormatContext   109 libavformat/samidec.c static int sami_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   115 libavformat/samidec.c static int sami_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   123 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    64 libavformat/sapdec.c static int sap_read_header(AVFormatContext *s)
AVFormatContext   189 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    69 libavformat/sapenc.c static int sap_write_header(AVFormatContext *s)
AVFormatContext    75 libavformat/sapenc.c     AVFormatContext **contexts = NULL;
AVFormatContext   137 libavformat/sapenc.c     contexts = av_mallocz_array(s->nb_streams, sizeof(AVFormatContext*));
AVFormatContext   245 libavformat/sapenc.c static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   247 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  1380 libavformat/sbgdec.c static av_cold int sbg_read_header(AVFormatContext *avf)
AVFormatContext  1444 libavformat/sbgdec.c static int sbg_read_packet(AVFormatContext *avf, AVPacket *packet)
AVFormatContext  1464 libavformat/sbgdec.c static int sbg_read_seek2(AVFormatContext *avf, int stream_index,
AVFormatContext  1475 libavformat/sbgdec.c static int sbg_read_seek(AVFormatContext *avf, int stream_index,
AVFormatContext   482 libavformat/sdp.c static char *sdp_write_media_attributes(char *buff, int size, AVCodecContext *c, int payload_type, AVFormatContext *fmt)
AVFormatContext   725 libavformat/sdp.c                         int port, int ttl, AVFormatContext *fmt)
AVFormatContext   749 libavformat/sdp.c int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size)
AVFormatContext   819 libavformat/sdp.c int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size)
AVFormatContext   826 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    59 libavformat/seek-test.c     AVFormatContext *ic = NULL;
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   253 libavformat/segafilm.c static int film_read_packet(AVFormatContext *s,
AVFormatContext    75 libavformat/segment.c     AVFormatContext *avf;
AVFormatContext   135 libavformat/segment.c static int segment_mux_init(AVFormatContext *s)
AVFormatContext   138 libavformat/segment.c     AVFormatContext *oc;
AVFormatContext   175 libavformat/segment.c static int set_segment_filename(AVFormatContext *s)
AVFormatContext   178 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   213 libavformat/segment.c static int segment_start(AVFormatContext *s, int write_header)
AVFormatContext   216 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   252 libavformat/segment.c static int segment_list_open(AVFormatContext *s)
AVFormatContext   322 libavformat/segment.c static int segment_end(AVFormatContext *s, int write_trailer, int is_last)
AVFormatContext   325 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext   520 libavformat/segment.c static int select_reference_stream(AVFormatContext *s)
AVFormatContext   584 libavformat/segment.c static int seg_write_header(AVFormatContext *s)
AVFormatContext   587 libavformat/segment.c     AVFormatContext *oc = NULL;
AVFormatContext   721 libavformat/segment.c static int seg_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   831 libavformat/segment.c static int seg_write_trailer(struct AVFormatContext *s)
AVFormatContext   834 libavformat/segment.c     AVFormatContext *oc = seg->avf;
AVFormatContext    85 libavformat/sierravmd.c static int vmd_read_header(AVFormatContext *s)
AVFormatContext   263 libavformat/sierravmd.c static int vmd_read_packet(AVFormatContext *s,
AVFormatContext   306 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   107 libavformat/smacker.c static int smacker_read_header(AVFormatContext *s)
AVFormatContext   251 libavformat/smacker.c static int smacker_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   375 libavformat/smacker.c static int smacker_read_close(AVFormatContext *s)
AVFormatContext    46 libavformat/smjpegdec.c static int smjpeg_read_header(AVFormatContext *s)
AVFormatContext   137 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    50 libavformat/smoothstreamingenc.c     AVFormatContext *ctx;
AVFormatContext   167 libavformat/smoothstreamingenc.c static void ism_free(AVFormatContext *s)
AVFormatContext   213 libavformat/smoothstreamingenc.c static int write_manifest(AVFormatContext *s, int final)
AVFormatContext   289 libavformat/smoothstreamingenc.c static int ism_write_header(AVFormatContext *s)
AVFormatContext   315 libavformat/smoothstreamingenc.c         AVFormatContext *ctx;
AVFormatContext   407 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   485 libavformat/smoothstreamingenc.c static int copy_moof(AVFormatContext *s, const char* infile, const char *outfile, int64_t size)
AVFormatContext   512 libavformat/smoothstreamingenc.c static int ism_flush(AVFormatContext *s, int final)
AVFormatContext   577 libavformat/smoothstreamingenc.c static int ism_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   602 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    88 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    33 libavformat/spdifdec.c static int spdif_get_offset_and_codec(AVFormatContext *s,
AVFormatContext   163 libavformat/spdifdec.c static int spdif_read_header(AVFormatContext *s)
AVFormatContext   169 libavformat/spdifdec.c int ff_spdif_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    87 libavformat/spdifenc.c     int (*header_info) (AVFormatContext *s, AVPacket *pkt);
AVFormatContext   105 libavformat/spdifenc.c static int spdif_header_ac3(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   115 libavformat/spdifenc.c static int spdif_header_eac3(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   166 libavformat/spdifenc.c static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size,
AVFormatContext   243 libavformat/spdifenc.c static int spdif_header_dts(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   326 libavformat/spdifenc.c static int spdif_header_mpeg(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   349 libavformat/spdifenc.c static int spdif_header_aac(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   397 libavformat/spdifenc.c static int spdif_header_truehd(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   443 libavformat/spdifenc.c static int spdif_write_header(AVFormatContext *s)
AVFormatContext   478 libavformat/spdifenc.c static int spdif_write_trailer(AVFormatContext *s)
AVFormatContext   495 libavformat/spdifenc.c static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext    83 libavformat/srtdec.c static int srt_read_header(AVFormatContext *s)
AVFormatContext   144 libavformat/srtdec.c static int srt_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   150 libavformat/srtdec.c static int srt_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   158 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   110 libavformat/stldec.c static int stl_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   116 libavformat/stldec.c static int stl_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   124 libavformat/stldec.c static int stl_read_close(AVFormatContext *s)
AVFormatContext   218 libavformat/subtitles.c int ff_subtitles_queue_seek(FFDemuxSubtitlesQueue *q, AVFormatContext *s, int stream_index,
AVFormatContext   136 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    93 libavformat/subviewer1dec.c static int subviewer1_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    99 libavformat/subviewer1dec.c static int subviewer1_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   107 libavformat/subviewer1dec.c static int subviewer1_read_close(AVFormatContext *s)
AVFormatContext    69 libavformat/subviewerdec.c static int subviewer_read_header(AVFormatContext *s)
AVFormatContext   163 libavformat/subviewerdec.c static int subviewer_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   169 libavformat/subviewerdec.c static int subviewer_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   177 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    92 libavformat/swfdec.c     AVFormatContext *s = opaque;
AVFormatContext   122 libavformat/swfdec.c static int swf_read_header(AVFormatContext *s)
AVFormatContext   164 libavformat/swfdec.c static AVStream *create_new_audio_stream(AVFormatContext *s, int id, int info)
AVFormatContext   190 libavformat/swfdec.c static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   516 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   344 libavformat/swfenc.c static int swf_write_video(AVFormatContext *s,
AVFormatContext   449 libavformat/swfenc.c static int swf_write_audio(AVFormatContext *s,
AVFormatContext   473 libavformat/swfenc.c static int swf_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   482 libavformat/swfenc.c static int swf_write_trailer(AVFormatContext *s)
AVFormatContext    48 libavformat/takdec.c static int tak_read_header(AVFormatContext *s)
AVFormatContext   175 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    31 libavformat/tee.c     AVFormatContext *avf;
AVFormatContext   135 libavformat/tee.c static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
AVFormatContext   142 libavformat/tee.c     AVFormatContext *avf2 = NULL;
AVFormatContext   288 libavformat/tee.c static void close_slaves(AVFormatContext *avf)
AVFormatContext   291 libavformat/tee.c     AVFormatContext *avf2;
AVFormatContext   338 libavformat/tee.c static int tee_write_header(AVFormatContext *avf)
AVFormatContext   388 libavformat/tee.c                          AVFormatContext *fmt_ctx, AVBitStreamFilterContext *bsf_ctx)
AVFormatContext   426 libavformat/tee.c static int tee_write_trailer(AVFormatContext *avf)
AVFormatContext   429 libavformat/tee.c     AVFormatContext *avf2;
AVFormatContext   448 libavformat/tee.c static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt)
AVFormatContext   451 libavformat/tee.c     AVFormatContext *avf2;
AVFormatContext    62 libavformat/thp.c static int thp_read_header(AVFormatContext *s)
AVFormatContext   149 libavformat/thp.c static int thp_read_packet(AVFormatContext *s,
AVFormatContext   185 libavformat/tiertexseq.c static int seq_read_header(AVFormatContext *s)
AVFormatContext   244 libavformat/tiertexseq.c static int seq_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   298 libavformat/tiertexseq.c static int seq_read_close(AVFormatContext *s)
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    54 libavformat/tta.c static int tta_read_header(AVFormatContext *s)
AVFormatContext   153 libavformat/tta.c static int tta_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   177 libavformat/tta.c static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
AVFormatContext    48 libavformat/tty.c static int efi_read(AVFormatContext *avctx, uint64_t start_pos)
AVFormatContext    75 libavformat/tty.c static int read_header(AVFormatContext *avctx)
AVFormatContext   111 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   122 libavformat/uncodedframecrcenc.c static int write_frame(struct AVFormatContext *s, int stream_index,
AVFormatContext   157 libavformat/uncodedframecrcenc.c static int write_packet(struct AVFormatContext *s, AVPacket *pkt)
AVFormatContext   108 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, video_codec)
AVFormatContext   109 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, audio_codec)
AVFormatContext   110 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, subtitle_codec)
AVFormatContext   111 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, data_codec)
AVFormatContext   112 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, int, metadata_header_padding)
AVFormatContext   113 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, void *, opaque)
AVFormatContext   114 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, av_format_control_message, control_message_cb)
AVFormatContext   126 libavformat/utils.c void av_format_inject_global_side_data(AVFormatContext *s)
AVFormatContext   136 libavformat/utils.c int ff_copy_whitelists(AVFormatContext *dst, AVFormatContext *src)
AVFormatContext   149 libavformat/utils.c static const AVCodec *find_decoder(AVFormatContext *s, AVStream *st, enum AVCodecID codec_id)
AVFormatContext   169 libavformat/utils.c int av_format_get_probe_score(const AVFormatContext *s)
AVFormatContext   264 libavformat/utils.c static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st,
AVFormatContext   308 libavformat/utils.c int av_demuxer_open(AVFormatContext *ic) {
AVFormatContext   329 libavformat/utils.c static int init_input(AVFormatContext *s, const char *filename,
AVFormatContext   378 libavformat/utils.c int avformat_queue_attached_pictures(AVFormatContext *s)
AVFormatContext   401 libavformat/utils.c int avformat_open_input(AVFormatContext **ps, const char *filename,
AVFormatContext   404 libavformat/utils.c     AVFormatContext *s = *ps;
AVFormatContext   506 libavformat/utils.c static void force_codec_ids(AVFormatContext *s, AVStream *st)
AVFormatContext   524 libavformat/utils.c static int probe_codec(AVFormatContext *s, AVStream *st, const AVPacket *pkt)
AVFormatContext   574 libavformat/utils.c static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt)
AVFormatContext   640 libavformat/utils.c int ff_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   743 libavformat/utils.c void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st,
AVFormatContext   827 libavformat/utils.c static AVPacketList *get_next_pkt(AVFormatContext *s, AVStream *st, AVPacketList *pktl)
AVFormatContext   878 libavformat/utils.c static void update_initial_timestamps(AVFormatContext *s, int stream_index,
AVFormatContext   929 libavformat/utils.c static void update_initial_durations(AVFormatContext *s, AVStream *st,
AVFormatContext   982 libavformat/utils.c static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
AVFormatContext  1180 libavformat/utils.c static int parse_packet(AVFormatContext *s, AVPacket *pkt, int stream_index)
AVFormatContext  1306 libavformat/utils.c static int read_frame_internal(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1466 libavformat/utils.c int av_read_frame(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1560 libavformat/utils.c static void flush_packet_queue(AVFormatContext *s)
AVFormatContext  1574 libavformat/utils.c int av_find_default_stream_index(AVFormatContext *s)
AVFormatContext  1612 libavformat/utils.c void ff_read_frame_flush(AVFormatContext *s)
AVFormatContext  1645 libavformat/utils.c void ff_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp)
AVFormatContext  1659 libavformat/utils.c void ff_reduce_index(AVFormatContext *s, int stream_index)
AVFormatContext  1779 libavformat/utils.c static int64_t ff_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit,
AVFormatContext  1780 libavformat/utils.c                                  int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
AVFormatContext  1788 libavformat/utils.c int ff_seek_frame_binary(AVFormatContext *s, int stream_index,
AVFormatContext  1856 libavformat/utils.c int ff_find_last_ts(AVFormatContext *s, int stream_index, int64_t *ts, int64_t *pos,
AVFormatContext  1857 libavformat/utils.c                     int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
AVFormatContext  1894 libavformat/utils.c int64_t ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts,
AVFormatContext  1898 libavformat/utils.c                       int64_t (*read_timestamp)(struct AVFormatContext *, int,
AVFormatContext  2000 libavformat/utils.c static int seek_frame_byte(AVFormatContext *s, int stream_index,
AVFormatContext  2020 libavformat/utils.c static int seek_frame_generic(AVFormatContext *s, int stream_index,
AVFormatContext  2084 libavformat/utils.c static int seek_frame_internal(AVFormatContext *s, int stream_index,
AVFormatContext  2128 libavformat/utils.c int av_seek_frame(AVFormatContext *s, int stream_index,
AVFormatContext  2151 libavformat/utils.c int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts,
AVFormatContext  2207 libavformat/utils.c int avformat_flush(AVFormatContext *s)
AVFormatContext  2220 libavformat/utils.c static int has_duration(AVFormatContext *ic)
AVFormatContext  2240 libavformat/utils.c static void update_stream_timings(AVFormatContext *ic)
AVFormatContext  2312 libavformat/utils.c static void fill_all_stream_timings(AVFormatContext *ic)
AVFormatContext  2331 libavformat/utils.c static void estimate_timings_from_bit_rate(AVFormatContext *ic)
AVFormatContext  2386 libavformat/utils.c static void estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset)
AVFormatContext  2512 libavformat/utils.c static void estimate_timings(AVFormatContext *ic, int64_t old_offset)
AVFormatContext  2607 libavformat/utils.c static int try_decode_frame(AVFormatContext *s, AVStream *st, AVPacket *avpkt,
AVFormatContext  2794 libavformat/utils.c static void compute_chapters_end(AVFormatContext *s)
AVFormatContext  2889 libavformat/utils.c int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts)
AVFormatContext  2947 libavformat/utils.c void ff_rfps_calculate(AVFormatContext *ic)
AVFormatContext  3012 libavformat/utils.c int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
AVFormatContext  3463 libavformat/utils.c AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s)
AVFormatContext  3480 libavformat/utils.c int av_find_best_stream(AVFormatContext *ic, enum AVMediaType type,
AVFormatContext  3546 libavformat/utils.c int av_read_play(AVFormatContext *s)
AVFormatContext  3555 libavformat/utils.c int av_read_pause(AVFormatContext *s)
AVFormatContext  3564 libavformat/utils.c void ff_free_stream(AVFormatContext *s, AVStream *st) {
AVFormatContext  3593 libavformat/utils.c void avformat_free_context(AVFormatContext *s)
AVFormatContext  3628 libavformat/utils.c void avformat_close_input(AVFormatContext **ps)
AVFormatContext  3630 libavformat/utils.c     AVFormatContext *s;
AVFormatContext  3656 libavformat/utils.c AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c)
AVFormatContext  3724 libavformat/utils.c AVProgram *av_new_program(AVFormatContext *ac, int id)
AVFormatContext  3752 libavformat/utils.c AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
AVFormatContext  3782 libavformat/utils.c void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned idx)
AVFormatContext  4069 libavformat/utils.c int ff_find_stream_index(AVFormatContext *s, int id)
AVFormatContext  4170 libavformat/utils.c AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame)
AVFormatContext  4193 libavformat/utils.c AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame)
AVFormatContext  4214 libavformat/utils.c int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
AVFormatContext    45 libavformat/vc1test.c static int vc1t_read_header(AVFormatContext *s)
AVFormatContext    86 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    72 libavformat/vivo.c static int vivo_get_packet_header(AVFormatContext *s)
AVFormatContext   118 libavformat/vivo.c static int vivo_read_header(AVFormatContext *s)
AVFormatContext   244 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    41 libavformat/vocdec.c static int voc_read_header(AVFormatContext *s)
AVFormatContext    65 libavformat/vocdec.c ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size)
AVFormatContext   181 libavformat/vocdec.c static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   186 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    57 libavformat/vplayerdec.c static int vplayer_read_header(AVFormatContext *s)
AVFormatContext    97 libavformat/vplayerdec.c static int vplayer_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   103 libavformat/vplayerdec.c static int vplayer_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   111 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   231 libavformat/vqf.c static int vqf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   259 libavformat/vqf.c static int vqf_read_seek(AVFormatContext *s,
AVFormatContext   126 libavformat/wavdec.c static int wav_parse_fmt_tag(AVFormatContext *s, int64_t size, AVStream **st)
AVFormatContext   149 libavformat/wavdec.c static inline int wav_parse_bext_string(AVFormatContext *s, const char *key,
AVFormatContext   167 libavformat/wavdec.c static int wav_parse_bext_tag(AVFormatContext *s, int64_t size)
AVFormatContext   247 libavformat/wavdec.c static int wav_read_header(AVFormatContext *s)
AVFormatContext   474 libavformat/wavdec.c static int wav_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   577 libavformat/wavdec.c static int wav_read_seek(AVFormatContext *s,
AVFormatContext   649 libavformat/wavdec.c static int w64_read_header(AVFormatContext *s)
AVFormatContext    92 libavformat/wavenc.c static inline void bwf_write_bext_string(AVFormatContext *s, const char *key, int maxlen)
AVFormatContext   106 libavformat/wavenc.c static void bwf_write_bext_chunk(AVFormatContext *s)
AVFormatContext   146 libavformat/wavenc.c static av_cold void peak_free_buffers(AVFormatContext *s)
AVFormatContext   155 libavformat/wavenc.c static av_cold int peak_init_writer(AVFormatContext *s)
AVFormatContext   193 libavformat/wavenc.c static void peak_write_frame(AVFormatContext *s)
AVFormatContext   255 libavformat/wavenc.c static int peak_write_chunk(AVFormatContext *s)
AVFormatContext   304 libavformat/wavenc.c static int wav_write_header(AVFormatContext *s)
AVFormatContext   378 libavformat/wavenc.c static int wav_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   416 libavformat/wavenc.c static int wav_write_trailer(AVFormatContext *s)
AVFormatContext   562 libavformat/wavenc.c static int w64_write_header(AVFormatContext *s)
AVFormatContext   592 libavformat/wavenc.c static int w64_write_trailer(AVFormatContext *s)
AVFormatContext    88 libavformat/wc3movie.c static int wc3_read_header(AVFormatContext *s)
AVFormatContext   198 libavformat/wc3movie.c static int wc3_read_packet(AVFormatContext *s,
AVFormatContext   293 libavformat/wc3movie.c static int wc3_read_close(AVFormatContext *s)
AVFormatContext    67 libavformat/webmdashenc.c static double get_duration(AVFormatContext *s)
AVFormatContext    80 libavformat/webmdashenc.c static void write_header(AVFormatContext *s)
AVFormatContext    97 libavformat/webmdashenc.c static void write_footer(AVFormatContext *s)
AVFormatContext   102 libavformat/webmdashenc.c static int subsegment_alignment(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   115 libavformat/webmdashenc.c static int bitstream_switching(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   140 libavformat/webmdashenc.c static int write_representation(AVFormatContext *s, AVStream *stream, int id,
AVFormatContext   174 libavformat/webmdashenc.c static int check_matching_width(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   187 libavformat/webmdashenc.c static int check_matching_height(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   200 libavformat/webmdashenc.c static int check_matching_sample_rate(AVFormatContext *s, AdaptationSet *as) {
AVFormatContext   213 libavformat/webmdashenc.c static int write_adaptation_set(AVFormatContext *s, int as_index)
AVFormatContext   281 libavformat/webmdashenc.c static int parse_adaptation_sets(AVFormatContext *s)
AVFormatContext   324 libavformat/webmdashenc.c static int webm_dash_manifest_write_header(AVFormatContext *s)
AVFormatContext   345 libavformat/webmdashenc.c static int webm_dash_manifest_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   350 libavformat/webmdashenc.c static int webm_dash_manifest_write_trailer(AVFormatContext *s)
AVFormatContext    34 libavformat/webpenc.c static int webp_write_header(AVFormatContext *s)
AVFormatContext    54 libavformat/webpenc.c static int flush(AVFormatContext *s, int trailer, int64_t pts)
AVFormatContext   116 libavformat/webpenc.c static int webp_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   129 libavformat/webpenc.c static int webp_write_trailer(AVFormatContext *s)
AVFormatContext    60 libavformat/webvttdec.c static int webvtt_read_header(AVFormatContext *s)
AVFormatContext   172 libavformat/webvttdec.c static int webvtt_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   178 libavformat/webvttdec.c static int webvtt_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext   186 libavformat/webvttdec.c static int webvtt_read_close(AVFormatContext *s)
AVFormatContext    46 libavformat/webvttenc.c static int webvtt_write_header(AVFormatContext *ctx)
AVFormatContext    59 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   159 libavformat/westwood_vqa.c static int wsvqa_read_packet(AVFormatContext *s,
AVFormatContext   154 libavformat/wtvdec.c static AVIOContext * wtvfile_open_sector(int first_sector, uint64_t length, int depth, AVFormatContext *s)
AVFormatContext   258 libavformat/wtvdec.c static AVIOContext * wtvfile_open2(AVFormatContext *s, const uint8_t *buf, int buf_size, const uint8_t *filename, int filename_size)
AVFormatContext   431 libavformat/wtvdec.c static void get_attachment(AVFormatContext *s, AVIOContext *pb, int length)
AVFormatContext   467 libavformat/wtvdec.c static void get_tag(AVFormatContext *s, AVIOContext *pb, const char *key, int type, int length)
AVFormatContext   539 libavformat/wtvdec.c static void parse_legacy_attrib(AVFormatContext *s, AVIOContext *pb)
AVFormatContext   566 libavformat/wtvdec.c static int parse_videoinfoheader2(AVFormatContext *s, AVStream *st)
AVFormatContext   609 libavformat/wtvdec.c static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type)
AVFormatContext   643 libavformat/wtvdec.c static AVStream * parse_media_type(AVFormatContext *s, AVStream *st, int sid,
AVFormatContext   787 libavformat/wtvdec.c static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr)
AVFormatContext   961 libavformat/wtvdec.c static int read_header(AVFormatContext *s)
AVFormatContext  1055 libavformat/wtvdec.c static int read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext  1074 libavformat/wtvdec.c static int read_seek(AVFormatContext *s, int stream_index,
AVFormatContext  1114 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   696 libavformat/wtvenc.c static void write_table_redirector_legacy_attrib(AVFormatContext *s)
AVFormatContext   724 libavformat/wtvenc.c static int finish_file(AVFormatContext *s, enum WtvFileIndex index, int64_t start_pos)
AVFormatContext   781 libavformat/wtvenc.c static int write_trailer(AVFormatContext *s)
AVFormatContext    77 libavformat/wvdec.c static int wv_read_block_header(AVFormatContext *ctx, AVIOContext *pb)
AVFormatContext   212 libavformat/wvdec.c static int wv_read_header(AVFormatContext *s)
AVFormatContext   255 libavformat/wvdec.c static int wv_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   312 libavformat/wvdec.c static int wv_read_seek(AVFormatContext *s, int stream_index,
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   129 libavformat/xmv.c static int xmv_read_close(AVFormatContext *s)
AVFormatContext   138 libavformat/xmv.c static int xmv_read_header(AVFormatContext *s)
AVFormatContext   293 libavformat/xmv.c static int xmv_process_packet_header(AVFormatContext *s)
AVFormatContext   399 libavformat/xmv.c static int xmv_fetch_new_packet(AVFormatContext *s)
AVFormatContext   429 libavformat/xmv.c static int xmv_fetch_audio_packet(AVFormatContext *s,
AVFormatContext   475 libavformat/xmv.c static int xmv_fetch_video_packet(AVFormatContext *s,
AVFormatContext   534 libavformat/xmv.c static int xmv_read_packet(AVFormatContext *s,
AVFormatContext    44 libavformat/xwma.c static int xwma_read_header(AVFormatContext *s)
AVFormatContext   254 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   120 libavformat/yop.c static int yop_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   185 libavformat/yop.c static int yop_read_close(AVFormatContext *s)
AVFormatContext   192 libavformat/yop.c static int yop_read_seek(AVFormatContext *s, int stream_index,
AVFormatContext    30 libavformat/yuv4mpegdec.c static int yuv4_read_header(AVFormatContext *s)
AVFormatContext   263 libavformat/yuv4mpegdec.c static int yuv4_read_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext    29 libavformat/yuv4mpegenc.c static int yuv4_generate_header(AVFormatContext *s, char* buf)
AVFormatContext   137 libavformat/yuv4mpegenc.c static int yuv4_write_packet(AVFormatContext *s, AVPacket *pkt)
AVFormatContext   233 libavformat/yuv4mpegenc.c static int yuv4_write_header(AVFormatContext *s)
AVFormatContext   496 tools/ismindex.c     AVFormatContext *ctx = NULL;
AVFormatContext    56 tools/pktdumper.c     AVFormatContext *fctx = NULL;
AVFormatContext    48 tools/seek_print.c     AVFormatContext *avf = NULL;
AVFormatContext   118 tools/sidxindex.c     AVFormatContext *ctx = NULL;
AVFormatContext    11 tools/uncoded_frame.c     AVFormatContext *mux;