1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

82 commits

Author SHA1 Message Date
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
thornbill
e2f805da19 Backport pull request #5529 from jellyfin-web/release-10.9.z
Restore library menu tabs functionality

Original-merge: 7ce8c070b3

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:49 -04:00
gnattu
32c8e7cad3 fix: always show VPP settings 2024-04-20 23:54:43 +08:00
Bill Thornton
3d84e8ac08
Merge pull request #5331 from gnattu/fix-trickplay 2024-04-20 02:54:51 -04:00
Bill Thornton
3fb99fe22d
Merge pull request #5330 from gnattu/clarify-encoding-format-options
Add clear help text for encoding format options
2024-03-29 03:54:24 -04:00
gnattu
08a150f2a6 fix: disable ffmpeg path setting for security reasons 2024-03-27 13:29:01 +08:00
gnattu
b07553a058 fix: move mjpeg acceleration option into trickplay panel
This option is very trickplay specific and should not belongs to general encoding options
2024-03-27 13:10:40 +08:00
gnattu
e1c90dac1e fix: add clear help text for encoding format options
These options are misunderstood as part of the hardware encoding options, but they are actually not. Add a helper text and make it in its own section.
2024-03-27 12:24:55 +08:00
Nick
fc664090cc
Merge branch 'master' into trickplay-new 2024-03-17 19:33:16 -07:00
gnattu
b454c76776 fix: merge vt encoding options into one branch 2024-03-13 19:12:29 +08:00
gnattu
e64a5ed6d6
fix: also check type
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2024-03-13 19:07:23 +08:00
gnattu
be26da26f8 feat: add VideoToolbox Tone mapping support
This also hides AV1 encoding from VideoToolbox option to not confuse our user.
2024-02-29 09:33:54 +08:00
Nick
8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
nyanmisaka
84d7b3396d Add Rockchip MPP (RKMPP) as a new HWA type
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-02-01 21:50:42 +08:00
Bill Thornton
b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
nyanmisaka
baf1b55a0c Add fMP4 playback support (HEVC, AV1) in HLS.js
Tested codecs:
video: h264, hevc, av1 (av1 in firefox require 1.5.0)
audio: mp3, aac, ac3, eac3 (flac and opus require 1.5.0)

Tested browsers:
Chrome, Firefox, Edge Chromium, Safari and their mobile versions

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-09-01 22:43:02 +08:00
Dominik
139da4d4f6 Fix linter complaints 2023-06-20 12:46:38 +02:00
Dominik
128184cc72
Merge branch 'master' into segment-deletion 2023-06-15 20:30:56 +02:00
nyanmisaka
f93bfdec42 Add tonemap mode options
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-25 01:41:25 -04:00
Bill Thornton
f2726653ae Fix indentation issues 2023-04-19 01:56:05 -04:00
Bill Thornton
6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Bill Thornton
fda38f5626
Merge pull request #4154 from knackebrot/audio-vbr
Add Audio VBR setting
2023-03-28 15:34:27 -04:00
Bill Thornton
329cf77c81 Add eslint radix rule for parseInt 2023-03-09 00:20:11 -05:00
Shadowghost
3f918767d1 Add stereo downmix setting 2023-01-19 23:23:01 -05:00
Dominik
364f2d448e Add option for segment deletion and make throttle and segment seconds configurable 2022-11-14 10:35:49 +01:00
knackebrot
b1a551926b Add Audio VBR setting 2022-11-07 01:03:20 +01:00
Aimekram
832b9eaf4d fix: eslint no-shadow errors 2022-10-16 16:04:37 +02:00
Bill Thornton
372291e937 Merge pull request #3714 from nyanmisaka/vpp-tm-configs
Expose VPP TM brightness/contrast gain options

(cherry picked from commit 6142283e99)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 00:57:54 -04:00
Bill Thornton
90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton
2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
nyanmisaka
2b2b76e916 Update HWA settings to adapt the server code changes 2021-12-24 01:31:12 +08:00
grafixeyehero
d6c00aa6f4 update suggestion change 2021-09-08 02:46:43 +03:00
grafixeyehero
1bec6a8088 Refactor DirectoryBrowser class 2021-06-11 20:29:07 +03:00
Bill Thornton
f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
nyanmisaka
200741ae49 allow hybird vpp tonemapping for QSV on Linux 2021-01-29 18:42:01 +08:00
nyanmisaka
d78cd0db51 add an option to enable vpp tonemapping 2021-01-26 03:14:47 +08:00
nyanmisaka
58e2afedd5 add an option to use the enhanced nvdec decoder 2021-01-26 02:48:27 +08:00
Bill Thornton
0ba27ad4d9 Fix invalid hrefs 2020-12-02 14:01:07 -05:00
nyanmisaka
8aed231263 hide opencl device for vaapi 2020-11-25 02:18:06 +08:00
nyanmisaka
2a5a6a3e0f show tonemap options for vaapi 2020-11-25 01:51:34 +08:00
nyanmisaka
3b50c0dde1 Merge remote-tracking branch 'upstream/master' into fmp4-hls 2020-11-20 12:30:16 +08:00
Bill Thornton
65fe2b79e8 Fix invalid refs 2020-11-19 14:08:14 -05:00
Bill Thornton
e43d5f6f72 Merge remote-tracking branch 'upstream/master' into es6 2020-11-19 13:39:55 -05:00
nyanmisaka
9e9ecbd677 expose h265 crf option 2020-11-14 03:33:15 +08:00
nyanmisaka
54db12359c add initial support for fMP4-HLS 2020-11-12 20:03:38 +08:00
Anthony Lavado
9603d2bb5e
Merge pull request #1636 from nyanmisaka/fonts
Add options to use multiple custom fonts for subtitle rendering
2020-11-08 10:27:16 -05:00
vitorsemeano
86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano
923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
nyanmisaka
ffdb35a64d update strings for tonemapping on AMD AMF 2020-09-17 20:31:02 +08:00