From: James Almer Date: Mon, 11 Dec 2017 00:03:28 +0000 (-0300) Subject: doc/libav-merge: add a line about the skipped HEVC MC arm functions X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bad51e9287188ec61cc72e33b689e4a90690dfe8;p=ffmpeg doc/libav-merge: add a line about the skipped HEVC MC arm functions Signed-off-by: James Almer --- diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt index 37839a97a7c..5eed8ce777b 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)