aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.cs
AgeCommit message (Collapse)Author
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-07Add dts to list of audio codecs which require strict -2David Fairbrother
Adds dts to the list of audio codecs where ffmpeg will throw asking us to opt into experimental support. This is seen when the original content is based on dts and we don't acopy using ffmpeg.
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
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-08-01Backport pull request #8174 from jellyfin/release-10.8.zJoshua Boniface
Disable auto inserted SW scaler for HW decoders Authored-by: nyanmisaka <nst799610810@gmail.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7297431f23a0fa1ab5aa15df93d91096a09c4f21
2022-06-29Merge pull request #7994 from nyanmisaka/fix-throttlerJoshua M. Boniface
(cherry picked from commit a7d45b5d3aa5b16b0aeeece690396f91fb7b7e3e) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-14Merge pull request #7911 from cvium/fix_keyframe_transcodeCody Robibero
(cherry picked from commit 07b39655ebe2e96388ffbbecebeebb5284c26baf) Signed-off-by: crobibero <cody@robibe.ro>
2022-06-10Merge pull request #7828 from nyanmisaka/fix-dovi-tonemapBond-009
Fix Dolby Vision profile 5 and 8 to SDR HW tone-mapping (cherry picked from commit 8595a979a872c05d0d06f9b87ed1b56c693c267d) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7718 from jellyfin/dovi-hevc-remuxBond-009
(cherry picked from commit f7ef7d9eda71d42dce46c91f1398eccc0b4b1b6c) Signed-off-by: crobibero <cody@robibe.ro>
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
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2021-12-24Merge DynamicHlsController and VideoHlsController (#119)Claus Vium
* Merge DynamicHlsController and VideoHlsController Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
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
Improve platform checks
2021-07-12Improve platform checksBond_009
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-05-21Merge pull request #6083 from Bond-009/nullable4Bond-009
Enable nullable reference types for Emby.Server.Implementations
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-08Minor improvementsBond_009
* properly dispose CancellationTokenSource * rewrite DynamicHlsController.GetSegmentLengths * remove dead code
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-02-10Create BaseItemKind enumcrobibero
2020-11-30fix trascodeReasons reportnyanmisaka
2020-11-20Merge remote-tracking branch 'upstream/master' into split-apicrobibero
2020-11-20Merge remote-tracking branch 'upstream/master' into fmp4-hlsnyanmisaka
2020-11-20renamenyanmisaka
2020-11-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Review suggestionsFernando Fernández