Cody Robibero
|
efcdab116f
|
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix
(cherry picked from commit 60affd0965 )
Signed-off-by: crobibero <cody@robibe.ro>
|
3 years ago |
Victor Gambier
|
dbf9e49258
|
Increase timeout for subtitle extraction to 30min (#7153)
|
3 years ago |
Cody Robibero
|
b6489e73ab
|
Merge pull request #7241 from Bond-009/async5
|
3 years ago |
SenorSmartyPants
|
509d66dcb5
|
Fix #7147: Don't return subtitles in mismatched format (#7149)
|
3 years ago |
Bond_009
|
e7be01d7a5
|
Flush to disk async where possible
|
3 years ago |
Cody Robibero
|
7bfc6b5679
|
Remove more warnings
|
3 years ago |
Bond_009
|
1d19a5be61
|
Fix some warnings
down to 580
|
3 years ago |
Dmitry Lyzo
|
c26e6d89b4
|
Move FfmpegException to MediaBrowser.Common
|
3 years ago |
Bond_009
|
9af16fcb6c
|
Remove workaround for dotnet/runtime#42790
|
3 years ago |
Bond_009
|
f31224fa8f
|
Remove sync FileStream hack
|
3 years ago |
Bond_009
|
34b38454e0
|
Fix SubtitleEncoder and add regression tests
|
3 years ago |
Bond_009
|
e3dac4fda2
|
Use async FileStreams where it makes sense
|
3 years ago |
Bond_009
|
26d7fc8280
|
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
David
|
60ffa6f514
|
Use FileShare.None when creating files
|
4 years ago |
Claus Vium
|
64730b5661
|
Merge pull request #5278 from BaronGreenback/STRMFix
Fix for #5168
|
4 years ago |
BaronGreenback
|
473a995650
|
Update SubtitleEncoder.cs
|
4 years ago |
Bond_009
|
be965e35b6
|
Log subtitle errors
|
4 years ago |
Bond_009
|
ed8fce2dce
|
Use SubtitleEdit to parse subtitles
|
4 years ago |
Joshua M. Boniface
|
a6199f821b
|
Merge pull request #4169 from stanionascu/bdiso-playback
Playback (direct-stream/transcode) of BDISO/BDAV containers
|
4 years ago |
Bond_009
|
4b1c9dc9ea
|
Pass cancellation where possible
|
4 years ago |
crobibero
|
01355e0498
|
Fix nullability errors in Jellyfin.Api (part 1)
|
4 years ago |
Stanislav Ionascu
|
cd4641dca0
|
Remove PlayableStreamFileNames as unused
Since ffmpeg can play and transcode ISO files and BDMV folders directly,
there's no use of that property.
|
4 years ago |
Stanislav Ionascu
|
3ad6232973
|
Add probe / direct-stream / transcoding support for BluRays
This commit (and ffmpeg built with libbluray support), adds support
for playback of bluray images (bd-iso) and bluray folders.
|
4 years ago |
crobibero
|
30ba35a33b
|
Use HttpClientFactory in SubtitleEncoder
|
4 years ago |
Bond_009
|
ab2147751f
|
Make MediaBrowser.MediaEncoding warnings free
|
4 years ago |
Bond_009
|
2b400c99ef
|
Fix warnings
|
4 years ago |
Bond-009
|
53f99d5d4b
|
Add some analyzers to MediaBrowser.MediaEncoding
|
4 years ago |
Bond-009
|
18efa25a6f
|
Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding
|
4 years ago |
Bond_009
|
d4092846e4
|
Optimize Substring and StringBuilder usage
|
4 years ago |
Odd Stråbø
|
591fcf7ff2
|
Fix formating
|
4 years ago |
Odd Stråbø
|
27709c9bb3
|
Fix embedded subtitles
|
4 years ago |
Bond-009
|
3ff110984a
|
Merge branch 'master' into readonlyspan
|
4 years ago |
Anthony Lavado
|
0cb2cd9456
|
Merge pull request #3576 from HelloWorld017/fix/sami-utf16
Fix SAMI UTF-16 Encoding Bug
|
4 years ago |
Bond_009
|
febb6bced6
|
Review usage of string.Substring (part 1)
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
|
4 years ago |
Khinenw
|
6e069f925b
|
Fix SAMI UTF-16 Encoding Bug
|
4 years ago |
Sacha Korban
|
29c4220227
|
Fix support for mixed-protocol external subtitles
|
4 years ago |
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
4 years ago |
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
4 years ago |
telans
|
9018f8d8be
|
Add full stop at end of comments (SA1629)
|
4 years ago |
dkanada
|
dabb869a6b
|
Merge branch 'master' into hwaccel
|
4 years ago |
telans
|
3d9049ef08
|
fix SA1508
|
4 years ago |
crobibero
|
44957c5a9a
|
Use typed logger where possible
|
4 years ago |
nyanmisaka
|
b4b93995f7
|
add more separate hw decoding toggles
|
5 years ago |
Mark Monteiro
|
4113288278
|
Fix style issues
|
5 years ago |
Mark Monteiro
|
7152b55747
|
Use a separate line for each property initializer
|
5 years ago |
Mark Monteiro
|
e0f40f57d8
|
Merge remote-tracking branch 'upstream/master' into remove-common-process
|
5 years ago |
Bond-009
|
ddd5d3aaec
|
Merge branch 'master' into usings
|
5 years ago |
Vasily
|
9aefb41512
|
Merge pull request #2503 from nyanmisaka/vaapi
Fix various bugs in HWA subtitle burn-in
|
5 years ago |
nyanmisaka
|
0af353404c
|
fix the UTF-16 error while burning ass/ssa subtitles
|
5 years ago |