Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [frontend]: fix global scope, change var to let | Jesús | 2021-12-16 | 1 | -10/+10 |
| | |||||
* | improve quality-select | Jesús | 2021-09-14 | 1 | -5/+6 |
| | |||||
* | Redo av codec settings & selections to accomodate webm | James Taylor | 2021-09-06 | 1 | -7/+5 |
| | | | | | | | | | | | | | | Allows for ranked preferences for h264, av1, and vp9 codecs in settings, along with equal preferences which are tiebroken using smaller file size. For each quality, gives av-merge a list of video sources and audio sources sorted based on preference & file size. It will pick the first one that the browser supports. Closes #84 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | watch.js: video variable as const and improve data.time_start syntax | Jesús | 2021-09-01 | 1 | -3/+2 |
| | |||||
* | watch.html: Move loose inline javascript into watch.js | Jesús | 2021-08-29 | 1 | -0/+201 |
The number of inline code blocks and the dependencies between them became unmanageable. From 9d96c07a3c2e68f1893634574c3be64e41a2c041 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com> |