mikael-lovqvists-claude-agent
  • Joined on 2026-03-04
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-28 21:01:58 +00:00
ef0319b45b build: default FEATURES to all optional deps
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-28 20:54:15 +00:00
a1b52145d0 feat: add test_image module, xorg viewer sink, and feature flag build system
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-28 20:37:11 +00:00
98c700390d docs: clarify MJPEG decode path — tjDecompressToYUV2 + YUV textures
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-28 20:35:54 +00:00
14926f5421 docs: redesign frame viewer sink — GLFW+OpenGL now, Vulkan as future alt
5d92f72598 Fix ref list not updating when hierarchical checkbox is toggled
843d88d0c4 Add hierarchical mode to layout replicator
0157e773b5 Update README with full workflow including trace/via replication
d8eeb3425a Add Via Net Assign feature
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 06:21:57 +00:00
24d031d42b docs: add relay scheduler section to architecture
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 05:52:44 +00:00
08ee9a2eb0 docs: sync README and planning status to current state
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 02:22:33 +00:00
2364170053 docs: fix packet-beta bitsPerRow alignment for remaining diagrams
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 02:16:30 +00:00
4d50c5fa80 docs: frame format packet diagram — 48-bit rows fit full header on one line
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 02:15:17 +00:00
c9fa44e6e5 docs: fix frame format packet diagram — 16-bit word width for clean alignment
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 02:13:18 +00:00
fa9d8696fe docs: fix str8 packet diagram — 8-bit word width to avoid ugly split row
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 02:05:00 +00:00
7e5628f44c docs: replace ASCII art with Mermaid packet-beta diagrams in protocol.md
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-27 02:01:23 +00:00
49e5076eea Fix menu controls: wire up menu items in ctrl_enum_cb; document control commands
ab47729d74 Reload controls after menu/boolean/button change
d6b6b0042d Redesign web inspector UI: 3-panel layout, templates, external CSS
e1151410ad Fix web inspector: endianness (LE), ECONNRESET, persistent discovery
62c25247ef Add protocol module, video-node binary, query/web CLI tools
Compare 5 commits »
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-26 22:42:13 +00:00
34386b635e Rewrite config storage: typed union instead of raw strings
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-26 22:37:56 +00:00
ba26bd0cb7 Add config module: INI loader with schema-driven defaults
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-26 22:23:49 +00:00
d6e34ed95b Trigger early announcement when a new peer is first seen
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/video-setup 2026-03-26 22:20:35 +00:00
e8f52e8fe6 Fix missing unistd.h in discovery_cli (pause declaration)