No description
Find a file
enzotar 35b39a1cf1 feat(ds-stream): v2.0-2.3 composable codec pipeline
v2.0 — Pipeline Architecture
  - Frame, CodecResult, Codec trait, Pipeline builder
  - 6 adapters: Passthrough, Dedup, Compress, Pacer, Slicer, Stats

v2.1 — Multi-frame & new codecs
  - CodecOutput::Many fan-out, EncryptCodec, FilterCodec
  - Codec::reset(), encode_all/decode_all, real SlicerCodec chunking

v2.2 — Observability & reassembly
  - PipelineResult (frames+errors+consumed), StageMetric
  - ReassemblyCodec, ConditionalCodec, Pipeline presets & metrics

v2.3 — Integrity & rate control
  - ChecksumCodec (CRC32), RateLimitCodec (token bucket), TagCodec
  - Pipeline::chain(), Pipeline::describe()

13 codec adapters, 474 tests (all green, 0 regressions)
2026-03-11 23:50:35 -07:00
.changeset chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
.playwright-mcp feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00
bench feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
compiler feat: add initial interactive compiler and ds-stream demos 2026-03-11 18:25:18 -07:00
devices feat: Implement ds-screencast engine, panel preview, and Waveshare ESP-NOW communication. 2026-03-07 02:34:57 -08:00
docs feat(compiler): v0.4 + v0.5 — CLI modularity, diagnostic pipeline, test suite 2026-03-10 09:09:02 -07:00
engine feat(ds-stream): v2.0-2.3 composable codec pipeline 2026-03-11 23:50:35 -07:00
examples feat: Implement Panel IR emitter to generate JSON UI descriptions for LVGL panels. 2026-03-06 20:06:33 -08:00
registry feat: enhanced 14 registry components + component gallery 2026-02-26 18:25:49 -08:00
scripts chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
sdk feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
BITSTREAM_INTEGRATION.md docs: comprehensive documentation update 2026-02-27 11:15:54 -08:00
Cargo.toml feat(compiler): v0.4 + v0.5 — CLI modularity, diagnostic pipeline, test suite 2026-03-10 09:09:02 -07:00
CHANGELOG.md feat(ds-stream): v2.0-2.3 composable codec pipeline 2026-03-11 23:50:35 -07:00
cliff.toml chore: add per-package versioning, changesets, and clean changelogs 2026-03-08 23:12:54 -07:00
DREAMSTACK.md feat: Bump package versions, add physics body sleeping, revolute motor, and prismatic joints, and enhance type checker exhaustiveness. 2026-03-10 21:07:22 -07:00
IMPLEMENTATION_PLAN.md refine: type system second pass — deeper unification throughout 2026-02-27 11:54:15 -08:00
setup_forgejo.sh feat(ds-stream): v2.0-2.3 composable codec pipeline 2026-03-11 23:50:35 -07:00
STREAM_COMPOSITION.md feat: comprehensive streaming improvements 2026-02-26 18:09:14 -08:00
TODO.md feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00
USE_CASES.md feat: Add Waveshare P4 panel device integration with display streaming and touch input, alongside core streaming engine and compiler updates. 2026-03-02 16:08:49 -08:00