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

#include <ffmpeg.h>

Data Structures

struct  sub2video
 

Data Fields

int file_index
 
AVStreamst
 
int discard
 
int user_set_discard
 
int decoding_needed
 
AVCodecContextdec_ctx
 
AVCodecdec
 
AVFramedecoded_frame
 
AVFramefilter_frame
 
int64_t start
 
int64_t next_dts
 
int64_t dts
 dts of the last packet read for this stream (in AV_TIME_BASE units) More...
 
int64_t next_pts
 synthetic pts for the next decode frame (in AV_TIME_BASE units) More...
 
int64_t pts
 current pts of the decoded frame (in AV_TIME_BASE units) More...
 
int wrap_correction_done
 
int64_t filter_in_rescale_delta_last
 
int64_t min_pts
 
int64_t max_pts
 
int64_t nb_samples
 
double ts_scale
 
int saw_first_ts
 
AVDictionarydecoder_opts
 
AVRational framerate
 
int top_field_first
 
int guess_layout_max
 
int autorotate
 
int resample_height
 
int resample_width
 
int resample_pix_fmt
 
int resample_sample_fmt
 
int resample_sample_rate
 
int resample_channels
 
uint64_t resample_channel_layout
 
int fix_sub_duration
 
struct {
   int   got_output
 
   int   ret
 
