Lines Matching refs:AVFormatContext
90 AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision) in ff_choose_timebase()
106 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st) in ff_choose_chroma_location()
136 int avformat_alloc_output_context2(AVFormatContext **avctx, ff_const59 AVOutputFormat *oformat, in avformat_alloc_output_context2()
139 AVFormatContext *s = avformat_alloc_context(); in avformat_alloc_output_context2()
197 static int validate_codec_tag(AVFormatContext *s, AVStream *st) in validate_codec_tag()
231 static int init_muxer(AVFormatContext *s, AVDictionary **options)
423 static int init_pts(AVFormatContext *s)
468 static void flush_if_needed(AVFormatContext *s)
478 static void deinit_muxer(AVFormatContext *s)
486 int avformat_init_output(AVFormatContext *s, AVDictionary **options)
506 int avformat_write_header(AVFormatContext *s, AVDictionary **options)
547 static int compute_muxer_pkt_fields(AVFormatContext *s, AVStream *st, AVPacket *pkt)
642 static void guess_pkt_duration(AVFormatContext *s, AVStream *st, AVPacket *pkt)
681 static int write_packet(AVFormatContext *s, AVPacket *pkt)
764 static int check_packet(AVFormatContext *s, AVPacket *pkt)
780 static int prepare_input_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt)
830 int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
831 int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *)) argument
902 static int interleave_compare_dts(AVFormatContext *s, const AVPacket *next,
932 int ff_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
1050 int ff_get_muxer_ts_offset(AVFormatContext *s, int stream_index, int64_t *offset)
1066 const AVPacket *ff_interleaved_peek(AVFormatContext *s, int stream)
1087 static int interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *in, int flush)
1095 static int check_bitstream(AVFormatContext *s, AVStream *st, AVPacket *pkt)
1114 static int interleaved_write_packet(AVFormatContext *s, AVPacket *pkt, int flush)
1133 static int write_packet_common(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved)
1157 static int write_packets_from_bsfs(AVFormatContext *s, AVStream *st, AVPacket *pkt, int interleaved)
1189 static int write_packets_common(AVFormatContext *s, AVPacket *pkt, int interleaved)
1212 int av_write_frame(AVFormatContext *s, AVPacket *in)
1259 int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt)
1274 int av_write_trailer(AVFormatContext *s)
1319 int av_get_output_timestamp(struct AVFormatContext *s, int stream,
1328 int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
1329 AVFormatContext *src, int interleave)
1355 static int write_uncoded_frame_internal(AVFormatContext *s, int stream_index,
1398 int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
1404 int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index,
1410 int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index)