aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Model.Tests
AgeCommit message (Expand)Author
2025-03-31Add Dolby Vision tests for Tizen (#12670)Dmitry Lyzo
2025-03-31Use pattern matching for null checks (#13793)Bond-009
2025-03-30Fix StreamInfo.ToUrl (#13808)Tim Eisele
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
2025-01-11Update dependency FsCheck.Xunit to v3 (#13333)renovate[bot]
2024-09-17Apply review suggestionsShadowghost
2024-09-17Rework PR 6203Shadowghost
2024-09-14Move progressive tests to old placegnattu
2024-09-14Remove redundant infognattu
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-07-15Add check for ProviderIds to prevent '=' from appearing in keys, also support...Erwin de Haan
2024-03-08Lowercase MediaStreamProtocol for backwards compatibilityCody Robibero
2024-03-04Add MediaStreamProtocol enum (#10153)Niels van Velzen
2024-03-03Merge pull request #11077 from crobibero/svg-to-imageBond-009
2024-02-28Add support for converting from svg to other image typesCody Robibero
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-15Add missing MIME types for comicbook formats (#11010)Robert Lützner
2024-02-12test: discard webm from test mkvs if there is an unsupported codec (#10999)Dmitry Lyzo
2024-02-10Correct m4b mimetype (#10980)felix920506
2023-12-21test: add more audio testsDmitry Lyzo
2023-12-21test: fix tizen profileDmitry Lyzo
2023-12-21test: fix remux testsDmitry Lyzo
2023-12-18Fix testsBond_009
2023-10-08Jellyfin.Drawing minor improvementsBond_009
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-02-16Fix testsBond_009
2023-02-12Always run code analyzers for tests projects (#9304)Bond-009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
2023-01-22Backport pull request #9051 from jellyfin/release-10.8.zDmitry Lyzo
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v...renovate[bot]
2023-01-14Update test dependencies (#9094)Patrick Barron
2022-12-29Merge pull request #7494 from Shadowghost/streambuilder-cleanupBond-009
2022-12-14Fix debug builds (#8909)Bond-009
2022-12-07Cleanup and refactor streambuilderShadowghost
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009