aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
AgeCommit message (Expand)Author
2025-04-02Improve dynamic HDR metadata handling (#13277)gnattu
2025-03-25Fixed namespacesJPVenson
2025-01-22Enable adaptive bitrate streaming againBond_009
2025-01-22Remove useless checks and dead codeBond_009
2025-01-11Prefer ApiKey over api_key in generated URL's (#13342)Niels van Velzen
2024-09-07Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks (#12605)gnattu
2024-09-07Add MediaStream.ReferenceFrameRate for problematic video files (#12603)gnattu
2024-07-23Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-07-18Merge pull request #11399 from jellyfin/audio-remuxCody Robibero
2024-07-17feat: add audio remux to UniversalAudioControllergnattu
2024-05-16Add remuxing support for VP9gnattu
2024-03-30Only streamCopy videos containing rotation data in fMP4nyanmisaka
2024-02-12Make the bitrate of the fallback stream the same as the original (#9121)Dmitry Lyzo
2024-02-06Correct VIDEO-RANGE field for HLG contentnyanmisaka
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
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