nyanmisaka
0905d62224
Adapt vulkan filtering to 6.0
2 years ago
Nyanmisaka
edc627fd5b
Improve the Vulkan based subtitle burn-in performance ( #9402 )
...
https://gitlab.freedesktop.org/mesa/mesa/-/issues/850
Currently Mesa RADV does not support a dedicated transfer queue.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
Cody Robibero
49eb04899c
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
...
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2 years ago
Cody Robibero
b3273f0f9a
Simplify audio transcode channel lookup
2 years ago
Bond-009
720852f708
Merge pull request #9356 from Bond-009/tryparse
2 years ago
Bond-009
69379d80a1
Merge pull request #9266 from holow29/increase-transcoding-ac-max
2 years ago
Bond_009
24a7e210c3
Optimize tryparse
...
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2 years ago
holow29
724d2986a3
Change transcoderChannelLimit default to 8
...
Change transcoderChannelLimit default to 8 from 6
Switch to querying for encoder and added more cases to transcoderChannelLimit
Refactor GetNumAudioChannelsParam
2 years ago
gnattu
ef4ae9a2dd
Implement hardware filters for videotoolbox, use Apple AAC encoder when available ( #7807 )
2 years ago
James Harvey
4a2245fe1e
Move mp4 container names to class and use StringComparer.OrdinalIgnoreCase
2 years ago
James Harvey
42b4ef4529
Remove frag_keyframe on audio, not video
2 years ago
James Harvey
c9627f8839
Fix Use built-in type alias
2 years ago
James Harvey
83ae6fcdb4
Fix Braces for multi-line statements should not share line
2 years ago
James Harvey
a3f41bbc0c
Remove frag_keyframe as it is not relevant for audio
2 years ago
James Harvey
f2cc0e7069
Fill in issue/PR comment
2 years ago
James Harvey
c70508b089
Add movflags to mp4 audio encoding
2 years ago
James Harvey
29c1f54b57
Fix audio codec not being used in UniversalAudio ( #9192 )
2 years ago
Bond-009
2436233d9f
Merge pull request #9146 from nyanmisaka/fix-pgs-vulkan
2 years ago
nyanmisaka
6d6b9044ab
Backport pull request #9145 from jellyfin/release-10.8.z
...
Fix PGS position issue in sw decoding #8602
Original-merge: fbb9acf58b
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
nyanmisaka
d6f44818e4
Backport pull request #9050 from jellyfin/release-10.8.z
...
Update workaround for i915 hang in linux 5.18 to 6.1.3
Original-merge: 464136cfc9
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
nyanmisaka
c9badabe96
Fix PGS position issue in Vulkan pipeline
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
Shadowghost
407c716f82
Add stereo downmix algorithm selection.
2 years ago
Cody Robibero
9a740344be
Add support for .sup subtitle ( #8808 )
...
Fixes https://github.com/jellyfin/jellyfin/issues/8628
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Bond-009
210a4921f2
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ( #8709 )
2 years ago
Bill Thornton
79f01834c1
Add delay_moov flag for progressive mp4 transcoding
2 years ago
Bond-009
da5913aa30
The -autoscale option was added in FFmpeg 4.4 ( #8813 )
2 years ago
Bond_009
556cc8062d
Investigate some TODO comments
2 years ago
nyanmisaka
a214ca2598
Backport pull request #8620 from jellyfin/release-10.8.z
...
Fix the DG2 HDR TM tearing issue on Windows
Original-merge: 3bdc2bff5f
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Joshua M. Boniface
74eae1e789
Merge pull request #7708 from nyanmisaka/amd-vaapi-vulkan
2 years ago
nyanmisaka
560d0838c7
Add Vulkan filtering support for AMD VAAPI (Vega/gfx9+)
...
This requires:
- VK_EXT_image_drm_format_modifier extension
- Linux kernel version >= 5.15
- jellyfin-ffmpeg5 >= 5.0.1-2
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
Bill Thornton
e8c12e5078
Backport pull request #8280 from jellyfin/release-10.8.z
...
Fix ffmpeg analyze duration env var taking priority over media source
Original-merge: 632fb05f46
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Bond-009
43ec8e9743
Merge pull request #8144 from joseph39/ffmpeg-referer
2 years ago
luz paz
9ec2870b10
Fix various typos
...
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2 years ago
Shadowghost
3e5cf9395f
Backport pull request #8182 from jellyfin/release-10.8.z
...
Extract external subs from container before determining characterset
Original-merge: 1faee43b11
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Joshua Boniface
d5ea136dc5
Backport pull request #8174 from jellyfin/release-10.8.z
...
Disable auto inserted SW scaler for HW decoders
Authored-by: nyanmisaka <nst799610810@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 7297431f23
2 years ago
Joshua Boniface
38f6f589d9
Backport pull request #8127 from jellyfin/release-10.8.z
...
Workaround for linux 5.18+ i915 hang at cost of performance
Authored-by: Nyanmisaka <nst799610810@gmail.com>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 484427b4aa
2 years ago
Joshua Boniface
3e24b8943d
Backport pull request #8061 from jellyfin/release-10.8.z
...
Fix intel dx11-ocl interop taking too long to initialize on windows
Authored-by: nyanmisaka <nst799610810@gmail.com>
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Original-merge: 9854751137
2 years ago
Joshua Boniface
76f7a80a97
Backport pull request #8152 from jellyfin/release-10.8.z
...
Fix support for rtsp streams over tcp
Authored-by: Bill Thornton <billt2006@gmail.com>
Merged-by: Cody Robibero <cody@robibe.ro>
Original-merge: b2fb96ffed
2 years ago
Joshua Boniface
adc08b5b4c
Backport pull request #8092 from jellyfin/release-10.8.z
...
Change allow higher opus, vorbis transcode bitrates
Authored-by: Andy Walsh <andy.walsh44+github@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 7ef9e95d75
2 years ago
Joshua Boniface
a9449d0f23
Backport pull request #8078 from jellyfin/release-10.8.z
...
fix copy&paste error for requestedRangeTypes preventing stream copy
Authored-by: Andy Walsh <andy.walsh44+github@gmail.com>
Merged-by: Bond-009 <bond.009@outlook.com>
Original-merge: 47c2c536e4
2 years ago
Joseph
54b3debd27
Add referer parameter to ffmpeg
...
As of https://trac.ffmpeg.org/ticket/2179 , ffmpeg supports referer parameter which injects Referer header to the HTTP request for remote content. Have EncodingHelper pass this in if it's included in RemoteHttpHeaders.
2 years ago
Claus Vium
3e2fbb2685
Merge pull request #8001 from jellyfin/fix-yuvj420p-hwdec
...
Fix yuvj420p pixel format hardware decoding
(cherry picked from commit d342b79218
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Bond-009
7dab8b8f88
Merge pull request #7975 from jellyfin/libva-driver-env
...
(cherry picked from commit 910df89cce
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Bond-009
074d7dc6b6
Merge pull request #7968 from jellyfin/fix-hwa-bluray
...
(cherry picked from commit 5f15339919
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Joshua M. Boniface
fe32b5e333
Merge pull request #7964 from jellyfin/dovi-side-data
...
(cherry picked from commit 39d185c7b1
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Cody Robibero
a65397ae14
Merge pull request #7950 from nyanmisaka/brighter-vpp-tonemap
...
(cherry picked from commit b36543275f
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago
Cody Robibero
38102499cb
Merge pull request #7947 from nyanmisaka/video-range-condition
...
(cherry picked from commit f1d56aa5ce
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2 years ago