@ -55,6 +55,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -55,6 +55,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Use cache busting to avoid UI errors after upgrading the MudBlazor library
- Fix multi-variant playlist to report more accurate `BANDWIDTH` value based on ffmpeg profile
- Fix detecting NVIDIA capabilities on Blackwell GPUs
@ -61,7 +61,7 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@@ -61,7 +61,7 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
true,
_cancellationToken);
playoutItems.Count.Should().Be(1);
playoutItems.Count.ShouldBe(1);
}
[Test]
@ -114,7 +114,7 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@@ -114,7 +114,7 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
true,
_cancellationToken);
playoutItems.Count.Should().Be(1);
playoutItems.Count.ShouldBe(1);
}
[Test]
@ -181,13 +181,13 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@@ -181,13 +181,13 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@ -273,27 +273,27 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@@ -273,27 +273,27 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@ -379,27 +379,27 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@@ -379,27 +379,27 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@ -428,7 +428,7 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@@ -428,7 +428,7 @@ public class PlayoutModeSchedulerBaseTests : SchedulerTestBase
@ -68,40 +68,40 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -68,40 +68,40 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -141,40 +141,40 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -141,40 +141,40 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -213,37 +213,37 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -213,37 +213,37 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -283,39 +283,39 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -283,39 +283,39 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
_cancellationToken);
// duration block should end after exact duration, with gap
@ -365,44 +365,44 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -365,44 +365,44 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -452,56 +452,56 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -452,56 +452,56 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -551,56 +551,56 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -551,56 +551,56 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -667,63 +667,63 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -667,63 +667,63 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -818,25 +818,25 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -818,25 +818,25 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -882,17 +882,17 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@@ -882,17 +882,17 @@ public class PlayoutModeSchedulerDurationTests : SchedulerTestBase
@ -60,37 +60,37 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -60,37 +60,37 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -135,34 +135,34 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -135,34 +135,34 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -218,50 +218,50 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -218,50 +218,50 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -317,40 +317,40 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -317,40 +317,40 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -406,50 +406,50 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -406,50 +406,50 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -522,56 +522,56 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -522,56 +522,56 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -644,36 +644,36 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -644,36 +644,36 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -724,18 +724,18 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@@ -724,18 +724,18 @@ public class PlayoutModeSchedulerMultipleTests : SchedulerTestBase
@ -53,25 +53,25 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -53,25 +53,25 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -136,26 +136,26 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -136,26 +136,26 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -204,40 +204,40 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -204,40 +204,40 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -286,30 +286,30 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -286,30 +286,30 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -358,40 +358,40 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -358,40 +358,40 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -456,46 +456,46 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -456,46 +456,46 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -560,26 +560,26 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -560,26 +560,26 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -646,40 +646,40 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -646,40 +646,40 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -746,41 +746,41 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -746,41 +746,41 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -825,18 +825,18 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@@ -825,18 +825,18 @@ public class PlayoutModeSchedulerOneTests : SchedulerTestBase
@ -83,7 +83,7 @@ public class NvidiaPipelineBuilder : SoftwarePipelineBuilder
@@ -83,7 +83,7 @@ public class NvidiaPipelineBuilder : SoftwarePipelineBuilder
@ -118,18 +118,7 @@ public class NvidiaPipelineBuilder : SoftwarePipelineBuilder
@@ -118,18 +118,7 @@ public class NvidiaPipelineBuilder : SoftwarePipelineBuilder
@"William Martin ""Billy"" Joel (born May 9, 1949, New York, USA) is an American pianist, singer-songwriter, and composer. Since releasing his first hit song, ""Piano Man"", in 1973, Joel has become the sixth-best-selling recording artist and the third-best-selling solo artist in the United States, according to the RIAA. His compilation album Greatest Hits Vol. 1 & 2 is the third-best-selling album in the United States by discs shipped.
@ -167,10 +167,10 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
@@ -167,10 +167,10 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
@ -184,10 +184,10 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
@@ -184,10 +184,10 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
@ -201,12 +201,12 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
@@ -201,12 +201,12 @@ Joel attended Hicksville High School in 1967, but he did not graduate with his c
"Determined to ensure Superman's ultimate sacrifice was not in vain, Bruce Wayne aligns forces with Diana Prince with plans to recruit a team of metahumans to protect the world from an approaching threat of catastrophic proportions.");
@"Dancing Queen est un des tubes emblématiques de l'ère disco produits par le groupe suédois ABBA en 1976. Ce tube connaît un regain de popularité en 1994 lors de la sortie de Priscilla, folle du désert, et fait « presque » partie de la distribution du film Muriel.
@ -142,10 +142,10 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@@ -142,10 +142,10 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@ -157,13 +157,13 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@@ -157,13 +157,13 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@ -176,10 +176,10 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@@ -176,10 +176,10 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@ -191,10 +191,10 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
@@ -191,10 +191,10 @@ Le groupe a également enregistré une version espagnole de ce titre, La reina d
"Determined to ensure Superman's ultimate sacrifice was not in vain, Bruce Wayne aligns forces with Diana Prince with plans to recruit a team of metahumans to protect the world from an approaching threat of catastrophic proportions.");