Files
Crosspoint/scripts
Jeremy Klein 9e68ced046 refactor: apply JPEGDEC patches via git apply, not string replace
The previous patch_jpegdec.py used in-place string replacement with a
single shared marker for two distinct DC writes (main store and
successive-approximation update). If only one of the two anchors
matched, the file was written half-patched and the shared marker locked
the partial state in for every subsequent run.

Generate the fixes as `git format-patch` artifacts under
scripts/jpegdec_patches/, then apply them in lexical order via
`git apply`. Idempotency is decided by git itself: `--check --reverse`
succeeds means already applied; `--check` succeeds means appliable;
neither aborts the build rather than leaving a half-patched file.

No behaviour change to the patched JPEGDEC source: same redirect, same
DC guards, same intent. Just stops the pre-build script from doing
something it has no business doing.
2026-05-19 20:05:07 +02:00
..
2026-04-11 09:47:18 +02:00
2026-04-02 20:19:19 +02:00
2026-05-13 09:27:29 +02:00
2026-05-03 10:29:10 +02:00
2026-03-26 11:05:13 +01:00
2026-05-16 21:09:04 +02:00
2026-05-04 15:00:44 +02:00
2026-05-15 22:44:54 +02:00
2026-04-21 22:16:23 +02:00
2026-04-28 18:09:36 +02:00
2026-05-04 15:00:44 +02:00
2026-04-03 10:17:42 +02:00