jellyfin/MediaBrowser.MediaEncoding/Subtitles
obradovichv 0282a1ed09 Fix string culture specificity
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave
behind the {\1c} closing token and instead append </font> token
unconditionally to the dialogue text. Add tests.

Change AlphanumComparatorTests.cs complementary test data generation
from an array shuffle to an array reversal. Although it was previously
using a seeded Random, the shuffle itself could result in no
rearrangement of elements if the seed or test data changed over time.
The reversal guarantees reordering of elements and has the added benefit
of simplifying the test code since no special handling is needed for
arrays of 2 elements.

Change DailyTrigger.cs logging of TriggerDate format to
"yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log
timestamp format and change DueTime format to culture-invariant "c"
format.
2021-01-03 20:17:27 +02:00
..
AssParser.cs Make MediaBrowser.MediaEncoding warnings free 2020-08-20 12:16:24 +02:00
ISubtitleParser.cs Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding 2020-08-04 16:20:52 +02:00
ISubtitleWriter.cs Make probesize and analyzeduration configurable and simplify circular 2019-11-25 12:07:59 +01:00
JsonWriter.cs Fix JSON subtitle writer 2020-01-02 14:38:13 +01:00
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 Fix string culture specificity 2021-01-03 20:17:27 +02:00
SubtitleEncoder.cs Merge pull request #4169 from stanionascu/bdiso-playback 2020-12-01 22:36:04 -05: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