aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2024-09-20Fix metadata merge for BoxSets (#12583)Tim Eisele
2024-09-20Update github/codeql-action action to v3.26.8 (#12672)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20Fix RKMPP 2pass scaling in Trickplay (#12675)Nyanmisaka
2024-09-20Merge pull request #12673 from nyanmisaka/rkmppdec-nokeyBond-009
Enable key-frame only decoding for RKMPP trickplay
2024-09-20Enable key-frame only decoding for RKMPP trickplaynyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-09-19Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-09-19Merge pull request #12587 from Shadowghost/session-info-dtoCody Robibero
2024-09-19Update src/Jellyfin.Extensions/Json/Converters/JsonDelimitedArrayConverter.csTim Eisele
Co-authored-by: Bond-009 <bond.009@outlook.com>
2024-09-19Enable HEVC RExt HW decoding for 4:2:2/4:4:4 content (#12664)Nyanmisaka
2024-09-19Watch library directories with perm errors (#10684)Brian Howe
2024-09-19Translated using Weblate (Hungarian)Balázs Meskó
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2024-09-18Remove invalid testShadowghost
2024-09-18Fix permission checksShadowghost
2024-09-18Return empty response instead of not foundShadowghost
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2024-09-18Don't expose hwaccel type for non-admin (#12663)gnattu
2024-09-18Only sort item by width when they have the same path (#12626)gnattu
2024-09-18Sort by version name before resolution sorting (#12621)gnattu
2024-09-18Merge pull request #9374 from Shadowghost/fixup2Cody Robibero
2024-09-18Translated using Weblate (Norwegian Bokmål)Chris Lee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-17Apply review suggestionsShadowghost
2024-09-17Rework PR 6203Shadowghost
2024-09-17Fix subtitle dar comparison when number not exact (#12660)gnattu
2024-09-16Merge pull request #12639 from gnattu/more-streambuilder-testCody Robibero
2024-09-16Don't resolve trickplay folder during media scanning (#12652)gnattu
2024-09-16Fix some PGSSUB burn-in perf regressions (#12655)Nyanmisaka
2024-09-15Translated using Weblate (Romanian)sand14
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2024-09-15Translated using Weblate (Portuguese (Brazil))Filipe Motta
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2024-09-14Translated using Weblate (Galician)xwr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
2024-09-14Translated using Weblate (Portuguese (Brazil))Sebastião josé
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2024-09-14Translated using Weblate (Hungarian)NonameMissingNo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2024-09-14Move progressive tests to old placegnattu
2024-09-14Remove redundant infognattu
2024-09-14Improve direct profile rankingDmitry Lyzo
2024-09-14Revert "Return more precise transcoding reasons"gnattu
This reverts commit de8bb15c Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-14Add Dolby Vision testinggnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Merge pull request #12642 from jellyfin/renovate/ci-depsBond-009
Update github/codeql-action action to v3.26.7
2024-09-13Update github/codeql-action action to v3.26.7renovate[bot]
2024-09-13Restore progressive transcoding testsgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Fix safari testgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Add mkv h264 ac3 testsgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Improve readabilitygnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Add broken fps mkv testgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Return more precise transcoding reasonsgnattu
Using the first profile's reason is somewhat arbitrary, as many clients' first profile may not be the most compatible one. For instance, browsers often set WebM as the first profile, which doesn’t support common codecs like H.264 and AAC by design. This causes `VideoCodecNotSupported` and `AudioCodecNotSupported` to be returned, even if the browser supports those codecs. Only use those reasons when all profiles indicate that the codec is not supported. Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Update unit test for StreamBuilder to reflect current server and clientsgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-13Merge pull request #12636 from gnattu/fix-ciNiels van Velzen
Remove redundant newline to fix CI
2024-09-13Remove redundant newline to fix CIgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-12Translated using Weblate (Cornish)Josh Hood
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kw/