- Jul 07, 2024
-
-
Felix Paul Kühne authored
When introducing SAT>IP support, we added a fallback mechanism on officially published channel lists in case the user neither specified a custom list nor the used set-top box provided one. With the end of the SAT>IP Alliance that was dissolved 3 years ago, the fallback server is no longer available and there will be no replacement so this feature was removed. Fixes #28684
-
`CompositorDirectComposition::setupVoutWindow()` may be called before setup is completed, yielding an assertion failure.
-
Steve Lhomme authored
-
-
Steve Lhomme authored
No need for a recursive call, we'll get the same values from the same chapter. And if the Seek fails, we should know.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
The inifial virtual segment is already checked for that.
-
Steve Lhomme authored
No functional changes.
-
Steve Lhomme authored
And simplify indentation.
-
Steve Lhomme authored
This reverts commit 4ba01f28. Let p_vsegment->Seek() decide what is valid or not. The p_segment is actually the p_vsegment's current chapter's actual segment. The current chapter segment may be NULL, but that doesn't mean we can't seek. The current chapter segment cannot be NULL, per its constructor.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's really the list of opened/known Matroska Segments.
-
Steve Lhomme authored
We don't need to have the actual Segment.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Co-authored-by:
Alaric Senat <alaric@videolabs.io>
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Otherwise it's not spec-compliant.
-
Steve Lhomme authored
Otherwise it's not spec-compliant.
-
Steve Lhomme authored
It's only mandatory for ordered chapters.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
So we can pass the proper type directly to each call.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
The naming in Rust is bogus but it does means it's using UCRT [1]. [1] https://doc.rust-lang.org/nightly/rustc/platform-support/pc-windows-gnullvm.html
-
Steve Lhomme authored
-
Steve Lhomme authored
It may not have been available when adc4d846 was added. But now it's a Tier 2 target [1] [1] https://doc.rust-lang.org/nightly/rustc/platform-support/apple-darwin.html
-
- Jul 06, 2024
-
-
Steve Lhomme authored
Fixing wstring usage with NULL strings.
-
-
Even if for now, we have only one string (that was freed correctly). Add the possibility to use strings in track options without leaking when the option is overridden.
-
Because it uses local variables to the function.
-
- Jul 05, 2024
-