James Almer
d228df6ff3
cmdutils: print a more descriptive error message in show_help_bsf() when no bsf is specified
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
2018-07-28 11:14:45 -03:00
Jun Zhao
bd47cca6a7
fftools/cmdutils: Replace the number by macro for bprint init
...
Replace the number by macro for bprint init.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
2018-06-17 10:00:23 +08:00
Jun Zhao
81b77e7bf1
cmdutils: dump supported hardware devices in print_codec()
...
dump the supported hardware devices for codec when use the command
like ./ffmpeg -h decoder=h264.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
2018-05-28 18:21:48 +08:00
Jun Zhao
90acf168a6
cmdutils: print missing caps in print_codec().
...
print full caps type in print_codec().
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
2018-05-28 18:21:35 +08:00
Tobias Rapp
4b736bc921
fftools/cmdutils: add support for level flag in loglevel option parser
...
Allows to manage the AV_LOG_PRINT_LEVEL flag as a prefix to the loglevel
option value, similar to the existing AV_LOG_SKIP_REPEATE flag. Adds
support for setting flags relative to the existing value by using a +/-
prefix.
Previous version reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
2018-04-03 10:17:38 +02:00
Jun Zhao
9b125826ed
cmdutils: fix new API break the "ffmpeg -muxers/demuxers"
...
fix commit 2238190
break the "ffmpeg -muxers/demuxers".
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-04-02 02:19:26 +01:00
Josh de Kock
22381906f3
cmdutils: use new APIs
...
Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-03-31 23:26:31 +01:00
James Almer
ead257db56
cmdutils: print supported codecs in show_help_bsf()
...
Tested-by: Jun Zhao <mypopydev@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-22 00:15:05 -03:00
James Almer
055f60e874
cmdutils: remove a superfluous line break
...
Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-17 12:12:37 -03:00
Jun Zhao
a675eed175
ffmpeg: support dump bit stream filter options.
...
Support dump bit stream filter option in ffmpeg -h full and
ffmpeg -h bsf=FooBar.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-03-16 02:09:59 +01:00
James Almer
cb97400f93
Revert "cmdutils: make use of new iteration APIs"
...
This reverts commit cdc78058c7
.
It introduced several issues in the command line tools, and it's
implementing a new API that may still see some changes.
Revert for the time being until the state of the API is defined.
Signed-off-by: James Almer <jamrial@gmail.com>
2018-02-08 13:20:36 -03:00
Josh de Kock
26d879c1ce
lavc/bsf: make BSF iteration the same as other iterators
2018-02-06 18:57:43 +00:00
Josh de Kock
cdc78058c7
cmdutils: make use of new iteration APIs
2018-02-06 18:57:43 +00:00
James Almer
26868f80e0
Merge commit ' 908f737d6c
'
...
* commit '908f737d6c
':
cmdutils: Mark conditionally used variable as av_unused
Merged-by: James Almer <jamrial@gmail.com>
2017-11-01 18:01:32 -03:00
James Almer
fd5f4ac081
Merge commit ' c95169f0ec
'
...
* commit 'c95169f0ec
':
build: Move cli tool sources to a separate subdirectory
Merged-by: James Almer <jamrial@gmail.com>
2017-10-01 18:26:36 -03:00