| 
    MobileFFmpeg iOS / tvOS API
    4.4
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | BenchmarkTimeStamps | 
Macros | |
| #define | OFFSET(x) offsetof(OptionsContext, x) | 
Typedefs | |
| typedef struct BenchmarkTimeStamps | BenchmarkTimeStamps | 
Functions | |
| static void | do_video_stats (OutputStream *ost, int frame_size) | 
| static BenchmarkTimeStamps | get_benchmark_time_stamps (void) | 
| static int64_t | getmaxrss (void) | 
| static int | ifilter_has_all_input_formats (FilterGraph *fg) | 
| int | opt_map (void *optctx, const char *opt, const char *arg) | 
| int | opt_map_channel (void *optctx, const char *opt, const char *arg) | 
| int | opt_recording_timestamp (void *optctx, const char *opt, const char *arg) | 
| int | opt_data_frames (void *optctx, const char *opt, const char *arg) | 
| int | opt_progress (void *optctx, const char *opt, const char *arg) | 
| int | opt_target (void *optctx, const char *opt, const char *arg) | 
| int | opt_vsync (void *optctx, const char *opt, const char *arg) | 
| int | opt_abort_on (void *optctx, const char *opt, const char *arg) | 
| int | opt_qscale (void *optctx, const char *opt, const char *arg) | 
| int | opt_profile (void *optctx, const char *opt, const char *arg) | 
| int | opt_filter_complex (void *optctx, const char *opt, const char *arg) | 
| int | opt_filter_complex_script (void *optctx, const char *opt, const char *arg) | 
| int | opt_attach (void *optctx, const char *opt, const char *arg) | 
| int | opt_video_frames (void *optctx, const char *opt, const char *arg) | 
| int | opt_video_codec (void *optctx, const char *opt, const char *arg) | 
| int | opt_sameq (void *optctx, const char *opt, const char *arg) | 
| int | opt_timecode (void *optctx, const char *opt, const char *arg) | 
| int | opt_vstats_file (void *optctx, const char *opt, const char *arg) | 
| int | opt_vstats (void *optctx, const char *opt, const char *arg) | 
| int | opt_old2new (void *optctx, const char *opt, const char *arg) | 
| int | opt_streamid (void *optctx, const char *opt, const char *arg) | 
| int | opt_bitrate (void *optctx, const char *opt, const char *arg) | 
| int | show_hwaccels (void *optctx, const char *opt, const char *arg) | 
| int | opt_video_filters (void *optctx, const char *opt, const char *arg) | 
| int | opt_audio_frames (void *optctx, const char *opt, const char *arg) | 
| int | opt_audio_qscale (void *optctx, const char *opt, const char *arg) | 
| int | opt_audio_codec (void *optctx, const char *opt, const char *arg) | 
| int | opt_channel_layout (void *optctx, const char *opt, const char *arg) | 
| int | opt_preset (void *optctx, const char *opt, const char *arg) | 
| int | opt_audio_filters (void *optctx, const char *opt, const char *arg) | 
| int | opt_subtitle_codec (void *optctx, const char *opt, const char *arg) | 
| int | opt_video_channel (void *optctx, const char *opt, const char *arg) | 
| int | opt_video_standard (void *optctx, const char *opt, const char *arg) | 
| int | opt_sdp_file (void *optctx, const char *opt, const char *arg) | 
| int | opt_data_codec (void *optctx, const char *opt, const char *arg) | 
| int | opt_init_hw_device (void *optctx, const char *opt, const char *arg) | 
| int | opt_filter_hw_device (void *optctx, const char *opt, const char *arg) | 
| int | cancelRequested (long executionId) | 
| void | removeExecution (long executionId) | 
| static int | sub2video_get_blank_frame (InputStream *ist) | 
| static void | sub2video_copy_rect (uint8_t *dst, int dst_linesize, int w, int h, AVSubtitleRect *r) | 
| static void | sub2video_push_ref (InputStream *ist, int64_t pts) | 
| void | sub2video_update (InputStream *ist, AVSubtitle *sub) | 
| static void | sub2video_heartbeat (InputStream *ist, int64_t pts) | 
| static void | sub2video_flush (InputStream *ist) | 
| static void | term_exit_sigsafe (void) | 
| void | term_exit (void) | 
| static void | sigterm_handler (int sig) | 
| void | term_init (void) | 
| static int | read_key (void) | 
| int | decode_interrupt_cb (void *ctx) | 
| static void | ffmpeg_cleanup (int ret) | 
| void | remove_avoptions (AVDictionary **a, AVDictionary *b) | 
| void | assert_avoptions (AVDictionary *m) | 
| static void | abort_codec_experimental (AVCodec *c, int encoder) | 
| static void | update_benchmark (const char *fmt,...) | 
| static void | close_all_output_streams (OutputStream *ost, OSTFinished this_stream, OSTFinished others) | 
| static void | write_packet (OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) | 
| static void | close_output_stream (OutputStream *ost) | 
| static void | output_packet (OutputFile *of, AVPacket *pkt, OutputStream *ost, int eof) | 
| static int | check_recording_time (OutputStream *ost) | 
| static void | do_audio_out (OutputFile *of, OutputStream *ost, AVFrame *frame) | 
| static void | do_subtitle_out (OutputFile *of, OutputStream *ost, AVSubtitle *sub) | 
| static void | do_video_out (OutputFile *of, OutputStream *ost, AVFrame *next_picture, double sync_ipts) | 
| static double | psnr (double d) | 
| static int | init_output_stream (OutputStream *ost, char *error, int error_len) | 
| static void | finish_output_stream (OutputStream *ost) | 
| static int | reap_filters (int flush) | 
| static void | print_final_stats (int64_t total_size) | 
| static void | forward_report (int is_last_report, int64_t timer_start, int64_t cur_time) | 
| static void | print_report (int is_last_report, int64_t timer_start, int64_t cur_time) | 
| static void | ifilter_parameters_from_codecpar (InputFilter *ifilter, AVCodecParameters *par) | 
| static void | flush_encoders (void) | 
| static int | check_output_constraints (InputStream *ist, OutputStream *ost) | 
| static void | do_streamcopy (InputStream *ist, OutputStream *ost, const AVPacket *pkt) | 
| int | guess_input_channel_layout (InputStream *ist) | 
| static void | check_decode_result (InputStream *ist, int *got_output, int ret) | 
| static int | ifilter_send_frame (InputFilter *ifilter, AVFrame *frame) | 
| static int | ifilter_send_eof (InputFilter *ifilter, int64_t pts) | 
| static int | decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) | 
| static int | send_frame_to_filters (InputStream *ist, AVFrame *decoded_frame) | 
| static int | decode_audio (InputStream *ist, AVPacket *pkt, int *got_output, int *decode_failed) | 
| static int | decode_video (InputStream *ist, AVPacket *pkt, int *got_output, int64_t *duration_pts, int eof, int *decode_failed) | 
| static int | transcode_subtitles (InputStream *ist, AVPacket *pkt, int *got_output, int *decode_failed) | 
| static int | send_filter_eof (InputStream *ist) | 
| static int | process_input_packet (InputStream *ist, const AVPacket *pkt, int no_eof) | 
| static void | print_sdp (void) | 
| static enum AVPixelFormat | get_format (AVCodecContext *s, const enum AVPixelFormat *pix_fmts) | 
| static int | get_buffer (AVCodecContext *s, AVFrame *frame, int flags) | 
| static int | init_input_stream (int ist_index, char *error, int error_len) | 
| static InputStream * | get_input_stream (OutputStream *ost) | 
| static int | compare_int64 (const void *a, const void *b) | 
| static int | check_init_output_file (OutputFile *of, int file_index) | 
| static int | init_output_bsfs (OutputStream *ost) | 
| static int | init_output_stream_streamcopy (OutputStream *ost) | 
| static void | set_encoder_id (OutputFile *of, OutputStream *ost) | 
| static void | parse_forced_key_frames (char *kf, OutputStream *ost, AVCodecContext *avctx) | 
| static void | init_encoder_time_base (OutputStream *ost, AVRational default_time_base) | 
| static int | init_output_stream_encode (OutputStream *ost) | 
| static void | report_new_stream (int input_index, AVPacket *pkt) | 
| static int | transcode_init (void) | 
| static int | need_output (void) | 
| static OutputStream * | choose_output (void) | 
| static void | set_tty_echo (int on) | 
| static int | check_keyboard_interaction (int64_t cur_time) | 
| static int | get_input_packet (InputFile *f, AVPacket *pkt) | 
| static int | got_eagain (void) | 
| static void | reset_eagain (void) | 
| static AVRational | duration_max (int64_t tmp, int64_t *duration, AVRational tmp_time_base, AVRational time_base) | 
| static int | seek_to_start (InputFile *ifile, AVFormatContext *is) | 
| static int | process_input (int file_index) | 
| static int | transcode_from_filter (FilterGraph *graph, InputStream **best_ist) | 
| static int | transcode_step (void) | 
| static int | transcode (void) | 
| static void | log_callback_null (void *ptr, int level, const char *fmt, va_list vl) | 
| void | ffmpeg_var_cleanup () | 
| void | set_report_callback (void(*callback)(int, float, float, int64_t, int, double, double)) | 
| void | cancel_operation (long id) | 
| int | ffmpeg_execute (int argc, char **argv) | 
Variables | |
| static FILE * | vstats_file | 
| const char *const | forced_keyframes_const_names [] | 
| __thread int | run_as_daemon = 0 | 
| __thread int | nb_frames_dup = 0 | 
| __thread unsigned | dup_warning = 1000 | 
| __thread int | nb_frames_drop = 0 | 
| __thread int64_t | decode_error_stat [2] | 
| __thread int | want_sdp = 1 | 
| __thread BenchmarkTimeStamps | current_time | 
| __thread AVIOContext * | progress_avio = NULL | 
| __thread uint8_t * | subtitle_out | 
| __thread InputStream ** | input_streams = NULL | 
| __thread int | nb_input_streams = 0 | 
| __thread InputFile ** | input_files = NULL | 
| __thread int | nb_input_files = 0 | 
| __thread OutputStream ** | output_streams = NULL | 
| __thread int | nb_output_streams = 0 | 
| __thread OutputFile ** | output_files = NULL | 
| __thread int | nb_output_files = 0 | 
| __thread FilterGraph ** | filtergraphs | 
| __thread int | nb_filtergraphs | 
| void(* | report_callback )(int, float, float, int64_t, int, double, double) = NULL | 
| __thread int | file_overwrite | 
| __thread int | no_file_overwrite | 
| __thread int | ignore_unknown_streams | 
| __thread int | copy_unknown_streams | 
| __thread int | intra_only | 
| __thread int | do_psnr | 
| __thread int | input_sync | 
| volatile int | handleSIGQUIT | 
| volatile int | handleSIGINT | 
| volatile int | handleSIGTERM | 
| volatile int | handleSIGXCPU | 
| volatile int | handleSIGPIPE | 
| __thread volatile long | executionId | 
| static volatile int | received_sigterm = 0 | 
| static volatile int | received_nb_signals = 0 | 
| __thread atomic_int | transcode_init_done = ATOMIC_VAR_INIT(0) | 
| __thread volatile int | ffmpeg_exited = 0 | 
| __thread volatile int | main_ffmpeg_return_code = 0 | 
| __thread volatile int | longjmp_value | 
| __thread const AVIOInterruptCB | int_cb = { decode_interrupt_cb, NULL } | 
| __thread OptionDef * | ffmpeg_options = NULL | 
multimedia converter based on the FFmpeg libraries
Definition in file fftools_ffmpeg.c.
| #define OFFSET | ( | x | ) | offsetof(OptionsContext, x) | 
| typedef struct BenchmarkTimeStamps BenchmarkTimeStamps | 
      
  | 
  static | 
