129 Commits (601a3479466f4f03d27487dfc6fcb9430efb8fc6)

Author SHA1 Message Date
Anton Khirnov 840b95bcc2 fftools/cmdutils: do not treat single '-' as an option in locate_option() 3 months ago
Anton Khirnov e56d676050 fftools/cmdutils: group related calls together 3 months ago
Anton Khirnov da420ac6e1 fftools/ffmpeg: add support for multiview video 3 months ago
Anton Khirnov 0c9fe2b232 fftools/cmdutils: extend stream specifiers to match by disposition 3 months ago
Anton Khirnov 00f5a34c9a fftools/cmdutils: tighten condition for media type stream specifiers 4 months ago
Marvin Scholz 4c6d07dd28 fftools/cmdutils: fix variable shadowing 4 months ago
Anton Khirnov d1bdd89c2f fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 5 months ago
Anton Khirnov 46cbe4ab5c fftools/cmdutils: split stream specifier parsing and matching 5 months ago
Anton Khirnov e1b38680b7 fftools/cmdutils: put stream specifier handling back into cmdutils 5 months ago
Anton Khirnov e218bde9f9 fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 5 months ago
Anton Khirnov f1664aabb1 fftools/ffmpeg: rewrite checking whether codec AVOptions have been used 6 months ago
Michael Niedermayer d9b9fc4be2
fftools/cmdutils: Add protective () to FLAGS 7 months ago
Marton Balint f9810be5d3 fftools: move check_avoptions and remove_avoptions to cmdutils 7 months ago
Zhao Zhili 1b41631185 fftools: Fix implicit-const-int-float-conversion warning 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Anton Khirnov 2d06a7570e fftools/cmdutils: do not use a random codec's private options 9 months ago
Anton Khirnov a9193f7b7d fftools/ffmpeg: add loopback decoding 10 months ago
Anton Khirnov ddaedde7a8 fftools/cmdutils: fix printing group name in split_commandline() 10 months ago
Andreas Rheinhardt edfb4325e7 fftools/cmdutils: Inline print_error() 10 months ago
Anton Khirnov 29e1b9d90c fftools/cmdutils: remove harmful variable shadowing 10 months ago
Andreas Rheinhardt 8c2e86ca28 fftools/cmdutils: Don't cast const away 11 months ago
Anton Khirnov 9cb52927b9 fftools/cmdutils: surround option arguments by <> in help output 12 months ago
Anton Khirnov 68af3e37cc fftools/cmdutils: indicate specifiers in option syntax in help output 12 months ago
Anton Khirnov 67529ad8a4 fftools/cmdutils: drop alt_flags parameter from show_help_options() 12 months ago
Anton Khirnov 6d17991b7e fftools/cmdutils: add option syntax for loading arbitrary arguments from a file 12 months ago
Anton Khirnov 41716214c2 fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() 1 year ago
Anton Khirnov 148fac277a fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function 1 year ago
Anton Khirnov 0ba70a6792 fftools/cmdutils: add a struct for a list of SpecifierOpt 1 year ago
Anton Khirnov 5792382269 fftools/cmdutils: check valid flags for OPT_TYPE_FUNC 1 year ago
Anton Khirnov 2f1bc3b424 fftools/cmdutils: include OPT_PERFILE in OPT_OFFSET 1 year ago
Anton Khirnov 5b1b132072 fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARG 1 year ago
Anton Khirnov d2e479a429 fftools: split off option types from other flags 1 year ago
Anton Khirnov b472c46a70 fftools/cmdutils: simplify handling of the HAS_ARG option flag 1 year ago
Anton Khirnov ed0a50923a fftools/cmdutils: only set array size after allocation succeeded 1 year ago
Anton Khirnov ccc6849932 fftools/ffmpeg: stop calling exit_program() 1 year ago
Anton Khirnov 411e183360 fftools/opt_common: replace report_and_exit() with returning an error code 1 year ago
Anton Khirnov eda1fac27a fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting() 1 year ago
Anton Khirnov 87f0333af1 fftools/cmdutils: add error handling to filter_codec_opts() 1 year ago
Anton Khirnov 6b8cf2505a fftools/cmdutils: constify the first parameter of filter_codec_opts() 1 year ago
Anton Khirnov 39d5104332 fftools: handle errors in parse_options() 1 year ago
Anton Khirnov 49ac7fc485 fftools: remove parse_time_or_die() 1 year ago
Anton Khirnov 9cb47c78d6 fftools: return errors from parse_number_or_die() instead of aborting 1 year ago
Anton Khirnov 2e6afa799e fftools/cmdutils: add error handling to GROW_ARRAY() 1 year ago
Anton Khirnov b23abb7c48 fftools/cmdutils: add error handling to grow_array() 1 year ago
Anton Khirnov 6be4a29397 fftools/cmdutils: add error handling to allocate_array_elem() 1 year ago
Anton Khirnov 37abb3a419 fftools/cmdutils: return error codes from setup_find_stream_info_opts() instead of aborting 1 year ago
Anton Khirnov 37fcbe121d fftools/cmdutils: constify the argument of get_rotation() 2 years ago
Marvin Scholz f1907faab4 fftools: use av_dict_iterate 2 years ago
Marvin Scholz 3eab2c1af1 fftools/cmdutils: Use av_err2str 2 years ago
Andreas Rheinhardt 601faaed92 fftools: Use report_error_then_exit_program() for allocation failures 2 years ago