aboutsummaryrefslogtreecommitdiffstats
path: root/avconv_opt.c
Commit message (Expand)AuthorAgeFilesLines
...
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-191-12/+7
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-191-7/+7
* avconv: deprecate -isync.Anton Khirnov2012-08-191-12/+8
* avconv: reformat the options table.Anton Khirnov2012-08-191-92/+175
* avconv: get rid of ugly casts in the options table.Anton Khirnov2012-08-191-64/+83
* avconv: try to match codecs by codec descriptor name as a last resort.Anton Khirnov2012-08-191-0/+10
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-191-1/+2
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-181-1/+2
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-081-0/+1915