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

29 commits

Author SHA1 Message Date
gnattu
020dad8867 Increase reference bitrate for high efficiency codecs 2024-09-17 17:01:42 +08:00
gnattu
2f297971d7 Merge branch 'fork/bitrate-control' 2024-09-14 17:55:26 +08:00
gnattu
28552b2d1a Use pop instead of minBy 2024-09-14 17:55:13 +08:00
gnattu
994118b899
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-09-14 17:42:41 +08:00
gnattu
2bb60e2241 Fix lint 2024-09-14 17:09:03 +08:00
gnattu
16a1416521 Code cleanup 2024-09-14 17:06:37 +08:00
gnattu
4c3095412b Separate bitrate control from resolution 2024-09-14 16:46:02 +08:00
Bill Thornton
056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Joshua M. Boniface
08c8907f5a Merge pull request #3717 from dmitrylyzo/resolution
(cherry picked from commit f1ff81884a)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:15 -04:00
Dmitry Lyzo
c42b5ea4ac Allow next higher resolution 2022-03-20 09:15:03 +03:00
Dmitry Lyzo
0dc920d3fd Limit quality settings with maximum resolution 2022-03-20 09:15:03 +03:00
nyanmisaka
ec27bb50b5 fallback to the lowest bitrate option 2020-12-04 18:14:20 +08:00
nyanmisaka
3b4cb7628b fix the issue where the bitrate option is always Auto 2020-12-04 17:40:20 +08:00
Bill Thornton
827a065de0
Merge pull request #1993 from sparky8251/unfuck-quality-options
Removed excess quality options to make menu more manageable
2020-12-02 19:05:47 -05:00
Bill Thornton
7827822389 Fix 4Mbps value 2020-12-02 11:16:28 -05:00
sparky8251
4971a90947 Address comments 2020-11-30 11:52:13 -05:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
sparky8251
cca60511d0 Please Mr Linter? 2020-10-17 20:21:44 -04:00
sparky8251
068a227397 Removed excess quality options to make menu more manageable 2020-10-17 20:06:20 -04:00
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
MrTimscampi
0643e29404 Fix suggestions and rebase issues 2020-08-09 15:35:48 +02:00
MrTimscampi
a7df7ad720 Fix appHost.supports 2020-08-06 19:32:31 +02:00
MrTimscampi
f16df9788a Migrate bundle, qualityOptions, appHost and appLoader 2020-08-06 19:32:29 +02:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
adavier
3ecd8e45c7
Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-18 11:20:34 +01:00
adavier
632cb5bd8d
Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-17 17:19:40 +01:00
Adavier
146e592a6d qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33))
qualityoptions.js assumes that all videos are wider than 16:9 (1.77).
So a video with resolution 1440x1080 (4:3 1080p) only exposes options of 720p as the width is not considered for
1080p.
This fixes that by checking if the aspect ratio is less than 1.77, and if so padding the width to 16:9.
2020-05-17 15:39:41 +01:00
dkanada
f06291e37b fix casing on a few more files and folders 2020-05-17 01:06:28 +09:00
Renamed from src/components/qualityoptions.js (Browse further)