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

571 commits

Author SHA1 Message Date
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
Niels van Velzen
3d6a536bdd Fix valDummyChapterDuration not populating in Dashboard>Libraries>Metadata 2024-04-14 13:55:37 +02: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
Bill Thornton
5665319268
Merge pull request #5332 from gnattu/disable-ffmpeg-set
Disable ffmpeg path setting for security reasons
2024-03-29 03:48:46 -04:00
Bill Thornton
143b846d50 Fix missing emby-select import in add plugin page 2024-03-28 08:31:54 -04:00
Bill Thornton
ac410d1616 Fix missing emby-collapse import in add plugin page 2024-03-28 03:02:32 -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
gnattu
ef88c422f2 fix: remove legacy codecs
These legacy codecs are not implemented with hardware-accelerated decoding in VideoToolbox and were using VideoToolbox's software fallback decoding before. Since ffmpeg now only allows software fallback for HEVC, enabling those codecs will cause VT session creation to fail. Remove them now.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-26 14:43:33 +08:00
Bill Thornton
cb98a5cce0
Merge pull request #5200 from nicknsy/trickplay-new
Add trickplay support
2024-03-24 02:24:01 -04:00
Niels van Velzen
facbda4f2f Add package.json name and version as defines to avoid importing the package.json in code 2024-03-23 09:28:24 +01:00
Nick
08f9ec9f01 Move trickplay settings to react 2024-03-18 16:15:35 -07:00
Nick
fc664090cc
Merge branch 'master' into trickplay-new 2024-03-17 19:33:16 -07:00
Bill Thornton
b54d791e95
Merge pull request #5240 from gnattu/apple-hwa 2024-03-15 00:25:10 -04: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
Nick
2dfc0aa061
Merge branch 'master' into trickplay-new 2024-03-08 21:47:06 -08:00
Bill Thornton
7f42b4e8b6 Remove dlna configuration pages 2024-03-04 13:46:12 -05: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
7f7c1be5e1
Merge branch 'master' into trickplay-new 2024-02-21 20:58:58 -08:00
Bill Thornton
1aabbae3a5 Add build and web versions to dashboard 2024-02-21 00:47:03 -05:00
Nick
7877a43482 Handle different trickplay resolutions 2024-02-11 22:26:49 -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
Kasin Sparks
a24b840153
Replace deprecated initEvent()
Replaced deprecated initEvent() with recommended event constructor, Event(), as per MDN web docs specification.
https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent#browser_compatibility
2024-01-21 21:02:18 -05:00
Bill Thornton
ec82e6758a Disable network path field 2024-01-12 23:09:21 -05:00
LJQ
9b6de78688 Add spaces around || 2024-01-04 07:58:55 -05:00
LJQ
e8b92dda8f Fix Rename Device don't change device name in the devices page 2024-01-04 07:58:55 -05:00
rafma0
67aa57f67b add param for markdownIt to handle html 2023-11-23 10:36:24 -03:00
rafma0
4a17c78a85 replace marked with markdown-it 2023-11-15 03:11:45 -03:00
Dmitriy Dubson
c8a7c7040a Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
Bill Thornton
c0fb9eca82
Merge pull request #4884 from thornbill/use-app-image-url
Use icon url from client capabilities
2023-10-20 01:03:12 -04:00
felix920506
6ee7be9567 Move link into code 2023-10-16 01:41:51 -04:00
Bill Thornton
359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
Bill Thornton
189904256d Remove old activity dashboard page 2023-09-30 01:18:03 -04:00
Bill Thornton
b5dcdbf4b4 Update dashboard paths 2023-09-29 17:07:17 -04:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -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
Bill Thornton
d8c25b4594
Merge pull request #4170 from DomiStyle/segment-deletion
Add encoder settings for ffmpeg's segment deletion
2023-07-14 11:35:55 -04:00
Shadowghost
a159a6f916 Cleanup network config 2023-07-13 18:17:02 +02:00
Bill Thornton
71ec7c57f5
Merge pull request #4704 from thornbill/eslint-sonar-updates 2023-07-08 00:53:55 -04:00
Bill Thornton
7b351cbea5
Merge pull request #4692 from hikaps/fix/scheduledTasks
Fix scheduled task time limit key
2023-07-07 19:33:31 -04:00
Bill Thornton
b034c01240 Add no extend native rule 2023-07-06 14:46:14 -04:00
Bill Thornton
f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton
ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Bill Thornton
76597a021a Merge remote-tracking branch 'upstream/master' into dashboard-activity 2023-07-06 01:46:52 -04:00