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
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
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
28223704f3
Merge pull request #7441 from 1337joe/add-external-stream-indicator
...
Add label for external audio/sub tracks
3 years ago
Joe Rogers
1a307db7eb
Add label for external audio/sub tracks
3 years ago
Mayur Panchal
96de01ce01
ProbeResultNormalizer: fix framerate compare + tests ( #7167 )
3 years ago
Bond-009
7d226e8eef
Merge pull request #7376 from GermanCoding/fix_soundhandler
3 years ago
GermanCoding
11bb834957
Remove superfluous "SoundHandler" from audio stream names
3 years ago
Joe Rogers
175ddff169
Switch chapter id to long to not break on ffmpeg 5.0
3 years ago
Shadowghost
4a3f1a51d2
chore(artist-split): add more artists to split whitelist
3 years ago
Cody Robibero
78bb581f0c
Merge pull request #6934 from nyanmisaka/hwa
...
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
3 years ago
Bond_009
cbfa355e31
Update StyleCop
3 years ago
nyanmisaka
728a5988b3
Merge remote-tracking branch 'origin/master' into hwa
3 years ago
nyanmisaka
b2d85a02c2
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: Bond_009 <bond.009@outlook.com>
3 years ago
nyanmisaka
4b9c84c52e
EncodingHelper hwaccel pipelines refactor
...
separate the HW pipeline according to HWA method for maintainability.
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Bond_009
968c534864
Return null on division by zero
3 years ago
Bond_009
f8fcbc88fc
Add tests for ProbeResultNormalizer.GetFrameRate
3 years ago
Bond_009
510f92f4c5
Don't check floats for equality
3 years ago
Cody Robibero
2a82f8dc40
Merge pull request #6222 from orryverducci/mbaff-interlace-detection
3 years ago
Benoît Dardenne
de2d292197
Added artist to '/' split whitelist
3 years ago
Orry Verducci
e446e9fde9
Merge branch 'master' into mbaff-interlace-detection
3 years ago
Joe Rogers
1d729b2b0f
Use codec to determine image format
3 years ago
Orry Verducci
9abe9e7e54
Add rounding to the time base check
3 years ago
Orry Verducci
3a89e88033
Merge remote-tracking branch 'upstream/master' into mbaff-interlace-detection
3 years ago
Joe Rogers
31baea072a
Address review comments
...
Clean up style
Fix references in class summaries
Combine Where+FirstOrDefault queries
Break up large method, long lines
Add validation on file extension
Apply test naming conventions
Extract mock of Movie class, comment on why not mocking interface
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Joe Rogers
8d70cc2dde
Add support for non-jpg image extractions
3 years ago
Joe Rogers
6ce8cce12c
Add handling for embedded background and logo
3 years ago
Dominik Krivohlavek
ef99225c40
Add 22/7 to split whitelist
3 years ago
Joe Rogers
ce0457faf5
Add mp4 track title fallback ( #6638 )
3 years ago
Cody Robibero
9234e5bf80
Remove all instances of en-US culture
3 years ago
Bond_009
653df7d8e5
Specify DateTimeStyles when possible
3 years ago
Bond_009
a6d1e542e6
Reduce allocations
3 years ago
Claus Vium
74fef6c05b
Merge pull request #6177 from Bond-009/async
...
Use async FileStreams where it makes sense
3 years ago
Bond-009
3ec7ecf399
Merge pull request #6358 from MrTimscampi/audio-people
3 years ago
Bond_009
e3dac4fda2
Use async FileStreams where it makes sense
3 years ago
MrTimscampi
7f52cda03c
Make performer regex static
3 years ago
MrTimscampi
d82c2e4237
Address comments
3 years ago
MrTimscampi
c9b1cd1d8c
Add some new music-related person types and parse from ffprobe
3 years ago
MrTimscampi
f35a527608
Add performers to the ffprobe normalization for audio
3 years ago
Nyanmisaka
a84dc794c6
Merge branch 'master' into tonemap-overlay
3 years ago
Julien Machiels
6c2cbafee0
Update MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
MrTimscampi
ba609aefea
Attempt to parse YYYY format dates in GetDictionaryDateTime
...
DateTime.TryParse doesn't properly parse year-only dates, so parsing results from FFProbe sometimes returns null (for example, some music tagged with Beets has yyyy format dates for release dates).
As a result, Jellyfin would previously no get the date from the FFProbe results.
This adds DateTime.TryParseExact with a format of 'yyyy' as a fallback, to attempt to properly parse the value, even if it's only a year.
3 years ago
MrTimscampi
534e088105
Prefer original data when getting premiere date from ffprobe
3 years ago
nyanmisaka
3beda02d92
add support for cuda tonemap and overlay
3 years ago