Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 25f88e32 | 2024-05-28 11:26:44 | libvpx: add aarch64 runtime cpu feature detection, from Brad | ||
| cfc9d740 | 2024-02-29 09:43:31 | update to 1.14.0; from Brad (maintainer) | ||
| 5df4e8fa | 2024-02-28 13:24:35 | add more ENDBR64 instructions to cover at least all the regression tests ok kettenis@ | ||
| a72ba08d | 2024-02-24 20:03:41 | add a comment to the patch making it clear that it's adding endbr64 | ||
| dfb36f4b | 2024-02-24 17:39:07 | Add ENBDR64 instructions. Since this port uses yasm and yasm doesn't know the ENDBR64 instruction we need to resort to emitting raw bytes. ok robert@ | ||
| d936bcea | 2024-02-08 13:39:39 | my previous commit was commited from the wrong tree so some parts were missing so now let's actually enable optimizations and add a note about running the regression tests, because some files have to be fetched manually | ||
| 203c734f | 2024-02-08 12:33:18 | fix target os detection by executing ${CC} instead of gcc and enable optimizations this should unbreak video conferencing with chromium | ||
| 97f6212b | 2023-10-02 18:11:05 | Update libvpx to 1.13.1 2023-09-29 v1.13.1 "Ugly Duckling" This release contains two security related fixes. One each for VP8 and VP9. - Upgrading: This release is ABI compatible with the previous release. - Bug fixes: https://crbug.com/1486441 (CVE-2023-5217) Fix to a crash related to VP9 encoding (#1642) OK sthen@ | ||
| fb1a7c42 | 2023-04-09 06:15:33 | Update to libvpx 1.13.0. 2023-01-31 v1.13.0 "Ugly Duckling" This release includes more Neon and AVX2 optimizations, adds a new codec control to set per frame QP, upgrades GoogleTest to v1.12.1, and includes numerous bug fixes. - Upgrading: This release is ABI incompatible with the previous release. New codec control VP9E_SET_QUANTIZER_ONE_PASS to set per frame QP. GoogleTest is upgraded to v1.12.1. .clang-format is upgraded to clang-format-11. VPX_EXT_RATECTRL_ABI_VERSION was bumped due to incompatible changes to the feature of using external rate control models for vp9. - Enhancement: Numerous improvements on Neon optimizations. Numerous improvements on AVX2 optimizations. Additional ARM targets added for Visual Studio. - Bug fixes: Fix to calculating internal stats when frame dropped. Fix to segfault for external resize test in vp9. Fix to build system with replacing egrep with grep -E. Fix to a few bugs with external RTC rate control library. Fix to make SVC work with VBR. Fix to key frame setting in VP9 external RC. Fix to -Wimplicit-int (Clang 16). Fix to VP8 external RC for buffer levels. Fix to VP8 external RC for dynamic update of layers. Fix to VP9 auto level. Fix to off-by-one error of max w/h in validate_config. Fix to make SVC work for Profile 1. Update diff form Brad | ||
| d279eb7f | 2022-10-04 11:30:19 | update to libvpx-1.12.0, from Brad (maintainer) |