aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
AgeCommit message (Expand)Author
2023-11-14Fix warningsBond_009
2023-10-18Merge branch 'master' into trickplayNick
2023-09-16Remove workaround for codec capitalizationJan Müller
2023-09-16Merge branch 'master' into flac-hls-fixesJan Müller
2023-08-22== null -> is nullBond_009
2023-08-16Minor code formatting (cvium)Nick
2023-08-01Correct the HLS Opus codec stringJan Müller
2023-08-01Fix the fLaC/flac HLS issue also for audio-onlyJan Müller
2023-07-03Merge pull request #8147 from Shadowghost/network-rewriteJoshua M. Boniface
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9907 from nyanmisaka/av1eBond-009
2023-06-28Migrate VideoRange and VideoRangeType to EnumShadowghost
2023-06-26Migrate to trickplay table to EF. Rename vars/methods/members to have consist...Nick
2023-06-25Apply suggestions from code reviewnyanmisaka
2023-06-22Fix using orderNick
2023-06-22Trickplay playlist and image controllernicknsy
2023-06-22Hls playlistnicknsy
2023-06-20Add AV1 support in HLS streamingnyanmisaka
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-03-02Use source audio bitrate if requested codec is losslessShadowghost
2023-02-26Calculate output bitrate from output channel countknackebrot
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-22Fix debug buildsBond_009
2023-01-22Backport pull request #9092 from jellyfin/release-10.8.zDmitry Lyzo
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Apply suggestions from code reviewCody Robibero
2022-10-13Add support for OPUS and fixes for FLAC case issue in HLSnyanmisaka
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-06-29Merge pull request #7941 from jellyfin/fix-overflowCody Robibero
2021-12-09- add an option for dropping specific subtitle formats using the DLNA Subtitl...Marius Luca
2021-09-06Remove all unused usingsFernando Fernández
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-02-21Minor improvementsBond_009
2021-02-13Minor improvementsBond_009
2021-01-28make FRAME-RATE field culture invariantnyanmisaka
2020-11-16comply with dotnet-5nyanmisaka
2020-11-16Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-11adjust bitrate limit for HLS audio codecsnyanmisaka
2020-11-11Apply suggestions from code reviewNyanmisaka
2020-11-08fix cinyanmisaka
2020-11-08add initial support for HEVC over FMP4-HLSnyanmisaka
2020-10-28Default output audio bitrate to 128knyanmisaka
2020-09-10Standardize use of IsLocal and RemoteIpcvium