summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-12-10 21:03:28 -0300
committerJames Almer <jamrial@gmail.com>2017-12-10 21:03:28 -0300
commitbad51e9287188ec61cc72e33b689e4a90690dfe8 (patch)
tree9ccf1f69e22198033b3c7fdcf966ae68b6433534 /doc
parentdd1ecf093c0fbcfbb466faec92c51055ca1d4d2d (diff)
doc/libav-merge: add a line about the skipped HEVC MC arm functions
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libav-merge.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt
index 37839a97a7..5eed8ce777 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
+ - 7993ec19a hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64
- VAAPI VP8 decode hwaccel (currently under review: http://ffmpeg.org/pipermail/ffmpeg-devel/2017-February/thread.html#207348)
- Removal of the custom atomic API (5cc0057f49, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209003.html)
- new bitstream reader (see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html)