]> git.sesse.net Git - ffmpeg/commit
avcodec: Implement mpeg2 nvdec hwaccel
authorPhilip Langdale <philipl@overt.org>
Thu, 16 Nov 2017 15:35:17 +0000 (07:35 -0800)
committerPhilip Langdale <philipl@overt.org>
Sat, 18 Nov 2017 16:13:50 +0000 (08:13 -0800)
commit7c9f739d864c0ed8f1b433d6a7d9f674edda9cf5
tree46a05dceb3641504c0a31cdd3ab687415bcbb1d8
parent5a0f6b099f3e8fcb95a80e3ffe52b3bf369efe24
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.
Changelog
configure
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/mpeg12dec.c
libavcodec/nvdec.c
libavcodec/nvdec_mpeg12.c [new file with mode: 0644]
libavcodec/version.h