jellyfin/MediaBrowser.MediaEncoding/Subtitles
Bond_009 febb6bced6 Review usage of string.Substring (part 1)
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22 13:39:24 +02:00
..
AssParser.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
ISubtitleParser.cs
ISubtitleWriter.cs
JsonWriter.cs
ParserValues.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
SrtParser.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
SrtWriter.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
SsaParser.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
SubtitleEncoder.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
TtmlWriter.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00
VttWriter.cs Review usage of string.Substring (part 1) 2020-07-22 13:39:24 +02:00