Commit graph

3 commits

Author SHA1 Message Date
maya
72cc6b53d2 don't fail the build just because we don't know how to check for cpu
features on ARM. it doesn't seem to be a problem if /cpu/procinfo is
empty as in netbsd/arm nor if procfs is unmounted.
2017-05-13 07:51:08 +00:00
wiz
6d034313f6 Update libopus to 1.1.1:
This Opus 1.1.1 release brings many optimizations to the encoder
and decoder, including:

*   x86 SSE, SSE2 and SSE4.1 intrinsics optimizations with run-time
    CPU detection contributed by Cisco Systems,
*   MIPS intrinsics optimizations contributed by Imagination
    Technologies,
*   ARM Neon optimizations contributed by Linaro and ARM,
*   many architecture-independent optimizations and memory footprint
    reductions that should improve performance on all platforms,
    and
*   several minor bug fixes.

The quality of the encoder should be mostly unchanged compared to
version 1.1.
2015-12-02 06:57:13 +00:00
ryoon
51425d9e51 Change PKGNAME to libopus from opus, follow directory name,
and update to 1.1

Changelog:
Opus 1.1 includes:

    new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR),
    automatic detection of speech or music to decide which encoding mode to use,
    surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps, and
    speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU.
2014-01-02 14:43:21 +00:00