Definition at line 756 of file fftools_ffmpeg.c.
| void assert_avoptions | ( | AVDictionary * | m | ) | 
Definition at line 747 of file fftools_ffmpeg.c.
| void cancel_operation | ( | long | id | ) | 
Definition at line 5059 of file fftools_ffmpeg.c.
| int cancelRequested | ( | long | id | ) | 
Checks whether a cancel request for the given execution id exists in the execution map.
| id | execution id | 
Definition at line 273 of file MobileFFmpegConfig.m.
      
  | 
  static | 
Definition at line 2276 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3152 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4086 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2162 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 999 of file fftools_ffmpeg.c.
      
  | 
  static | 
Select the output stream to process.
Definition at line 4047 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 782 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 926 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3146 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2414 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2463 of file fftools_ffmpeg.c.
| int decode_interrupt_cb | ( | void * | ctx | ) | 
Definition at line 575 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2525 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1012 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2179 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1072 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1155 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1461 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4353 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 582 of file fftools_ffmpeg.c.
Forward declaration for function defined in fftools_ffmpeg.c
Definition at line 5070 of file fftools_ffmpeg.c.
| void ffmpeg_var_cleanup | ( | ) | 
Definition at line 5024 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1506 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2043 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1747 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4976 of file fftools_ffmpeg.c.
Definition at line 3064 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2933 of file fftools_ffmpeg.c.
Definition at line 4314 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3139 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 5002 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4334 of file fftools_ffmpeg.c.
| int guess_input_channel_layout | ( | InputStream * | ist | ) | 
Definition at line 2256 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2295 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2030 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2383 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2306 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3452 of file fftools_ffmpeg.c.
Definition at line 3074 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3198 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3634 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3476 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3234 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 5020 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4017 of file fftools_ffmpeg.c.
| int opt_abort_on | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 222 of file fftools_ffmpeg_opt.c.
| int opt_attach | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 403 of file fftools_ffmpeg_opt.c.
| int opt_audio_codec | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 261 of file fftools_ffmpeg_opt.c.
| int opt_audio_filters | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3089 of file fftools_ffmpeg_opt.c.
| int opt_audio_frames | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2945 of file fftools_ffmpeg_opt.c.
| int opt_audio_qscale | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3157 of file fftools_ffmpeg_opt.c.
| int opt_bitrate | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3037 of file fftools_ffmpeg_opt.c.
| int opt_channel_layout | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3121 of file fftools_ffmpeg_opt.c.
| int opt_data_codec | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 279 of file fftools_ffmpeg_opt.c.
| int opt_data_frames | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2951 of file fftools_ffmpeg_opt.c.
| int opt_filter_complex | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3163 of file fftools_ffmpeg_opt.c.
| int opt_filter_complex_script | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3178 of file fftools_ffmpeg_opt.c.
| int opt_filter_hw_device | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 531 of file fftools_ffmpeg_opt.c.
| int opt_init_hw_device | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 516 of file fftools_ffmpeg_opt.c.
| int opt_map | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 285 of file fftools_ffmpeg_opt.c.
| int opt_map_channel | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 411 of file fftools_ffmpeg_opt.c.
| int opt_old2new | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3025 of file fftools_ffmpeg_opt.c.
| int opt_preset | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2977 of file fftools_ffmpeg_opt.c.
| int opt_profile | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3071 of file fftools_ffmpeg_opt.c.
| int opt_progress | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
| int opt_qscale | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3053 of file fftools_ffmpeg_opt.c.
| int opt_recording_timestamp | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 669 of file fftools_ffmpeg_opt.c.
| int opt_sameq | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 240 of file fftools_ffmpeg_opt.c.
| int opt_sdp_file | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 488 of file fftools_ffmpeg_opt.c.
| int opt_streamid | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2007 of file fftools_ffmpeg_opt.c.
| int opt_subtitle_codec | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 273 of file fftools_ffmpeg_opt.c.
| int opt_target | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2772 of file fftools_ffmpeg_opt.c.
| int opt_timecode | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3107 of file fftools_ffmpeg_opt.c.
| int opt_video_channel | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 249 of file fftools_ffmpeg_opt.c.
| int opt_video_codec | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 267 of file fftools_ffmpeg_opt.c.
| int opt_video_filters | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3083 of file fftools_ffmpeg_opt.c.
| int opt_video_frames | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2939 of file fftools_ffmpeg_opt.c.
| int opt_video_standard | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 255 of file fftools_ffmpeg_opt.c.
| int opt_vstats | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2923 of file fftools_ffmpeg_opt.c.
| int opt_vstats_file | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 2916 of file fftools_ffmpeg_opt.c.
| int opt_vsync | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 3095 of file fftools_ffmpeg_opt.c.
      
  | 
  static | 
