index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Model.Tests
/
Dlna
/
StreamBuilderTests.cs
Age
Commit message (
Expand
)
Author
2025-03-31
Add Dolby Vision tests for Tizen (#12670)
Dmitry Lyzo
2025-03-28
Reduce allocations, simplifed code, faster implementation, included tests - S...
Tim Eisele
2025-03-28
Add profile condition to limit the number of streams (#13583)
Dmitry Lyzo
2024-09-17
Rework PR 6203
Shadowghost
2024-09-14
Move progressive tests to old place
gnattu
2024-09-14
Add Dolby Vision testing
gnattu
2024-09-13
Restore progressive transcoding tests
gnattu
2024-09-13
Fix safari test
gnattu
2024-09-13
Add mkv h264 ac3 tests
gnattu
2024-09-13
Add broken fps mkv test
gnattu
2024-09-13
Update unit test for StreamBuilder to reflect current server and clients
gnattu
2024-09-09
Add audio ranking for transcoding profiles (#12546)
Dmitry Lyzo
2024-07-29
Check MaxAudioChannels for directAudioStream candidates (#12319)
gnattu
2024-03-08
Lowercase MediaStreamProtocol for backwards compatibility
Cody Robibero
2024-03-04
Add MediaStreamProtocol enum (#10153)
Niels van Velzen
2024-02-22
test: drop default flag from second audio track
Dmitry Lyzo
2024-02-22
test: collect candidate audio streams if no audio index is specified
Dmitry Lyzo
2024-02-12
test: discard webm from test mkvs if there is an unsupported codec (#10999)
Dmitry Lyzo
2023-12-21
test: add more audio tests
Dmitry Lyzo
2023-12-21
test: fix tizen profile
Dmitry Lyzo
2023-12-21
test: fix remux tests
Dmitry Lyzo
2023-09-12
Merge pull request #10056 from Bond-009/nullable2
Bond-009
2023-09-11
Removed nesting levels through block-scoped `using` statement (#10025)
Lehonti Ramos
2023-07-29
Enable nullable for more files
Bond_009
2023-04-10
Use default instead of zero for TranscodeReason
Stepan Goremykin
2023-04-06
Remove redundant casts
Stepan Goremykin
2023-01-22
Backport pull request #9051 from jellyfin/release-10.8.z
Dmitry Lyzo
2022-12-07
Cleanup and refactor streambuilder
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-11-27
Investigate some TODO comments
Bond_009
2022-10-31
fix tests
Dmitry Lyzo
2022-05-20
Merge pull request #7699 from Shadowghost/streambuilder-fix
Joshua M. Boniface
2022-04-17
Merge pull request #7537 from dmitrylyzo/fix-streambuilder
Cody Robibero
2022-04-07
Merge pull request #7523 from crobibero/null-stream
Cody Robibero
2022-03-18
Move StreamBuilderTests to correct project (#7461)
Bond-009