• Joined on 2026-05-24
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 13:24:09 +03:00
42507886fe feat: multiple test patterns in testpattern node
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 13:19:19 +03:00
4245284382 fix: skip non-FLTP audio frames in NDIReceiver
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 13:08:08 +03:00
31b57f7a33 fix: cast NDI p_data to float* before copying audio samples
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 12:56:59 +03:00
aa39a821db fix: use continuous sample API for audio flow in ndiin
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 12:51:17 +03:00
72a554a172 fix: add channel_count to make_audio_flow_def
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 12:47:44 +03:00
fe3b5969ca fix: add required grouphint tag to make_audio_flow_def
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 12:39:43 +03:00
cc1011cced feat: NDI in node receives and writes audio flow
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 12:27:51 +03:00
ee47d85cbd feat: exit node on NDI source format change
10d1282059 feat: fan-out ndiin video flow to both fakesink and ndiout
e6d72ab431 fix: ndiout — RAII for NDI lifecycle, vectors instead of malloc
12c87db4e2 refactor: NDIHelper → NDIReceiver with cleaner API and naming
7a32fa20af fix: NDI node correctness and robustness fixes
Compare 5 commits »
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 11:55:23 +03:00
19ea14a61c NDI in node looks almost done
itten created branch feature/ndi-out-node in itten/dmf-studio-rnd 2026-06-25 12:44:07 +03:00
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-06-25 12:44:07 +03:00
51a1b1b2c8 looks like i forgot about commits
itten pushed to main at itten/dmf-studio-rnd 2026-06-23 18:36:51 +03:00
49ead70b10 IRE palette for bars pattern
itten pushed to main at itten/dmf-studio-rnd 2026-06-23 13:56:37 +03:00
b960c413b2 build: enable CMAKE_POSITION_INDEPENDENT_CODE globally
itten pushed to main at itten/dmf-studio-rnd 2026-06-23 13:53:06 +03:00
bf45fe4fc0 build: disable UUID_SYSTEM_GENERATOR to remove libuuid dependency on Linux
itten pushed to main at itten/dmf-studio-rnd 2026-06-23 13:43:27 +03:00
8646a4d2a7 build: replace brew find_package with FetchContent for fmt and spdlog
ca682eaf0a Initial commit: testpattern → fakesink pipeline over MXL shared memory
itten created branch main in itten/dmf-studio-rnd 2026-06-23 13:43:26 +03:00
itten created repository itten/dmf-studio-rnd 2026-06-23 13:42:43 +03:00
itten pushed to feature/fabric-bridge-api at itten/DMF-Studio 2026-06-16 11:38:51 +03:00
12896182c9 fix: correct HTTP request in fetch_target_info, add socket timeouts and debug logging
itten pushed to feature/fabric-bridge-api at itten/DMF-Studio 2026-06-16 11:29:27 +03:00
d093d64ad1 fix: trigger startup on add_reader when target_host is set
itten pushed to feature/fabric-bridge-api at itten/DMF-Studio 2026-06-16 11:11:18 +03:00
e6e439b16e feat: add node register endpoint and fabric create-target/connect APIs