Next | Query returned 31 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2025-02-10 23:42:00 by Thomas Klausner | Files touched by this commit (1)
Log message:
libopus: fix pkglint
   2025-02-10 23:41:50 by Thomas Klausner | Files touched by this commit (1)
Log message:
libopus: fix PLIST for doc option

From Robert Whitlock in PR 59065.
   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) | Package updated
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) | Package updated
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.

Next | Query returned 31 messages, browsing 1 to 10 | Previous