aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/StreamingHelpers.cs
AgeCommit message (Expand)Author
2025-02-03Backport pull request #13169 from jellyfin/release-10.10.zgnattu
2025-02-03Backport pull request #13127 from jellyfin/release-10.10.zgnattu
2025-01-28Fix spelling (#13444)Josh Soref
2024-10-09Ported new Item Repository architectureJPVenson
2024-09-21Better bitrate and resolution normalization (#12644)gnattu
2024-09-07Make Live TV compatibility profiles customizable (#12529)gnattu
2024-06-23Backport pull request #12017 from jellyfin/release-10.9.zgnattu
2024-06-01Backport pull request #11851 from jellyfin/release-10.9.zgnattu
2024-04-22Only apply custom downmix to 5.1 audios (#11401)gnattu
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-14Validate item access (#11171)Cody Robibero
2024-02-10Fix file extension based on containerShadowghost
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
2023-11-14Fix warningsBond_009
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-10-11Fix regressionBond_009
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-08Merge pull request #10348 from Bond-009/stringsBond-009
2023-10-06Reduce string allocationsBond_009
2023-10-02use pcm as ext name when codec is pcmYuLong Yao
2023-06-20Add AV1 support in HLS streamingnyanmisaka
2023-03-02Use source audio bitrate if requested codec is losslessShadowghost
2023-02-26Calculate output bitrate from output channel countknackebrot
2023-02-19Optimize tryparseBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-07Fix release buildBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-26Add missing format providers (fix CA1305 errors) (#8745)Terrance
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-06-29Merge pull request #7955 from nyanmisaka/fix-extJoshua M. Boniface
2022-06-29Merge pull request #7947 from nyanmisaka/video-range-conditionCody Robibero
2022-02-21Optimize Guid comparisonsBond_009
2021-11-30- take into account the streams dlnaheaders query parameter set by the DidlBu...Marius Luca
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-09-19Reduce allocationsBond_009
2021-09-04Merge pull request #6456 from GodTamIt/vp8-vp9Bond-009
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-04-17Group MethodsBaronGreenback
2021-04-02Various DLNA OptimizationsBaronGreenback
2021-03-10Update StreamingHelpers.csBaronGreenback