jellyfin/MediaBrowser.MediaEncoding
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
..
Attachments Merge pull request #4169 from stanionascu/bdiso-playback 2020-12-01 22:36:04 -05:00
BdInfo Add some analyzers to MediaBrowser.MediaEncoding 2020-08-04 17:08:09 +02:00
Configuration Add some analyzers to MediaBrowser.MediaEncoding 2020-08-04 17:08:09 +02:00
Encoder Apply suggestions from code review 2020-12-09 16:37:15 +08:00
Probing do not extract audio stream bitrate info for videos from formatInfo 2020-12-01 10:55:25 +08:00
Properties Add tests for EncoderValidator 2019-09-28 19:41:34 +02:00
Subtitles Fix string culture specificity 2021-01-03 20:17:27 +02:00
MediaBrowser.MediaEncoding.csproj Remove unused deps 2020-12-22 08:57:51 -07:00
MediaBrowser.MediaEncoding.nuget.targets Find+Sed BOM removal all toher files, except test files. 2019-01-13 21:20:44 +01:00