Go to the source code of this file.
Definition at line 105 of file avformat_internal.h.
Definition at line 100 of file avformat_internal.h.
Referenced by avformat_free_context(), avformat_init_output(), avformat_open_input(), avformat_queue_attached_pictures(), avformat_write_header(), avpriv_new_chapter(), compute_muxer_pkt_fields(), compute_pkt_fields(), deinit_muxer(), ff_flush_packet_queue(), ff_interleave_packet_per_dts(), ff_read_packet(), get_next_pkt(), handle_new_packet(), init_muxer(), interleaved_write_packet(), parse_packet(), probe_codec(), read_frame_internal(), update_initial_durations(), and update_initial_timestamps().
Definition at line 107 of file avformat_internal.h.
Referenced by av_read_frame(), compute_pkt_fields(), ff_add_index_entry(), ff_rfps_add_frame(), read_frame_internal(), update_initial_timestamps(), and update_timestamps().
Wrap a given time stamp, if there is an indication for an overflow.
Definition at line 68 of file demux.c.
Referenced by av_add_index_entry(), and read_timestamp().
Definition at line 130 of file avformat_internal.h.
Definition at line 135 of file avformat_internal.h.
Referenced by avformat_stream_group_add_stream().
Definition at line 130 of file avformat.c.
Referenced by avformat_free_context(), estimate_timings_from_pts(), and ff_read_frame_flush().
Definition at line 804 of file avformat.c.
Referenced by av_find_best_stream(), and find_probe_decoder().
Frees a stream without modifying the corresponding AVFormatContext.
Must only be called if the latter doesn't matter or if the stream is not yet attached to an AVFormatContext.
Definition at line 45 of file avformat.c.
Referenced by avformat_free_context(), avformat_new_stream(), and ff_remove_stream().
Frees a stream group without modifying the corresponding AVFormatContext.
Must only be called if the latter doesn't matter or if the stream is not yet attached to an AVFormatContext.
Definition at line 76 of file avformat.c.
Referenced by avformat_free_context(), avformat_stream_group_create(), and ff_remove_stream_group().
Definition at line 850 of file avformat.c.
Referenced by compute_pkt_fields(), and init_muxer().