AVFormatContext 45 applications/dashcast/audio_decoder.h AVFormatContext *av_fmt_ctx; AVFormatContext 63 applications/dashcast/audio_muxer.h AVFormatContext *av_fmt_ctx; AVFormatContext 41 applications/dashcast/video_decoder.h AVFormatContext *av_fmt_ctx; AVFormatContext 57 applications/dashcast/video_muxer.h AVFormatContext *av_fmt_ctx; AVFormatContext 262 extra_lib/include/ffmpeg_android/libavformat/avformat.h struct AVFormatContext; AVFormatContext 497 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*write_header)(struct AVFormatContext *); AVFormatContext 505 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); AVFormatContext 506 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*write_trailer)(struct AVFormatContext *); AVFormatContext 510 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*interleave_packet)(struct AVFormatContext *, AVPacket *out, AVFormatContext 521 extra_lib/include/ffmpeg_android/libavformat/avformat.h void (*get_output_timestamp)(struct AVFormatContext *s, int stream, AVFormatContext 526 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*control_message)(struct AVFormatContext *s, int type, AVFormatContext 537 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*write_uncoded_frame)(struct AVFormatContext *, int stream_index, AVFormatContext 543 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); AVFormatContext 548 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); AVFormatContext 553 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); AVFormatContext 633 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*read_header)(struct AVFormatContext *); AVFormatContext 644 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*read_packet)(struct AVFormatContext *, AVPacket *pkt); AVFormatContext 650 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*read_close)(struct AVFormatContext *); AVFormatContext 660 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*read_seek)(struct AVFormatContext *, AVFormatContext 667 extra_lib/include/ffmpeg_android/libavformat/avformat.h int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, AVFormatContext 674 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*read_play)(struct AVFormatContext *); AVFormatContext 680 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*read_pause)(struct AVFormatContext *); AVFormatContext 688 extra_lib/include/ffmpeg_android/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 694 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); AVFormatContext 700 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); AVFormatContext 706 extra_lib/include/ffmpeg_android/libavformat/avformat.h int (*free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps); AVFormatContext 1146 extra_lib/include/ffmpeg_android/libavformat/avformat.h typedef int (*av_format_control_message)(struct AVFormatContext *s, int type, AVFormatContext 1703 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_format_get_probe_score(const AVFormatContext *s); AVFormatContext 1704 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVCodec * av_format_get_video_codec(const AVFormatContext *s); AVFormatContext 1705 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_set_video_codec(AVFormatContext *s, AVCodec *c); AVFormatContext 1706 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVCodec * av_format_get_audio_codec(const AVFormatContext *s); AVFormatContext 1707 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_set_audio_codec(AVFormatContext *s, AVCodec *c); AVFormatContext 1708 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVCodec * av_format_get_subtitle_codec(const AVFormatContext *s); AVFormatContext 1709 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_set_subtitle_codec(AVFormatContext *s, AVCodec *c); AVFormatContext 1710 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_format_get_metadata_header_padding(const AVFormatContext *s); AVFormatContext 1711 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_set_metadata_header_padding(AVFormatContext *s, int c); AVFormatContext 1712 extra_lib/include/ffmpeg_android/libavformat/avformat.h void * av_format_get_opaque(const AVFormatContext *s); AVFormatContext 1713 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_set_opaque(AVFormatContext *s, void *opaque); AVFormatContext 1714 extra_lib/include/ffmpeg_android/libavformat/avformat.h av_format_control_message av_format_get_control_message_cb(const AVFormatContext *s); AVFormatContext 1715 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_set_control_message_cb(AVFormatContext *s, av_format_control_message callback); AVFormatContext 1721 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_format_inject_global_side_data(AVFormatContext *s); AVFormatContext 1728 extra_lib/include/ffmpeg_android/libavformat/avformat.h enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx); AVFormatContext 1807 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVFormatContext *avformat_alloc_context(void); AVFormatContext 1813 extra_lib/include/ffmpeg_android/libavformat/avformat.h void avformat_free_context(AVFormatContext *s); AVFormatContext 1842 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); AVFormatContext 1855 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVProgram *av_new_program(AVFormatContext *s, int id); AVFormatContext 1867 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVFormatContext *avformat_alloc_output_context(const char *format, AVFormatContext 1888 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat, AVFormatContext 1979 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options); AVFormatContext 1982 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_demuxer_open(AVFormatContext *ic); AVFormatContext 2001 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_find_stream_info(AVFormatContext *ic); AVFormatContext 2025 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options); AVFormatContext 2037 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s); AVFormatContext 2063 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic, AVFormatContext 2085 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_read_packet(AVFormatContext *s, AVPacket *pkt); AVFormatContext 2112 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_read_frame(AVFormatContext *s, AVPacket *pkt); AVFormatContext 2127 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, AVFormatContext 2158 extra_lib/include/ffmpeg_android/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 2164 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_read_play(AVFormatContext *s); AVFormatContext 2171 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_read_pause(AVFormatContext *s); AVFormatContext 2181 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_close_input_file(AVFormatContext *s); AVFormatContext 2188 extra_lib/include/ffmpeg_android/libavformat/avformat.h void avformat_close_input(AVFormatContext **s); AVFormatContext 2205 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVStream *av_new_stream(AVFormatContext *s, int id); AVFormatContext 2241 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options); AVFormatContext 2273 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_write_frame(AVFormatContext *s, AVPacket *pkt); AVFormatContext 2308 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt); AVFormatContext 2318 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_write_uncoded_frame(AVFormatContext *s, int stream_index, AVFormatContext 2337 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index, AVFormatContext 2346 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index); AVFormatContext 2357 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_write_trailer(AVFormatContext *s); AVFormatContext 2397 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_get_output_timestamp(struct AVFormatContext *s, int stream, AVFormatContext 2497 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_find_default_stream_index(AVFormatContext *s); AVFormatContext 2559 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_dump_format(AVFormatContext *ic, AVFormatContext 2604 extra_lib/include/ffmpeg_android/libavformat/avformat.h int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size); AVFormatContext 2678 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVFormatContext 2688 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVFormatContext 2703 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVFormatContext 2706 extra_lib/include/ffmpeg_android/libavformat/avformat.h int avformat_queue_attached_pictures(AVFormatContext *s); AVFormatContext 176 extra_lib/include/libavdevice/avdevice.h int avdevice_app_to_dev_control_message(struct AVFormatContext *s, AVFormatContext 190 extra_lib/include/libavdevice/avdevice.h int avdevice_dev_to_app_control_message(struct AVFormatContext *s, AVFormatContext 224 extra_lib/include/libavdevice/avdevice.h int avdevice_list_devices(struct AVFormatContext *s, AVDeviceInfoList **device_list); AVFormatContext 262 extra_lib/include/libavformat/avformat.h struct AVFormatContext; AVFormatContext 487 extra_lib/include/libavformat/avformat.h int (*write_header)(struct AVFormatContext *); AVFormatContext 495 extra_lib/include/libavformat/avformat.h int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); AVFormatContext 496 extra_lib/include/libavformat/avformat.h int (*write_trailer)(struct AVFormatContext *); AVFormatContext 500 extra_lib/include/libavformat/avformat.h int (*interleave_packet)(struct AVFormatContext *, AVPacket *out, AVFormatContext 511 extra_lib/include/libavformat/avformat.h void (*get_output_timestamp)(struct AVFormatContext *s, int stream, AVFormatContext 516 extra_lib/include/libavformat/avformat.h int (*control_message)(struct AVFormatContext *s, int type, AVFormatContext 527 extra_lib/include/libavformat/avformat.h int (*write_uncoded_frame)(struct AVFormatContext *, int stream_index, AVFormatContext 533 extra_lib/include/libavformat/avformat.h int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); AVFormatContext 606 extra_lib/include/libavformat/avformat.h int (*read_header)(struct AVFormatContext *); AVFormatContext 617 extra_lib/include/libavformat/avformat.h int (*read_packet)(struct AVFormatContext *, AVPacket *pkt); AVFormatContext 623 extra_lib/include/libavformat/avformat.h int (*read_close)(struct AVFormatContext *); AVFormatContext 633 extra_lib/include/libavformat/avformat.h int (*read_seek)(struct AVFormatContext *, AVFormatContext 640 extra_lib/include/libavformat/avformat.h int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, AVFormatContext 647 extra_lib/include/libavformat/avformat.h int (*read_play)(struct AVFormatContext *); AVFormatContext 653 extra_lib/include/libavformat/avformat.h int (*read_pause)(struct AVFormatContext *); AVFormatContext 661 extra_lib/include/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 667 extra_lib/include/libavformat/avformat.h int (*get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list); AVFormatContext 1057 extra_lib/include/libavformat/avformat.h typedef int (*av_format_control_message)(struct AVFormatContext *s, int type, AVFormatContext 1552 extra_lib/include/libavformat/avformat.h int av_format_get_probe_score(const AVFormatContext *s); AVFormatContext 1553 extra_lib/include/libavformat/avformat.h AVCodec * av_format_get_video_codec(const AVFormatContext *s); AVFormatContext 1554 extra_lib/include/libavformat/avformat.h void av_format_set_video_codec(AVFormatContext *s, AVCodec *c); AVFormatContext 1555 extra_lib/include/libavformat/avformat.h AVCodec * av_format_get_audio_codec(const AVFormatContext *s); AVFormatContext 1556 extra_lib/include/libavformat/avformat.h void av_format_set_audio_codec(AVFormatContext *s, AVCodec *c); AVFormatContext 1557 extra_lib/include/libavformat/avformat.h AVCodec * av_format_get_subtitle_codec(const AVFormatContext *s); AVFormatContext 1558 extra_lib/include/libavformat/avformat.h void av_format_set_subtitle_codec(AVFormatContext *s, AVCodec *c); AVFormatContext 1559 extra_lib/include/libavformat/avformat.h int av_format_get_metadata_header_padding(const AVFormatContext *s); AVFormatContext 1560 extra_lib/include/libavformat/avformat.h void av_format_set_metadata_header_padding(AVFormatContext *s, int c); AVFormatContext 1561 extra_lib/include/libavformat/avformat.h void * av_format_get_opaque(const AVFormatContext *s); AVFormatContext 1562 extra_lib/include/libavformat/avformat.h void av_format_set_opaque(AVFormatContext *s, void *opaque); AVFormatContext 1563 extra_lib/include/libavformat/avformat.h av_format_control_message av_format_get_control_message_cb(const AVFormatContext *s); AVFormatContext 1564 extra_lib/include/libavformat/avformat.h void av_format_set_control_message_cb(AVFormatContext *s, av_format_control_message callback); AVFormatContext 1571 extra_lib/include/libavformat/avformat.h enum AVDurationEstimationMethod av_fmt_ctx_get_duration_estimation_method(const AVFormatContext* ctx); AVFormatContext 1650 extra_lib/include/libavformat/avformat.h AVFormatContext *avformat_alloc_context(void); AVFormatContext 1656 extra_lib/include/libavformat/avformat.h void avformat_free_context(AVFormatContext *s); AVFormatContext 1685 extra_lib/include/libavformat/avformat.h AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); AVFormatContext 1687 extra_lib/include/libavformat/avformat.h AVProgram *av_new_program(AVFormatContext *s, int id); AVFormatContext 1699 extra_lib/include/libavformat/avformat.h AVFormatContext *avformat_alloc_output_context(const char *format, AVFormatContext 1720 extra_lib/include/libavformat/avformat.h int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat, AVFormatContext 1811 extra_lib/include/libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options); AVFormatContext 1814 extra_lib/include/libavformat/avformat.h int av_demuxer_open(AVFormatContext *ic); AVFormatContext 1833 extra_lib/include/libavformat/avformat.h int av_find_stream_info(AVFormatContext *ic); AVFormatContext 1857 extra_lib/include/libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options); AVFormatContext 1869 extra_lib/include/libavformat/avformat.h AVProgram *av_find_program_from_stream(AVFormatContext *ic, AVProgram *last, int s); AVFormatContext 1895 extra_lib/include/libavformat/avformat.h int av_find_best_stream(AVFormatContext *ic, AVFormatContext 1917 extra_lib/include/libavformat/avformat.h int av_read_packet(AVFormatContext *s, AVPacket *pkt); AVFormatContext 1944 extra_lib/include/libavformat/avformat.h int av_read_frame(AVFormatContext *s, AVPacket *pkt); AVFormatContext 1959 extra_lib/include/libavformat/avformat.h int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, AVFormatContext 1990 extra_lib/include/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 1996 extra_lib/include/libavformat/avformat.h int av_read_play(AVFormatContext *s); AVFormatContext 2003 extra_lib/include/libavformat/avformat.h int av_read_pause(AVFormatContext *s); AVFormatContext 2013 extra_lib/include/libavformat/avformat.h void av_close_input_file(AVFormatContext *s); AVFormatContext 2020 extra_lib/include/libavformat/avformat.h void avformat_close_input(AVFormatContext **s); AVFormatContext 2037 extra_lib/include/libavformat/avformat.h AVStream *av_new_stream(AVFormatContext *s, int id); AVFormatContext 2073 extra_lib/include/libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options); AVFormatContext 2105 extra_lib/include/libavformat/avformat.h int av_write_frame(AVFormatContext *s, AVPacket *pkt); AVFormatContext 2140 extra_lib/include/libavformat/avformat.h int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt); AVFormatContext 2150 extra_lib/include/libavformat/avformat.h int av_write_uncoded_frame(AVFormatContext *s, int stream_index, AVFormatContext 2169 extra_lib/include/libavformat/avformat.h int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index, AVFormatContext 2178 extra_lib/include/libavformat/avformat.h int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index); AVFormatContext 2189 extra_lib/include/libavformat/avformat.h int av_write_trailer(AVFormatContext *s); AVFormatContext 2229 extra_lib/include/libavformat/avformat.h int av_get_output_timestamp(struct AVFormatContext *s, int stream, AVFormatContext 2329 extra_lib/include/libavformat/avformat.h int av_find_default_stream_index(AVFormatContext *s); AVFormatContext 2381 extra_lib/include/libavformat/avformat.h void av_dump_format(AVFormatContext *ic, AVFormatContext 2426 extra_lib/include/libavformat/avformat.h int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size); AVFormatContext 2499 extra_lib/include/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVFormatContext 2509 extra_lib/include/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVFormatContext 2524 extra_lib/include/libavformat/avformat.h int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, AVFormatContext 2527 extra_lib/include/libavformat/avformat.h int avformat_queue_attached_pictures(AVFormatContext *s); AVFormatContext 186 modules/ffmpeg_in/ffmpeg_demux.c static int open_file(AVFormatContext ** ic_ptr, const char * filename, AVInputFormat * fmt, void *ops) { AVFormatContext 227 modules/ffmpeg_in/ffmpeg_demux.c AVFormatContext *ctx; AVFormatContext 195 modules/ffmpeg_in/ffmpeg_in.h AVFormatContext *ctx; AVFormatContext 25 modules/redirect_av/ffmpeg_ts_muxer.c AVFormatContext *oc;