aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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/
2024-09-12Translated using Weblate (Portuguese)Ruben Teixeira
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2024-09-12Translated using Weblate (Norwegian Bokmål)BromTeque
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2024-09-12Only remove images in metadata folder by default (#12631)gnattu
2024-09-12Don't extract chapter images if chapters are <1s long on average (#11832)Bond-009
2024-09-12Add option to always burn in subtitles if transcoding is triggered (#12430)gnattu
2024-09-12Enable BWDIF VideoToolbox deint filter when available (#12634)gnattu
2024-09-12Fix QSV presets may be empty (#12633)Nyanmisaka
2024-09-11Translated using Weblate (Chinese (Traditional))felix920506
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2024-09-11Translated using Weblate (Chinese (Simplified))Nyanmisaka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-11Translated using Weblate (Turkish)queeup
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2024-09-11Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2024-09-11Translated using Weblate (English (United Kingdom))Andi Chandler
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
2024-09-11Merge pull request #12627 from oxixes/burn-subtitle-cacheCody Robibero
2024-09-11feat(i18n): able to finetune transliterator (#12378)Gary Wang
2024-09-11Add @oxixes to contributorsoxixes
2024-09-11Solve CodeQL issueoxixes
2024-09-11Add @heartles to CONTRIBUTORS.mdjaina heartles
2024-09-11Use subtitle cache when burning-in subsjaina heartles
2024-09-10Translated using Weblate (Ukrainian)stanol
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2024-09-10Translated using Weblate (Chinese (Simplified))無情天
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2024-09-10Translated using Weblate (Persian)Hoomaane79
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2024-09-09cli: add option to disable network change detection (#11253)gnattu
2024-09-09Add audio ranking for transcoding profiles (#12546)Dmitry Lyzo
2024-09-09Translated using Weblate (Swedish)Jolter
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2024-09-09Translated using Weblate (Polish)Kityn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2024-09-09Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-09-09Translated using Weblate (Spanish (Argentina))Federico Abella
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2024-09-09Translated using Weblate (German)Lea3D
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2024-09-09Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2024-09-09Enable Rockchip MJPEG encoder for Trickplay (#12610)Nyanmisaka
2024-09-09Use enums for encoding options (#12561)Tim Eisele
2024-09-09Extract condition from Where clause to eliminate extra filtering (#12614)Dmitry Lyzo
2024-09-08WIP move baseitem to jellyfin.dbJPVenson
2024-09-08Translated using Weblate (Portuguese)fabriciodeuner
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2024-09-08Translated using Weblate (Portuguese (Brazil))fabriciodeuner
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2024-09-08Translated using Weblate (Catalan)bene toffix
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2024-09-08Merge pull request #12613 from TimGels/chore-update-issue-template-versionNiels van Velzen
Update issue template version from 10.9.10 to 10.9.11
2024-09-08Update issue template version from 10.9.10 to 10.9.11TimGels