Fabian Homborg
|
2e55e34544
|
Reformat
|
2020-11-22 14:39:48 +01:00 |
|
Mahmoud Al-Qudsi
|
bf31333622
|
[ffmpeg] Prevent -codec from matching -codec:[vas]
This was preventing the narrowing of matching completions.
[ci skip]
|
2020-09-07 16:52:47 -05:00 |
|
Mahmoud Al-Qudsi
|
2a4289dcd1
|
[ffmpeg] Fix variable name in __fish_ffmpeg_complete_regex
[ci skip]
|
2020-09-07 16:52:47 -05:00 |
|
Mahmoud Al-Qudsi
|
fe6fb23f43
|
[ffmpeg] Add -f formats completions
[ci skip]
|
2020-09-04 13:43:26 -05:00 |
|
Mahmoud Al-Qudsi
|
c1cb462854
|
[ffmpeg] Complete some popular codec-specific options
|
2020-08-30 22:23:25 -05:00 |
|
Mahmoud Al-Qudsi
|
010db9e7be
|
[ffmpeg] Complete filter graphs
Dynamically generate a list of supported filters and transmogrify the
typed out filter graph into a fish completion.
[ci skip]
|
2020-08-30 22:23:25 -05:00 |
|
Mahmoud Al-Qudsi
|
3d5e1a061c
|
[ffmpeg] Add enumeration of pixel formats
[ci skip]
|
2020-08-30 22:23:25 -05:00 |
|
Mahmoud Al-Qudsi
|
280e99467d
|
[ffmpeg] Enumerate codecs for numbered streams
* This adds support for enumerating codecs after, e.g., -c✌️0
* (Also adds support for indeterminate codecs without a/s/v specified)
[ci skip]
|
2020-08-30 22:23:25 -05:00 |
|
Fabian Homborg
|
9367d4ff71
|
Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
|
2020-03-09 19:46:43 +01:00 |
|
Shun Sakai
|
e7b42615c8
|
Add FFmpeg completions (#5922)
* Add FFmpeg completions
* Fix to use builtin command
|
2019-06-23 16:40:26 +02:00 |
|