Tristan Matthews activity https://gitlab.com/tmatth 2026-01-07T16:32:24Z tag:gitlab.com,2026-01-07:4970230632 Tristan Matthews deleted project branch master at Tristan Matthews / polygnome 2026-01-07T16:32:24Z tmatth Tristan Matthews

Tristan Matthews (5f08f82c) at 07 Jan 16:32

tag:gitlab.com,2026-01-07:4970225121 Tristan Matthews pushed new project branch main at Tristan Matthews / polygnome 2026-01-07T16:30:44Z tmatth Tristan Matthews

Tristan Matthews (5f08f82c) at 07 Jan 16:30

tag:gitlab.com,2026-01-07:4970220291 Tristan Matthews deleted project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T16:29:27Z tmatth Tristan Matthews

Tristan Matthews (5f08f82c) at 07 Jan 16:29

tag:gitlab.com,2026-01-07:4970220197 Tristan Matthews pushed to project branch master at Tristan Matthews / polygnome 2026-01-07T16:29:26Z tmatth Tristan Matthews

Tristan Matthews (5f08f82c) at 07 Jan 16:29

configure: RtAudio dropped exceptions in 6.0.0, not 5.2.0

... and 3 more commits

tag:gitlab.com,2026-01-07:4970220174 Tristan Matthews accepted merge request !11: Fix CI and update copyright year at Tristan Matthews / polygnome 2026-01-07T16:29:25Z tmatth Tristan Matthews

Two kind of hacky bits here:

  • We don't really need the RtAudio library if we're depending on Stk, it's literally just for the version check in configure (because the librtaudio-dev package provides a .pc file and the libstk-dev package does not), it's probably possible to just check RTAUDIO_VERISON_MAJOR >= 6 directly (but uglier)
  • It'd be nicer to be backward compatible with RtAudio < 6 by ifdefing the call to openStream and using the void return version (that throws exceptions) if RTAUDIO_VERSION_MAJOR < 6
tag:gitlab.com,2026-01-07:4970185135 Tristan Matthews pushed to project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T16:19:26Z tmatth Tristan Matthews

Tristan Matthews (5f08f82c) at 07 Jan 16:19

configure: RtAudio dropped exceptions in 6.0.0, not 5.2.0

... and 3 more commits

tag:gitlab.com,2026-01-07:4970145770 Tristan Matthews pushed to project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T16:09:03Z tmatth Tristan Matthews

Tristan Matthews (27f652e4) at 07 Jan 16:09

MTAudio: use RtAudio.h from rtaudio

tag:gitlab.com,2026-01-07:4970093959 Tristan Matthews pushed to project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T15:55:06Z tmatth Tristan Matthews

Tristan Matthews (baa37a83) at 07 Jan 15:55

copyright: update year to 2026

... and 1 more commit

tag:gitlab.com,2026-01-07:4969870396 Tristan Matthews pushed to project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T15:01:29Z tmatth Tristan Matthews

Tristan Matthews (4efbb5eb) at 07 Jan 15:01

copyright: update year to 2026

... and 1 more commit

tag:gitlab.com,2026-01-07:4969791928 Tristan Matthews pushed to project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T14:42:15Z tmatth Tristan Matthews

Tristan Matthews (cd79e5a3) at 07 Jan 14:42

copyright: update year to 2026

... and 1 more commit

tag:gitlab.com,2026-01-07:4969777972 Tristan Matthews opened merge request !11: Fix CI and update copyright year at Tristan Matthews / polygnome 2026-01-07T14:39:03Z tmatth Tristan Matthews

Two kind of hacky bits here:

  • We don't really need the RtAudio library if we're depending on Stk, it's literally just for the version check in configure (because the librtaudio-dev package provides a .pc file and the libstk-dev package does not), it's probably possible to just check RTAUDIO_VERISON_MAJOR >= 6 directly (but uglier)
  • It'd be nicer to be backward compatible with RtAudio < 6 by ifdefing the call to openStream and using the void return version (that throws exceptions) if RTAUDIO_VERSION_MAJOR < 6
tag:gitlab.com,2026-01-07:4969777169 Tristan Matthews pushed new project branch happy-ny-2026 at Tristan Matthews / polygnome 2026-01-07T14:38:50Z tmatth Tristan Matthews

Tristan Matthews (bda3bec3) at 07 Jan 14:38

copyright: update year to 2026

tag:gitlab.com,2025-12-30:4950025620 Tristan Matthews approved merge request !2940: Nightly CI: when test_libavm fails, exit with the specific exit code at Alliance for Open Media / AVM 2025-12-30T01:01:10Z tmatth Tristan Matthews
  • Avoids Gitlab CI always returning the generic failure exit code 1, and
  • Also avoids running any further commands on failure.

Note that we only do this for:

(a) unit tests ran with default build, used for coverage: This includes further steps we should avoid running on failure.

(b) unit tests run with sanitizer: This also includes further steps, as well as most often runs into OOM issues described in #1215

First step for #1215 to figure out the specific exit code for the OOM issue.

tag:gitlab.com,2025-04-07:4166734096 Tristan Matthews approved merge request !1571: CWG-F089: Delta-q Entropy Coding Optimization at Alliance for Open Media / AVM 2025-04-07T19:36:15Z tmatth Tristan Matthews

Improve delta-q coding efficiency by expanding symbol length from 4 to 8, and by training the CDF table/PARA.