aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_sei.c
diff options
context:
space:
mode:
authorMichael Fabian 'Xaymar' Dirks <michael.dirks@xaymar.com>2024-07-31 09:00:57 -0700
committerDmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>2024-09-04 13:18:09 +0200
commitfb4dd4b6f484b6c54d5068dba47c697105b968f9 (patch)
tree81feaf387e5747d413abe13d82b3d10b3d2a8477 /libavcodec/cbs_sei.c
parentee9ae4e8ba167b52267aa3e35d8fc2770316769f (diff)
downloadffmpeg-fb4dd4b6f484b6c54d5068dba47c697105b968f9.tar.gz
avcodec/amfenc: Fixes the color information in the output.
added 10 bit support for amf hevc. before: command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i test_10bit_file.mkv -an -c:v h264_amf res.dx11_hw_h264.mkv output - Format of input frames context (p010le) is not supported by AMF. command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i test_10bit_file -an -c:v hevc_amf res.dx11_hw_hevc.mkv output - Format of input frames context (p010le) is not supported by AMF. after: command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i test_10bit_file -an -c:v h264_amf res.dx11_hw_h264.mkv output - 10-bit input video is not supported by AMF H264 encoder command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i test_10bit_file -an -c:v hevc_amf res.dx11_hw_hevc.mkv output - 10bit file v2 - lost line returned in ff_amf_pix_fmts v3 - fixes after review v4 - extract duplicated code, fix incorrect processing of 10-bit input for h264 v5 - non-functional changes after review Co-authored-by: Evgeny Pavlov <lucenticus@gmail.com> Co-authored-by: Araz Iusubov <Primeadvice@gmail.com> Signed-off-by: Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>
Diffstat (limited to 'libavcodec/cbs_sei.c')
0 files changed, 0 insertions, 0 deletions