diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-24 12:29:21 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-24 12:33:25 +0100 |
commit | 3d6535983282bea542dac2e568ae50da5796be34 (patch) | |
tree | 0dae743f60adad35e1bd088d1447eb99cc988d91 /doc/libav-merge.txt | |
parent | 40ac226014082682e504e8af613ed4169221ac36 (diff) | |
parent | 6d5636ad9ab6bd9bedf902051d88b7044385f88b (diff) | |
download | ffmpeg-3d6535983282bea542dac2e568ae50da5796be34.tar.gz |
Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'
* commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b':
hevc: x86: Add add_residual() SIMD optimizations
See a6af4bf64dae46356a5f91537a1c8c5f86456b37
This merge is only cosmetics (renames, space shuffling, etc).
The functionnal changes in the ASM are *not* merged:
- unrolling with %rep is kept
- ADD_RES_MMX_4_8 is left untouched: this needs investigation
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 d57b79a236..44547c94e7 100644 --- a/doc/libav-merge.txt +++ b/doc/libav-merge.txt @@ -97,6 +97,7 @@ Stuff that didn't reach the codebase: - 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) - Use the new bitstream filter for extracting extradata (see 8e2ea69135 and 096a8effa3) +- ADD_RES_MMX_4_8 in libavcodec/x86/hevc_add_res.asm probably needs updating (see 589880710) Collateral damage that needs work locally: ------------------------------------------ |