15 {
"bsfs" ,
OPT_EXIT, {.func_arg =
show_bsfs },
"show available bit stream filters" },
24 {
"report" , 0, {(
void*)
opt_report},
"generate a report" },
25 {
"max_alloc" ,
HAS_ARG, {.func_arg =
opt_max_alloc},
"set maximum size of a single allocated block",
"bytes" },
29 {
"opencl_bench",
OPT_EXIT, {.func_arg =
opt_opencl_bench},
"run benchmark on all OpenCL devices and show results" },
30 {
"opencl_options",
HAS_ARG, {.func_arg =
opt_opencl},
"set OpenCL environment options" },
34 "list sources of the input device",
"device" },
36 "list sinks of the output device",
"device" },
int show_decoders(void *optctx, const char *opt, const char *arg)
Print a listing containing all the decoders supported by the program.
int show_license(void *optctx, const char *opt, const char *arg)
Print the license of the program to stdout.
int opt_loglevel(void *optctx, const char *opt, const char *arg)
Set the libav* libraries log level.
int show_protocols(void *optctx, const char *opt, const char *arg)
Print a listing containing all the protocols supported by the program.
int show_demuxers(void *optctx, const char *opt, const char *arg)
Print a listing containing all the demuxer supported by the program (including devices).
int show_devices(void *optctx, const char *opt, const char *arg)
Print a listing containing all the devices supported by the program.
int show_formats(void *optctx, const char *opt, const char *arg)
Print a listing containing all the formats supported by the program (including devices).
int show_pix_fmts(void *optctx, const char *opt, const char *arg)
Print a listing containing all the pixel formats supported by the program.
int show_codecs(void *optctx, const char *opt, const char *arg)
Print a listing containing all the codecs supported by the program.
int opt_max_alloc(void *optctx, const char *opt, const char *arg)
int show_muxers(void *optctx, const char *opt, const char *arg)
Print a listing containing all the muxers supported by the program (including devices).
int show_buildconf(void *optctx, const char *opt, const char *arg)
Print the build configuration of the program to stdout.
int show_help(void *optctx, const char *opt, const char *arg)
Generic -h handler common to all fftools.
int show_sample_fmts(void *optctx, const char *opt, const char *arg)
Print a listing containing all the sample formats supported by the program.
int show_filters(void *optctx, const char *opt, const char *arg)
Print a listing containing all the filters supported by the program.
int opt_report(const char *opt)
int show_colors(void *optctx, const char *opt, const char *arg)
Print a listing containing all the color names and values recognized by the program.
int opt_opencl(void *optctx, const char *opt, const char *arg)
int show_bsfs(void *optctx, const char *opt, const char *arg)
Print a listing containing all the bit stream filters supported by the program.
int show_layouts(void *optctx, const char *opt, const char *arg)
Print a listing containing all the standard channel layouts supported by the program.
int opt_cpuflags(void *optctx, const char *opt, const char *arg)
Override the cpuflags.
int show_version(void *optctx, const char *opt, const char *arg)
Print the version of the program to stdout.
int show_encoders(void *optctx, const char *opt, const char *arg)
Print a listing containing all the encoders supported by the program.
int opt_opencl_bench(void *optctx, const char *opt, const char *arg)