| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-08 | Only reselect audio streams when user preference is respected (#13832) | gnattu | |
| 2025-03-28 | Reduce allocations, simplifed code, faster implementation, included tests - ↵ | Tim Eisele | |
| StreamInfo.ToUrl (#9369) * Rework PR 6168 * Fix test | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-09-22 | Conditionally add burn in option for remote source | gnattu | |
| 2024-09-22 | Let HLS Controller decide if subtitle should be burn in | gnattu | |
| Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled. | |||
| 2024-09-12 | Add option to always burn in subtitles if transcoding is triggered (#12430) | gnattu | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 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-05-25 | Backport pull request #11801 from jellyfin/release-10.9.z | gnattu | |
| Force more compatible transcoding profile for LiveTV Original-merge: e7b1162cb30601297f987a6409a7d76b40aa74a6 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-17 | Enable nullable for LibraryManager (#11191) | Bond-009 | |
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2022-12-07 | Cleanup and refactor streambuilder | Shadowghost | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-06 | fix Release build | cvium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-05-26 | Merge pull request #7784 from crobibero/support-transcoding | Cody Robibero | |
| (cherry picked from commit d471be8d929c8021d85d0b9cc97ac2e420a11d65) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-12 | Merge pull request #7325 from eyezak/issue/6450 | Cody Robibero | |
| 2022-03-06 | Series: issue-6450 | Isaac Gordezky | |
| Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once | |||
| 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-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-04-19 | Respect user settings for transcode and remux | cvium | |
| 2021-04-09 | Fix setting audio stream in PlaybackInfo for jellyfin-web. | Ian Walton | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2020-10-31 | respect music quality settings when transcoding | nyanmisaka | |
| 2020-10-03 | Remove unnecessary null checks in some places | KonH | |
| Related to https://github.com/jellyfin/jellyfin/issues/2149 | |||
| 2020-09-10 | Standardize use of IsLocal and RemoteIp | cvium | |
| 2020-08-25 | bump System.Text.Json | crobibero | |
| 2020-08-19 | Update Jellyfin.Api/Helpers/MediaInfoHelper.cs | Cody Robibero | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-08-09 | convert dependent controller functions to di helper class | crobibero | |
