aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/MediaSourceManager.cs
AgeCommit message (Expand)Author
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-10-11Multiple Stream changesBond_009
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-04-06Simplify linq expressions (use All)Stepan Goremykin
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-05-20Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fixCody Robibero
2022-03-17Fix supportsTranscoding not reflecting user permissions sometimesjakobkukla
2022-02-21Optimize Guid comparisonsBond_009
2022-02-14Fix some warningsBond_009
2021-12-27Remove more warningsCody Robibero
2021-11-07Add some docs and testsBond_009
2021-10-03Fix warnings in LibraryPatrick Barron
2021-09-10Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueIdcvium
2021-09-10Don't throw when livestream file isn't foundcvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-07Fix it for real(tm) this timeBond-009
2021-09-07Fix log messageBond-009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-19Respect user settings for transcode and remuxcvium
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_009
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-09-23Don't take a lock if there's no intention to manipulate the list of open stre...Ryan Petris
2020-07-24Fix warningsBond_009
2020-07-20Fix warningsBond_009
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-15fix SA1510telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-04Register and construct IMediaSourceManager correctlyMark Monteiro
2020-02-23Fix some warningsBond_009
2020-01-13Merge pull request #2096 from Bond-009/embytvdkanada
2020-01-10Merge branch 'master' into warn12Bond_009