Changeset e06ccfbe in ffmpeg
- Timestamp:
-
Feb 16, 2019, 4:47:36 PM
(6 years ago)
- Author:
- Philip Langdale <philipl@overt.org>
- Branches:
- master
- Children:
- 83c7ac2e
- Parents:
- f4ea930a
- git-author:
- Philip Langdale <philipl@overt.org> (10/07/18 01:11:52)
- git-committer:
- Philip Langdale <philipl@overt.org> (02/16/19 16:47:36)
- Message:
-
avcodec/nvdec: Add support for decoding HEVC 4:4:4 content
The latest generation video decoder on the Turing chips supports
decoding HEVC 4:4:4. Supporting this is relatively straight-forward;
we need to account for the different chroma format and pick the
right output and sw formats at the right times.
There was one bug which was the hard-coded assumption that the
first chroma plane would be half-height; I fixed this to use the
actual shift value on the plane.
We also need to pass the SPS and PPS range extension flags.
-
(No files)
-