-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: streamlink/streamlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 13 files changed
- 2 contributors
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21b9aa9 - Browse repository at this point
Copy the full SHA 21b9aa9View commit details -
docs: fix man page links in HTML docs
- Update Makefile and define DOCSDIR variable - Add `man` sphinx build tag to the `man` make-target - Exclude `_man.rst` if the `man` build tag is set - Revert b45e685
Configuration menu - View commit details
-
Copy full SHA for 29d1f39 - Browse repository at this point
Copy the full SHA 29d1f39View commit details
Commits on Nov 24, 2022
-
plugins.tvp: fix channel ID lookup
- Fix channel ID lookup - Fix validation schema on missing data - Add more stream types to live streams: HTTPStream for content restriction clips, and DASHStream where HLS is not available - Apply minor code refactoring
Configuration menu - View commit details
-
Copy full SHA for f51bff0 - Browse repository at this point
Copy the full SHA f51bff0View commit details
Commits on Nov 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32d8ff4 - Browse repository at this point
Copy the full SHA 32d8ff4View commit details
Commits on Nov 28, 2022
-
2
Configuration menu - View commit details
-
Copy full SHA for 55b5852 - Browse repository at this point
Copy the full SHA 55b5852View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f1e79e7 - Browse repository at this point
Copy the full SHA f1e79e7View commit details -
docs: remove unnecessary note from install page
Installing python header files is only relevant when building dependencies with Python C extensions from source, like lxml or pycryptodome, which is out of scope of the Streamlink docs.
Configuration menu - View commit details
-
Copy full SHA for 20ea832 - Browse repository at this point
Copy the full SHA 20ea832View commit details -
docs: explain XDG base dir and parameter expansion
The docs should be as explicit as possible, but this might confuse inexperienced users, so an explanation might be useful.
Configuration menu - View commit details
-
Copy full SHA for 177f878 - Browse repository at this point
Copy the full SHA 177f878View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 471f9ef - Browse repository at this point
Copy the full SHA 471f9efView commit details
Commits on Dec 2, 2022
-
plugins.twitch: fix ad filtering bug
Twitch doesn't include duration data for prefetch segments, which means when more than one prefetch segment is included in the HLS playlist, the start time of the second (or third) prefetch segment has to be guessed from the duration of the regular segments. This is done by calculating the average of all available regular segments and using that as an offset of the last regular segment for each prefetch segment. This however can cause issues when segment durations vary a lot and the start time of an annotated ad block doesn't match the extrapolated start time of the first ad segment due to the miscalculation. The ad segment then gets incorrectly included in the output stream. Since a discontinuity tag is always present, even between prefetch tags with ads, we can make use of it and treat prefetch segments after a discontinuity tag as ads. This won't cause any issues during the transition to the regular stream content, as it only affects the logic of prefetch segments.
Configuration menu - View commit details
-
Copy full SHA for b9f3295 - Browse repository at this point
Copy the full SHA b9f3295View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 44c4a4c - Browse repository at this point
Copy the full SHA 44c4a4cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.1.1...5.1.2