Nyanmisaka
95f91e0263
Adapting AMD VAAPI-Vulkan pipeline to FFmpeg 7.0 ( #12577 )
2 months ago
gnattu
e68755a6c1
Allow SW encoders to use VideoToolbox HW filters ( #12576 )
2 months ago
Bond-009
6995e747c2
Merge pull request #12571 from jellyfin/dovi-sw-tonemapx
...
Enable software tonemap for dolby vision
2 months ago
renovate[bot]
31b8651117
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.9 ( #12573 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months ago
Facu
972174b1e4
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
2 months ago
Facu
fa9b87ca0a
Translated using Weblate (Spanish (Argentina))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
2 months ago
Facu
7fad6b753e
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2 months ago
gnattu
dbf91be3a6
Remove redundant frame conversion for vaapi
...
Signed-off-by: gnattu <gnattuoc@me.com>
2 months ago
gnattu
ae82a4eee0
Enable software tonemap for dolby vision
...
This applies software tonemapx filter for dolby vision videos that have no compatability fallback.
Due to the complexity of the reshaping process, this is quite CPU-intensive. For real-time transcoding and tonemapping of 4K 60fps content, a CPU with 16 cores of Zen3-level performance is recommended.
Signed-off-by: gnattu <gnattuoc@me.com>
2 months ago
uxdesignerhector
c0f212b459
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2 months ago
Niels van Velzen
46508880c7
Merge pull request #12559 from TimGels/chore-update-issue-template-version
...
Update issue template version from 10.9.9 to 10.9.10
2 months ago
Bond-009
9effdc7df6
Merge pull request #12543 from Shadowghost/upgrade-lrcparser
...
Upgrade LRCParser to 2024.0728.2
3 months ago
Bond-009
eaca25d456
Merge pull request #12549 from Bond-009/livetvcontrollertests
...
Add LiveTvController tests
3 months ago
Bond-009
8c46c22c64
Merge pull request #12551 from Bond-009/pluginscontrollertests
...
Add PluginsController tests
3 months ago
TimGels
b08b81cf7c
Update issue template version from 10.9.9 to 10.9.10
3 months ago
Martin Clüwer Slåtsve
b5a1811784
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
3 months ago
Josh Hood
93ef62f239
Translated using Weblate (Cornish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kw/
3 months ago
Bond-009
5f86bb6dcd
Merge pull request #12553 from jellyfin/renovate/ci-deps
...
Update actions/upload-artifact action to v4.4.0
3 months ago
renovate[bot]
8518769e6b
Update actions/upload-artifact action to v4.4.0
3 months ago
Bond-009
7207749044
Merge pull request #12540 from nyanmisaka/tune-x2645-params
...
Tune x264/5 encoding params for realtime playback
3 months ago
Bond-009
1c7d90c3dc
Merge pull request #12533 from Bond-009/ffmpegtimeout
...
Improve error message when image extraction times out
3 months ago
Bond_009
1082f20c20
Add PluginsController tests
3 months ago
Bond_009
af4b810c5e
Add LiveTvController tests
3 months ago
Shadowghost
4185558f5e
Upgrade LRCParser to 2024.0728.2
3 months ago
Bond-009
9644e894f0
Merge pull request #12534 from gnattu/new-tonemap-mode
...
Add new tonemap mode options
3 months ago
Bond-009
9c76a2e91b
Merge pull request #12532 from Bond-009/hlscodecs
...
Use Apple reccomended values for HLS CODECS
3 months ago
Nguyen Thanh
b97f958770
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 months ago
無情天
8fbdee23b5
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
3 months ago
PaneradFisk
f04beeb222
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
3 months ago
Humam
e61ae70aa6
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
3 months ago
nyanmisaka
d7be6a5ab0
Tune x264/5 encoding params for realtime playback
...
Some options that are too performance-intensive are disabled, while
others are left enabled to trade-off between real-time playback and quality.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
3 months ago
renovate[bot]
84bbe86fd2
Update CI dependencies ( #12538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
renovate[bot]
d61ed2d9a6
Update dependency Svg.Skia to 2.0.0.1 ( #12537 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months ago
gnattu
298fe97ab2
Add new tonemap mode options
...
Signed-off-by: gnattu <gnattuoc@me.com>
3 months ago
Bond_009
95200ad225
Improve error message when image extraction times out
...
The exception will get logged higher up the call stack.
3 months ago
Bond_009
d352d883d3
Use Apple reccomended values for HLS CODECS
3 months ago
gnattu
6c8ca30f7f
Prevent server from starting if the ffmpeg path is invalid ( #12463 )
3 months ago
Cody Robibero
8c3f3c503b
Merge pull request #11665 from Bond-009/getuserbyid
3 months ago
gnattu
639d75bd83
Fix noautorotate cli for videotoolbox ( #12530 )
3 months ago
stanol
48e7c6c904
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
3 months ago
Fedor M
c887c79160
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
3 months ago
Matthieu Delorme
1dca643fb1
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
3 months ago
Andi Chandler
f96d8e025a
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
3 months ago
Lukáš Kucharczyk
c0e0f176a8
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
3 months ago
Bond-009
6281cd707d
Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation
...
Fix the broken video orientation (+-90/180)
3 months ago
nyanmisaka
d447207489
Apply suggestions from code review
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
3 months ago
Niels van Velzen
ed572467aa
Merge pull request #12524 from nyanmisaka/fix-filter-ffmpeg7
...
Adjust filters to adapt FFmpeg 7.0
3 months ago
Josh Hood
3e46650957
Translated using Weblate (Cornish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kw/
3 months ago
Kityn
85a8ef3513
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
3 months ago
Bas
70dcfd325b
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
3 months ago