docs/plans: rusty_h264 and rusty_jpeg upgrades for the chip - #10
Open
Ttimmahlax wants to merge 2 commits into
Open
docs/plans: rusty_h264 and rusty_jpeg upgrades for the chip#10Ttimmahlax wants to merge 2 commits into
Ttimmahlax wants to merge 2 commits into
Conversation
The upstream list Janus needs from the two codecs and from rff: borrowed frames and caller-buffer output, a public keyframe request, Baseline as a named configuration, a written memory model, rusty_jpeg encoder and decoder without std with YUV input and slice sources, and rff catching up (the rusty_h264 pin, preset/profile flags, rtp:// input, an MJPEG-over-HTTP demuxer). Each item names its gate and its effect on the chip. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The no_std pass's follow-ups (std on every std consumer of a bare workspace dependency; the sequential fast-path flag made thread-local) are recorded under Done. Upgrade 8 names the gap the libm feature still has: with std on, only sqrt is routed through libm, so the host-versus-chip determinism the feature promises holds for one method. Priority row 13. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The upstream list Janus (the ESP32 programme) needs from rusty_h264, rusty_jpeg and rff, with a gate and a chip-side effect per item. Companion to rusty_h264 PR #7 (no_std). Docs only.