ffmpeg/fftools
Soft Works f3b6e3e81a fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'
New output looks like this:

Pixel formats:
I.... = Supported Input  format for conversion
.O... = Supported Output format for conversion
..H.. = Hardware accelerated format
...P. = Paletted format
....B = Bitstream format
FLAGS NAME            NB_COMPONENTS BITS_PER_PIXEL BIT_DEPTHS
-----
IO... yuv420p                3             12      8-8-8
IO... yuyv422                3             16      8-8-8
IO... rgb24                  3             24      8-8-8
IO... bgr24                  3             24      8-8-8
IO... yuv422p                3             16      8-8-8
IO... yuv444p                3             24      8-8-8

[..]

Signed-off-by: softworkz <softworkz@hotmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
2021-11-13 19:55:32 +01:00
..
Makefile qsvdec: add support for HW_DEVICE_CTX method 2021-08-11 13:45:36 -03:00
cmdutils.c fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts' 2021-11-13 19:55:32 +01:00
cmdutils.h ffmpeg: use display matrix frame side data for autorotation 2021-09-16 12:46:07 -03:00
ffmpeg.c fftools/ffmpeg: Output log message when interactive q command is received 2021-11-13 19:55:32 +01:00
ffmpeg.h ffmpeg: use display matrix frame side data for autorotation 2021-09-16 12:46:07 -03:00
ffmpeg_filter.c ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formats 2021-09-21 10:41:16 -03:00
ffmpeg_hw.c ffmpeg_hw: make hardware selection for filters more user friendly 2021-09-12 13:33:50 -03:00
ffmpeg_opt.c fftools/ffmpeg_opt: Fix copyinkf option name in warning message 2021-11-10 15:20:12 +01:00
ffmpeg_videotoolbox.c ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format match 2021-06-10 19:54:03 +08:00
ffplay.c fftools/ffplay: don't disable x11 compositing 2021-10-29 12:17:41 +10:00
ffprobe.c Replace all occurences of av_mallocz_array() by av_calloc() 2021-09-20 01:03:52 +02:00