Anton Khirnov
f8b1e66553
avconv: print info/capabilities options in a separate help group.
12 years ago
Anton Khirnov
a3ad68d36c
cmdutils: extend -h to allow printing codec details.
12 years ago
Anton Khirnov
7c5012127f
cmdutils: change semantics of show_help_options() and document it.
...
Currently it takes a mask and value, such that options for which
(flags & mask) == value.
Change it to take required flags and forbidden flags instead. This is
shorter and simpler to understand.
12 years ago
Anton Khirnov
dc4c24a3d3
avtools: move some newlines to show_help_options().
...
Don't require every caller to supply them.
12 years ago
Anton Khirnov
79600a8354
avconv: deprecate -isync.
...
This option does not do anything.
Also remove OPT_GRAB, since -isync is the last option using it.
12 years ago
Anton Khirnov
8fc83fb081
avconv: reformat the options table.
12 years ago
Anton Khirnov
d3810c47fe
avconv: get rid of ugly casts in the options table.
12 years ago
Anton Khirnov
db4766ad1b
avconv: try to match codecs by codec descriptor name as a last resort.
...
This allows e.g. -c:v h264 to select the libx264 encoder.
12 years ago
Anton Khirnov
f617135bc9
avtools: fix show_foo() signatures.
...
show_foo() functions are declared as void show_foo(void), but called as
int show_foo(const char*, const char*).
12 years ago
Anton Khirnov
3c0df90584
avconv: make -shortest a per-output file option.
12 years ago
Anton Khirnov
f5e668273a
avconv: split option parsing into a separate file.
12 years ago