33 Commits (3f89b49b07380e94a5685819fc7014b36d8ad1f2)

Author SHA1 Message Date
Anton Khirnov c661cb6672 cmdutils: pass number of groups to split_commandline(). 12 years ago
Anton Khirnov e82cb79adf avconv: pass the actually selected decoder to filter_codec_opts(). 12 years ago
Anton Khirnov 77bd1bc73a avconv: use new options parser. 12 years ago
Anton Khirnov 10bca66101 cmdutils: add a macro to simplify grow_array() calls. 12 years ago
Anton Khirnov 4632abc7a3 avconv: fix copying per-stream metadata. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Diego Biurrun 02e4275180 avconv_opt, cmdutils: Add missing function parameter Doxygen 12 years ago
Anton Khirnov 4e61a38aa0 avconv: only apply presets when we have an encoder. 12 years ago
Anton Khirnov a119c64e38 avconv: fix disabling auto mappings with -map_metadata 12 years ago
Diego Biurrun c1ef30a6ba De-doxygenize some top-level files 12 years ago
Janne Grunau 8d09d39a4b avconv: remove bogus warning when using avconv -h without parameter 12 years ago
Anton Khirnov fb722a900f avconv: remove -same_quant 12 years ago
Janne Grunau 18ff4d2020 avconv: simplify memory allocation in copy_chapters 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Anton Khirnov 11d957fbd8 avtools: remove the distinction between func_arg and func2_arg. 13 years ago
Anton Khirnov bbcedade00 avconv: make the -passlogfile option per-stream. 13 years ago
Anton Khirnov 038c0b1e06 avconv: make the -pass option per-stream. 13 years ago
Mans Rullgard cba79d2123 avconv: remove unused variable opt_shortest 13 years ago
Anton Khirnov 602b1898e5 avconv: mark more options as expert. 13 years ago
Anton Khirnov f9fada2704 avconv: split printing "main options" into global and per-file. 13 years ago
Anton Khirnov 6e3857fa8c avconv: refactor help printing. 13 years ago
Anton Khirnov f8b1e66553 avconv: print info/capabilities options in a separate help group. 13 years ago
Anton Khirnov a3ad68d36c cmdutils: extend -h to allow printing codec details. 13 years ago
Anton Khirnov 7c5012127f cmdutils: change semantics of show_help_options() and document it. 13 years ago
Anton Khirnov dc4c24a3d3 avtools: move some newlines to show_help_options(). 13 years ago
Anton Khirnov 79600a8354 avconv: deprecate -isync. 13 years ago
Anton Khirnov 8fc83fb081 avconv: reformat the options table. 13 years ago
Anton Khirnov d3810c47fe avconv: get rid of ugly casts in the options table. 13 years ago
Anton Khirnov db4766ad1b avconv: try to match codecs by codec descriptor name as a last resort. 13 years ago
Anton Khirnov f617135bc9 avtools: fix show_foo() signatures. 13 years ago
Anton Khirnov 3c0df90584 avconv: make -shortest a per-output file option. 13 years ago
Anton Khirnov f5e668273a avconv: split option parsing into a separate file. 13 years ago