#include "config.h"#include <stdint.h>#include <stdio.h>#include <signal.h>#include "cmdutils.h"#include "libavformat/avformat.h"#include "libavformat/avio.h"#include "libavcodec/avcodec.h"#include "libavfilter/avfilter.h"#include "libavutil/avutil.h"#include "libavutil/dict.h"#include "libavutil/eval.h"#include "libavutil/fifo.h"#include "libavutil/pixfmt.h"#include "libavutil/rational.h"#include "libswresample/swresample.h"Go to the source code of this file.
Definition at line 50 of file ffmpeg.h.
Referenced by do_video_out(), opt_vsync(), and transcode_init().
Definition at line 51 of file ffmpeg.h.
Referenced by do_video_out(), opt_vsync(), and transcode_init().
Definition at line 52 of file ffmpeg.h.
Referenced by do_video_out(), opt_vsync(), and transcode_init().
Definition at line 53 of file ffmpeg.h.
Referenced by do_video_out(), and opt_vsync().
Definition at line 54 of file ffmpeg.h.
Referenced by do_video_out(), and transcode_init().
Definition at line 55 of file ffmpeg.h.
Referenced by do_video_out(), opt_vsync(), and write_frame().
Definition at line 57 of file ffmpeg.h.
Referenced by opt_streamid().
Definition at line 325 of file ffmpeg.c.
Referenced by assert_file_overwrite(), and main().
Definition at line 303 of file ffmpeg.c.
Referenced by assert_file_overwrite(), ffmpeg_cleanup(), sigterm_handler(), and transcode().
Definition at line 2469 of file ffmpeg_opt.c.
Referenced by main(), and show_help_default().
Definition at line 514 of file ffmpeg.c.
Referenced by init_input_stream(), and open_input_file().
Definition at line 1508 of file ffmpeg.c.
Referenced by add_input_streams(), and decode_audio().
Definition at line 38 of file ffmpeg_filter.c.
Referenced by choose_pix_fmts(), and read_ffserver_streams().
Definition at line 71 of file ffmpeg_filter.c.
Referenced by read_ffserver_streams().
Definition at line 832 of file ffmpeg_filter.c.
Referenced by configure_complex_filters(), decode_audio(), decode_video(), and transcode_init().
Definition at line 571 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), and init_output_filter().
Definition at line 917 of file ffmpeg_filter.c.
Referenced by decode_audio(), and decode_video().
Referenced by transcode_init().
Definition at line 2519 of file ffmpeg_opt.c.
Referenced by main().
Definition at line 110 of file ffmpeg.c.
Referenced by transcode_init().
Definition at line 144 of file ffmpeg.c.
Referenced by add_input_streams(), init_input_filter(), new_audio_stream(), new_output_stream(), open_input_file(), and open_output_file().
Definition at line 145 of file ffmpeg.c.
Referenced by add_input_streams(), check_keyboard_interaction(), ffmpeg_cleanup(), init_input_filter(), open_input_file(), open_output_file(), transcode(), and transcode_init().
Definition at line 146 of file ffmpeg.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), init_input_filter(), open_input_file(), open_output_file(), opt_map(), opt_map_channel(), opt_target(), and sub2video_prepare().
Definition at line 147 of file ffmpeg.c.
Referenced by add_input_streams(), dump_attachment(), ffmpeg_cleanup(), init_input_filter(), open_input_file(), open_output_file(), opt_map(), opt_map_channel(), opt_target(), reset_eagain(), and transcode_init().
Definition at line 149 of file ffmpeg.c.
Referenced by new_output_stream(), and open_output_file().
Definition at line 150 of file ffmpeg.c.
Referenced by check_keyboard_interaction(), choose_output(), ffmpeg_cleanup(), flush_encoders(), got_eagain(), need_output(), new_output_stream(), open_output_file(), output_packet(), print_report(), process_input(), reap_filters(), reset_eagain(), transcode(), transcode_init(), and transcode_subtitles().
Definition at line 151 of file ffmpeg.c.
Referenced by configure_output_audio_filter(), configure_output_video_filter(), and open_output_file().
Definition at line 152 of file ffmpeg.c.
Referenced by ffmpeg_cleanup(), get_ost_filters(), new_output_stream(), open_output_file(), print_sdp(), transcode(), and transcode_init().
Definition at line 154 of file ffmpeg.c.
Referenced by configure_complex_filters(), DEF_CHOOSE_FORMAT(), open_output_file(), opt_filter_complex(), and opt_filter_complex_script().
Definition at line 155 of file ffmpeg.c.
Referenced by check_keyboard_interaction(), configure_complex_filters(), decode_audio(), decode_video(), DEF_CHOOSE_FORMAT(), ffmpeg_cleanup(), open_output_file(), opt_filter_complex(), opt_filter_complex_script(), and transcode_init().
Definition at line 65 of file ffmpeg_opt.c.
Referenced by do_video_out(), do_video_stats(), ffmpeg_cleanup(), flush_encoders(), and opt_vstats_file().
Definition at line 67 of file ffmpeg_opt.c.
Referenced by configure_input_audio_filter().
Definition at line 68 of file ffmpeg_opt.c.
Referenced by process_input().
Definition at line 69 of file ffmpeg_opt.c.
Referenced by do_video_out(), and process_input().
Definition at line 71 of file ffmpeg_opt.c.
Referenced by configure_input_audio_filter(), configure_output_audio_filter(), and transcode_init().
Definition at line 72 of file ffmpeg_opt.c.
Referenced by configure_input_audio_filter(), do_audio_out(), and write_frame().
Definition at line 73 of file ffmpeg_opt.c.
Referenced by do_video_out(), opt_vsync(), transcode_init(), and write_frame().
Definition at line 75 of file ffmpeg_opt.c.
Referenced by ffmpeg_cleanup(), and main().
Definition at line 76 of file ffmpeg_opt.c.
Referenced by update_benchmark().
Definition at line 74 of file ffmpeg_opt.c.
Referenced by configure_input_video_filter().
Definition at line 77 of file ffmpeg_opt.c.
Referenced by check_keyboard_interaction(), and process_input().
Definition at line 78 of file ffmpeg_opt.c.
Referenced by check_keyboard_interaction(), and process_input().
Definition at line 79 of file ffmpeg_opt.c.
Referenced by do_video_out(), open_input_file(), and process_input().
Definition at line 80 of file ffmpeg_opt.c.
Referenced by transcode_init().
Definition at line 81 of file ffmpeg_opt.c.
Referenced by decode_video(), do_audio_out(), do_video_out(), process_input(), and write_frame().
Definition at line 82 of file ffmpeg_opt.c.
Referenced by do_subtitle_out(), process_input(), and write_frame().
Definition at line 83 of file ffmpeg_opt.c.
Referenced by print_report(), and uninit().
Definition at line 84 of file ffmpeg_opt.c.
Referenced by check_keyboard_interaction(), and print_report().
Definition at line 85 of file ffmpeg_opt.c.
Referenced by assert_file_overwrite(), open_input_file(), and transcode().
Definition at line 86 of file ffmpeg_opt.c.
Referenced by new_video_stream(), and transcode_init().
Definition at line 133 of file ffmpeg.c.
Referenced by opt_progress().
Definition at line 87 of file ffmpeg_opt.c.
Referenced by main().
Definition at line 422 of file ffmpeg.c.
Referenced by dump_attachment(), get_preset_file_2(), open_input_file(), open_output_file(), opt_progress(), read_ffserver_streams(), and url_alloc_for_protocol().
Definition at line 4682 of file ffserver.c.
Referenced by avfilter_init_str(), ffmpeg_parse_options(), main(), open_output_file(), open_slave(), opt_audio_codec(), opt_audio_filters(), opt_audio_frames(), opt_audio_qscale(), opt_channel_layout(), opt_data_codec(), opt_data_frames(), opt_old2new(), opt_qscale(), opt_recording_timestamp(), opt_subtitle_codec(), opt_target(), opt_timecode(), opt_video_codec(), opt_video_filters(), opt_video_frames(), pp_get_mode_by_name_and_quality(), show_help_default(), and uninit_options().