43 Commits (03aedbdd4090788fac029719b97903d1a11d64f4)

Author SHA1 Message Date
Anton Khirnov 03aedbdd40 fftools/cmdutils: add a flag for per-stream options 10 months ago
Anton Khirnov 6d17991b7e fftools/cmdutils: add option syntax for loading arbitrary arguments from a file 10 months ago
Anton Khirnov 41716214c2 fftools/ffmpeg: improve WARN_MULTIPLE_OPT_USAGE() 11 months ago
Anton Khirnov 148fac277a fftools/ffmpeg: change the MATCH_PER_TYPE_OPT macro into a function 11 months ago
Anton Khirnov 0ba70a6792 fftools/cmdutils: add a struct for a list of SpecifierOpt 11 months ago
Anton Khirnov 2f1bc3b424 fftools/cmdutils: include OPT_PERFILE in OPT_OFFSET 11 months ago
Anton Khirnov 66fcfc0009 fftools/cmdutils: renumber option flags sequentially 11 months ago
Anton Khirnov 5b1b132072 fftools/cmdutils: rename HAS_ARG to OPT_FUNC_ARG 11 months ago
Anton Khirnov d2e479a429 fftools: split off option types from other flags 11 months ago
Anton Khirnov ca6f0192f2 fftools/cmdutils: change option flags to (1 << N) style 11 months 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. 3 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
James Almer ead257db56 cmdutils: print supported codecs in show_help_bsf() 7 years ago
Mark Thompson 3650cb2dfa lavu,lavfi,ffmpeg: Remove experimental OpenCL API 7 years ago
pkviet 77b6e3ee27 ffmpeg: add ui64 type to SpecifierOpt 7 years ago