aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-01Fix RKMPP-DRM-OpenCL mapping (#12758)Nyanmisaka
2024-10-01Improve Trickplay image quality using HQ scaler on intel (#12759)Nyanmisaka
2024-09-30Disable ATL's internal ID3v2.2/3 splitting (#12751)gnattu
2024-09-29Add perf tradeoff mode to image extractor (#12744)gnattu
2024-09-29Handle full range output in tonemap filter for Trickplay (#12746)Nyanmisaka
2024-09-29Do not consider tags in search (#12741)Tim Eisele
2024-09-29Update dependency z440.atl.core to 6.5.0 (#12748)renovate[bot]
2024-09-29Merge pull request #12742 from jellyfin/renovate/ci-depsBond-009
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.10
2024-09-28Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.10renovate[bot]
2024-09-28Workaround ATL tag parsing (#12705)gnattu
2024-09-28Pre-fill ParentIndexNumber to preserve it between scans (#12739)Tim Eisele
2024-09-28Add missing migration for SegmentProviderId (#12735)Tim Eisele
2024-09-28Update CI dependencies (#12707)renovate[bot]
2024-09-28Update dependency prometheus-net.DotNetRuntime to 4.4.1 (#12729)renovate[bot]
2024-09-28Fix vpp tonemap pixfmt regression (#12733)Nyanmisaka
2024-09-28Fix the invalid libplacebo filter option (#12732)Nyanmisaka
2024-09-27Translated using Weblate (Norwegian Bokmål)BromTeque
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-27Merge pull request #12728 from jellyfin/renovate/xunit-dotnet-monorepoBond-009
Update dependency xunit to 2.9.2
2024-09-27Update dependency xunit to 2.9.2renovate[bot]
2024-09-26Translated using Weblate (Japanese)Tim Wang
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2024-09-26Add endpoint for getting playlists by id (#12697)Tim Eisele
2024-09-26Merge pull request #12700 from elfalem/allowed-tags-private-playlistCody Robibero
2024-09-25Update SqliteItemRepository.cs - incorporate review suggestionelfalem
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-09-24Fix get sessions with api key (#12696)gnattu
2024-09-24Only move trickplay file should not be saved with media to metadata dir (#12704)gnattu
2024-09-24Merge pull request #12698 from jellyfin/fix-libraryoptions-apiNiels van Velzen
Sanitize CustomTagDelimiters server side
2024-09-24Move GetCustomTagDelimiters to Extensiongnattu
2024-09-23Ensure user's own playlists are accessible regardless of allowed tagselfalem
2024-09-24Sanitize CustomTagDelimiters server sidegnattu
The API requires an array type and does not support runtime generated default value. Use server side helper function to sanitize it into char.
2024-09-23Fix MJPEG hwenc may be incorrectly enabled on AMDGPU (#12695)Nyanmisaka
2024-09-23Tweak Trickplay migration for speed (#12643)Cody Robibero
2024-09-23Fix libx264/libx265 auto preset (#12692)gnattu
2024-09-23Fix intel Xe kernel driver cannot be used with QSV (#12691)Nyanmisaka
2024-09-23Escape quotes in the subtitle path (#12690)Dmitry Lyzo
2024-09-22Update dependency xunit to 2.9.1 (#12687)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-09-22Allow Playlists access for users with allowed tags configured (#12686)elfalem
2024-09-22Fix incorrect input range for certain hw JPEG encoders (#12683)Nyanmisaka
2024-09-22Translated using Weblate (Chinese (Simplified Han script))Nyanmisaka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-22Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2024-09-22Fix GetTrickplayTileImage operation name (#12681)Niels van Velzen
2024-09-22Fix media segment operation name (#12682)Niels van Velzen
2024-09-22Fix DeviceProfile.Id should be nullable (#12679)Niels van Velzen
2024-09-22Fix the diff between requested and actual resolution in RKMPP (#12680)Nyanmisaka
2024-09-22Translated using Weblate (Chinese (Simplified Han script))Nyanmisaka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-21Better bitrate and resolution normalization (#12644)gnattu
2024-09-21Merge pull request #12676 from gnattu/rework-burnin-during-transcodingCody Robibero
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-22Remove all subtitle options from audio endpointsgnattu
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-22Don't add subtitle option to audio endpointgnattu
2024-09-22Conditionally add burn in option for remote sourcegnattu
2024-09-22Let HLS Controller decide if subtitle should be burn ingnattu
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.