Codebase list libvpx / ebc59bd
Merge branch 'xhaakon-guest/libvpx-master' Sebastian Ramacher 2 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 libvpx (1.10.0-3) UNRELEASED; urgency=medium
1
2 * Enable VP9 high bit depth (10/12) profiles.
3
4 -- Jakub Adam <jakub.adam@collabora.com> Fri, 11 Dec 2020 16:51:03 +0100
5
06 libvpx (1.10.0-2) unstable; urgency=medium
17
28 * debian/: Relax ABI version check and bump minimum version for init
1717 --enable-multi-res-encoding \
1818 --enable-temporal-denoising \
1919 --enable-vp9-temporal-denoising \
20 --enable-vp9-postproc
20 --enable-vp9-postproc \
21 --enable-vp9-highbitdepth
2122
2223 ifeq ($(DEB_HOST_ARCH_CPU),arm)
2324 configure_flags_neon := $(configure_flags) --target=armv7-linux-gcc