54 Commits (7857ba97ac556ccd1f4357fe5284b8e8d1c75f35)

Author SHA1 Message Date
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
Niklas Haas 377652da19 fftools: drop unused/hacky macros 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 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
Marton Balint f9810be5d3 fftools: move check_avoptions and remove_avoptions to cmdutils 7 months ago
Anton Khirnov a9193f7b7d fftools/ffmpeg: add loopback decoding 10 months ago
Andreas Rheinhardt edfb4325e7 fftools/cmdutils: Inline print_error() 10 months ago
Anton Khirnov 67529ad8a4 fftools/cmdutils: drop alt_flags parameter from show_help_options() 11 months ago
Anton Khirnov 03aedbdd40 fftools/cmdutils: add a flag for per-stream options 11 months ago
Anton Khirnov 6d17991b7e fftools/cmdutils: add option syntax for loading arbitrary arguments from a file 11 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 2f1bc3b424 fftools/cmdutils: include OPT_PERFILE in OPT_OFFSET 1 year ago
Anton Khirnov 66fcfc0009 fftools/cmdutils: renumber option flags sequentially 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 ca6f0192f2 fftools/cmdutils: change option flags to (1 << N) style 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 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 8eb5adeab8 fftools/cmdutils: drop unused ALLOC_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
Andreas Rheinhardt e157b21a90 fftools/cmdutils: Add function to report error before exit 2 years ago
Anton Khirnov a545cb2b9d fftools/cmdutils: split common option handlers into their own file 3 years ago
Anton Khirnov c99b93c5d5 fftools: drop useless indirection 3 years ago
Anton Khirnov 5e51f5af33 fftools/cmdutils: drop extern declarations for nonexistent variables 3 years ago
Anton Khirnov e46d8c53a3 fftools/cmdutils: drop prototypes for nonexistent functions 3 years ago
James Almer 987763ac35 ffmpeg: convert to new channel layout-API 3 years ago
Yu Yang a4580bf959 fftools/cmdutils: Avoid crash when opts could not be allocated 3 years ago
Andreas Rheinhardt 2e7ef008e3 fftools/cmdutils: Make allocate_array_elem() return ptr to new element 3 years ago
Andreas Rheinhardt 3ca1e31e63 fftools/cmdutils: Atomically add elements to list of pointers, fix crash 3 years ago
Anton Khirnov d4ae2a20e8 cmdutils: add an option for listing stream dispositions 3 years ago
James Almer 535a835e51 ffmpeg: use display matrix frame side data for autorotation 3 years ago
Andreas Rheinhardt f3f9041302 fftools: Remove remnants of resample_opts 3 years ago
Andreas Rheinhardt 7f660035fe fftools/cmdutils: Remove unused cpu_count 3 years ago
Thilo Borgmann cf12a478b2 fftools/cmdutils.c: Add cmd line option to override detection of cpu count. 4 years ago
Andreas Rheinhardt 988deae6da fftools: Switch to const AVCodec * where possible 4 years ago
Andreas Rheinhardt f2d522f2a8 fftools: Use right function signature and pointers 5 years ago