summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* style: ruff's own fixes, mechanically appliedChristophe Besson8 days173-685/+680
* Merge origin/main: the operator's upload ceiling beside the disk-thread workChristophe Besson8 days27-98/+1840
|\
| * fix(node): node.toml's transfer pools reach the transportChristophe Besson8 days6-66/+184
| * docs: correct the spec where it had drifted from the codeChristophe Besson8 days1-14/+43
| * docs: add a quickstart and a user guideChristophe Besson8 days4-4/+1260
| * feat(node): per-file upload ceiling is an operator setting, default 8 GBChristophe Besson8 days23-20/+359
* | fix(node): the node decides which files it will transcode, not the playerChristophe Besson8 days3-3/+61
* | fix(node): bound what a transcode may produce, and read ffmpeg's output off t...Christophe Besson8 days2-15/+105
* | docs: say who the concordance is still forChristophe Besson8 days1-6/+18
* | fix: the two ceilings §13.5b was still missing, as AV27 and AV28Christophe Besson8 days6-3/+352
* | fix(hub): stop keeping a copy of every group's file listing in the browserChristophe Besson8 days9-56/+156
* | docs: cite MESHBAY_DESIGN.md and a section instead of the merged notesChristophe Besson8 days100-411/+447
* | docs: drop the references to design notes that live outside the repoChristophe Besson8 days6-48/+37
|/
* fix(hub): a group whose node is down is no longer something the reader waits forChristophe Besson8 days4-33/+424
* fix(hub): Search waits on a connection that stalls, not on one that is slowChristophe Besson8 days5-5/+329
* docs: the desktop stages D5 and D6 are built, elsewhereChristophe Besson8 days1-2/+10
* fix(node): creating and removing a folder are syscalls tooChristophe Besson9 days5-53/+122
* fix(node): take the availability poll and every upload write off the loopChristophe Besson9 days14-112/+255
* fix(node): serve a file from a disk thread, never from the event loopChristophe Besson9 days5-34/+338
* docs: state what is built, and what the packaged install has answeredChristophe Besson9 days2-14/+15
* feat: decode and re-encode video on the GPU where there is oneChristophe Besson9 days17-31/+985
* fix(cast): put the relay's progress log behind the same switchChristophe Besson9 days2-33/+75
* fix(cast): keep the Chromecast progress log out of the terminalChristophe Besson9 days2-10/+57
* feat(cast): carry subtitles to a Chromecast, on the relay's clockChristophe Besson9 days9-35/+741
* fix(node): size the subtitle budget to the file, and extract each track onceChristophe Besson10 days3-42/+162
* fix(node): measure where a seek lands instead of predicting itChristophe Besson10 days4-95/+135
* fix(node): log a subtitle request before the cache answers itChristophe Besson10 days1-5/+13
* fix(node): a seek reports where the picture begins, not where it was askedChristophe Besson10 days4-4/+276
* feat: tell a forced subtitle track from a full oneChristophe Besson10 days15-29/+116
* fix(hub): sample activeCues, the number that decides whether a subtitle showsChristophe Besson10 days1-0/+27
* fix(hub): trace the subtitle path end to end in the playerChristophe Besson10 days1-2/+24
* fix(node): a subtitle request that is cancelled must still answerChristophe Besson10 days1-4/+24
* docs: install the [dev] extras, not a hand-written listChristophe Besson10 days1-2/+13
* docs(hub): say what the subtitle track's mode effect was measured to doChristophe Besson10 days1-5/+9
* feat: embedded subtitles in the video player (MNP 3.3)Christophe Besson10 days22-12/+1088
* feat(hub): give the audio-language button a glyph of its ownChristophe Besson10 days2-1/+10
* docs(site): the hub's password verifier is 64 MiBChristophe Besson10 days1-1/+1
* fix(hub): the password verifier is Argon2id 64 MiB, and a hash's version name...Christophe Besson10 days6-27/+116
* docs: record the seek label mismatch as openChristophe Besson10 days1-0/+1
* fix(node): a seek left the audio a GOP behind the pictureChristophe Besson10 days4-8/+292
* auth: a sign-out during a renewal must not write half a sessionChristophe Besson10 days3-1/+242
* feat: let the viewer pick the audio trackChristophe Besson10 days22-63/+860
* spa: a blank page can never be silent againChristophe Besson10 days5-2/+621
* playlists: promise the count that holds when nothing compressesChristophe Besson10 days5-19/+78
* playlists: refuse a body no frame can carry, and say which oneChristophe Besson11 days15-19/+189
* playlists: drive the blob ops over a real DataChannelChristophe Besson11 days3-5/+221
* docs: playlists §15 was out of date on where sync livesChristophe Besson11 days1-4/+10
* menu: give the panel the room that is actually below itChristophe Besson11 days5-23/+215
* menu: do not close on the panel's own scrollingChristophe Besson11 days4-6/+318
* playlists: make the writes actually leave the browserChristophe Besson11 days17-15/+633