summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-07-11Merge pull request #3162 from 138138138/138138138-audio-quality-1Samantaz Fox
2022-07-11Mention why we use multiple AdaptationSet for audioSamantaz Fox
2022-07-10Skip OTF streams in DASH audio138138138
Skip OTF streams, prevent creating empty AdaptationSet in DASH audio
2022-07-10Update src/invidious/views/components/player.ecr 138138138
better syntax Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2022-07-07Merge pull request #3158 from 138138138/138138138-mobileui-forward-rateSamantaz Fox
2022-07-07Merge pull request #3151 from weblate/weblate-invidious-translationsSamantaz Fox
2022-07-06Update Czech translationHosted Weblate
Update Czech translation Co-authored-by: Fjuro <fjuro@seznam.cz> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-07-06Update Indonesian translationHosted Weblate
Update Indonesian translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: liimee <alt3753.7@gmail.com> Co-authored-by: uwu as a service <okayokokay@protonmail.com>
2022-07-06Update Portuguese (Portugal) translationHosted Weblate
Update Portuguese (Portugal) translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Tmpod <tmpod@pm.me>
2022-07-06Update Japanese translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: uwu as a service <okayokokay@protonmail.com>
2022-07-06Update Turkish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
2022-07-06Update Chinese (Simplified) translationHosted Weblate
Co-authored-by: Eric <alchemillatruth@purelymail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-07-06Update Slovenian translationHosted Weblate
Co-authored-by: Damjan Gerl <damjan@damjan.net> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-07-06Update Portuguese translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: SC <lalocas@protonmail.com>
2022-07-06Update Croatian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de>
2022-07-06Update Finnish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Markus Mikkonen <markus.mikkonen@outlook.com>
2022-07-06Update Portuguese (Brazil) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: The Cats <philosoph@snopyta.org>
2022-07-06Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jeff Huang <s8321414@gmail.com>
2022-07-06Update Ukrainian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
2022-07-06Update Italian translationHosted Weblate
Update Italian translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Pietro Cappuccino <p.cappuccino@tiscali.it> Co-authored-by: ㅤAbsurdUsername <sgso@pm.me>
2022-07-06Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Allan Nordhøy <epost@anotheragency.no> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2022-07-06Update Russian translationHosted Weblate
Update Russian translation Update Russian translation Update Russian translation Co-authored-by: AHOHNMYC <lqwh2h2cwa@protonmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Егор Ермаков <eg.ermakov2016@yandex.ru>
2022-07-06Merge pull request #3157 from 138138138/138138138-fix-captionsSamantaz Fox
2022-07-06Merge pull request #3124 from iv-org/add-404-status-codeSamantaz Fox
2022-07-06Update comment for NotFoundExceptionÉmilien Devos
2022-07-04Merge pull request #3183 from 11Tuvork28/fix-selected-key-missingSamantaz Fox
2022-07-03switched to extract_selected_tab for the community tab11tuvork28
2022-07-03Fixed community tab11tuvork28
2022-07-03Fix `Missing hash key: "selected" (KeyError)`11tuvork28
2022-07-03updated comment to represent current structure11tuvork28
2022-06-25Update some comments138138138
2022-06-25Update MobileUi138138138
2022-06-25Update MobileUi138138138
2022-06-25DASH Default to high quality m4a138138138
2022-06-25Change player.css order138138138
2022-06-25Add audioTrackButton138138138
2022-06-25change lang to label138138138
lang has to be BCP 47 standard. Using label also can let video.js know there are 2 audio tracks.
2022-06-24Update DASH format to serve 2 audio to player138138138
player.audioTracks() can successfully show tracks_: Array(2)
2022-06-23formatting138138138
2022-06-23Highest quality m4a on audio only mode as default138138138
Audio mode will automatically select highest quality m4a as default.
2022-06-23DASH playback force highest quality m4a138138138
Since VideoJS is unable to handle adaptive audio quality, the best audo quality is forced for every video quality.
2022-06-23Fix captions138138138
textTracks 0 in DASH mode shows debug messages. Use textTracks 1 in DASH mode, and textTracks 0 in non-DASH mode and audio mode.
2022-06-22Player MobileUi fast forward/backward rate138138138
The fast forward/backward seconds will be adjusted according to playback rate (same as YouTube app behavior). 5 seconds is used when the playback rate is 1x. Previously it was 10 seconds. I believe most of the users watch videos at 2x, so the change will not be obvious.
2022-06-22Fix captions138138138
Captions should automatically show according to preferences.
2022-06-13Bump revision for crystal alpine package on DockerÉmilien Devos
2022-06-09Merge pull request #3137 from SamantazFox/add-hashtagsSamantaz Fox
Add hashtags
2022-06-09Merge pull request #3119 from GauthierPLM/popular-enabledSamantaz Fox
Add "Popular Enabled: " string to localisation
2022-06-09Merge pull request #3118 from weblate/weblate-invidious-translationsSamantaz Fox
Translations update from Hosted Weblate
2022-06-09Merge pull request #3116 from DoodlesEpic/fix-reddit-comments-nojs-ytkidsSamantaz Fox
Fix document is empty error on yt kids video when reddit comments are enabled
2022-06-09Merge pull request #3103 from SamantazFox/add-utility-scriptsSamantaz Fox
Add utility scripts