Nick
6b94d55e1e
Fix for new WaitForExitAsync method
1 year ago
Nick
cd662506a1
Merge branch 'master' into trickplay
1 year ago
Stepan Goremykin
8d7e4229ca
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Net/SocketFactory.cs
# RSSDP/SsdpCommunicationsServer.cs
# RSSDP/SsdpDeviceLocator.cs
# RSSDP/SsdpDevicePublisher.cs
1 year ago
Claus Vium
733ee12ee4
Merge pull request #10378 from Bond-009/waitforexitasync
...
Use Process.WaitForExitAsync added in .NET 5
1 year ago
Bond_009
4757ce105b
Use Process.WaitForExitAsync added in .NET 5
1 year ago
Bond_009
c707baed83
Jellyfin.Drawing minor improvements
...
Reduce duplicate/dead code
1 year ago
Bond-009
0b31997b2f
Merge pull request #10348 from Bond-009/strings
1 year ago
Stepan Goremykin
212976277d
Remove redundant ToString call for value types
1 year ago
Stepan Goremykin
2d7835c848
Join declaration and assignment
1 year ago
Stepan Goremykin
3259d484ff
Use generated regex
1 year ago
Stepan Goremykin
526f9a825c
Make files readonly
1 year ago
Stepan Goremykin
8ea812b65d
Reduce string literal length by using verbatim string
1 year ago
Stepan Goremykin
0870af330d
Remove redundant verbatim string prefixes
1 year ago
Claus Vium
0d2202de4f
Merge pull request #10255 from thomasjohansen/fix/probesize
...
Fix/probesize
1 year ago
Bond_009
b176beb88e
Reduce string allocations
...
Some simple changes to reduce the number of allocated strings
1 year ago
Joe Rogers
b95040bc5e
Add We;Na to split whitelist
1 year ago
Thomas Johansen
d0dc080c93
I think this is better
1 year ago
Nick
f97e844c4f
Minor code review changes (cvium)
1 year ago
Nyanmisaka
debbfaa502
Fix MJPEG video is recognized as embedded image ( #10173 )
...
fixes 1d729b2
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
Claus Vium
956e3dab43
fix: accessing Standard* of a Process requires manually disposing them afterwards ( #10125 )
1 year ago
Claus Vium
710f5916f0
Merge pull request #9669 from sleepycatcoding/master
...
Fix subtitle encoder if webvtt is requested
1 year ago
nyanmisaka
5b71cd8af9
Expand AMD VA-API Vulkan filtering support to Polaris/gfx8
...
ROCm OpenCL runtime is not needed anymore when using HDR tone-mapping on Polaris/gfx8.
This change requires jellyfin-ffmpeg5 5.1.3-4 or jellyfin-ffmpeg6 6.0-5
or newer versions.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
1 year ago
sleepycatcoding
62be2a2ea9
Fix subtitle encoder if webvtt is requested
1 year ago
Shadowghost
f20856411e
Fix format normalizer for multiple input formats
1 year ago
Bond-009
b95fa294c9
Merge pull request #9799 from Bond-009/genregex
2 years ago
Nick
6d9e43cfe0
Merge branch 'master' into trickplay
2 years ago
Bond-009
e53e53eb29
Merge pull request #9907 from nyanmisaka/av1e
2 years ago
Bond_009
b5f0760db8
Use RegexGenerator where possible
2 years ago
Nick
3377032228
crobibero styling, format, code suggestions
2 years ago
Nick
dd8ef08592
Move fps filter to GetVideoProcessingFilterParam
2 years ago
nicknsy
6744e712d3
Use config values
2 years ago
nicknsy
6c649a7e72
Options
2 years ago
nicknsy
ca7d1a1300
Trickplay generation, manager, storage
2 years ago
Bond-009
3982b0e057
Reduce bottlenecks scan code ( #9863 )
2 years ago
nyanmisaka
be01aeecd9
Add AV1 hardware and software encoding
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2 years ago
Joe Rogers
ba336c25e1
Whitelist Smith/Kotzen
2 years ago
Michael Fuchs
a59ae91d5d
Add artist to artist split whitelist
...
# Changes
Added an artist whose name has forward slashes in it to the artist "/" split whitelist
# Issues
Related to issue #2305
2 years ago
Penelope Gwen / Pogmommy
20cf27f637
Add artist to artist split whitelist ( #9659 )
2 years ago
Stepan Goremykin
910617bbc3
Remove redundant 'else' keywords
2 years ago
Stepan Goremykin
08ce477226
Fix duplicate properties in message template warning
2 years ago
Stepan Goremykin
5508efc2e2
Remove bitwise operator on enum that is not marked by [Flags] attribute
2 years ago
Stepan Goremykin
1c0bb828d2
Fix argument is not used in message template warning
2 years ago
Stepan Goremykin
26958162d0
Remove unused using directives
2 years ago
Stepan Goremykin
779a22a76a
Remove redundant Cast
2 years ago
Cody Robibero
89be3aa37f
Convert Person.Type to use PersonKind enum ( #9487 )
2 years ago
Bond-009
2ce08eb184
Merge pull request #9388 from Shadowghost/output-bitrate-channels-master
2 years ago
Bond-009
6351d1022b
Merge pull request #9254 from Shadowghost/dvdbdfix
2 years ago
Shadowghost
0da5255f12
Apply review suggestions
2 years ago
Shadowghost
47aa07c342
Fix DLNA playback of DVD and BD folders
2 years ago
Shadowghost
cd852d43c1
Add more comments and logging, streamline code
2 years ago
Shadowghost
2403a0a367
Apply review suggestions
2 years ago
Róbert Örn Ketilsson
ef3868ff50
Backport pull request #9178 from jellyfin/release-10.8.z
...
Escape the path to pass as a command line argument
Original-merge: 09f1c7f535
Merged-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
Backported-by: crobibero <cody@robibe.ro>
2 years ago
Shadowghost
f3840e0fdb
Fix encoder checks for DTS and TrueHD
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
Bond_009
48263078b4
Reduce string allocations by regex
2 years ago
gnattu
ef4ae9a2dd
Implement hardware filters for videotoolbox, use Apple AAC encoder when available ( #7807 )
2 years ago
Shadowghost
f2b7f664aa
Apply review suggestions
2 years ago
Shadowghost
d89cd188eb
Fix BD ISO playback
2 years ago
Shadowghost
edf3909157
Use FFmpeg concat for DVD and BD folder playback
2 years ago
Shadowghost
ddfdec7f46
Fix BD and DVD folder probing and playback
2 years ago
Shadowghost
519709bf10
Revert "Remove DvdLib ( #9068 )"
...
This reverts commit db1913b08f
.
2 years ago
Zoltan Csizmadia
e0519189b2
Use Directory.Packages.props ( #9135 )
...
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2 years ago
Bond_009
65d605b17d
Improve ffprobe json parsing and don't log error for Codec Type attachment
2 years ago
Lars Strojny
44a870ca83
Add Phantom/Ghost to whitelist
2 years ago
Bond-009
491f1f88c7
Merge pull request #9126 from Bond-009/interlaced
...
Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222 )
2 years ago
Patrick Barron
db1913b08f
Remove DvdLib ( #9068 )
...
* Remove DvdLib
* Update error message for blu-ray folders
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Remove BDInfo
* Remove MediaEncoder.GetPrimaryPlaylistVobFiles
* Remove BlurayDiscInfo
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2 years ago
Bond_009
75fe640f2b
Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' ( #6222 )
2 years ago
renovate[bot]
e408da4651
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 ( #9117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bond-009
81c8890b6d
Fix all warnings in MediaBrowser.MediaEncoding ( #9073 )
2 years ago
renovate[bot]
233879e525
chore(deps): update dependency libse to v3.6.10 ( #8958 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
bradvolen
f20dee8e0d
Adding "creation_time" as a tag lookup for FFProbe for premiere date ( #8884 )
2 years ago
Claus Vium
7195223dd8
Merge pull request #8866 from Bond-009/mediaencoder
...
Always log when starting ffprobe
2 years ago
Bond_009
fd9dc1e308
Update deps
2 years ago
Bond_009
b366dc2e6e
Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009
71982c7297
Fix build errors
2 years ago
Bond_009
236dd650d0
Update projects to .net7
2 years ago
Bond_009
ec6b7efe23
Always log when starting ffprobe
...
Now when we fail we can always see the filename in the logs
Don't log 2x in debug mode
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
b2def4c9ea
Fix build ( #8859 )
2 years ago
Bond-009
210a4921f2
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ( #8709 )
2 years ago
Negulici-R. Barnabas
7db1813cc8
changed ChapterImageResolution in model to enum type;
...
added 144p to the ImageResolution enum;
updated chapters limit comment inside FFProbeVideoInfo.cs;
2 years ago
Negulici-R. Barnabas
b7aa5ed862
Merge branch 'jellyfin:master' into master
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
Joe Rogers
62799697a1
Fix localization lookup
2 years ago
Joe Rogers
2e4db18ebe
Add hearing impaired subtitle stream indicator ( #7379 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.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
markus
0a15634550
Streams with CodecType "data" (like "epg" streams in DVB
...
recordings) get ignored. This results in wrong stream specifiers for all
subsequent streams. This fix correctly handles "data" streams without any
further processing.
2 years ago
Hannes Braun
4edeccc5e0
Remove redundant using directives
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
nyanmisaka
0309c5622e
Backport pull request #8213 from jellyfin/release-10.8.z
...
Fix high single thread usage in throttler
Original-merge: ba026716c1
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
jakka
0b581aa655
added more artists with '/' in their names
2 years ago
jakka
778baf7bf5
added A/T/O/S to separator whitelist
2 years ago
Cody Robibero
6004060b4e
Fix build errors from new warnings
2 years ago
Bond-009
e1e4ac75e4
Merge pull request #8267 from luzpaz/typos
2 years ago
Negulici-R. Barnabas
1e41636e30
Merge branch 'jellyfin:master' into master
2 years ago
Cody Robibero
fdd728e9f8
Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout
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
MagicGreenDragon
7391b001ef
increased subtitle extraction timeout to 30 min
2 years ago