• Joined on 2026-05-24
itten pushed to main at itten/dmf-studio-rnd 2026-07-03 10:36:23 +03:00
2b0dfb10c6 feat: load pipeline graph from graph.json
itten pushed to main at itten/dmf-studio-rnd 2026-07-03 10:29:32 +03:00
f2515b7ce2 fix: MXL_ERR_FLOW_INVALID reconnect, nullptr→"" options, null guards
21a8ee4ba0 feat: garbage collection on startup, readable status strings, audio/float32
Compare 2 commits »
itten created branch feature/ndi-out-node in itten/dmf-studio-rnd 2026-07-03 10:20:57 +03:00
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 10:20:57 +03:00
itten pushed to main at itten/dmf-studio-rnd 2026-07-03 10:13:27 +03:00
39ba8add1a Merge pull request 'Feature/ndi out node' (#2) from feature/ndi-out-node into main
5504b8983e feat: ndiout supports audio-only mode (video optional)
9fd41b0312 fix: samples_per_frame must multiply fps_den for fractional framerates
2b11411423 fix: set p216_frame FourCC; scope audio_rate to has_audio branch
2a5d3758b6 refactor: align testpattern naming with ndiin/ndiout
Compare 7 commits »
itten deleted branch feature/ndi-out-node from itten/dmf-studio-rnd 2026-07-03 10:13:27 +03:00
itten merged pull request itten/dmf-studio-rnd#2 2026-07-03 10:13:26 +03:00
Feature/ndi out node
itten created pull request itten/dmf-studio-rnd#2 2026-07-03 10:13:10 +03:00
Feature/ndi out node
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 10:11:10 +03:00
5504b8983e feat: ndiout supports audio-only mode (video optional)
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 10:06:47 +03:00
9fd41b0312 fix: samples_per_frame must multiply fps_den for fractional framerates
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 10:01:41 +03:00
2b11411423 fix: set p216_frame FourCC; scope audio_rate to has_audio branch
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 09:59:38 +03:00
2a5d3758b6 refactor: align testpattern naming with ndiin/ndiout
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 09:58:09 +03:00
b7fb54e2bc refactor: clean up ndiout — fix hardcoded 1920, consistent naming
itten created branch feature/ndi-out-node in itten/dmf-studio-rnd 2026-07-03 09:52:46 +03:00
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-03 09:52:46 +03:00
ba3c2994ee ndi out before refactoring
itten pushed to main at itten/dmf-studio-rnd 2026-07-01 18:22:28 +03:00
b5806f841b Merge pull request 'Feature/ndi out node' (#1) from feature/ndi-out-node into main
bb4d527cbe feat: sine tone audio in testpattern node
42507886fe feat: multiple test patterns in testpattern node
4245284382 fix: skip non-FLTP audio frames in NDIReceiver
31b57f7a33 fix: cast NDI p_data to float* before copying audio samples
Compare 16 commits »
itten deleted branch feature/ndi-out-node from itten/dmf-studio-rnd 2026-07-01 18:22:28 +03:00
itten merged pull request itten/dmf-studio-rnd#1 2026-07-01 18:22:26 +03:00
Feature/ndi out node
itten created pull request itten/dmf-studio-rnd#1 2026-07-01 18:22:04 +03:00
Feature/ndi out node
itten pushed to feature/ndi-out-node at itten/dmf-studio-rnd 2026-07-01 13:26:26 +03:00
bb4d527cbe feat: sine tone audio in testpattern node