Arkadiusz Fal
c6724472a6
Merge pull request #667 from stonerl/hls-set-target-quality
...
HLS: set target bitrate / AVPlayer: higher resolution
2024-05-16 18:23:05 +02:00
Arkadiusz Fal
201de81351
Merge pull request #650 from stonerl/rework-qualitiy-settings
...
Rework qualitiy settings
2024-05-16 18:22:58 +02:00
Arkadiusz Fal
b9649b6356
Merge pull request #651 from stonerl/time-reset-on-stream-change
...
preserve time on stream change
2024-05-16 18:20:19 +02:00
Toni Förster
b54044cbc5
HLS: set target bitrate / AVPlayer: higher resolution
...
HLS: try matching the set resolution. This works okay with AVPlayer. With MPV it is hit and miss, most of the time MPV targets the highest available bitrate, instead of the set bitrate.
AVPlayer now supports higher resolution up to 1080p60.
2024-05-13 07:54:24 +02:00
Toni Förster
0d5a907517
preserve time on stream change
...
fixes #371
2024-05-01 17:01:54 +02:00
Toni Förster
54915dcea1
rework quality settings
...
- The order of the formats can now be changed in the Quality Settings.
- sortingOrder is now part of QualitiyProfile.
- bestPlayable is now part of PlayerBackend.
- hls and stream aren't treated as unknown anymore.
2024-04-29 20:03:51 +02:00
Toni Förster
86b91916a7
Restart finished video
...
After the video has ended, hitting play restarts the video from the beginning
fixes #449
If I understand the issue correctly, however, videos can now be played again without hitting the "Start from the beginning" button.
2024-04-27 00:37:04 +02:00
Toni Förster
721a97dc41
no need for NotificationCenter
2023-12-05 00:07:36 +01:00
Toni Förster
0d9c27319d
make time updates work for .mpv and .avp
...
- time update notifications work for both backends
- only init mpv timers when mpv is the active backend
- move notification extension to playerbackend
2023-12-04 14:47:26 +01:00
Arkadiusz Fal
674269c4c1
Fix issue with tvOS screensaver
2023-10-15 00:46:58 +02:00
Arkadiusz Fal
dfda1181e2
Fix swiftformat issues
2023-09-23 17:14:21 +02:00
Arkadiusz Fal
e827b97cd5
Fix lint issues
2023-07-24 19:45:30 +02:00
Arkadiusz Fal
f78545baf9
Fix issue with AVPlayer rate restore
2023-06-08 12:25:12 +02:00
Arkadiusz Fal
1efd9e2b90
Fix hiding overlays
2023-06-08 12:11:44 +02:00
Arkadiusz Fal
59e5fcb37d
Fix properties access
2023-06-07 23:51:17 +02:00
Arkadiusz Fal
c36dc67a72
Fix issue with AVPlayer rate
2023-06-07 23:37:28 +02:00
Arkadiusz Fal
6f91eedf4c
Update watch time on close item
2023-06-07 23:37:27 +02:00
Arkadiusz Fal
8d11a92f97
Fix switching to AVPlayer in fullscreen
2023-06-07 23:37:27 +02:00
Arkadiusz Fal
792a2c1c6c
Fix method access
2023-05-29 16:50:40 +02:00
Arkadiusz Fal
a054d343a9
Fix music mode in AVPlayer
2023-05-29 16:13:12 +02:00
Arkadiusz Fal
450a4b42f7
Fix property access
2023-05-21 19:37:22 +02:00
Arkadiusz Fal
c6798be167
Show stream opening status with AVPlayer
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
5383cf0e90
AVPlayer system controls on iOS
2023-05-21 19:13:42 +02:00
Arkadiusz Fal
39fc23c5dc
Watch Next behavior and settings
2023-02-05 14:24:14 +01:00
Arkadiusz Fal
0d333b5583
Replace environment objects with observed objects
2022-12-05 10:13:19 +01:00
Arkadiusz Fal
a14b0b12fa
Minor style fixes
2022-12-04 13:32:28 +01:00
Arkadiusz Fal
815d0b3ae8
Cancel loading assets on switching backend
2022-12-04 13:32:26 +01:00
Arkadiusz Fal
ccded28468
Improve bookmarks loading
2022-12-04 13:32:25 +01:00
Arkadiusz Fal
2c004b81fe
Close item if could not be opened
2022-12-04 13:32:25 +01:00
Arkadiusz Fal
01d8e28d7c
Add more playback rates for MPV
2022-12-04 13:32:23 +01:00
Arkadiusz Fal
a44cce462a
Preserve playback rate between restarts
2022-12-04 13:32:23 +01:00
Arkadiusz Fal
402d1a2f79
Opening videos by URL and local files
2022-12-04 13:32:22 +01:00
Arkadiusz Fal
a086a0f440
Use Swift 5.7 if-let style
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
a7a3e0827d
Revert "Improve setting audio session"
...
This reverts commit eedc8f32d1
.
Fix #307
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
f607e6e276
Model improvements
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
df96c2dba0
Fix updating playing status
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
0d3ccc00ce
Model improvements
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
e444dc3c79
Improve seek gesture
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
0f7d826a3e
Controls layouts, gestures and settings
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
1cf37e5a00
Improve setting audio session
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
60f38a80aa
Improve PiP
...
Fix #186
Fix #196
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
5f50797b54
Controls updates fixes
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
a22d953a6c
Fix updating UI on main thread
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
256bbd52a7
Extend available streams formats list to AVPlayer
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
48e616b301
AVPlayer background music mode
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
b5f8a0fba2
Minor performance improvement
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
c3e2e5c258
Fix updating system controls playback status on macOS
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
6c6ba19df4
PiP improvements
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
eeda7a5c6e
Don't switch to MPV after closing PiP
2022-10-27 18:03:57 +02:00
Arkadiusz Fal
fa76f726c5
Show asset loading error from AVPlayer
2022-10-27 18:03:57 +02:00