index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.MediaEncoding
/
Subtitles
Age
Commit message (
Expand
)
Author
2023-01-11
Fix all warnings in MediaBrowser.MediaEncoding (#9073)
Bond-009
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2022-12-07
Fix build errors
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2022-09-28
Remove redundant using directives
Hannes Braun
2022-09-09
Fix build errors from new warnings
Cody Robibero
2022-08-16
Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout
Cody Robibero
2022-08-14
increased subtitle extraction timeout to 30 min
MagicGreenDragon
2022-08-13
Backport pull request #8182 from jellyfin/release-10.8.z
Shadowghost
2022-08-01
Backport pull request #8087 from jellyfin/release-10.8.z
Joshua Boniface
2022-06-29
Merge pull request #7984 from crobibero/dotnet-6.0.6
Joshua M. Boniface
2022-06-29
Merge pull request #7960 from Shadowghost/subrip-encoder-fix
Joshua M. Boniface
2022-06-06
Merge pull request #7810 from Bond-009/unaccpattern
Cody Robibero
2022-05-20
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix
Cody Robibero
2022-02-14
Increase timeout for subtitle extraction to 30min (#7153)
Victor Gambier
2022-02-06
Merge pull request #7241 from Bond-009/async5
Cody Robibero
2022-02-02
Fix #7147: Don't return subtitles in mismatched format (#7149)
SenorSmartyPants
2022-01-22
Flush to disk async where possible
Bond_009
2021-12-27
Remove more warnings
Cody Robibero
2021-11-09
Fix some warnings
Bond_009
2021-11-04
Fix WebVTT region to spec
Thibault Nocchi
2021-10-10
Move FfmpegException to MediaBrowser.Common
Dmitry Lyzo
2021-10-03
Remove workaround for dotnet/runtime#42790
Bond_009
2021-09-25
Remove sync FileStream hack
Bond_009
2021-09-25
Address comments
Bond_009
2021-09-24
Target net6.0
Bond_009
2021-09-19
Reduce allocations
Bond_009
2021-09-18
Fix SubtitleEncoder and add regression tests
Bond_009
2021-09-13
Fix namespace
Cody Robibero
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-28
Fix some warnings
Bond_009
2021-05-20
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
Bond_009
2021-03-09
FxCop -> Net Analyzers (part 1)
Bond_009
2021-03-07
Use FileShare.None when creating files
David
2021-02-27
Merge pull request #5278 from BaronGreenback/STRMFix
Claus Vium
2021-02-21
Update SubtitleEncoder.cs
BaronGreenback
2021-02-09
Log subtitle errors
Bond_009
2021-02-09
Use SubtitleEdit to parse subtitles
Bond_009
2021-02-04
Update MediaBrowser.MediaEncoding/Subtitles/AssParser.cs
M0ssTee
2021-02-01
Replaced /d with [0-9], see issue #2923
Troy
2021-01-09
Merge pull request #4945 from obradovichv/fix-string-culture-specificity
Bond-009
2021-01-08
Merge pull request #4877 from jellyfin/ass
Bond-009
2021-01-03
Fix string culture specificity
obradovichv
2020-12-28
Add tests for srt parser
Bond_009
2020-12-28
Minor improvements to ass parser
Bond_009
2020-12-02
Minor improvements
Bond_009
2020-12-01
Merge pull request #4169 from stanionascu/bdiso-playback
Joshua M. Boniface
2020-11-17
Pass cancellation where possible
Bond_009
[next]