diff options
author | Philip Langdale <philipl@overt.org> | 2017-11-16 07:35:17 -0800 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2017-11-18 08:13:50 -0800 |
commit | 7c9f739d864c0ed8f1b433d6a7d9f674edda9cf5 (patch) | |
tree | 46a05dceb3641504c0a31cdd3ab687415bcbb1d8 /Changelog | |
parent | 5a0f6b099f3e8fcb95a80e3ffe52b3bf369efe24 (diff) | |
download | ffmpeg-7c9f739d864c0ed8f1b433d6a7d9f674edda9cf5.tar.gz |
avcodec: Implement mpeg2 nvdec hwaccel
This is mostly straight-forward. The weird part is that it should
just work for mpeg1, but I see corruption in my test cases, so I'm
going to try and fix that separately.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ version <next>: - PCE support for extended channel layouts in the AAC encoder - native aptX encoder and decoder - Raw aptX muxer and demuxer -- NVIDIA NVDEC-accelerated H.264, HEVC, VC1 and VP9 hwaccel decoding +- NVIDIA NVDEC-accelerated H.264, HEVC, MPEG-2, VC1 and VP9 hwaccel decoding - Intel QSV-accelerated overlay filter - mcompand audio filter |