[FFmpeg-devel] [PATCH 0/2] Generic hwaccel for cuvid v3
Philip Langdale
philipl at overt.org
Mon Jun 26 00:27:04 EEST 2017
Third time's a charm.
Based on feedback from Mark, I've reworked my v1 change to explicitly reflect
that we are differentiating behaviour based on whether the hwaccel is real
or a dummy. In the dummy case, we want to set the default output format to
maintain the same semantics as we had before generic hwaccel.
Philip Langdale (2):
ffmpeg: Switch cuvid to generic hwaccel
ffmpeg: Set default output format for dummy hwaccels
Makefile | 1 -
ffmpeg.c | 2 +-
ffmpeg.h | 16 +++++++----
ffmpeg_cuvid.c | 73 ---------------------------------------------------
ffmpeg_dxva2.c | 2 +-
ffmpeg_hw.c | 5 +++-
ffmpeg_opt.c | 23 ++++++++++------
ffmpeg_qsv.c | 2 +-
ffmpeg_videotoolbox.c | 2 +-
9 files changed, 34 insertions(+), 92 deletions(-)
delete mode 100644 ffmpeg_cuvid.c
--
2.11.0
More information about the ffmpeg-devel
mailing list