diff options
author | James Almer <jamrial@gmail.com> | 2017-12-10 21:03:28 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-12-10 21:03:28 -0300 |
commit | bad51e9287188ec61cc72e33b689e4a90690dfe8 (patch) | |
tree | 9ccf1f69e22198033b3c7fdcf966ae68b6433534 /doc/libav-merge.txt | |
parent | dd1ecf093c0fbcfbb466faec92c51055ca1d4d2d (diff) | |
download | ffmpeg-bad51e9287188ec61cc72e33b689e4a90690dfe8.tar.gz |
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/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 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) |