Data Fields | |
| int | file_index |
| int | index |
| int | source_index |
| AVStream * | st |
| int | encoding_needed |
| int | frame_number |
| struct InputStream * | sync_ist |
| int64_t | sync_opts |
| AVBitStreamFilterContext * | bitstream_filters |
| AVCodec * | enc |
| int64_t | max_frames |
| AVFrame * | output_frame |
| int | video_resample |
| AVFrame | pict_tmp |
| struct SwsContext * | img_resample_ctx |
| int | resample_height |
| int | resample_width |
| int | resample_pix_fmt |
| AVRational | frame_rate |
| int | force_fps |
| int | top_field_first |
| float | frame_aspect_ratio |
| int64_t * | forced_kf_pts |
| int | forced_kf_count |
| int | forced_kf_index |
| char * | forced_keyframes |
| int | audio_resample |
| ReSampleContext * | resample |
| int | resample_sample_fmt |
| int | resample_channels |
| int | resample_sample_rate |
| int | reformat_pair |
| AVAudioConvert * | reformat_ctx |
| AVFifoBuffer * | fifo |
| FILE * | logfile |
| int64_t | sws_flags |
| AVDictionary * | opts |
| int | is_past_recording_time |
| int | stream_copy |
| const char * | attachment_filename |
| int | copy_initial_nonkeyframes |
| int | sws_flags |
| const char* OutputStream::attachment_filename |
Definition at line 254 of file avconv.c.
Referenced by opt_output_file(), and transcode_init().
| int OutputStream::audio_resample |
Definition at line 232 of file avconv.c.
Referenced by do_audio_out(), transcode(), and transcode_init().
| AVBitStreamFilterContext * OutputStream::bitstream_filters |
Definition at line 207 of file avconv.c.
Referenced by do_audio_out(), do_subtitle_out(), do_video_out(), exit_program(), new_audio_stream(), new_output_stream(), new_subtitle_stream(), new_video_stream(), output_packet(), and write_frame().
| int OutputStream::copy_initial_nonkeyframes |
Definition at line 255 of file avconv.c.
Referenced by do_streamcopy(), and new_video_stream().
| AVCodec * OutputStream::enc |
Definition at line 208 of file avconv.c.
Referenced by choose_encoder(), new_output_stream(), transcode(), and transcode_init().
| int OutputStream::encoding_needed |
Definition at line 200 of file avconv.c.
Referenced by flush_encoders(), output_packet(), transcode(), transcode_audio(), transcode_init(), transcode_subtitles(), and transcode_video().
| AVFifoBuffer * OutputStream::fifo |
Definition at line 239 of file avconv.c.
Referenced by do_audio_out(), flush_encoders(), output_packet(), transcode(), and transcode_init().
| int OutputStream::file_index |
Definition at line 196 of file avconv.c.
Referenced by check_output_constraints(), do_streamcopy(), flush_encoders(), get_sync_ipts(), new_output_stream(), output_packet(), transcode(), transcode_audio(), transcode_init(), transcode_subtitles(), and transcode_video().
| int OutputStream::force_fps |
Definition at line 220 of file avconv.c.
Referenced by new_video_stream(), and transcode_init().
| char* OutputStream::forced_keyframes |
Definition at line 229 of file avconv.c.
Referenced by new_video_stream(), and transcode_init().
| int OutputStream::forced_kf_count |
Definition at line 227 of file avconv.c.
Referenced by do_video_out(), and parse_forced_key_frames().
| int OutputStream::forced_kf_index |
Definition at line 228 of file avconv.c.
Referenced by do_video_out().
| int64_t * OutputStream::forced_kf_pts |
Definition at line 226 of file avconv.c.
Referenced by do_video_out(), parse_forced_key_frames(), and transcode().
| float OutputStream::frame_aspect_ratio |
Definition at line 223 of file avconv.c.
Referenced by new_video_stream(), output_packet(), and transcode_video().
| int OutputStream::frame_number |
Definition at line 201 of file avconv.c.
Referenced by do_streamcopy(), do_video_out(), do_video_stats(), output_packet(), print_report(), transcode(), and write_frame().
| AVRational OutputStream::frame_rate |
Definition at line 219 of file avconv.c.
Referenced by new_video_stream(), transcode(), and transcode_init().
| struct SwsContext * OutputStream::img_resample_ctx |
Definition at line 215 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), transcode(), and transcode_init().
| int OutputStream::index |
Definition at line 197 of file avconv.c.
Referenced by do_audio_out(), do_streamcopy(), do_subtitle_out(), do_video_out(), encode_audio_frame(), flush_encoders(), new_output_stream(), output_packet(), transcode(), and transcode_init().
| int OutputStream::is_past_recording_time |
Definition at line 252 of file avconv.c.
Referenced by transcode().
| FILE * OutputStream::logfile |
Definition at line 240 of file avconv.c.
Referenced by do_video_out(), flush_encoders(), output_packet(), transcode(), and transcode_init().
| int64_t OutputStream::max_frames |
Definition at line 209 of file avconv.c.
Referenced by do_video_out(), new_output_stream(), transcode(), and write_frame().
| AVDictionary * OutputStream::opts |
Definition at line 251 of file avconv.c.
Referenced by new_output_stream(), transcode(), and transcode_init().
| AVFrame* OutputStream::output_frame |
Definition at line 210 of file avconv.c.
Referenced by encode_audio_frame(), and exit_program().
| AVFrame OutputStream::pict_tmp |
Definition at line 214 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), transcode(), and transcode_init().
| AVAudioConvert * OutputStream::reformat_ctx |
Definition at line 238 of file avconv.c.
Referenced by do_audio_out(), and transcode().
| int OutputStream::reformat_pair |
Definition at line 237 of file avconv.c.
Referenced by do_audio_out(), transcode(), and transcode_init().
| ReSampleContext * OutputStream::resample |
Definition at line 233 of file avconv.c.
Referenced by do_audio_out(), and transcode().
| int OutputStream::resample_channels |
Definition at line 235 of file avconv.c.
Referenced by do_audio_out(), transcode(), and transcode_init().
| int OutputStream::resample_height |
Definition at line 216 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), transcode(), transcode_init(), and transcode_video().
| int OutputStream::resample_pix_fmt |
Definition at line 218 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), transcode(), transcode_init(), and transcode_video().
| int OutputStream::resample_sample_fmt |
Definition at line 234 of file avconv.c.
Referenced by do_audio_out(), transcode(), and transcode_init().
| int OutputStream::resample_sample_rate |
Definition at line 236 of file avconv.c.
Referenced by do_audio_out(), transcode(), and transcode_init().
| int OutputStream::resample_width |
Definition at line 217 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), transcode(), transcode_init(), and transcode_video().
| int OutputStream::source_index |
Definition at line 198 of file avconv.c.
Referenced by check_output_constraints(), init_input_stream(), opt_output_file(), output_packet(), transcode(), and transcode_init().
| AVStream * OutputStream::st |
Definition at line 199 of file avconv.c.
Referenced by choose_encoder(), do_audio_out(), do_streamcopy(), do_subtitle_out(), do_video_out(), do_video_resample(), do_video_stats(), encode_audio_frame(), flush_encoders(), init_input_stream(), new_audio_stream(), new_data_stream(), new_output_stream(), new_subtitle_stream(), new_video_stream(), opt_output_file(), output_packet(), print_report(), read_avserver_streams(), transcode(), transcode_init(), transcode_video(), and write_frame().
| int OutputStream::stream_copy |
Definition at line 253 of file avconv.c.
Referenced by choose_encoder(), new_attachment_stream(), new_audio_stream(), new_data_stream(), new_video_stream(), opt_output_file(), print_report(), transcode(), and transcode_init().
| int64_t OutputStream::sws_flags |
Definition at line 250 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), new_output_stream(), transcode(), and transcode_init().
| struct InputStream * OutputStream::sync_ist |
Definition at line 205 of file avconv.c.
Referenced by get_sync_ipts(), opt_output_file(), transcode(), and transcode_init().
| int64_t OutputStream::sync_opts |
Definition at line 206 of file avconv.c.
Referenced by do_audio_out(), do_streamcopy(), do_video_out(), do_video_stats(), encode_audio_frame(), and output_packet().
| int OutputStream::top_field_first |
Definition at line 221 of file avconv.c.
Referenced by do_video_out(), and new_video_stream().
| int OutputStream::video_resample |
Definition at line 213 of file avconv.c.
Referenced by do_video_out(), do_video_resample(), transcode(), and transcode_init().