aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysUse ReadAtLeastAsync to handle short-reads.Marc Brooks
Seeks to beginning of streams if CanSeek is true. Added remarks about stream position. Add test coverage for short-reads. Fix fast-path tests to actually test the fast path. Also fix class comment.
8 daysFix Merge Conflict Labeler #2Bond-009
8 daysFix A/V desync when resuming HLS with video transcode + audio copy (#16580)Piotr Niełacny
Fix A/V desync when resuming HLS with video transcode + audio copy
8 daysMerge pull request #16949 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
9 daysUpdate CI dependenciesrenovate[bot]
9 daysAdd unit tests for new public methods.Marc Brooks
9 daysRemove IsStreamIdenticalAsync CanSeek requirementMarc Brooks
Now only uses for the Length mismatch.
9 daysUse TryGetBuffer() on MemoryStreamsMarc Brooks
Also now throws if the streams are no CanSeek.
9 daysUse ConfigureAwait(false) in CollectionController.cs to maintain consistency ↵PCEWLKR
with the existing async pattern
9 daysMerge pull request #16856 from Shadowghost/movie-recommendationsBond-009
Fix movie recommendations
9 daysUpdate dependency z440.atl.core to 7.14.0 (#16938)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 daysUpdate dependency Microsoft.NET.Test.Sdk to 18.6.0 (#16943)Bond-009
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 daysMerge pull request #16455 from jellyfin/renovate/skiasharp-monorepoBond-009
Update skiasharp monorepo
10 daysFix CA2007 warnings in InstallationManagerMichael Jones
Wrap the downloaded stream in an explicit await using block with ConfigureAwait(false), matching the pattern already used in LiveStreamHelper and similar callers. Also add ConfigureAwait(false) to the ZipFile.ExtractToDirectoryAsync call. Part of #2149
10 daysExplicitly handle MemoryStream(s)Marc Brooks
10 daysMoved IsFileIdenticalAsync & IsStreamIdenticalAsync to StreamExtensions.Marc Brooks
10 daysCompare old file byte-by-byte to new streamMarc Brooks
Don't overwrite if identical.
10 daysUnpin SkiaSharpBond_009
10 daysImprove OriginalLanguage normalization and inheritance (#16829)Erik W
Improve OriginalLanguage normalization and inheritance
10 daysMerge pull request #16913 from ↵Bond-009
nyanmisaka/fix-extradata-in-amd-hevc-vaapi-encoder Fix inconsistent extradata generated by hevc_vaapi on AMD driver
10 daysUpdate dependency Microsoft.NET.Test.Sdk to 18.6.0renovate[bot]
10 daysUpdate issue template version to 10.11.10 (#16927)Bond-009
10 daysBackport: Fix/user manager collation (#16919)Bond-009
Backport: Fix/user manager collation
10 daysUpdate dependency z440.atl.core to 7.14.0renovate[bot]
10 daysTranslated using Weblate (Spanish)Antonio Toledo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
11 daysDeleted translation using Weblate (English (Middle))Bill Thornton
11 daysUpdate issue template version to 10.11.10theguymadmax
11 daysUpdate skiasharp monoreporenovate[bot]
12 daysTranslated using Weblate (Occitan)joanluc
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/oc/
12 daysTranslated using Weblate (Hebrew (Israel))Nitzan Selwyn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he_IL/
12 daysTranslated using Weblate (Georgian)Ekaterine Papava
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
12 daysTranslated using Weblate (Hebrew (Israel))Nitzan Selwyn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he_IL/
12 daysTranslated using Weblate (Georgian)Ekaterine Papava
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
12 daysTranslated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
13 daysExtract attachments in one ffmpeg command when dumpingShadowghost
13 daysFix inconsistent extradata generated by hevc_vaapi on AMD drivernyanmisaka
This change is required for upstream ffmpeg 8+, because its mp4 muxer will drop in-band PS when using codec tag hvc1. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
13 daysMerge pull request #16872 from psavarmattas/fix/priority-class-warning-spamBond-009
fix: suppress repeated PriorityClass warning in MediaEncoder
13 daysMerge pull request #16897 from theguymadmax/update-template-for-10.11.9Bond-009
Update issue template version to 10.11.9
13 daysMerge pull request #16893 from Shadowghost/fix-playlist-filterBond-009
Add support for filtering playlists by parentId
13 daysTranslated using Weblate (Dutch)lednurb
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
13 daysTranslated using Weblate (Breton)Klomer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/br/
13 daysTranslated using Weblate (Georgian)Ekaterine Papava
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
13 daysTranslated using Weblate (Uzbek)someone522
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uz/
13 daysTranslated using Weblate (Danish)Maldark
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2026-05-22Merge pull request #16891 from jellyfin/renovate/actions-checkout-6.xBond-009
Update actions/checkout action to v6
2026-05-22Update actions/checkout action to v6renovate[bot]
2026-05-22Merge pull request #16890 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
2026-05-22Update CI dependenciesrenovate[bot]
2026-05-22Merge pull request #16892 from jellyfin/Bond-009-mergeconflictBond-009
2026-05-22Translated using Weblate (Uzbek)someone522
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uz/