mbox series

[FFmpeg-devel,0/2] lavc/vaapi: More 4:4:4 changes

Message ID 20220805035904.59799-1-philipl@overt.org
Headers show
Series lavc/vaapi: More 4:4:4 changes | expand

Message

Philip Langdale Aug. 5, 2022, 3:59 a.m. UTC
jamrial sent me off down a rabbit hole when he asked me to test his
swscale change, and here are the results.

Philip Langdale (2):
  lavc/vaapi_decode: add missing flag when picking best pixel format
  lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9

 libavcodec/vaapi_decode.c      | 1 +
 libavcodec/vaapi_encode.c      | 1 +
 libavcodec/vaapi_encode_h265.c | 2 ++
 libavcodec/vaapi_encode_vp9.c  | 2 ++
 4 files changed, 6 insertions(+)