diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-20 11:51:57 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-20 11:54:29 +0100 |
commit | 9785b1e21be1e3e3c87b290d5f5edc9b0cc6532f (patch) | |
tree | 2fcd51032ae3a0b8baaba0092b1acfdf271eba80 /doc/libav-merge.txt | |
parent | eed8ccde3e56a020255f8df3855702d029f30f21 (diff) | |
parent | 75d642a944d5579e4ef20ff3701422a64692afcf (diff) | |
download | ffmpeg-9785b1e21be1e3e3c87b290d5f5edc9b0cc6532f.tar.gz |
Merge commit '75d642a944d5579e4ef20ff3701422a64692afcf'
* commit '75d642a944d5579e4ef20ff3701422a64692afcf':
vaapi_vp8: Explicitly include libva vp8 decode header
vaapi_decode: Ignore the profile when not useful
lavc/vaapi: Add VP8 decode hwaccel
vp8: Add hwaccel hooks
This merge is a noop as these commits are already under review on the
mailing list. doc/libav-merge.txt is updated to track its progress.
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'doc/libav-merge.txt')
-rw-r--r-- | doc/libav-merge.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt index 50eb34fd7c..7a82b7ba41 100644 --- a/doc/libav-merge.txt +++ b/doc/libav-merge.txt @@ -94,6 +94,7 @@ Stuff that didn't reach the codebase: - a853388d2 hevc: change the stride of the MC buffer to be in bytes instead of elements - 0cef06df0 checkasm: add HEVC MC tests - e7078e842 hevcdsp: add x86 SIMD for MC +- VAAPI VP8 decode hwaccel (currently under review: http://ffmpeg.org/pipermail/ffmpeg-devel/2017-February/thread.html#207348) Collateral damage that needs work locally: ------------------------------------------ |