summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2022-08-10routing: register playback routes with a function, rather than a macroSamantaz Fox
2022-08-10routing: register API routes with a function, rather than a macroSamantaz Fox
2022-08-09routing: register user routes with a function, rather than a macroSamantaz Fox
2022-08-09routing: remove HEAD from HTTP methodsSamantaz Fox
Kemal automatically creates an associated HEAD route for all GET routes
2022-08-07Merge pull request #3249 from iv-org/improve-extractorSamantaz Fox
2022-08-07For android client send sdk version to youtubeEmilien Devos
2022-08-07if case for sectionListRendererEmilien Devos
2022-08-07Merge pull request #3248 from iv-org/fix-cookiesSamantaz Fox
2022-08-07Merge pull request #3252 from SamantazFox/bump-ytapi-clientsSamantaz Fox
2022-08-07Merge pull request #3250 from iv-org/fix-cookiesSamantaz Fox
2022-08-07Remove 'screen' where not requiredSamantaz Fox
2022-08-07Add TVHtml5 clientSamantaz Fox
2022-08-07Add IOS clientsSamantaz Fox
2022-08-06Move the default API key to a constant for claritySamantaz Fox
2022-08-06Bump web clients versionsSamantaz Fox
2022-08-06Bump android app versionSamantaz Fox
2022-08-06Disable decrypt_polling by default + add comment (#3244)Émilien Devos
2022-08-06Set cookies to LaxEmilien Devos
2022-08-06Added image tag to RSS channel for favicon renderingMateusz Jabłoński
https://validator.w3.org/feed/docs/rss2.html#ltimagegtSubelementOfLtchannelgt
2022-08-03Merge pull request #3214 from SamantazFox/fix-scheduled-streamsSamantaz Fox
2022-07-19Move InfoException to exceptions.crSamantaz Fox
2022-07-18Separate video data fetching from parsing in videos.crSamantaz Fox
2022-07-14HTML escape usernameÉmilien Devos
2022-07-14Fetch data from next endpoint for scheduled streamsSamantaz Fox
2022-07-14Include `_helpers.js` in embedded viewAHOHNMYC
2022-07-12add more explanation about checking the player dependenciesÉmilien Devos
2022-07-11Merge pull request #3165 from SamantazFox/small-fixes-06-2022Samantaz Fox
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-06Merge pull request #3124 from iv-org/add-404-status-codeSamantaz Fox
2022-07-06Update comment for NotFoundExceptionÉmilien Devos
2022-07-04Don't treat LIVE_STREAM_OFFLINE playability status as an error (fixes #3155)Samantaz Fox
2022-07-04Remove all backend code related to dislikesSamantaz Fox
2022-07-04Remove useless link in item forms (buttons on thumbnail)Samantaz Fox
2022-07-04Remove item (video/channel/mix) thumbnail from keyboard navigation treeSamantaz Fox
2022-07-04Fix missing hash key: "availableCountries" (Closes #3047)Samantaz Fox
2022-07-04Add #to_http_params method to Query (Fixes #3148)Samantaz 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-25DASH Default to high quality m4a138138138
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.