Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | av-merge: Use console.warn and console.error | James Taylor | 2021-08-29 | 1 | -2/+2 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | av-merge: change QuotaExceeded messages to warnings | James Taylor | 2021-08-29 | 1 | -2/+2 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | av-merge: buffer same duration of audio and video | James Taylor | 2021-08-29 | 1 | -4/+10 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | av-merge: Make segment fetching message more useful | James Taylor | 2021-08-29 | 1 | -2/+7 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | av-merge: call mediaSource.endOfStream() so player pauses at end | James Taylor | 2021-08-29 | 1 | -4/+35 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Integrate quality selection into Plyr | James Taylor | 2021-08-29 | 1 | -1/+89 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | avmerge: Fix errors if close is called twice | James Taylor | 2021-08-29 | 1 | -0/+4 | |
| | | | | | | | | | | | This can happen if the quality is changed from an avmerge source to an integrated source, and then changed back to an avmerge source Close is called the first change, but on the last change, it's called again because the avMerge object is still present, resulting in InvalidStateError Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | avmerge: Remove obsolete shouldFetchNextSegment function | James Taylor | 2021-08-29 | 1 | -9/+0 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | avmerge: Close streams to avoid errors while changing quality | James Taylor | 2021-08-29 | 1 | -8/+39 | |
| | | | | | | | | | | | | | If a fetchRange network request finished after the quality was changed, there would be a "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" because appendSegment was trying to append to the sourceBuffer that was unusable after the video src was changed to a new mediaSource. Adds a close method to the AVMerge class to properly clean and close everything so these sorts of errors won't happen. Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | avmerge: Buffer 50 mb ahead in video | James Taylor | 2021-08-29 | 1 | -14/+43 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Add video quality selector | James Taylor | 2021-08-29 | 1 | -55/+58 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 1 | -0/+445 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Revert "Add support for more qualities, merging video+audio using MSE" | Jesús | 2021-08-29 | 1 | -445/+0 | |
| | | | | This reverts commit d56df02e7b1eba86baf511289208295b1f6c5a50. | |||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 1 | -0/+445 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | [plyr]: minor fix syntax | Jesús | 2021-08-09 | 1 | -1/+0 | |
| | ||||||
* | [plyr]: update | Jesús | 2021-08-09 | 5 | -3847/+3208 | |
| | ||||||
* | [plyr]: Remove unimportant files | Jesús | 2021-08-09 | 11 | -40844/+0 | |
| | ||||||
* | fix property css name | Jesús | 2021-07-05 | 1 | -1/+1 | |
| | ||||||
* | Remove `var` and fix transcript button jumping above autoplay on page load | Jesús | 2021-07-04 | 1 | -19/+17 | |
| | | | | | | | | Obsolete code from #15 that was forgotten to be removed From ea34965be31dcf7e7e30c1edb9a9fa9d18fe6b30 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com> Date: Sat, 3 Jul 2021 20:06:11 -0700 | |||||
* | autoplay-toggle: use label tag | Jesús | 2021-06-29 | 1 | -1/+0 | |
| | | | | | | from upstream: <label> is semantic and makes clicking the text activate in checkbox | |||||
* | feat: autoplay related video - minor fix style | Jesús | 2021-06-23 | 1 | -0/+1 | |
| | ||||||
* | Fix set language subtitles | Jesús | 2021-06-23 | 1 | -23/+0 | |
| | ||||||
* | feat: autoplay for related videos | Umimaso | 2021-06-23 | 1 | -0/+8 | |
| | | | | | | | | | | | Add autoplay support for related videos. Move the playlist autoplay code into this shared script. Add the SameSite=Strict attribute to the autoplay cookie due to Firefox soon rejecting cookies which use SameSite=None without the secure attribute. Closes: #50 Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | feat: add direct link | Umimaso | 2021-06-23 | 1 | -0/+6 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | Fix styles dropdown option button in desktop | Jesús | 2021-06-14 | 1 | -0/+2 | |
| | ||||||
* | Fix shared.css file style missing | Jesús | 2021-06-14 | 11 | -66/+0 | |
| | ||||||
* | Add plyr as main player | Jesús | 2021-05-22 | 17 | -0/+50203 | |
| | | | | Also plyr supports switch quality | |||||
* | Add subscriptions export | Jesús | 2021-05-06 | 1 | -1/+38 | |
| | | | | plus design by heckyel | |||||
* | General theme: fix footer center | Jesús | 2021-02-27 | 11 | -11/+11 | |
| | ||||||
* | General theme: reorganize thumbnail background variable | Jesús | 2021-01-26 | 9 | -6/+9 | |
| | ||||||
* | General theme: improve colors | Jesús | 2021-01-11 | 4 | -36/+40 | |
| | ||||||
* | Light theme: improve colors | Jesús | 2021-01-11 | 1 | -16/+16 | |
| | ||||||
* | Grey theme: improve thumbnail background | Jesús | 2021-01-09 | 1 | -1/+1 | |
| | ||||||
* | General theme: improve thumbnail in channel | Jesús | 2021-01-08 | 1 | -0/+3 | |
| | ||||||
* | General theme: improve thumbnail-img | Jesús | 2021-01-07 | 9 | -28/+9 | |
| | ||||||
* | General theme: Improve container description | Jesús | 2021-01-01 | 1 | -0/+2 | |
| | ||||||
* | General theme: Fix missing styles in pagination | Jesús | 2021-01-01 | 6 | -6/+12 | |
| | ||||||
* | General theme: fix style paginator | Jesús | 2021-01-01 | 4 | -12/+16 | |
| | ||||||
* | General theme: remove unnecessary z-index property | Jesús | 2020-12-31 | 6 | -6/+0 | |
| | ||||||
* | General theme: fix syntax W3C markup and add improve 'Published' date | Jesús | 2020-12-30 | 1 | -2/+2 | |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | |||||
* | strip_non_ascii in comments-author-name | Jesús | 2020-12-30 | 1 | -1/+5 | |
| | ||||||
* | General theme: add license and add URL source code in footer | Jesús | 2020-12-29 | 13 | -0/+556 | |
| | ||||||
* | Fix permalink style | Jesús | 2020-12-22 | 1 | -1/+1 | |
| | | | | Fixed the link box overflow | |||||
* | Fix permalink style | Jesús | 2020-12-22 | 1 | -1/+1 | |
| | | | | Fixed the link box overflow | |||||
* | Prevent text overflow in comments | Jesús | 2020-12-21 | 1 | -1/+5 | |
| | ||||||
* | Hotkeys.js: improve fullscreen | Jesús | 2020-12-16 | 1 | -2/+2 | |
| | ||||||
* | Replace document.fullscreen for fullscreenElement | Jesús | 2020-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time. More info in https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreen#Deprecated | |||||
* | Hotkeys.js: Add muted 'm' key | Jesús | 2020-12-15 | 1 | -0/+4 | |
| | ||||||
* | Migration general theme: fix query video tag | Jesús | 2020-12-15 | 5 | -15/+16 | |
| | ||||||
* | Migration general theme: add gap in subscription | Jesús | 2020-12-15 | 1 | -0/+1 | |
| |