aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.cs
AgeCommit message (Expand)Author
2023-10-06Reduce string allocationsBond_009
2023-09-16Merge branch 'master' into flac-hls-fixesJan Müller
2023-09-02Fix AV1 playback in LiveTVnyanmisaka
2023-08-30Fix the issue that audio bsf only takes effect for remuxing (#10172)Nyanmisaka
2023-08-01Allow flac inside mp4 for all HLS audio streamsJan Müller
2023-06-28Merge branch 'master' into trickplayNick
2023-06-28Merge pull request #9890 from Shadowghost/videorange-reworkBond-009
2023-06-28Migrate VideoRange and VideoRangeType to EnumShadowghost
2023-06-22Trickplay playlist and image controllernicknsy
2023-06-22Hls playlistnicknsy
2023-06-15Add baseUrlParam back in and fix indentationDominik
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-04-01Use MinBy and MaxByStepan Goremykin
2023-03-21Fix audio VBR calculationknackebrot
2023-03-20Merge pull request #9388 from Shadowghost/output-bitrate-channels-masterBond-009
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
2023-03-09Backport pull request #9178 from jellyfin/release-10.8.zRóbert Örn Ketilsson
2023-03-02Use source audio bitrate if requested codec is losslessShadowghost
2023-02-28Apply review suggestionsShadowghost
2023-02-26Add audio vbr calculationknackebrot
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-22Backport pull request #9049 from jellyfin/release-10.8.zShadowghost
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-07Add dts to list of audio codecs which require strict -2David Fairbrother
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-15Do not delete segments when seekingDominik
2022-11-14Simplify HLS file deletionDominik
2022-11-14Remove segment wrappingDominik
2022-11-14Add support for ffmpeg's segment deletion and segment wrappingDominik
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-08-15Fix various typos luz paz
2022-08-01Backport pull request #8174 from jellyfin/release-10.8.zJoshua Boniface
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
2022-06-14Merge pull request #7911 from cvium/fix_keyframe_transcodeCody Robibero
2022-06-10Merge pull request #7828 from nyanmisaka/fix-dovi-tonemapBond-009
2022-05-20Merge pull request #7718 from jellyfin/dovi-hevc-remuxBond-009
2022-03-09Fix the fMP4 HLS audio sync issue on Safarinyanmisaka
2022-03-05Merge pull request #7137 from SenorSmartyPants/masterBond-009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-16Fix maximum video resolution for dynamic HLS controllerDmitry Lyzo
2022-01-11Refactor and add scheduled taskcvium
2022-01-08Remove unused httpContext parameterSenorSmartyPants
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
2021-12-24Merge DynamicHlsController and VideoHlsController (#119)Claus Vium
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
2021-11-09Fix some warningsBond_009