Definition at line 948 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3389 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1629 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1828 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2933 of file fftools_ffmpeg.c.
Definition at line 4437 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2751 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 1456 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 522 of file fftools_ffmpeg.c.
Get and encode new output from any of the filtergraphs, without causing activity.
Definition at line 1525 of file fftools_ffmpeg.c.
| void remove_avoptions | ( | AVDictionary ** | a, | 
| AVDictionary * | b | ||
| ) | 
Definition at line 738 of file fftools_ffmpeg.c.
| void removeExecution | ( | long | id | ) | 
Removes an execution id from the execution map.
| id | execution id | 
Definition at line 258 of file MobileFFmpegConfig.m.
      
  | 
  static | 
Definition at line 3829 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4343 of file fftools_ffmpeg.c.
Definition at line 4372 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2735 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2437 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3348 of file fftools_ffmpeg.c.
Definition at line 5054 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4074 of file fftools_ffmpeg.c.
| int show_hwaccels | ( | void * | optctx, | 
| const char * | opt, | ||
| const char * | arg | ||
| ) | 
Definition at line 189 of file fftools_ffmpeg_opt.c.
      
  | 
  static | 
Definition at line 428 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 277 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 390 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 262 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 360 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 308 of file fftools_ffmpeg.c.
| void sub2video_update | ( | InputStream * | ist, | 
| AVSubtitle * | sub | ||
| ) | 
Definition at line 326 of file fftools_ffmpeg.c.
| void term_exit | ( | void | ) | 
Definition at line 414 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 406 of file fftools_ffmpeg.c.
| void term_init | ( | void | ) | 
Definition at line 474 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 4835 of file fftools_ffmpeg.c.
      
  | 
  static | 
