Bond-009
910df89cce
Merge pull request #7975 from jellyfin/libva-driver-env
2 years ago
nyanmisaka
bdd52df230
Override the VAAPI driver env if i965 device is known
2 years ago
Nyanmisaka
73117b079c
Fix HWA decoders are not applied to BluRay folders
...
fixes #6834
2 years ago
Cody Robibero
b36543275f
Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemap
2 years ago
Cody Robibero
2c0c3eb3ee
Merge pull request #7954 from cvium/fix_7953_dlna_url
2 years ago
Cody Robibero
f1d56aa5ce
Merge pull request #7947 from nyanmisaka/video-range-condition
2 years ago
cvium
3275f83c3b
fix: use proper bind address for DLNA location url ( #7953 )
2 years ago
nyanmisaka
f7813803c2
Brighter VPP tone-mapping on Intel
2 years ago
nyanmisaka
477b922e4a
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
nyanmisaka
be72001ff9
Add VideoRangeType to video conditions
...
This is used to distinguish whether the client supports specific VideoRangeType,
such as SDR, HDR10, HLG and DOVI. Usage is similar to Video Profile condition.
2 years ago
cvium
3491f0968b
feat: partially handle SVG files and remove exceptions from blurhash and dimensions
2 years ago
nyanmisaka
c7c0cdad95
Fix the map index of externel audio
2 years ago
nyanmisaka
255f5a6707
Fix the int overflow issue in encoder bufsize
2 years ago
Bond-009
1a787e273a
Merge pull request #7873 from cvium/fix_nfo_remoteimages
2 years ago
Cody Robibero
2888080098
Merge pull request #7924 from jellyfin/improve-swdec-amf-tonemap
2 years ago
Nyanmisaka
c8282e8441
Apply suggestions from code review
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
nyanmisaka
83d8dbf93e
Remove MPEG4 hwaccel from AMF
2 years ago
Nyanmisaka
e5aa708cb9
Improve AMF tonemap speed when using sw decoding
...
Reduce memory copy-back, also set the target device of hwupload explicitly.
2 years ago
cvium
5204863705
fix: respect the image refresh options when parsing remote images from NFO
2 years ago
nyanmisaka
1900096012
Fix the too high default qmin option in amf encoders
2 years ago
nyanmisaka
0e8da3e805
Remove the redundant -sc_threshold from hw encoders
2 years ago
nyanmisaka
be28f940b7
Fix the issue that analyzeduration env is not applied
2 years ago
nyanmisaka
fb95fb1a73
Update DoVi 10bit codec tags and remove extra -strict options
2 years ago
nyanmisaka
910995f922
Fix Dolby Vision profile 5 and 8 to SDR HW tone-mapping
2 years ago
Cody Robibero
bf0a7c374c
Close live stream on session end
2 years ago
nyanmisaka
368d10d042
Fix the mismatched resolution in sw PGS burn-in
3 years ago
Shadowghost
029be321d1
Respect limited opus sampling rates when building trancoding command
3 years ago
Bond-009
8d1d973438
Merge pull request #7604 from Jellifi007/fixes-diactritics
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Shadowghost
a4e4b761d5
Apply review suggestions
3 years ago
Shadowghost
128d54622a
Fix stream index and subtitle container handling, preserve attachments and nonexternal streams between scans
3 years ago
Shadowghost
21ce0e58c6
Properly handle stream addition and removal for strm use cases
3 years ago
Nyanmisaka
4a1aa619d2
Fix H264 level on safari fmp4
3 years ago
Jellifi007
56573f14b0
Fixes diactritics regressions
3 years ago
Nyanmisaka
884ba4f3ed
Fix the wrong external audio map index if text subtitle exists
3 years ago
Nyanmisaka
e0b035e34e
Apply suggestions from code review
...
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
3 years ago
Nyanmisaka
1946414e14
Fix PGS burn-in on certain iGPU such as Iris Plus 655
3 years ago
Niels van Velzen
e2ffd41141
Add new priority level to ResolverPriority for plugins
3 years ago
Cody Robibero
96a03776e1
Fix TranscodeReasons property name
3 years ago
Cody Robibero
4fa7f49ffc
Merge pull request #7202 from knackebrot/unix-perms
3 years ago
Joshua M. Boniface
c229f3ae0a
Merge pull request #7333 from eyezak/hls/audio-bitstream-fmp4
3 years ago
Nyanmisaka
3cea6c61f3
Apply suggestions from code review
3 years ago
Joshua M. Boniface
97d3212410
Merge pull request #7437 from Nalsai/mks-attachments
3 years ago
Joshua M. Boniface
570660099b
Merge pull request #7483 from jellyfin/swdec-cu-tonemap
3 years ago
Nils Fürniß
90463d5e4f
Pass CancellationToken to ExtractAllAttachments
3 years ago
Nils Fürniß
6904edf68c
add extracting attachments from external subs
3 years ago
Nyanmisaka
fb8ae0e9a1
Improve fps for cuda tonemap in sw decoding
...
avoid second copy if subtitle is not applied.
3 years ago
dependabot[bot]
dde984bd0e
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
...
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers ) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases )
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406 )
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Cody Robibero
ba11add83b
Merge pull request #7445 from Bond-009/baseitem
3 years ago
Cody Robibero
e6df698df1
Merge pull request #7325 from eyezak/issue/6450
3 years ago
Bond_009
7fdc0e3c3d
BaseItem: remove unused function
3 years ago