aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Subtitles/SrtWriter.cs
AgeCommit message (Collapse)Author
2023-06-28Use RegexGenerator where possibleBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2015-07-19update subtitle methodsLuke Pulverenti
2014-08-24change newline valueLuis Miguel Almánzar
2014-06-22dlna fixesLuke Pulverenti
2014-06-18fix vtt with chromeLuke Pulverenti
2014-06-18implement srt writerLuke Pulverenti
2014-06-11added IsTextSubtitleStreamLuke Pulverenti