| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-03 | Backport pull request #13169 from jellyfin/release-10.10.z | gnattu | |
| Check if the video has an audio track before codec fallback Original-merge: ff4f3b04411833dd7675be870dde9212394acf95 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-03 | Backport pull request #13127 from jellyfin/release-10.10.z | gnattu | |
| Fallback to lossy audio codec for bitrate limit Original-merge: 65f722f23c781d6346741589a681b8b00579fc8a Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-01-28 | Fix spelling (#13444) | Josh Soref | |
| * spelling: anamorphic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: associated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: channelinfo Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: eagerly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: enumerable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater than/less than Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: lineup Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: logs out Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: names Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: paging Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: sanitized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: saving Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-10-09 | Ported new Item Repository architecture | JPVenson | |
| 2024-09-21 | Better bitrate and resolution normalization (#12644) | gnattu | |
| 2024-09-07 | Make Live TV compatibility profiles customizable (#12529) | gnattu | |
| 2024-06-23 | Backport pull request #12017 from jellyfin/release-10.9.z | gnattu | |
| Overwrite supported codecs for livetv Original-merge: 2b789807474ec4e7d5f8837a6503a7684fa94778 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11851 from jellyfin/release-10.9.z | gnattu | |
| Relax remuxing requirement for LiveTV Original-merge: 0392daa10397c40d62e2068cd85e030d9ca2d898 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-22 | Only apply custom downmix to 5.1 audios (#11401) | gnattu | |
| 2024-04-17 | Enable nullable for LibraryManager (#11191) | Bond-009 | |
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-02-10 | Fix file extension based on container | Shadowghost | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-12-21 | Add ITranscodeManager service | Patrick Barron | |
| 2023-11-15 | Remove DLNA API code | Patrick Barron | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-10-11 | Fix regression | Bond_009 | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-08 | Merge pull request #10348 from Bond-009/strings | Bond-009 | |
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-10-02 | use pcm as ext name when codec is pcm | YuLong Yao | |
| 2023-06-20 | Add AV1 support in HLS streaming | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-03-02 | Use source audio bitrate if requested codec is lossless | Shadowghost | |
| 2023-02-26 | Calculate output bitrate from output channel count | knackebrot | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2022-12-07 | Fix release build | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-26 | Add missing format providers (fix CA1305 errors) (#8745) | Terrance | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-06-29 | Merge pull request #7955 from nyanmisaka/fix-ext | Joshua M. Boniface | |
| (cherry picked from commit 52704e8dd0aa1afbc6c212161a5c78822569e33a) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-29 | Merge pull request #7947 from nyanmisaka/video-range-condition | Cody Robibero | |
| (cherry picked from commit f1d56aa5cef4c60021e0b29c5d9fb3adf384fda7) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2021-11-30 | - take into account the streams dlnaheaders query parameter set by the ↵ | Marius Luca | |
| DidlBuilder NormalizeDlnaMediaUrl function | |||
| 2021-11-08 | Fix and disable new dotnet6 warnings | Cody Robibero | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-04 | Merge pull request #6456 from GodTamIt/vp8-vp9 | Bond-009 | |
| Disambiguate vpx to vp8 or vp9 | |||
| 2021-09-04 | Disambiguate vpx to vp8 or vp9 | Chris Tam | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore | Cody Robibero | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-29 | Merge pull request #5842 from BaronGreenback/optimization | Bond-009 | |
| Code Clean up: Group Methods | |||
| 2021-04-22 | Merge pull request #5681 from BaronGreenback/ContentFeatureOptimization | Bond-009 | |
| Various DLNA Optimizations | |||
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-04-17 | Group Methods | BaronGreenback | |
| 2021-04-02 | Various DLNA Optimizations | BaronGreenback | |
| 2021-03-10 | Update StreamingHelpers.cs | BaronGreenback | |
| Updated condition | |||
