aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Model.Tests/Dlna/StreamBuilderTests.cs
AgeCommit message (Expand)Author
2025-03-31Add Dolby Vision tests for Tizen (#12670)Dmitry Lyzo
2025-03-28Reduce allocations, simplifed code, faster implementation, included tests - S...Tim Eisele
2025-03-28Add profile condition to limit the number of streams (#13583)Dmitry Lyzo
2024-09-17Rework PR 6203Shadowghost
2024-09-14Move progressive tests to old placegnattu
2024-09-14Add Dolby Vision testinggnattu
2024-09-13Restore progressive transcoding testsgnattu
2024-09-13Fix safari testgnattu
2024-09-13Add mkv h264 ac3 testsgnattu
2024-09-13Add broken fps mkv testgnattu
2024-09-13Update unit test for StreamBuilder to reflect current server and clientsgnattu
2024-09-09Add audio ranking for transcoding profiles (#12546)Dmitry Lyzo
2024-07-29Check MaxAudioChannels for directAudioStream candidates (#12319)gnattu
2024-03-08Lowercase MediaStreamProtocol for backwards compatibilityCody Robibero
2024-03-04Add MediaStreamProtocol enum (#10153)Niels van Velzen
2024-02-22test: drop default flag from second audio trackDmitry Lyzo
2024-02-22test: collect candidate audio streams if no audio index is specifiedDmitry Lyzo
2024-02-12test: discard webm from test mkvs if there is an unsupported codec (#10999)Dmitry Lyzo
2023-12-21test: add more audio testsDmitry Lyzo
2023-12-21test: fix tizen profileDmitry Lyzo
2023-12-21test: fix remux testsDmitry Lyzo
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-11Removed nesting levels through block-scoped `using` statement (#10025)Lehonti Ramos
2023-07-29Enable nullable for more filesBond_009
2023-04-10Use default instead of zero for TranscodeReasonStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-01-22Backport pull request #9051 from jellyfin/release-10.8.zDmitry Lyzo
2022-12-07Cleanup and refactor streambuilderShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-10-31fix testsDmitry Lyzo
2022-05-20Merge pull request #7699 from Shadowghost/streambuilder-fixJoshua M. Boniface
2022-04-17Merge pull request #7537 from dmitrylyzo/fix-streambuilderCody Robibero
2022-04-07Merge pull request #7523 from crobibero/null-streamCody Robibero
2022-03-18Move StreamBuilderTests to correct project (#7461)Bond-009