FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVStream Struct Reference

Stream structure. More...

#include <avformat.h>

Data Fields

int index
 stream index in AVFormatContext More...
 
int id
 Format-specific stream ID. More...
 
voidpriv_data
 
AVRational time_base
 This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented. More...
 
int64_t start_time
 Decoding: pts of the first frame of the stream in presentation order, in stream time base. More...
 
int64_t duration
 Decoding: duration of the stream, in stream time base. More...
 
int64_t nb_frames
 number of frames in this stream if known or 0 More...
 
int disposition
 AV_DISPOSITION_* bit field. More...
 
enum AVDiscard discard
 Selects which packets can be discarded at will and do not need to be demuxed. More...
 
AVRational sample_aspect_ratio
 sample aspect ratio (0 if unknown) More...
 
AVDictionarymetadata
 
AVRational avg_frame_rate
 Average framerate. More...
 
AVPacket attached_pic
 For streams with AV_DISPOSITION_ATTACHED_PIC disposition, this packet will contain the attached picture. More...
 
AVPacketSideDataside_data
 An array of side data that applies to the whole stream (i.e. More...
 
int nb_side_data
 The number of elements in the AVStream.side_data array. More...
 
int event_flags
 Flags for the user to detect events happening on the stream. More...
 
struct {
   int64_t   last_dts
 
   int64_t   duration_gcd
 
   int   duration_count
 
   int64_t   rfps_duration_sum
 
   double(*   duration_error )[2][MAX_STD_TIMEBASES]
 
   int64_t   codec_info_duration
 
   int64_t   codec_info_duration_fields
 
   int   found_decoder
 0 -> decoder has not been searched for yet. More...
 
   int64_t   last_duration
 
   int64_t   fps_first_dts
 Those are used for average framerate estimation. More...
 
   int   fps_first_dts_idx
 
   int64_t   fps_last_dts
 
   int   fps_last_dts_idx
 
info
 
int pts_wrap_bits
 number of bits in pts (used for wrapping control) More...
 
int64_t first_dts
 Timestamp corresponding to the last dts sync point. More...
 
int64_t cur_dts
 
int64_t last_IP_pts
 
int last_IP_duration
 
int probe_packets
 Number of packets to buffer for codec probing. More...
 
int codec_info_nb_frames
 Number of frames that have been demuxed during avformat_find_stream_info() More...
 
enum AVStreamParseType need_parsing
 
struct AVCodecParserContextparser
 
struct AVPacketListlast_in_packet_buffer
 last packet in packet_buffer for this stream when muxing. More...
 
AVProbeData probe_data
 
int64_t pts_buffer [MAX_REORDER_DELAY+1]
 
AVIndexEntryindex_entries
 Only used if the format does not support seeking natively. More...
 
int nb_index_entries
 
unsigned int index_entries_allocated_size
 
AVRational r_frame_rate
 Real base framerate of the stream. More...
 
int stream_identifier
 Stream Identifier This is the MPEG-TS stream identifier +1 0 means unknown. More...
 
int64_t interleaver_chunk_size
 
int64_t interleaver_chunk_duration
 
int request_probe
 stream probing state -1 -> probing finished 0 -> no probing requested rest -> perform probing with request_probe being the minimum score to accept. More...
 
int skip_to_keyframe
 Indicates that everything up to the next keyframe should be discarded. More...
 
int skip_samples
 Number of samples to skip at the start of the frame decoded from the next packet. More...
 
int64_t start_skip_samples
 If not 0, the number of samples that should be skipped from the start of the stream (the samples are removed from packets with pts==0, which also assumes negative timestamps do not happen). More...
 
int64_t first_discard_sample
 If not 0, the first audio sample that should be discarded from the stream. More...
 
int64_t last_discard_sample
 The sample after last sample that is intended to be discarded after first_discard_sample. More...
 
int nb_decoded_frames
 Number of internally decoded frames, used internally in libavformat, do not access its lifetime differs from info which is why it is not in that structure. More...
 
int64_t mux_ts_offset
 Timestamp offset added to timestamps before muxing NOT PART OF PUBLIC API. More...
 
int64_t pts_wrap_reference
 Internal data to check for wrapping of the time stamp. More...
 
int pts_wrap_behavior
 Options for behavior, when a wrap is detected. More...
 
int update_initial_durations_done
 Internal data to prevent doing update_initial_durations() twice. More...
 
int64_t pts_reorder_error [MAX_REORDER_DELAY+1]
 Internal data to generate dts from pts. More...
 
uint8_t pts_reorder_error_count [MAX_REORDER_DELAY+1]
 
int64_t last_dts_for_order_check
 Internal data to analyze DTS and detect faulty mpeg streams. More...
 
uint8_t dts_ordered
 
uint8_t dts_misordered
 
int inject_global_side_data
 Internal data to inject global side data. More...
 
char * recommended_encoder_configuration
 String containing paris of key and values describing recommended encoder configuration. More...
 
AVRational display_aspect_ratio
 display aspect ratio (0 if unknown) More...
 
struct FFFracpriv_pts
 
AVStreamInternalinternal
 An opaque field for libavformat internal usage. More...
 
AVCodecParameterscodecpar
 

Detailed Description

Stream structure.

New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(AVStream) must not be used outside libav*.

Examples:
demuxing_decoding.c, hw_decode.c, muxing.c, qsvdec.c, remuxing.c, transcode_aac.c, and transcoding.c.

Definition at line 889 of file avformat.h.

Field Documentation

int AVStream::index

stream index in AVFormatContext

Examples:
muxing.c, and qsvdec.c.

Definition at line 890 of file avformat.h.

Referenced by aac_parse_packet(), ac3_handle_packet(), add_stream_to_programs(), amr_handle_packet(), ape_tag_read_field(), asf_read_picture(), asf_read_stream_properties(), av_read_frame(), avformat_find_stream_info(), avformat_match_stream_specifier(), avformat_new_stream(), avpriv_dv_produce_packet(), avpriv_set_pts_info(), avs_read_audio_packet(), avs_read_video_packet(), build_feed_streams(), cdxl_read_packet(), check_decode_result(), check_output_constraints(), cin_read_header(), configure_input_audio_filter(), configure_input_filter(), configure_input_video_filter(), dc1394_read_common(), decode_audio(), decode_video(), do_video_out(), dshow_add_device(), dump_attachment(), dv_extract_audio_info(), dv_handle_packet(), ea_read_header(), ff_flac_parse_picture(), ff_h263_handle_packet(), ff_id3v2_parse_apic(), ff_id3v2_write_apic(), ff_rm_parse_packet(), ff_rm_retrieve_cache(), ff_rtsp_open_transport_ctx(), film_read_header(), flic_read_header(), flush_encoders(), flv_data_packet(), flv_read_packet(), get_attachment(), get_format(), get_ost_filters(), get_subtitle_pkt(), guess_input_channel_layout(), gxf_write_header(), gxf_write_media_preamble(), h261_handle_packet(), h263_handle_packet(), h264_handle_packet(), hevc_handle_packet(), hls_read_packet(), idcin_read_header(), init_audio(), init_input_filter(), init_input_stream(), init_video_stream(), ipmovie_read_header(), jpeg_parse_packet(), latm_parse_packet(), main(), matroska_parse_block(), matroska_parse_frame(), matroska_parse_rm_audio(), matroska_parse_webvtt(), matroska_read_header(), mov_build_index(), mov_fix_index(), mov_read_chapters(), mov_read_covr(), mov_read_trak(), mov_read_trun(), mov_seek_stream(), mov_write_tkhd_tag(), movie_common_init(), movie_push_frame(), mpa_robust_parse_packet(), mpeg_parse_packet(), mpegps_read_packet(), mpegts_push_data(), mpegts_set_stream_info(), mxf_parse_structural_metadata(), mxf_read_packet(), mxf_write_generic_desc(), mxf_write_header(), mxf_write_packet(), mxf_write_sequence(), mxf_write_structural_component(), mxf_write_timecode_component(), mxf_write_track(), ndi_set_audio_packet(), ndi_set_video_packet(), new_audio_stream(), new_pes_packet(), nsv_read_chunk(), nuv_header(), open_input_file(), open_output_file(), parse_packet(), parse_strk(), parse_vtrk(), pmt_cb(), prepare_input_packet(), probe_codec(), process_input_packet(), qdm2_restore_block(), qt_rtp_parse_packet(), rdt_load_mdpr(), rdt_parse_packet(), rdt_parse_sdp_line(), read_frame(), read_frame_internal(), return_stored_frame(), rfc4175_handle_packet(), roq_read_packet(), rtp_parse_packet_internal(), seq_read_header(), show_frame(), show_stream(), smacker_read_header(), smjpeg_read_header(), smush_read_header(), store_packet(), str_read_packet(), svq3_parse_packet(), thp_read_header(), transcode_init(), vc2hq_handle_frame_fragment(), vc2hq_handle_sequence_header(), vc2hq_mark_end_of_sequence(), vid_read_packet(), decklink_input_callback::VideoInputFrameArrived(), vmd_read_header(), vp8_handle_packet(), vp9_handle_packet(), wc3_read_header(), write_frame(), write_packet(), write_stream_data(), wsaud_read_packet(), wsvqa_read_header(), wsvqa_read_packet(), xa_read_packet(), xiph_handle_packet(), and xmv_process_packet_header().

int AVStream::id

Format-specific stream ID.

decoding: set by libavformat encoding: set by the user, replaced by libavformat if left unset

Examples:
muxing.c.

Definition at line 896 of file avformat.h.

Referenced by add_dstream(), add_stream(), asf_parse_packet(), asf_read_pts(), asf_read_stream_properties(), asfrtp_parse_packet(), asfrtp_parse_sdp_line(), avformat_match_stream_specifier(), avi_read_header(), avisynth_create_stream(), build_feed_streams(), concat_read_header(), create_new_audio_stream(), dshow_add_device(), dump_stream_format(), ff_find_stream_index(), ff_rdt_parse_open(), ff_rm_parse_packet(), ff_rtp_chain_mux_open(), ff_stream_encode_params_copy(), get_attachment(), get_sindex(), handle_file(), hds_flush(), hds_write_header(), hds_write_packet(), lavfi_read_header(), match_streams_exact_id(), mov_read_chapters(), mov_read_header(), mov_read_sidx(), mov_read_tfdt(), mov_read_tkhd(), mov_read_trak(), mov_read_trun(), mov_seek_fragment(), mov_setup_track_ids(), mpegps_read_dts(), mpegps_read_packet(), mpegps_read_pes_header(), mpegts_init(), mpegts_push_data(), mpegts_set_stream_info(), mxf_add_metadata_stream(), mxf_parse_structural_metadata(), new_output_stream(), new_stream(), nsv_parse_NSVs_header(), nsv_read_chunk(), ogg_new_stream(), open_demux_for_component(), parse_strk(), pmt_cb(), rdt_parse_sdp_line(), read_header(), read_packet(), recheck_discard_flags(), rm_read_header(), rm_read_index(), rm_read_multi(), rm_sync(), rm_write_header(), rtp_write_header(), rtsp_read_packet(), sap_fetch_packet(), sap_read_header(), show_stream(), swf_read_packet(), update_streams_from_subdemuxer(), write_abst(), and write_packet().

void* AVStream::priv_data

Definition at line 904 of file avformat.h.

Referenced by av_write_trailer(), avi_add_ientry(), avi_read_close(), avi_read_header(), avi_read_idx1(), avi_read_packet(), avi_read_seek(), avi_start_new_riff(), avi_sync(), avi_write_counters(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), avi_write_packet_internal(), avi_write_trailer(), check_stream_max_drift(), clean_index(), ff_audio_interleave_close(), ff_audio_interleave_init(), ff_audio_rechunk_interleave(), ff_mov_read_stsd_entries(), flush_packet(), flv_write_header(), flv_write_packet(), flv_write_trailer(), free_stream(), get_subtitle_pkt(), get_system_header_size(), gxf_compare_field_nb(), gxf_find_lines_index(), gxf_write_header(), gxf_write_media_preamble(), gxf_write_mpeg_auxiliary(), gxf_write_track_description_section(), gxf_write_umf_media_description(), gxf_write_umf_media_mpeg(), gxf_write_umf_track_description(), http_prepare_data(), interleave_new_audio_packet(), ivr_read_header(), ivr_read_packet(), mov_build_index(), mov_find_next_sample(), mov_fix_index(), mov_parse_stsd_data(), mov_read_chapters(), mov_read_close(), mov_read_coll(), mov_read_covr(), mov_read_ctts(), mov_read_custom(), mov_read_dref(), mov_read_elst(), mov_read_frma(), mov_read_header(), mov_read_mdhd(), mov_read_packet(), mov_read_rtmd_track(), mov_read_saiz(), mov_read_sbgp(), mov_read_seek(), mov_read_senc(), mov_read_sidx(), mov_read_smdm(), mov_read_st3d(), mov_read_stco(), mov_read_stps(), mov_read_stsc(), mov_read_stsd(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_sv3d(), mov_read_tfdt(), mov_read_timecode_track(), mov_read_tkhd(), mov_read_tmcd(), mov_read_trak(), mov_read_trun(), mov_read_uuid(), mov_seek_fragment(), mov_seek_stream(), mpeg_mux_end(), mpeg_mux_init(), mpeg_mux_write_packet(), mpegts_deinit(), mpegts_get_pcr(), mpegts_init(), mpegts_insert_pcr_only(), mpegts_set_stream_info(), mpegts_write_flush(), mpegts_write_packet_internal(), mpegts_write_pes(), mpegts_write_pmt(), mxf_compare_timestamps(), mxf_compute_sample_count(), mxf_free(), mxf_get_stream_index(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), mxf_parse_structural_metadata(), mxf_read_close(), mxf_read_seek(), mxf_set_audio_pts(), mxf_set_pts(), mxf_write_cdci_common(), mxf_write_d10_video_packet(), mxf_write_essence_container_refs(), mxf_write_footer(), mxf_write_generic_desc(), mxf_write_header(), mxf_write_index_table_segment(), mxf_write_mpegvideo_desc(), mxf_write_multi_descriptor(), mxf_write_opatom_body_partition(), mxf_write_package(), mxf_write_packet(), mxf_write_system_item(), mxf_write_track(), new_stream(), ni_prepare_read(), nsv_parse_NSVs_header(), nsv_read_chunk(), nsv_read_seek(), ogg_buffer_data(), ogg_compare_granule(), ogg_free(), ogg_init(), ogg_write_header(), ogg_write_packet(), ogg_write_packet_internal(), ogg_write_page(), ogg_write_pages(), ogg_write_trailer(), output_packet(), parse_chunks(), put_system_header(), qt_rtp_parse_packet(), read_gab2_sub(), read_odml_index(), remove_decoded_packets(), rm_read_close(), rm_read_header(), rm_read_header_old(), rm_read_multi(), rm_read_packet(), rtp_new_av_stream(), sap_write_close(), sap_write_header(), sap_write_packet(), seek_subtitle(), tmcd_is_referenced(), update_odml_entry(), write_odml_master(), and write_skip_frames().

AVRational AVStream::time_base

This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented.

decoding: set by libavformat encoding: May be set by the caller before avformat_write_header() to provide a hint to the muxer about the desired timebase. In avformat_write_header(), the muxer will overwrite this field with the timebase that will actually be used for the timestamps written into the file (which may or may not be related to the user-provided one, depending on the format).

Examples:
filtering_audio.c, filtering_video.c, muxing.c, remuxing.c, transcode_aac.c, and transcoding.c.

Definition at line 926 of file avformat.h.

Referenced by add_stream(), av_pkt_dump2(), av_pkt_dump_log2(), av_stream_get_codec_timebase(), avformat_find_stream_info(), avformat_seek_file(), avformat_transfer_internal_stream_timing_info(), avi_read_header(), avi_read_packet(), avi_read_seek(), avi_write_header(), avpriv_set_pts_info(), caca_write_header(), calculate_bitrate(), check_codec_match(), check_init_output_file(), check_stream_max_drift(), choose_output(), compute_pkt_fields(), concat_read_packet(), configure_input_video_filter(), copy_stream_props(), dash_init(), dash_read_packet(), dash_read_seek(), dash_write_packet(), dash_write_trailer(), decklink_setup_video(), decode_audio(), decode_fctl_chunk(), decode_video(), do_streamcopy(), do_video_out(), do_video_stats(), dump_stream_format(), dv_extract_video_info(), dv_init_mux(), encode_write_frame(), estimate_timings_from_bit_rate(), estimate_timings_from_pts(), extract_extradata_init(), ff_choose_timebase(), ff_configure_buffers_for_index(), ff_framehash_write_header(), ff_interleave_add_packet(), ff_interleave_packet_per_dts(), ff_interleaved_peek(), ff_mov_init_hinting(), ff_parse_specific_params(), ff_pcm_read_seek(), ff_read_packet(), ff_rfps_add_frame(), ff_rfps_calculate(), ff_rtp_chain_mux_open(), ff_rtp_send_aac(), ff_rtp_send_amr(), ff_rtp_send_xiph(), ff_rtsp_open_transport_ctx(), ff_stream_add_bitstream_filter(), ff_stream_encode_params_copy(), ff_update_cur_dts(), ff_write_chained(), fifo_thread_attempt_recovery(), fifo_thread_write_packet(), fill_all_stream_timings(), fill_timing_for_id3_timestamped_stream(), finalize_packet(), find_fps(), flac_read_header(), flush_packet(), get_subtitle_pkt(), get_timebase(), get_video_frame(), handle_file(), hds_write_header(), hds_write_packet(), hls_mux_init(), hls_read_packet(), hls_read_seek(), hls_write_header(), hls_write_packet(), http_prepare_data(), init_encoder_time_base(), init_filters(), init_fps(), init_input_stream(), init_muxer(), init_output_bsfs(), init_output_stream(), init_output_stream_streamcopy(), init_pts(), init_stream(), interleave_compare_dts(), interleave_new_audio_packet(), ism_write_header(), ism_write_packet(), ivf_write_header(), log_packet(), main(), matroska_parse_tracks(), mkv_write_packet(), mkv_write_trailer(), mov_get_dv_codec_tag(), mov_init(), mov_parse_stsd_data(), mov_read_chapters(), mov_read_seek(), mov_read_sidx(), mov_write_single_packet(), mov_write_tmcd_tag(), movie_common_init(), movie_config_output_props(), mpegts_init(), mpegts_write_packet_internal(), mux_frames(), mxf_compute_sample_count(), mxf_parse_structural_metadata(), mxf_read_seek(), mxf_write_header(), ndi_create_video_stream(), ndi_set_audio_packet(), ndi_set_video_packet(), ndi_write_audio_packet(), ndi_write_video_packet(), new_output_stream(), ni_prepare_read(), ogg_buffer_data(), ogg_build_vp8_headers(), ogg_compare_granule(), ogg_init(), open_demux_for_component(), open_input_file(), open_output_file(), open_slave(), opt_target(), output_segment_list(), packet_after_outpoint(), parse_packet(), print_report(), process_input(), process_input_packet(), pulse_write_packet(), r3d_read_rdvo(), r3d_read_red1(), r3d_read_reda(), r3d_read_redv(), r3d_seek(), read_gab2_sub(), read_header(), read_interval_packets(), read_packet(), read_seek(), read_thread(), real_seek(), report_new_stream(), rl2_read_seek(), rm_write_header(), rtp_mpegts_write_header(), rtp_mpegts_write_packet(), rtp_parse_one_packet(), rtp_send_ilbc(), rtsp_read_play(), rtsp_read_seek(), sap_fetch_packet(), sap_read_header(), sap_write_header(), sbg_read_seek2(), seek_frame_internal(), seek_subtitle(), seek_to_start(), seg_init(), seg_write_header(), seg_write_packet(), segment_mux_init(), send_filter_eof(), set_stream_info_from_input_stream(), show_frame(), show_packet(), show_stream(), smush_read_header(), stream_component_open(), stream_has_enough_packets(), sub2video_heartbeat(), sub2video_update(), swf_write_header(), tee_write_packet(), try_seek(), ts_to_samples(), txd_read_header(), update_initial_timestamps(), update_stream_timings(), update_wrap_reference(), vc1t_read_packet(), video_decode_example(), video_thread(), decklink_input_callback::VideoInputFrameArrived(), vqf_read_seek(), webm_chunk_write_packet(), write_frame(), write_manifest(), write_packet(), write_trailer(), yuv4_generate_header(), and yuv4_read_header().

int64_t AVStream::start_time

Decoding: pts of the first frame of the stream in presentation order, in stream time base.

Only set this if you are absolutely 100% sure that the value you set it to really is the pts of the first frame. This may be undefined (AV_NOPTS_VALUE).

Note
The ASF header does NOT contain a correct start_time the ASF demuxer must NOT set this.

Definition at line 936 of file avformat.h.

Referenced by aa_read_header(), acm_read_header(), adp_read_header(), aiff_read_header(), ape_read_header(), asf_read_ext_stream_properties(), ast_read_header(), avformat_find_stream_info(), avformat_new_stream(), avi_read_header(), avisynth_create_stream_video(), avpriv_dv_init_demux(), cdxl_read_packet(), create_audio_stream(), daala_packet(), do_video_out(), dss_read_header(), dv_extract_audio_info(), ea_read_header(), estimate_timings_from_pts(), ff_img_read_header(), ff_raw_audio_read_header(), ff_raw_data_read_header(), ff_read_packet(), fill_all_stream_timings(), g723_1_init(), gdv_read_header(), gxf_header(), gxf_seek(), hnm_read_header(), idcin_read_header(), ilbc_read_header(), mp3_read_header(), mpc8_read_header(), mpc_read_header(), mpegts_read_header(), mxf_parse_structural_metadata(), nsv_parse_NSVs_header(), ogg_get_length(), ogg_read_header(), oma_read_header(), opus_packet(), process_input(), read_header(), read_thread(), rm_read_header(), rm_read_multi(), sbg_read_header(), sbg_read_packet(), seq_read_header(), show_stream(), skeleton_header(), smush_read_header(), str_read_packet(), stream_component_open(), tak_read_header(), tedcaptions_read_header(), theora_packet(), tta_read_header(), update_initial_timestamps(), update_stream_timings(), vid_read_packet(), vivo_read_header(), vorbis_packet(), vp8_packet(), vqf_read_header(), wsvqa_read_header(), wv_read_header(), and xa_read_header().

int64_t AVStream::duration

Decoding: duration of the stream, in stream time base.

If a source file does not specify a duration, but does specify a bitrate, this value will be estimated from bitrate and file size.

Encoding: May be set by the caller before avformat_write_header() to provide a hint to the muxer about the estimated duration.

Definition at line 946 of file avformat.h.

Referenced by acm_read_header(), adp_read_header(), ads_read_header(), afc_read_header(), aiff_read_header(), ape_read_header(), asf_read_data(), asf_read_ext_stream_properties(), asf_read_stream_properties(), ast_read_header(), avformat_new_stream(), avi_read_header(), avi_write_header(), avisynth_create_stream_audio(), avisynth_create_stream_video(), bfi_read_header(), cdxl_read_packet(), cine_read_header(), cine_read_packet(), daala_packet(), dcstr_read_header(), dfa_read_header(), dtshd_read_header(), estimate_timings_from_bit_rate(), estimate_timings_from_pts(), ff_img_read_header(), fill_all_stream_timings(), film_read_header(), flac_read_header(), fsb_read_header(), gdv_read_header(), genh_read_header(), gxf_header(), handle_file(), has_duration(), iff_read_header(), init_output_stream(), init_video_stream(), ivr_read_header(), lxf_read_header(), modplug_read_header(), mov_build_index(), mov_fix_index(), mov_read_chapters(), mov_read_header(), mov_read_mdhd(), mov_read_packet(), mov_read_sidx(), mov_read_stts(), mov_read_trun(), mp3_parse_vbr_tags(), mp3_seek(), mpc8_read_header(), mpc_read_header(), msf_read_header(), mtaf_read_header(), mxf_compute_index_tables(), mxf_handle_missing_index_segment(), mxf_parse_structural_metadata(), mxf_read_packet(), nist_read_header(), nsv_parse_NSVs_header(), ogg_get_length(), parse_video_var(), pmp_header(), r3d_read_rdvo(), read_dst_frame(), read_header(), read_header_gme(), read_header_openmpt(), read_packet(), read_pakt_chunk(), read_seek(), redspark_read_header(), redspark_read_packet(), rm_read_header(), rm_read_multi(), rsd_read_header(), rso_read_header(), sbg_read_header(), sbg_read_packet(), sds_read_header(), show_stream(), siff_parse_vbv1(), smacker_read_header(), smjpeg_read_header(), smush_read_header(), svag_read_header(), tak_read_header(), tedcaptions_read_header(), theora_packet(), thp_read_header(), threedostr_read_header(), tta_read_header(), update_stream_timings(), vag_read_header(), vc1t_read_header(), vorbis_packet(), vp8_packet(), vpk_read_header(), wsvqa_read_header(), wv_read_header(), wve_read_header(), xmv_process_packet_header(), xvag_read_header(), xwma_read_header(), and yuv4_read_header().

int64_t AVStream::nb_frames
int AVStream::disposition
enum AVDiscard AVStream::discard
AVRational AVStream::sample_aspect_ratio
AVDictionary* AVStream::metadata

Definition at line 961 of file avformat.h.

Referenced by add_metadata_from_renditions(), add_stream_to_programs(), ape_tag_read_field(), asf_read_header(), asf_read_picture(), asf_write_header1(), avformat_match_stream_specifier(), avi_extract_stream_metadata(), avi_read_tag(), avi_write_header(), bitstream_switching(), cine_read_header(), copy_metadata(), copy_stream_props(), dash_init(), decode_info_header(), dump_attachment(), dump_stream_format(), dv_write_header(), export_orphan_timecode(), ff_flac_parse_picture(), ff_id3v2_parse_apic(), ff_id3v2_write_apic(), ff_metadata_conv_ctx(), ff_parse_mpeg2_descriptor(), ff_stream_encode_params_copy(), ff_vorbis_stream_comment(), find_compressor(), free_stream(), get_attachment(), get_duration(), get_metadata_duration(), gxf_write_header(), hls_mux_init(), iff_read_header(), init_output_stream_encode(), matroska_parse_tracks(), matroska_read_header(), mkv_write_attachments(), mkv_write_header(), mkv_write_stereo_mode(), mkv_write_tags(), mkv_write_track(), mov_init(), mov_parse_stsd_data(), mov_parse_stsd_video(), mov_read_hdlr(), mov_read_header(), mov_read_mdhd(), mov_read_rtmd_track(), mov_read_tkhd(), mov_write_hdlr_tag(), mov_write_header(), mov_write_isml_manifest(), mov_write_tkhd_tag(), mov_write_tmcd_tag(), mov_write_track_metadata(), mp3_write_xing(), mpegts_write_pmt(), mxf_add_metadata_stream(), mxf_init_timecode(), mxf_parse_physical_source_package(), mxf_parse_structural_metadata(), mxf_write_header_metadata_sets(), ogg_build_vp8_headers(), ogg_init(), open_output_file(), parse_chunks(), parse_dsd_prop(), parse_timecode_in_framenum_format(), r3d_read_red1(), read_gab2_sub(), read_header(), segment_mux_init(), set_encoder_id(), show_stream(), subsegment_alignment(), vorbis_header(), vorbis_update_metadata(), webm_dash_manifest_cues(), webm_dash_manifest_read_header(), write_adaptation_set(), write_representation(), write_streaminfo(), write_table_entries_attrib(), write_table_redirector_legacy_attrib(), and write_trailer().

AVRational AVStream::avg_frame_rate

Average framerate.

Definition at line 970 of file avformat.h.

Referenced by add_input_streams(), amf_parse_object(), asf_read_ext_stream_properties(), av_guess_frame_rate(), avformat_find_stream_info(), avformat_transfer_internal_stream_timing_info(), avi_read_header(), avisynth_create_stream_video(), avs_read_packet(), build_frame_code(), copy_stream_props(), create_stream(), dash_init(), dc1394_read_common(), dshow_add_device(), dump_stream_format(), dv_extract_video_info(), fbdev_read_header(), ff_rfps_calculate(), ff_rm_read_mdpr_codecdata(), ff_stream_encode_params_copy(), find_fps(), flv_write_header(), gdigrab_read_header(), grab_read_header(), init_convert_timestamp(), init_output_stream_encode(), init_output_stream_streamcopy(), init_video_stream(), matroska_parse_tracks(), microdvd_write_header(), mov_create_timecode_track(), mov_parse_stsd_data(), mov_read_header(), mov_write_dvc1_structs(), mov_write_tmcd_tag(), mov_write_uuidprof_tag(), ndi_setup_video(), nuv_header(), open_input_file(), parse_timecode_in_framenum_format(), parse_video_var(), process_input_packet(), r3d_read_rdvo(), r3d_read_red1(), r3d_read_redv(), r3d_seek(), read_header(), roq_write_header(), seek_to_start(), segment_end(), show_stream(), smush_read_header(), txd_read_header(), v4l2_read_header(), v4l2_set_parameters(), vc1test_write_header(), vfw_read_header(), write_adaptation_set(), write_streaminfo(), and yuv4_read_header().

AVPacket AVStream::attached_pic

For streams with AV_DISPOSITION_ATTACHED_PIC disposition, this packet will contain the attached picture.

decoding: set by libavformat, must not be modified by the caller. encoding: unused

Definition at line 979 of file avformat.h.

Referenced by ape_tag_read_field(), asf_read_picture(), avformat_queue_attached_pictures(), ff_flac_parse_picture(), ff_id3v2_parse_apic(), free_stream(), get_attachment(), id3_has_changed_values(), matroska_read_header(), mov_read_chapters(), mov_read_covr(), and read_thread().

AVPacketSideData* AVStream::side_data

An array of side data that applies to the whole stream (i.e.

the container does not allow it to change between packets).

There may be no overlap between the side data in this array and side data in the packets. I.e. a given side data is either exported by the muxer (demuxing) / set by the caller (muxing) in this array, then it never appears in the packets, or the side data is exported / sent through the packets (always in the first packet where the value becomes known or changes), then it does not appear in this array.

  • demuxing: Set by libavformat when the stream is created.
  • muxing: May be set by the caller before avformat_write_header().

Freed by libavformat in avformat_free_context().

See Also
av_format_inject_global_side_data()

Definition at line 999 of file avformat.h.

Referenced by av_stream_add_side_data(), av_stream_get_side_data(), dump_sidedata(), ff_stream_encode_params_copy(), free_stream(), init_output_stream(), mkv_write_stereo_mode(), process_input(), read_frame_internal(), and show_stream().

int AVStream::nb_side_data
int AVStream::event_flags

Flags for the user to detect events happening on the stream.

Flags must be cleared by the user once the event has been handled. A combination of AVSTREAM_EVENT_FLAG_*.

Definition at line 1010 of file avformat.h.

Referenced by decode_info_header(), and ff_vorbis_stream_comment().

int64_t AVStream::last_dts
int64_t AVStream::duration_gcd

Definition at line 1029 of file avformat.h.

Referenced by ff_rfps_add_frame(), and ff_rfps_calculate().

int AVStream::duration_count

Definition at line 1030 of file avformat.h.

Referenced by avformat_find_stream_info(), ff_rfps_add_frame(), and ff_rfps_calculate().

int64_t AVStream::rfps_duration_sum

Definition at line 1031 of file avformat.h.

Referenced by ff_rfps_add_frame(), and ff_rfps_calculate().

double(* AVStream::duration_error)[2][MAX_STD_TIMEBASES]
int64_t AVStream::codec_info_duration

Definition at line 1033 of file avformat.h.

Referenced by avformat_find_stream_info(), and ff_rfps_calculate().

int64_t AVStream::codec_info_duration_fields

Definition at line 1034 of file avformat.h.

Referenced by avformat_find_stream_info().

int AVStream::found_decoder

0 -> decoder has not been searched for yet.

>0 -> decoder found <0 -> decoder with codec_id == -found_decoder has not been found

Definition at line 1041 of file avformat.h.

Referenced by avformat_find_stream_info(), has_codec_parameters(), read_frame_internal(), and try_decode_frame().

int64_t AVStream::last_duration

Definition at line 1043 of file avformat.h.

Referenced by estimate_timings_from_pts().

int64_t AVStream::fps_first_dts

Those are used for average framerate estimation.

Definition at line 1048 of file avformat.h.

Referenced by avformat_find_stream_info(), and avformat_new_stream().

int AVStream::fps_first_dts_idx

Definition at line 1049 of file avformat.h.

Referenced by avformat_find_stream_info().

int64_t AVStream::fps_last_dts

Definition at line 1050 of file avformat.h.

Referenced by avformat_find_stream_info(), and avformat_new_stream().

int AVStream::fps_last_dts_idx

Definition at line 1051 of file avformat.h.

Referenced by avformat_find_stream_info().

struct { ... } * AVStream::info
int AVStream::pts_wrap_bits
int64_t AVStream::first_dts

Timestamp corresponding to the last dts sync point.

Initialized when AVCodecParserContext.dts_sync_point >= 0 and a DTS is received from the underlying container. Otherwise set to AV_NOPTS_VALUE by default.

Definition at line 1065 of file avformat.h.

Referenced by add_dstream(), avformat_find_stream_info(), avformat_new_stream(), do_video_out(), estimate_timings_from_pts(), ff_read_frame_flush(), ff_read_packet(), hds_write_packet(), ism_write_packet(), rdt_parse_sdp_line(), update_initial_durations(), and update_initial_timestamps().

int64_t AVStream::cur_dts
int64_t AVStream::last_IP_pts
int AVStream::last_IP_duration

Definition at line 1068 of file avformat.h.

Referenced by compute_pkt_fields().

int AVStream::probe_packets
int AVStream::codec_info_nb_frames
enum AVStreamParseType AVStream::need_parsing
struct AVCodecParserContext* AVStream::parser
struct AVPacketList* AVStream::last_in_packet_buffer

last packet in packet_buffer for this stream when muxing.

Definition at line 1087 of file avformat.h.

Referenced by ff_interleave_add_packet(), ff_interleave_packet_per_dts(), and mxf_interleave_get_packet().

AVProbeData AVStream::probe_data

Definition at line 1088 of file avformat.h.

Referenced by free_stream(), and probe_codec().

int64_t AVStream::pts_buffer[MAX_REORDER_DELAY+1]
AVIndexEntry* AVStream::index_entries
int AVStream::nb_index_entries
unsigned int AVStream::index_entries_allocated_size
AVRational AVStream::r_frame_rate

Real base framerate of the stream.

This is the lowest framerate with which all timestamps can be represented accurately (it is the least common multiple of all framerates in the stream). Note, this value is just a guess! For example, if the time base is 1/90000 and all frames have either approximately 3600 or 1800 timer ticks, then r_frame_rate will be 50/1.

Code outside avformat should access this field using: av_stream_get/set_r_frame_rate(stream)

Definition at line 1108 of file avformat.h.

Referenced by av_guess_frame_rate(), avformat_find_stream_info(), avformat_transfer_internal_stream_timing_info(), avs_read_packet(), copy_stream_props(), decode_info_header(), dshow_add_device(), dump_stream_format(), ff_rfps_calculate(), ff_rm_read_mdpr_codecdata(), ff_stream_encode_params_copy(), gif_read_packet(), init_output_stream_encode(), init_video_stream(), matroska_parse_tracks(), mov_read_trak(), movie_config_output_props(), nuv_header(), ogg_build_vp8_headers(), r3d_read_red1(), show_stream(), v4l2_set_parameters(), and write_streaminfo().

int AVStream::stream_identifier

Stream Identifier This is the MPEG-TS stream identifier +1 0 means unknown.

Definition at line 1115 of file avformat.h.

Referenced by ff_parse_mpeg2_descriptor().

int64_t AVStream::interleaver_chunk_size

Definition at line 1117 of file avformat.h.

Referenced by ff_interleave_add_packet().

int64_t AVStream::interleaver_chunk_duration

Definition at line 1118 of file avformat.h.

Referenced by ff_interleave_add_packet().

int AVStream::request_probe

stream probing state -1 -> probing finished 0 -> no probing requested rest -> perform probing with request_probe being the minimum score to accept.

NOT PART OF PUBLIC API

Definition at line 1127 of file avformat.h.

Referenced by asf_read_stream_properties(), avformat_find_stream_info(), avi_read_header(), ff_parse_mpeg2_descriptor(), ff_read_packet(), mpegps_read_packet(), mpegts_find_stream_type(), mpegts_push_data(), mpegts_set_stream_info(), probe_codec(), and set_codec_from_probe_data().

int AVStream::skip_to_keyframe

Indicates that everything up to the next keyframe should be discarded.

Definition at line 1132 of file avformat.h.

Referenced by matroska_parse_block(), matroska_read_seek(), and read_frame_internal().

int AVStream::skip_samples

Number of samples to skip at the start of the frame decoded from the next packet.

Definition at line 1137 of file avformat.h.

Referenced by ff_read_frame_flush(), mov_fix_index(), mov_read_header(), mov_read_seek(), read_frame_internal(), and update_initial_timestamps().

int64_t AVStream::start_skip_samples

If not 0, the number of samples that should be skipped from the start of the stream (the samples are removed from packets with pts==0, which also assumes negative timestamps do not happen).

Intended for use with formats such as mp3 with ad-hoc gapless audio support.

Definition at line 1146 of file avformat.h.

Referenced by read_frame_internal().

int64_t AVStream::first_discard_sample

If not 0, the first audio sample that should be discarded from the stream.

This is broken by design (needs global sample count), but can't be avoided for broken by design formats such as mp3 with ad-hoc gapless audio support.

Definition at line 1154 of file avformat.h.

Referenced by read_frame_internal().

int64_t AVStream::last_discard_sample

The sample after last sample that is intended to be discarded after first_discard_sample.

Works on frame boundaries only. Used to prevent early EOF if the gapless info is broken (considered concatenated mp3s).

Definition at line 1161 of file avformat.h.

int AVStream::nb_decoded_frames

Number of internally decoded frames, used internally in libavformat, do not access its lifetime differs from info which is why it is not in that structure.

Definition at line 1167 of file avformat.h.

Referenced by has_codec_parameters(), has_decode_delay_been_guessed(), and try_decode_frame().

int64_t AVStream::mux_ts_offset

Timestamp offset added to timestamps before muxing NOT PART OF PUBLIC API.

Definition at line 1173 of file avformat.h.

Referenced by ff_interleaved_peek(), and write_packet().

int64_t AVStream::pts_wrap_reference

Internal data to check for wrapping of the time stamp.

Definition at line 1178 of file avformat.h.

Referenced by avformat_new_stream(), mpegts_push_data(), update_wrap_reference(), and wrap_timestamp().

int AVStream::pts_wrap_behavior

Options for behavior, when a wrap is detected.

Defined by AV_PTS_WRAP_ values.

If correction is enabled, there are two possibilities: If the first time stamp is near the wrap point, the wrap offset will be subtracted, which will create negative time stamps. Otherwise the offset will be added.

Definition at line 1190 of file avformat.h.

Referenced by avformat_new_stream(), ff_read_packet(), mpegts_push_data(), update_wrap_reference(), and wrap_timestamp().

int AVStream::update_initial_durations_done

Internal data to prevent doing update_initial_durations() twice.

Definition at line 1195 of file avformat.h.

Referenced by update_initial_durations().

int64_t AVStream::pts_reorder_error[MAX_REORDER_DELAY+1]

Internal data to generate dts from pts.

Definition at line 1200 of file avformat.h.

Referenced by select_from_pts_buffer().

uint8_t AVStream::pts_reorder_error_count[MAX_REORDER_DELAY+1]

Definition at line 1201 of file avformat.h.

Referenced by select_from_pts_buffer().

int64_t AVStream::last_dts_for_order_check

Internal data to analyze DTS and detect faulty mpeg streams.

Definition at line 1206 of file avformat.h.

Referenced by avformat_new_stream(), compute_pkt_fields(), estimate_timings_from_pts(), and ff_read_frame_flush().

uint8_t AVStream::dts_ordered

Definition at line 1207 of file avformat.h.

Referenced by compute_pkt_fields().

uint8_t AVStream::dts_misordered

Definition at line 1208 of file avformat.h.

Referenced by compute_pkt_fields().

int AVStream::inject_global_side_data

Internal data to inject global side data.

Definition at line 1213 of file avformat.h.

Referenced by av_format_inject_global_side_data(), avformat_new_stream(), ff_read_frame_flush(), and read_frame_internal().

char* AVStream::recommended_encoder_configuration

String containing paris of key and values describing recommended encoder configuration.

Paris are separated by ','. Keys are separated from values by '='.

Definition at line 1226 of file avformat.h.

Referenced by ff_stream_encode_params_copy(), ffm_append_recommended_configuration(), ffm_write_header(), and free_stream().

AVRational AVStream::display_aspect_ratio

display aspect ratio (0 if unknown)

  • encoding: unused
  • decoding: Set by libavformat to calculate sample_aspect_ratio internally

Definition at line 1233 of file avformat.h.

Referenced by avformat_find_stream_info(), mov_read_ares(), and mxf_parse_structural_metadata().

struct FFFrac* AVStream::priv_pts

Definition at line 1235 of file avformat.h.

Referenced by av_stream_get_end_pts(), free_stream(), and init_pts().

AVStreamInternal* AVStream::internal
AVCodecParameters* AVStream::codecpar
Examples:
demuxing_decoding.c, filtering_audio.c, filtering_video.c, hw_decode.c, muxing.c, qsvdec.c, remuxing.c, transcode_aac.c, and transcoding.c.

Definition at line 1252 of file avformat.h.

Referenced by a64_write_header(), aa_read_header(), aal_read_packet(), acm_read_header(), adaptation_set_add_stream(), add_dstream(), add_input_streams(), add_keyframes_index(), add_metadata_from_renditions(), adp_read_header(), ads_read_header(), ads_read_packet(), adts_aac_read_header(), adts_write_header(), adts_write_packet(), adx_read_header(), adx_read_packet(), aea_read_header(), aea_read_packet(), afc_read_header(), aiff_read_header(), aiff_read_packet(), aiff_write_header(), aiff_write_packet(), aiff_write_trailer(), aix_read_header(), amf_parse_object(), amr_handle_packet(), amr_read_header(), amr_read_packet(), apc_read_header(), ape_read_header(), ape_tag_read_field(), apng_read_header(), apng_read_packet(), apng_write_header(), aqt_read_header(), asf_parse_packet(), asf_read_ext_stream_properties(), asf_read_header(), asf_read_picture(), asf_read_stream_properties(), asf_write_header1(), asf_write_packet(), asfrtp_parse_sdp_line(), ass_read_header(), ast_read_header(), ast_read_packet(), ast_write_header(), ast_write_packet(), ast_write_trailer(), audio_read_header(), audio_write_frame(), audio_write_header(), av_find_best_stream(), av_find_default_stream_index(), av_guess_sample_aspect_ratio(), avformat_find_stream_info(), avformat_match_stream_specifier(), avformat_new_stream(), avformat_open_input(), avformat_transfer_internal_stream_timing_info(), avi_extract_stream_metadata(), avi_read_header(), avi_read_idx1(), avi_read_packet(), avi_read_seek(), avi_sync(), avi_write_counters(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), avi_write_packet_internal(), avi_write_trailer(), avisynth_create_stream_audio(), avisynth_create_stream_video(), avisynth_read_packet(), avisynth_read_seek(), avpriv_dv_init_demux(), avpriv_dv_produce_packet(), avr_read_header(), avs_read_packet(), bfi_read_header(), bitstream_switching(), bmv_read_header(), build_frame_code(), caca_write_header(), caf_write_header(), caf_write_packet(), caf_write_trailer(), calculate_bitrate(), cdata_read_header(), cdxl_read_packet(), celt_header(), check_matching_height(), check_matching_sample_rate(), check_matching_width(), check_packet(), check_stream_max_drift(), choose_decoder(), choose_encoder(), choose_sample_fmt(), cin_read_header(), cine_read_header(), close_input_file(), compute_display_area(), compute_pkt_fields(), compute_texture_rect(), configure_filtergraph(), configure_output_audio_filter(), copy_stream_props(), create_audio_stream(), create_new_audio_stream(), create_stream(), create_subcc_streams(), daala_header(), dash_flush(), dash_init(), dash_write_packet(), daud_header(), daud_write_header(), dc1394_read_common(), dcstr_read_header(), dcstr_read_packet(), decklink_setup_audio(), decklink_setup_video(), decklink_write_video_packet(), decode_fctl_chunk(), decode_stream_header(), decode_video(), detect_stream_specific(), dfa_read_header(), dirac_header(), do_streamcopy(), do_video_out(), dsf_read_header(), dsf_read_packet(), dshow_add_device(), dss_723_1_read_packet(), dss_read_header(), dss_sp_read_packet(), dtshd_read_header(), dump_attachment(), dump_sidedata(), dump_stream_format(), dv_assemble_frame(), dv_extract_audio_info(), dv_extract_video_info(), dv_init_mux(), dv_inject_audio(), dv_write_pack(), dxa_read_header(), ea_read_header(), enable_tracks(), encode_write_frame(), epaf_read_header(), estimate_timings_from_bit_rate(), estimate_timings_from_pts(), export_orphan_timecode(), extract_extradata_check(), extract_extradata_init(), fbdev_read_header(), fbdev_write_header(), fbdev_write_packet(), ff_audio_interleave_close(), ff_audio_interleave_init(), ff_audio_rechunk_interleave(), ff_choose_chroma_location(), ff_decklink_write_header(), ff_decklink_write_packet(), ff_dv_offset_reset(), ff_flac_parse_picture(), ff_framehash_write_header(), ff_generate_avci_extradata(), ff_get_bmp_header(), ff_id3v2_parse_apic(), ff_id3v2_write_apic(), ff_img_read_header(), ff_img_read_packet(), ff_interleave_add_packet(), ff_interleave_packet_per_dts(), ff_load_image(), ff_mov_read_chan(), ff_mov_read_stsd_entries(), ff_mp4_read_dec_config_descr(), ff_parse_mpeg2_descriptor(), ff_parse_specific_params(), ff_pcm_read_packet(), ff_pcm_read_seek(), ff_raw_audio_read_header(), ff_raw_data_read_header(), ff_raw_video_read_header(), ff_rfps_calculate(), ff_rm_parse_packet(), ff_rm_read_mdpr_codecdata(), ff_rm_retrieve_cache(), ff_rtp_chain_mux_open(), ff_rtp_parse_open(), ff_rtp_send_aac(), ff_rtp_send_jpeg(), ff_rtp_send_latm(), ff_sauce_read(), ff_spdif_read_packet(), ff_stream_add_bitstream_filter(), ff_stream_encode_params_copy(), ff_voc_get_packet(), ffm2_read_header(), ffm_read_header(), ffm_write_header(), film_read_header(), filter_codec_opts(), find_decoder(), find_stream(), fits_read_header(), flac_header(), flac_read_header(), flac_read_timestamp(), flac_write_header(), flac_write_trailer(), flic_read_header(), flush(), flush_buffered(), flush_encoders(), flv_data_packet(), flv_get_extradata(), flv_read_metabody(), flv_read_packet(), flv_set_video_codec(), flv_write_header(), flv_write_packet(), flv_write_trailer(), force_codec_ids(), framecrc_write_header(), free_stream(), frm_read_header(), frm_read_packet(), fsb_read_header(), fsb_read_packet(), g722_read_header(), g723_1_init(), g726_read_header(), g729_read_header(), g729_read_packet(), gdigrab_read_header(), gdv_read_header(), genh_read_header(), genh_read_packet(), get_aiff_header(), get_attachment(), get_codec_data(), get_ost_filters(), get_packet_header(), get_private_data(), get_sindex(), gif_image_write_header(), gif_read_header(), gif_write_header(), gif_write_packet(), grab_read_header(), gsm_read_header(), guess_channel_layout(), gxf_compare_field_nb(), gxf_find_lines_index(), gxf_interleave_packet(), gxf_packet(), gxf_write_dv_auxiliary(), gxf_write_header(), gxf_write_media_preamble(), gxf_write_mpeg_auxiliary(), gxf_write_packet(), gxf_write_umf_media_description(), gxf_write_umf_media_dv(), gxf_write_umf_media_mpeg(), handle_file(), handle_packet(), has_codec_parameters(), has_decode_delay_been_guessed(), hds_write_header(), hds_write_packet(), hevc_parse_sdp_line(), hls_mux_init(), hls_read_packet(), hls_write_header(), hls_write_packet(), hnm_read_header(), http_prepare_data(), http_receive_data(), ico_write_header(), ico_write_packet(), ico_write_trailer(), idcin_read_header(), iff_read_header(), iff_read_packet(), ifilter_send_frame(), ilbc_parse_fmtp(), ilbc_parse_sdp_line(), ilbc_read_header(), ilbc_read_packet(), ilbc_write_header(), init_audio(), init_filters(), init_fps(), init_input_filter(), init_muxer(), init_output_bsfs(), init_output_stream(), init_output_stream_encode(), init_output_stream_streamcopy(), init_pts(), init_stream(), init_video_stream(), interleave_compare_dts(), ipmovie_read_header(), ircam_read_header(), ircam_write_header(), ism_write_header(), ism_write_packet(), iss_read_header(), iss_read_packet(), ivf_check_bitstream(), ivf_write_header(), jacosub_read_header(), jacosub_write_header(), kmsgrab_read_header(), latm_check_bitstream(), latm_write_frame_header(), latm_write_header(), latm_write_packet(), lavfi_read_header(), lmlm4_read_header(), loas_read_header(), log_slave(), lrc_read_header(), lrc_write_header(), lvf_read_header(), lxf_read_header(), m4sl_cb(), main(), matroska_parse_block(), matroska_parse_flac(), matroska_parse_frame(), matroska_parse_rm_audio(), matroska_parse_tracks(), matroska_parse_wavpack(), matroska_read_header(), microdvd_read_header(), microdvd_write_header(), mkv_check_bitstream(), mkv_check_new_extra_data(), mkv_parse_video_color(), mkv_write_attachments(), mkv_write_block(), mkv_write_cues(), mkv_write_header(), mkv_write_packet(), mkv_write_packet_internal(), mkv_write_tags(), mkv_write_track(), mmf_read_header(), modplug_read_header(), mov_build_index(), mov_check_bitstream(), mov_codec_id(), mov_create_dvd_sub_decoder_specific_info(), mov_finalize_stsd_codec(), mov_fix_index(), mov_init(), mov_parse_stsd_audio(), mov_parse_stsd_data(), mov_parse_stsd_subtitle(), mov_parse_stsd_video(), mov_read_aclr(), mov_read_ares(), mov_read_chapters(), mov_read_colr(), mov_read_covr(), mov_read_dac3(), mov_read_ddts(), mov_read_dec3(), mov_read_dfla(), mov_read_dops(), mov_read_dvc1(), mov_read_enda(), mov_read_extradata(), mov_read_fiel(), mov_read_frma(), mov_read_glbl(), mov_read_hdlr(), mov_read_header(), mov_read_packet(), mov_read_strf(), mov_read_stsd(), mov_read_stss(), mov_read_targa_y216(), mov_read_trak(), mov_read_trun(), mov_read_vpcc(), mov_read_wave(), mov_read_wfex(), mov_rewrite_dvd_sub_extradata(), mov_write_ftyp_tag(), mov_write_header(), mov_write_identification(), mov_write_tkhd_tag(), mov_write_uuidprof_tag(), mov_write_wfex_tag(), movie_common_init(), movie_config_output_props(), movie_push_frame(), movie_query_formats(), mp3_read_header(), mp3_write_header(), mp3_write_xing(), mpc8_read_header(), mpc_read_header(), mpeg_mux_init(), mpeg_mux_write_packet(), mpeg_parse_packet(), mpegps_read_packet(), mpegts_check_bitstream(), mpegts_find_stream_type(), mpegts_init(), mpegts_push_data(), mpegts_read_header(), mpegts_set_stream_info(), mpegts_write_packet_internal(), mpegts_write_pes(), mpegts_write_pmt(), mpjpeg_read_header(), mpl2_read_header(), mpsub_read_header(), msf_read_header(), msf_read_packet(), msnwc_tcp_read_header(), mtaf_read_header(), mtaf_read_packet(), mtv_read_header(), musx_read_header(), musx_read_packet(), mv_read_header(), mxf_add_metadata_stream(), mxf_compute_index_tables(), mxf_get_d10_aes3_packet(), mxf_get_opatom_stream(), mxf_handle_missing_index_segment(), mxf_handle_small_eubc(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), mxf_parse_structural_metadata(), mxf_read_seek(), mxf_set_pts(), mxf_write_cdci_common(), mxf_write_common_fields(), mxf_write_d10_audio_packet(), mxf_write_generic_desc(), mxf_write_generic_sound_common(), mxf_write_header(), mxf_write_mpegvideo_desc(), mxf_write_packet(), mxf_write_wav_common(), mxg_read_header(), nal_send(), nc_read_header(), ndi_create_audio_stream(), ndi_setup_audio(), ndi_setup_video(), ndi_write_header(), ndi_write_packet(), new_output_stream(), new_stream(), nist_read_header(), nsv_parse_NSVs_header(), nsv_read_chunk(), nut_write_header(), nuv_header(), ogg_buffer_data(), ogg_build_vp8_headers(), ogg_free(), ogg_init(), ogg_read_seek(), ogg_validate_keyframe(), ogg_write_packet_internal(), ogm_dshow_header(), ogm_header(), old_dirac_header(), old_flac_header(), oma_read_header(), oma_read_seek(), oma_write_header(), open_audio(), open_codec_context(), open_demux_for_component(), open_input_file(), open_output_file(), open_slave(), open_stream(), open_video(), opengl_compute_display_area(), opengl_draw(), opengl_write_header(), opt_map_channel(), opt_target(), opus_header(), output_packet(), parse_adaptation_sets(), parse_audio_var(), parse_dsd_prop(), parse_fmtp(), parse_fmtp_config(), parse_h264_sdp_line(), parse_media_type(), parse_mpeg1waveformatex(), parse_packet(), parse_strk(), parse_video_info(), parse_video_var(), parse_videoinfoheader2(), parse_vtrk(), pcm_read_header(), pjs_read_header(), pmp_header(), pmt_cb(), probe_codec(), process_frame(), pulse_read_header(), pulse_write_frame(), pulse_write_header(), pulse_write_packet(), put_frame(), put_videoinfoheader2(), pva_read_header(), pvf_read_header(), qcp_read_header(), qdm2_parse_config(), qdm2_parse_packet(), qt_rtp_parse_packet(), r3d_read_red1(), r3d_read_reda(), rawvideo_read_header(), rdt_parse_packet(), read_desc_chunk(), read_dst_frame(), read_ffserver_streams(), read_frame(), read_frame_internal(), read_gab2_sub(), read_header(), read_header_gme(), read_header_openmpt(), read_index(), read_kuki_chunk(), read_packet(), read_seek(), read_thread(), real_parse_asm_rule(), realtext_read_header(), redspark_read_header(), redspark_read_packet(), report_new_stream(), rfc4175_parse_format(), rfc4175_parse_sdp_line(), rl2_read_header(), rm_ac3_swap_bytes(), rm_read_audio_stream_info(), rm_read_dts(), rm_read_header(), rm_read_multi(), rm_write_header(), rm_write_packet(), roq_read_packet(), roq_write_header(), rpl_read_header(), rpl_read_packet(), rsd_read_header(), rsd_read_packet(), rso_read_header(), rso_write_header(), rtp_mpegts_write_header(), rtp_send_ilbc(), rtp_write_header(), rtp_write_packet(), s337m_read_packet(), sami_read_header(), sap_fetch_packet(), sap_read_header(), sbg_read_header(), sbg_read_packet(), scan_file(), scc_read_header(), scc_write_header(), sdl2_write_header(), sdl2_write_packet(), sdp_parse_fmtp_config_h264(), sdr2_read_header(), sds_read_header(), sdx_read_header(), seek_frame_generic(), seek_test(), seg_init(), seg_write_header(), segment_end(), segment_mux_init(), select_from_pts_buffer(), select_reference_stream(), seq_read_header(), set_channels(), set_codec_from_probe_data(), set_spdif(), set_stream_info_from_input_stream(), setup_find_stream_info_opts(), show_frame(), show_packet(), show_stream(), siff_parse_vbv1(), skeleton_header(), smacker_read_header(), smjpeg_read_header(), smjpeg_write_header(), smjpeg_write_packet(), smush_read_header(), sol_read_header(), sox_read_header(), sox_write_header(), sox_write_trailer(), spdif_write_header(), speex_header(), srt_read_header(), srt_write_header(), stl_read_header(), str_read_packet(), stream_component_close(), stream_component_open(), stream_cycle_channel(), sub2video_prepare(), subviewer1_read_header(), subviewer_read_header(), sup_read_header(), svag_read_header(), svag_read_packet(), svq3_parse_packet(), swf_read_packet(), swf_write_header(), swf_write_packet(), swf_write_trailer(), tak_read_header(), tedcaptions_read_header(), theora_header(), thp_read_header(), threedostr_read_header(), threedostr_read_packet(), tmcd_is_referenced(), tmv_read_header(), try_decode_frame(), ts_to_samples(), tta_read_header(), tta_write_header(), txd_read_header(), unlayer_stream(), update_initial_timestamps(), update_odml_entry(), update_stream_avctx(), update_stream_extradata(), update_stream_timings(), v210_read_header(), v4l2_read_header(), vag_read_header(), vag_read_packet(), validate_codec_tag(), vc1t_read_header(), vc1test_write_header(), vfw_read_header(), vid_read_packet(), video_decode(), video_decode_example(), decklink_input_callback::VideoInputFrameArrived(), vivo_read_header(), vmd_read_header(), voc_read_packet(), voc_write_header(), voc_write_packet(), vorbis_header(), vp8_header(), vpk_read_header(), vpk_read_packet(), vplayer_read_header(), vqf_read_header(), vqf_read_seek(), wc3_read_header(), webm_chunk_write_packet(), webp_write_header(), webvtt_read_header(), webvtt_write_header(), write_adaptation_set(), write_frame(), write_header(), write_image_header(), write_manifest(), write_odml_master(), write_packet(), write_representation(), write_skip_frames(), write_stream_codec(), write_stream_codec_info(), write_stream_data(), write_streamheader(), write_streaminfo(), write_timestamp(), write_trailer(), wsaud_read_header(), wsaud_read_packet(), wsd_read_header(), wsvqa_read_header(), wsvqa_read_packet(), wv_read_header(), wv_write_header(), wve_read_header(), xa_read_header(), xa_read_packet(), xiph_parse_fmtp_pair(), xmv_process_packet_header(), xv_write_header(), xv_write_packet(), xvag_read_header(), xvag_read_packet(), xwma_read_header(), xwma_read_packet(), yop_read_header(), yuv4_generate_header(), yuv4_read_header(), yuv4_write_header(), and yuv4_write_packet().


The documentation for this struct was generated from the following file: