summaryrefslogtreecommitdiff
path: root/avconv_opt.c
Commit message (Expand)AuthorAge
* cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-18
* avconv: fix copying per-stream metadata.Anton Khirnov2012-11-25
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* avconv_opt, cmdutils: Add missing function parameter DoxygenDiego Biurrun2012-10-31
* avconv: only apply presets when we have an encoder.Anton Khirnov2012-10-23
* avconv: fix disabling auto mappings with -map_metadataAnton Khirnov2012-10-16
* De-doxygenize some top-level filesDiego Biurrun2012-10-12
* avconv: remove bogus warning when using avconv -h without parameterJanne Grunau2012-10-10
* avconv: remove -same_quantAnton Khirnov2012-10-09
* avconv: simplify memory allocation in copy_chaptersJanne Grunau2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-30
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-30
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-30
* avconv: remove unused variable opt_shortestMans Rullgard2012-08-25
* avconv: mark more options as expert.Anton Khirnov2012-08-19
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-19
* avconv: refactor help printing.Anton Khirnov2012-08-19
* avconv: print info/capabilities options in a separate help group.Anton Khirnov2012-08-19
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-19
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-19
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-19
* avconv: deprecate -isync.Anton Khirnov2012-08-19
* avconv: reformat the options table.Anton Khirnov2012-08-19
* avconv: get rid of ugly casts in the options table.Anton Khirnov2012-08-19
* avconv: try to match codecs by codec descriptor name as a last resort.Anton Khirnov2012-08-19
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-19
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-18
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-08