   AVSubtitle   subtitle
 
prev_sub
 
struct InputStream::sub2video sub2video
 
int dr1
 
InputFilter ** filters
 
int nb_filters
 
int reinit_filters
 
enum HWAccelID hwaccel_id
 
char * hwaccel_device
 
enum AVPixelFormat hwaccel_output_format
 
enum HWAccelID active_hwaccel_id
 
voidhwaccel_ctx
 
void(* hwaccel_uninit )(AVCodecContext *s)
 
int(* hwaccel_get_buffer )(AVCodecContext *s, AVFrame *frame, int flags)
 
int(* hwaccel_retrieve_data )(AVCodecContext *s, AVFrame *frame)
 
enum AVPixelFormat hwaccel_pix_fmt
 
enum AVPixelFormat hwaccel_retrieved_pix_fmt
 
AVBufferRefhw_frames_ctx
 
uint64_t data_size
 
uint64_t nb_packets
 
uint64_t frames_decoded
 
uint64_t samples_decoded
 
int64_t * dts_buffer
 
int nb_dts_buffer
 

Detailed Description

Definition at line 260 of file ffmpeg.h.

Field Documentation

int InputStream::file_index
AVStream * InputStream::st
int InputStream::discard
int InputStream::user_set_discard

Definition at line 264 of file ffmpeg.h.

Referenced by add_input_streams(), new_output_stream(), and open_output_file().

int InputStream::decoding_needed
AVCodecContext * InputStream::dec_ctx
AVCodec* InputStream::dec
AVFrame* InputStream::decoded_frame

Definition at line 271 of file ffmpeg.h.

Referenced by check_decode_result(), decode_audio(), decode_video(), and ffmpeg_cleanup().

AVFrame* InputStream::filter_frame

Definition at line 272 of file ffmpeg.h.

Referenced by decode_audio(), decode_video(), and ffmpeg_cleanup().

int64_t InputStream::start

Definition at line 274 of file ffmpeg.h.

Referenced by get_input_packet(), and transcode_init().

int64_t InputStream::next_dts

Definition at line 277 of file ffmpeg.h.

Referenced by decode_audio(), init_input_stream(), process_input(), and process_input_packet().

int64_t InputStream::dts

dts of the last packet read for this stream (in AV_TIME_BASE units)

Definition at line 278 of file ffmpeg.h.

Referenced by decode_audio(), decode_video(), do_streamcopy(), get_input_packet(), process_input(), and process_input_packet().

int64_t InputStream::next_pts

synthetic pts for the next decode frame (in AV_TIME_BASE units)

Definition at line 280 of file ffmpeg.h.

Referenced by decode_audio(), decode_video(), init_input_stream(), process_input(), and process_input_packet().

int64_t InputStream::pts

current pts of the decoded frame (in AV_TIME_BASE units)

Definition at line 281 of file ffmpeg.h.

Referenced by check_output_constraints(), decode_video(), do_streamcopy(), process_input(), and process_input_packet().

int InputStream::wrap_correction_done

Definition at line 282 of file ffmpeg.h.

Referenced by process_input().

int64_t InputStream::filter_in_rescale_delta_last

Definition at line 284 of file ffmpeg.h.

Referenced by add_input_streams(), and do_streamcopy().

int64_t InputStream::min_pts

Definition at line 286 of file ffmpeg.h.

Referenced by add_input_streams(), process_input(), and seek_to_start().

int64_t InputStream::max_pts

Definition at line 287 of file ffmpeg.h.

Referenced by add_input_streams(), process_input(), and seek_to_start().

int64_t InputStream::nb_samples

Definition at line 288 of file ffmpeg.h.

Referenced by add_input_streams(), and seek_to_start().

double InputStream::ts_scale

Definition at line 290 of file ffmpeg.h.

Referenced by add_input_streams(), and process_input().

int InputStream::saw_first_ts

Definition at line 291 of file ffmpeg.h.

Referenced by process_input_packet().

AVDictionary* InputStream::decoder_opts

Definition at line 292 of file ffmpeg.h.

Referenced by add_input_streams(), ffmpeg_cleanup(), and init_input_stream().

AVRational InputStream::framerate
int InputStream::top_field_first

Definition at line 294 of file ffmpeg.h.

Referenced by add_input_streams(), and decode_video().

int InputStream::guess_layout_max

Definition at line 295 of file ffmpeg.h.

Referenced by add_input_streams(), and guess_input_channel_layout().

int InputStream::autorotate
int InputStream::resample_height
int InputStream::resample_width
int InputStream::resample_pix_fmt
int InputStream::resample_sample_fmt

Definition at line 302 of file ffmpeg.h.

Referenced by add_input_streams(), and decode_audio().

int InputStream::resample_sample_rate

Definition at line 303 of file ffmpeg.h.

Referenced by add_input_streams(), and decode_audio().

int InputStream::resample_channels

Definition at line 304 of file ffmpeg.h.

Referenced by add_input_streams(), and decode_audio().

uint64_t InputStream::resample_channel_layout

Definition at line 305 of file ffmpeg.h.

Referenced by add_input_streams(), and decode_audio().

int InputStream::fix_sub_duration

Definition at line 307 of file ffmpeg.h.

Referenced by add_input_streams(), and transcode_subtitles().

int InputStream::got_output

Definition at line 309 of file ffmpeg.h.

Referenced by transcode_subtitles().

int InputStream::ret

Definition at line 310 of file ffmpeg.h.

Referenced by transcode_subtitles().

AVSubtitle InputStream::subtitle

Definition at line 311 of file ffmpeg.h.

Referenced by ffmpeg_cleanup(), and transcode_subtitles().

struct { ... } InputStream::prev_sub
int InputStream::dr1

Definition at line 321 of file ffmpeg.h.

InputFilter** InputStream::filters
int InputStream::nb_filters
int InputStream::reinit_filters

Definition at line 328 of file ffmpeg.h.

Referenced by add_input_streams(), and decode_video().

enum HWAccelID InputStream::hwaccel_id
char* InputStream::hwaccel_device
enum AVPixelFormat InputStream::hwaccel_output_format

Definition at line 333 of file ffmpeg.h.

Referenced by add_input_streams(), and vaapi_decode_init().

enum HWAccelID InputStream::active_hwaccel_id

Definition at line 336 of file ffmpeg.h.

Referenced by get_format().

void* InputStream::hwaccel_ctx
void(* InputStream::hwaccel_uninit)(AVCodecContext *s)
int(* InputStream::hwaccel_get_buffer)(AVCodecContext *s, AVFrame *frame, int flags)
int(* InputStream::hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame)
enum AVPixelFormat InputStream::hwaccel_pix_fmt

Definition at line 341 of file ffmpeg.h.

Referenced by add_input_streams(), decode_video(), get_buffer(), and get_format().

enum AVPixelFormat InputStream::hwaccel_retrieved_pix_fmt

Definition at line 342 of file ffmpeg.h.

Referenced by configure_input_video_filter(), and decode_video().

AVBufferRef* InputStream::hw_frames_ctx
uint64_t InputStream::data_size

Definition at line 347 of file ffmpeg.h.

Referenced by print_final_stats(), and process_input().

uint64_t InputStream::nb_packets

Definition at line 349 of file ffmpeg.h.

Referenced by print_final_stats(), and process_input().

uint64_t InputStream::frames_decoded

Definition at line 351 of file ffmpeg.h.

Referenced by decode_audio(), decode_video(), print_final_stats(), and transcode_subtitles().

uint64_t InputStream::samples_decoded

Definition at line 352 of file ffmpeg.h.

Referenced by decode_audio(), and print_final_stats().

int64_t* InputStream::dts_buffer

Definition at line 354 of file ffmpeg.h.

Referenced by decode_video(), and ffmpeg_cleanup().

int InputStream::nb_dts_buffer

Definition at line 355 of file ffmpeg.h.

Referenced by decode_video().


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