summaryrefslogtreecommitdiff
path: root/fftools/opt_common.c
Commit message (Collapse)AuthorAgeFilesLines
* fftools/opt_common: stop printing deprecated AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-2/+0
|
* fftools/opt_common: check the return value of av_hwdevice_get_type_name ↵James Almer2022-09-141-1/+4
| | | | | | | | | | | | | | | | | | before printing it It may be NULL, as is the case for D3D11VA_VLD. Running "ffmpeg -h decoder=h264" on a Windows build Before: Decoder h264 [H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10]: Supported hardware devices: dxva2 (null) d3d11va cuda After: Decoder h264 [H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10]: Supported hardware devices: dxva2 d3d11va cuda Signed-off-by: James Almer <jamrial@gmail.com>
* fftools: Use report_error_then_exit_program() for allocation failuresAndreas Rheinhardt2022-09-011-4/+2
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* opt_common: note D and T type streams for completeness.Gyan Doshi2022-05-201-0/+2
| | | | Addresses #9784
* fftools/opt_common: add includes of avf headers for claritysoftworkz2022-05-181-0/+3
| | | | | Signed-off-by: softworkz <softworkz@hotmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fftools/opt_cmdutils: fix printing known channel layoutsJames Almer2022-03-251-5/+8
| | | | | | | Look for the generic "USR" labels instead of "?" to skip channels with no known names, and actually print the decomposition of standard channel layouts. Signed-off-by: James Almer <jamrial@gmail.com>
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-221-0/+1457