2024-06-10 17:46:07 by Thomas Klausner | Files touched by this commit (2) |
Log message:
libopus: fix PLIST for doc option
From Robert Whitlock in PR 58333.
|
2024-04-26 17:43:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libopus: fix pkglint
|
2024-04-26 17:42:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libopus: try fixing build on arm
The build there seems to run a perl script, so replace the perl
interpreter and tool-depend on perl.
|
2024-04-13 07:31:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libopus: updated to 1.5.2
libopus 1.5.2
Opus 1.5.2 fixes several build issues that were discovered since the 1.5
release. It also fixes a misalignment issue in the AVX2 code that could cause
crashes under Windows.
|
2024-03-07 18:26:28 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
libopus: updated to 1.5.1
libopus 1.5.1
Opus 1.5 is the first release to make extended use of ML in the encoder and \
decoder. You can read all the details in this release demo page. In summary, \
major changes since 1.4 include:
Significant improvement to packet loss robustness using Deep Redundancy (DRED)
Improved packet loss concealment through Deep PLC
Low-bitrate speech quality enhancement down to 6 kb/s wideband
Improved x86 (AVX2) and Arm (Neon) optimizations
Support for 4th and 5th order ambisonics
In addition to the improvements above, this release includes many minor bug \
fixes. Opus 1.5.1 fixes the meson build that was broken in 1.5.
libopus 1.5
Opus 1.5 is the first release to make extended use of ML in the encoder and \
decoder. You can read all the details in this release demo page. In summary, \
major changes since 1.4 include:
Significant improvement to packet loss robustness using Deep Redundancy (DRED)
Improved packet loss concealment through Deep PLC
Low-bitrate speech quality enhancement down to 6 kb/s wideband
Improved x86 (AVX2) and Arm (Neon) optimizations
Support for 4th and 5th order ambisonics
In addition to the improvements above, this release includes many minor bug fixes.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-06 20:57:10 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
libopus: Update buildlink3.mk for 1.4 shared library bump
|
2023-05-06 20:51:16 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
libopus; Update to 1.4
Changelog:
This Opus 1.4 major release brings the following improvements and fixes:
* Improved tuning of the Opus in-band FEC (LBRR). See the issue for details
* Added a OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not
force SILK mode (FEC will be disabled in CELT mode)
* Improved tuning and various fixes to DTX
* Added Meson support, improved CMake support In addition to the
improvements above, this release includes many minor bug fixes.
|
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|