267 Commits (ce457bfccdd2558dc0e508f2ddf9925e1b741209)

Author SHA1 Message Date
Anton Khirnov 0f5592cfc7 fftools/ffmpeg: supply hw device context to probe-filtergraphs 3 months ago
Anton Khirnov 181c204145 fftools/ffmpeg_opt: add a struct to be passed as opaque to global-option handlers 3 months ago
Anton Khirnov da420ac6e1 fftools/ffmpeg: add support for multiview video 3 months ago
Marvin Scholz 990b80c004 fftools/ffmpeg_opt: fix variable shadowing 4 months ago
Anton Khirnov 9e3b5b8a26 fftools/ffmpeg: switch -map parsing to new stream specifier API 5 months ago
Anton Khirnov d1bdd89c2f fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*() 5 months ago
Anton Khirnov 93227a68f1 fftools/ffmpeg: replace remaining uses of MATCH_PER_STREAM_OPT() 5 months ago
Anton Khirnov e218bde9f9 fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function 5 months ago
James Almer bf87688a9f fftools/ffmpeg: support applying container level cropping 6 months ago
James Almer d241edc2b4 fftools/ffmpeg_opt: add missing codec type to some options 6 months ago
Anton Khirnov f1664aabb1 fftools/ffmpeg: rewrite checking whether codec AVOptions have been used 6 months ago
Zhao Zhili 1b41631185 fftools: Fix implicit-const-int-float-conversion warning 8 months ago
Anton Khirnov 3d01996b24 fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Andreas Rheinhardt 1faafe738d fftools/ffmpeg_opt: Check before accessing union member 10 months ago
Anton Khirnov a9193f7b7d fftools/ffmpeg: add loopback decoding 10 months ago
Anton Khirnov 7b51523f12 fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs() 10 months ago
Anton Khirnov e48055fdce fftools/ffmpeg: remove options deprecated before 6.0 10 months ago
Anton Khirnov e0da916b8f fftools/ffmpeg: optimize inter-thread queue sizes 11 months ago
Anton Khirnov 344d3a7d45 fftools/ffmpeg_opt: improve wording in option descriptions 11 months ago
Anton Khirnov 0b95e71aa0 fftools/ffmpeg_opt: briefly mention stream specifier syntax in help output 11 months ago
Anton Khirnov 43323c3802 fftools/ffmpeg_opt: add more structure to long help output 11 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 d8173cfcaf fftools/cmdutils: hide some information listing options from basic help 11 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 11 months ago
Anton Khirnov a8bc79c3fd fftools/ffmpeg: deprecate -filter_script 11 months ago
Anton Khirnov c316c4c77b fftools/ffmpeg: deprecate -filter_complex_script 11 months ago
Anton Khirnov 6d17991b7e fftools/cmdutils: add option syntax for loading arbitrary arguments from a file 11 months ago
Anton Khirnov 8aed3911fc fftools/ffmpeg: make attachment filenames dynamically allocated 11 months ago
Anton Khirnov 568dfed06f fftools/ffmpeg_opt: mark -stream_group as expert option 11 months ago
Anton Khirnov ae06111d74 fftools/ffmpeg_demux: implement -bsf for input 11 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Anton Khirnov 6325aede08 fftools/ffmpeg: remove deprecated -[av]bsf 1 year ago
Anton Khirnov 7f982065a8 fftools/ffmpeg: mark -vsync for future removal 1 year ago
Anton Khirnov 8d8c2b410f fftools/ffmpeg_opt: fix -dn flags 1 year ago
Anton Khirnov 84352c9891 fftools/ffmpeg_opt: print a section for data-stream options 1 year ago
Anton Khirnov 74df1b73d4 fftools/ffmpeg_opt: refine printing type-specific options 1 year ago
Anton Khirnov 0125cab385 fftools/ffmpeg_opt: mark more options as OPT_EXPERT 1 year ago
Anton Khirnov 86e8439994 fftools/ffmpeg_opt: update program description to match manpage 1 year 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 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 074abeb57e fftools/ffmpeg_opt: move deprecated options to the end of the list 1 year ago
Anton Khirnov b472c46a70 fftools/cmdutils: simplify handling of the HAS_ARG option flag 1 year ago
Anton Khirnov 25c98566e8 fftools/ffmpeg_opt: drop HAS_ARG from auto{scale,rotate} 1 year ago
James Almer ed670b9b98 ffmpeg: add support for muxing AVStreamGroups 1 year ago