-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: shaka-project/shaka-player
base: v3.2.15
head repository: shaka-project/shaka-player
compare: v3.2.16
- 20 commits
- 54 files changed
- 13 contributors
Commits on Dec 8, 2022
-
fix: 4676 - Virgin Media set top box is incorrectly categorized as Ap…
Configuration menu - View commit details
-
Copy full SHA for 65e9716 - Browse repository at this point
Copy the full SHA 65e9716View commit details -
fix: WebVTT line not correctly positioned in UITextDisplayer (#4567) (#…
…4682) As per spectification, [here](https://w3c.github.io/webvtt/#webvtt-line-cue-setting) and [there](https://w3c.github.io/webvtt/#webvtt-cue-line-alignment), my understanding is that a cue line with an optional alignment position `end`, e.g. `line:91%,end`, should have its bottom edge at 91% from the top of the screen. But the current code places it at 91% from the bottom of the screen. Fixes #4567 Co-authored-by: Rodolphe Breton <rodolphe.breton@netgem.com> Co-authored-by: Joey Parrish <joeyparrish@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7c7be7c - Browse repository at this point
Copy the full SHA 7c7be7cView commit details -
test: Fix platform detection for Xbox (#4685)
Xbox One was being misdetected as Chrome, causing some mistakes in which tests are skipped. This does not appear to affect the library itself, since isChrome() and chromeVersion() are only used in tests currently.
Configuration menu - View commit details
-
Copy full SHA for 1ed2655 - Browse repository at this point
Copy the full SHA 1ed2655View commit details -
fix(ui): Check event cancelable before event.preventDefault (#4690)
This error occurs when the first touch is initiated: [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. Added logic to confirm that the error can be cancelled before event.preventDefault.
Configuration menu - View commit details
-
Copy full SHA for 9864b88 - Browse repository at this point
Copy the full SHA 9864b88View commit details -
test: Fix XML parser security tests on Xbox (#4695)
Xbox seems to treat SVG and/or XML a little differently than other platforms, which led to a test failure on that platform. That went unnoticed because Xbox is offline in our lab. The issue was discovered while working to restore that platform in the lab test runs.
Configuration menu - View commit details
-
Copy full SHA for 6586e6d - Browse repository at this point
Copy the full SHA 6586e6dView commit details -
ci: Re-enable Tizen in the lab (#4698)
An upgrade to Tizen Studio and the Docker image for it have solved our Tizen lab infra issues.
Configuration menu - View commit details
-
Copy full SHA for f1c4d13 - Browse repository at this point
Copy the full SHA f1c4d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f7a5c - Browse repository at this point
Copy the full SHA 54f7a5cView commit details -
fix(HLS): Fix lowLatencyPresentationDelay when using autoLowLatencyMo…
…de (#4712) Backported to v3.3.x
Configuration menu - View commit details
-
Copy full SHA for 984316d - Browse repository at this point
Copy the full SHA 984316dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a481596 - Browse repository at this point
Copy the full SHA a481596View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56bd28 - Browse repository at this point
Copy the full SHA b56bd28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbcc05 - Browse repository at this point
Copy the full SHA 9dbcc05View commit details -
Configuration menu - View commit details
-
Copy full SHA for e198464 - Browse repository at this point
Copy the full SHA e198464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20900a9 - Browse repository at this point
Copy the full SHA 20900a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5439a80 - Browse repository at this point
Copy the full SHA 5439a80View commit details -
fix: Fix subtitles not added to DOM region (#4733)
Reinstate previously removed region elements when next caption finds it is not there: Detect the absence and ensure `updateDOM` is true so its reinstated and the next caption can be shown. Closes #4680 Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f0e059 - Browse repository at this point
Copy the full SHA 7f0e059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021d7bd - Browse repository at this point
Copy the full SHA 021d7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3827873 - Browse repository at this point
Copy the full SHA 3827873View commit details -
fix(cast): Use cast platform APIs in MediaCapabilties polyfill (#4727)
See #4726 for more context. This allows Cast devices to properly filter stream variants with a resolution surpassing that of the device's capabilities. We place the fix in the `MediaCapabilities` polyfill since it's intended to be the right way to check for anything related to platform support. HDR support checks will require `eotf=smpte2048`, as indicated in #2813 (comment). Specifically, a `{hev|hvc}1.2` profile is only an *indication* of an HDR transfer function, but *may* be a non-HDR 10-bit color stream. In Cast, the platform can distinguish between the two by explicitly providing the transfer function; it uses `smpte2048` (`"PQ"`) because this is the "basis of HDR video formats..." (https://en.wikipedia.org/wiki/Perceptual_quantizer).
Configuration menu - View commit details
-
Copy full SHA for 737dd27 - Browse repository at this point
Copy the full SHA 737dd27View commit details -
test: Fix exceptions in tests (#4772)
This fixes a test exception that did not fail its tests. An HlsParser instance outlived the test run and failed after server disconnection. This issue was spotted while running the tests in a local browser in debug mode. It caused no test failures directly, but was an example of poor hygiene in our tests.
Configuration menu - View commit details
-
Copy full SHA for ade5c94 - Browse repository at this point
Copy the full SHA ade5c94View commit details
Commits on Dec 9, 2022
-
chore(v3.2.x): release 3.2.16 (#4805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5590eed - Browse repository at this point
Copy the full SHA 5590eedView commit details
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 v3.2.15...v3.2.16