aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.cs
AgeCommit message (Expand)Author
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
2021-11-09Fix some warningsBond_009
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-23Add first draft of keyframe extraction for Matroskacvium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
2021-07-12Improve platform checksBond_009
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the metho...Cody Robibero
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero