summaryrefslogtreecommitdiff
path: root/doc/libav-merge.txt
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-01-30 11:57:31 +0100
committerClément Bœsch <cboesch@gopro.com>2017-01-30 12:03:30 +0100
commitde2f9f4b71ae4d4c521984aa23f5062a10cebfda (patch)
treecb562d3ee61ef99b89c4942f894bd338d57ef60d /doc/libav-merge.txt
parent3a3554871a138101311125bdd2358be18527b951 (diff)
downloadffmpeg-de2f9f4b71ae4d4c521984aa23f5062a10cebfda.tar.gz
doc/libav-merge: add unmerged hevc commits hashes
Diffstat (limited to 'doc/libav-merge.txt')
-rw-r--r--doc/libav-merge.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
index a0dea54213..23b48d1e2b 100644
--- a/doc/libav-merge.txt
+++ b/doc/libav-merge.txt
@@ -88,6 +88,12 @@ Stuff that didn't reach the codebase:
-------------------------------------
- HEVC DSP and x86 MC SIMD improvements from Libav (see https://ffmpeg.org/pipermail/ffmpeg-devel/2015-December/184777.html)
+ - 1f821750f hevcdsp: split the qpel functions by width instead of by the subpixel fraction
+ - 818bfe7f0 hevcdsp: split the epel functions by width
+ - 688417399 hevcdsp: split the pred functions by width
+ - 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
- QSV scaling filter (62c58c5)
- ffmpeg.c filter init decoupling (3e265ca,a3a0230,d2e56cf,94ebf55)