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
/
Emby.Server.Implementations
/
Library
/
MediaSourceManager.cs
Age
Commit message (
Expand
)
Author
2023-11-09
Merge branch 'master' into media-type
Cody Robibero
2023-10-11
Multiple Stream changes
Bond_009
2023-10-10
Convert string MediaType to enum MediaType
Cody Robibero
2023-04-06
Simplify linq expressions (use All)
Stepan Goremykin
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2022-05-20
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix
Cody Robibero
2022-03-17
Fix supportsTranscoding not reflecting user permissions sometimes
jakobkukla
2022-02-21
Optimize Guid comparisons
Bond_009
2022-02-14
Fix some warnings
Bond_009
2021-12-27
Remove more warnings
Cody Robibero
2021-11-07
Add some docs and tests
Bond_009
2021-10-03
Fix warnings in Library
Patrick Barron
2021-09-10
Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueId
cvium
2021-09-10
Don't throw when livestream file isn't found
cvium
2021-09-10
Kill ProgressiveFileCopier and seek to end for ongoing livetv
cvium
2021-09-07
Fix it for real(tm) this time
Bond-009
2021-09-07
Fix log message
Bond-009
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-24
Remove some unnecessary allocations
cvium
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-04-30
Reduce some allocations with the magic of spans etc.
cvium
2021-04-19
Respect user settings for transcode and remux
cvium
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-01-12
Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
Bond_009
2020-12-24
Put json serializer options in private field
David
2020-12-23
Use streams instead of strings
David
2020-12-23
Remove custom Json serializer from Emby.Server.Implementations
David
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-09-23
Don't take a lock if there's no intention to manipulate the list of open stre...
Ryan Petris
2020-07-24
Fix warnings
Bond_009
2020-07-20
Fix warnings
Bond_009
2020-06-16
fix SA1513/SA1516
telans
2020-06-15
fix SA1508
telans
2020-06-15
fix SA1005
telans
2020-06-15
fix SA1510
telans
2020-06-13
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-06-05
Use typed logger where possible
crobibero
2020-06-04
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-05-27
Merge branch 'master' into nullable3
Bond_009
2020-05-20
Remove redundant qualifiers
Patrick Barron
2020-05-12
Initial migration code
Patrick Barron
2020-04-05
Enable nullabe reference types for MediaBrowser.Model
Bond_009
2020-04-04
Register and construct IMediaSourceManager correctly
Mark Monteiro
2020-02-23
Fix some warnings
Bond_009
2020-01-13
Merge pull request #2096 from Bond-009/embytv
dkanada
2020-01-10
Merge branch 'master' into warn12
Bond_009
[next]