summaryrefslogtreecommitdiffstats
path: root/fftools/cmdutils.c
Commit message (Collapse)AuthorAgeFilesLines
* cmdutils: print a more descriptive error message in show_help_bsf() when no ↵James Almer2018-07-281-1/+4
| | | | | | | bsf is specified Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* fftools/cmdutils: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
| | | | | | Replace the number by macro for bprint init. Signed-off-by: Jun Zhao <[email protected]>
* cmdutils: dump supported hardware devices in print_codec()Jun Zhao2018-05-281-0/+11
| | | | | | | dump the supported hardware devices for codec when use the command like ./ffmpeg -h decoder=h264. Signed-off-by: Jun Zhao <[email protected]>
* cmdutils: print missing caps in print_codec().Jun Zhao2018-05-281-0/+10
| | | | | | print full caps type in print_codec(). Signed-off-by: Jun Zhao <[email protected]>
* fftools/cmdutils: add support for level flag in loglevel option parserTobias Rapp2018-04-031-18/+47
| | | | | | | | | | 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 <[email protected]> Signed-off-by: Tobias Rapp <[email protected]>
* cmdutils: fix new API break the "ffmpeg -muxers/demuxers"Jun Zhao2018-04-021-2/+2
| | | | | | | fix commit 2238190 break the "ffmpeg -muxers/demuxers". Signed-off-by: Jun Zhao <[email protected]> Signed-off-by: Josh de Kock <[email protected]>
* cmdutils: use new APIsJosh de Kock2018-03-311-5/+10
| | | | Signed-off-by: Josh de Kock <[email protected]>
* cmdutils: print supported codecs in show_help_bsf()James Almer2018-03-221-0/+2
| | | | | Tested-by: Jun Zhao <[email protected]> Signed-off-by: James Almer <[email protected]>
* cmdutils: remove a superfluous line breakJames Almer2018-03-171-1/+0
| | | | Signed-off-by: James Almer <[email protected]>
* ffmpeg: support dump bit stream filter options.Jun Zhao2018-03-161-0/+17
| | | | | | | | Support dump bit stream filter option in ffmpeg -h full and ffmpeg -h bsf=FooBar. Signed-off-by: Jun Zhao <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* Revert "cmdutils: make use of new iteration APIs"James Almer2018-02-081-43/+79
| | | | | | | | | | This reverts commit cdc78058c78dfa4966758a342acd2c1f3b282c46. 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 <[email protected]>
* lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock2018-02-061-1/+1
|
* cmdutils: make use of new iteration APIsJosh de Kock2018-02-061-79/+43
|
* Merge commit '908f737d6c2900b5d34319ca6ea1d1cb71221463'James Almer2017-11-011-1/+2
| | | | | | | * commit '908f737d6c2900b5d34319ca6ea1d1cb71221463': cmdutils: Mark conditionally used variable as av_unused Merged-by: James Almer <[email protected]>
* Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-011-0/+2274
* commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524': build: Move cli tool sources to a separate subdirectory Merged-by: James Almer <[email protected]>