Perform a step of transcoding for the specified filter graph.
| [in] | graph | filter graph to consider | 
| [out] | best_ist | input stream where a frame would allow to continue | 
Definition at line 4714 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 3844 of file fftools_ffmpeg.c.
      
  | 
  static | 
Run a single step of transcoding.
Definition at line 4760 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 2658 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 761 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 791 of file fftools_ffmpeg.c.
| __thread int copy_unknown_streams | 
Definition at line 138 of file fftools_ffmpeg_opt.c.
| __thread BenchmarkTimeStamps current_time | 
Definition at line 170 of file fftools_ffmpeg.c.
| __thread int64_t decode_error_stat[2] | 
Definition at line 166 of file fftools_ffmpeg.c.
| __thread int do_psnr | 
Definition at line 134 of file fftools_ffmpeg_opt.c.
| __thread unsigned dup_warning = 1000 | 
Definition at line 164 of file fftools_ffmpeg.c.
| __thread volatile long executionId | 
Holds the id of the current execution
Definition at line 25 of file FFmpegExecution.m.
| __thread volatile int ffmpeg_exited = 0 | 
Definition at line 423 of file fftools_ffmpeg.c.
| __thread OptionDef* ffmpeg_options = NULL | 
Definition at line 5068 of file fftools_ffmpeg.c.
| __thread int file_overwrite | 
Definition at line 132 of file fftools_ffmpeg_opt.c.
| __thread FilterGraph** filtergraphs | 
Definition at line 185 of file fftools_ffmpeg.c.
| const char* const forced_keyframes_const_names[] | 
Definition at line 142 of file fftools_ffmpeg.c.
| volatile int handleSIGINT | 
Definition at line 174 of file MobileFFmpegConfig.m.
| volatile int handleSIGPIPE | 
Definition at line 177 of file MobileFFmpegConfig.m.
| volatile int handleSIGQUIT | 
Fields that control the handling of SIGNALs
Definition at line 173 of file MobileFFmpegConfig.m.
| volatile int handleSIGTERM | 
Definition at line 175 of file MobileFFmpegConfig.m.
| volatile int handleSIGXCPU | 
Definition at line 176 of file MobileFFmpegConfig.m.
| __thread int ignore_unknown_streams | 
Definition at line 137 of file fftools_ffmpeg_opt.c.
| __thread InputFile** input_files = NULL | 
Definition at line 177 of file fftools_ffmpeg.c.
| __thread InputStream** input_streams = NULL | 
Definition at line 175 of file fftools_ffmpeg.c.
| __thread int input_sync | 
Definition at line 135 of file fftools_ffmpeg_opt.c.
| __thread const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL } | 
Definition at line 580 of file fftools_ffmpeg.c.
| __thread int intra_only | 
Definition at line 131 of file fftools_ffmpeg_opt.c.
| __thread volatile int longjmp_value | 
Definition at line 108 of file fftools_cmdutils.c.
| __thread volatile int main_ffmpeg_return_code = 0 | 
Definition at line 424 of file fftools_ffmpeg.c.
| __thread int nb_filtergraphs | 
Definition at line 186 of file fftools_ffmpeg.c.
| __thread int nb_frames_drop = 0 | 
Definition at line 165 of file fftools_ffmpeg.c.
| __thread int nb_frames_dup = 0 | 
Definition at line 163 of file fftools_ffmpeg.c.
| __thread int nb_input_files = 0 | 
Definition at line 178 of file fftools_ffmpeg.c.
| __thread int nb_input_streams = 0 | 
Definition at line 176 of file fftools_ffmpeg.c.
| __thread int nb_output_files = 0 | 
Definition at line 183 of file fftools_ffmpeg.c.
| __thread int nb_output_streams = 0 | 
Definition at line 181 of file fftools_ffmpeg.c.
| __thread int no_file_overwrite | 
Definition at line 133 of file fftools_ffmpeg_opt.c.
| __thread OutputFile** output_files = NULL | 
Definition at line 182 of file fftools_ffmpeg.c.
| __thread OutputStream** output_streams = NULL | 
Definition at line 180 of file fftools_ffmpeg.c.
| __thread AVIOContext* progress_avio = NULL | 
Definition at line 171 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 421 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 420 of file fftools_ffmpeg.c.
Definition at line 188 of file fftools_ffmpeg.c.
| __thread int run_as_daemon = 0 | 
Definition at line 162 of file fftools_ffmpeg.c.
| __thread uint8_t* subtitle_out | 
Definition at line 173 of file fftools_ffmpeg.c.
| __thread atomic_int transcode_init_done = ATOMIC_VAR_INIT(0) | 
Definition at line 422 of file fftools_ffmpeg.c.
      
  | 
  static | 
Definition at line 140 of file fftools_ffmpeg.c.
| __thread int want_sdp = 1 | 
Definition at line 168 of file fftools_ffmpeg.c.
 1.8.18