| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
|
|
|
|
|
|
|
|
|
Fix maximum video resolution for dynamic HLS controller
|
|
|
|
|
|
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove incorrect mime type image/jpg
|
|
# Conflicts:
# Jellyfin.Api/Controllers/DynamicHlsController.cs
# MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs
# MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
|
|
|
|
|
|
|
|
|
|
Using the foregroundLayer parameter has the same effect
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #7040
|
|
|
|
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
|
|
|
|
|
|
* Merge DynamicHlsController and VideoHlsController
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
|
|
separate the HW pipeline according to HWA method for maintainability.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|