Bond-009
6821a2ab35
Merge pull request #9422 from nyanmisaka/fix-stream-map-filter-complex
2 years ago
nyanmisaka
4d1a583297
Fix LiveTV hardware decoding
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
c94a99fced
Tiny optimizations for FFmpeg 6.0
2 years ago
nyanmisaka
d1c668e230
Fix stream map when using filter_complex with unlabeled output
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
edaba7dbe5
Fix H.264 baseline profile hwaccel
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
8ecb9558e2
Use CL_MAP_READ on OCL to reduce bandwidth overhead
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
8d04c98e35
Increase pool size for VAAPI VPP
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
87f081c8ac
Fix PGS position issue in sw decoding #8602
...
Partially revert #7736
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
f8b8fdace6
Update workaround for the i915 hang
...
The issue has been fixed in linux 6.2:
https://github.com/torvalds/linux/commit/3f882f2
And the fix was cherry picked into 6.0.18 and
6.1.4 (may be used by debian bookworm).
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
5c6a84549a
Fix some encoding presets
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
nyanmisaka
48da35f91f
Fix the DG2 HDR TM tearing issue on Windows
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
Claus Vium
ba026716c1
Merge pull request #8213 from nyanmisaka/pause-cpu
...
Fix high single thread usage in throttler
2 years ago
nyanmisaka
c53f6a2890
Fix high single thread usage in throttler
...
this requires jellyfin-ffmpeg >= 5.0.1-8
2 years ago
Bill Thornton
80c68b8948
Fix ffmpeg analyze duration env var taking priority over media source
2 years ago
Bond-009
1faee43b11
Merge pull request #8182 from Shadowghost/fix-sub-characterset
2 years ago
Shadowghost
feb035b9e0
Extract external subs from container before determining character set
2 years ago
nyanmisaka
04b73cace6
Disable auto inserted SW scaler for HW decoders in case of changed resolution
2 years ago
Claus Vium
484427b4aa
Merge pull request #8127 from jellyfin/wa-i915-hang
2 years ago
Nyanmisaka
e877486056
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2 years ago
Claus Vium
9854751137
Merge pull request #8061 from jellyfin/fix-long-time-interop
...
Fix intel dx11-ocl interop taking too long to initialize on windows
2 years ago
Bill Thornton
dfe0aef530
Fix support for rtsp streams over tcp
2 years ago
nyanmisaka
7bae6eff95
Fix intel dx11-ocl interop taking too long to initialize on windows
2 years ago
nyanmisaka
58f61ed118
Workaround for linux 5.18+ i915 hang at cost of performance
2 years ago
Bond-009
47c2c536e4
Merge pull request #8078 from Andy2244/fix-stream_copy
2 years ago
Andy Walsh
72da42cb0a
allow higher opus, vorbis transcode bitrates
2 years ago
Andy Walsh
a41c67d16b
fix copy&paste error for requestedRangeTypes preventing stream copy
...
- add >=0 check to subtitle index check
- fixes #8070 , #7880
2 years ago
Joshua M. Boniface
39d185c7b1
Merge pull request #7964 from jellyfin/dovi-side-data
2 years ago
nyanmisaka
5dbe16d3e6
Re-enable throttler for HWA and Copy
2 years ago
nyanmisaka
50bc41d84d
Add VideoDoViTitle to display DV compatibility
2 years ago
nyanmisaka
c35fc382d4
Fix yuvj420p pixel format hardware decoding
2 years ago
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
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
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
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
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
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