jellyfin/tests/Jellyfin.MediaEncoding.Tests
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22 16:48:31 +01:00
..
Probing Return null on division by zero 2021-12-18 14:56:10 +01:00
Subtitles Fix warning: Using directive is not required by the code and can be safely removed (#2149) 2021-10-03 10:49:41 +07:00
Test Data Add test data and unit test for mp4 metadata probe 2021-10-01 22:03:12 +02:00
EncoderValidatorTests.cs Fix warning: Using directive is not required by the code and can be safely removed (#2149) 2021-10-03 10:49:41 +07:00
EncoderValidatorTestsData.cs add tests for FFmpeg 4.4 and 4.3.2 2021-07-25 00:52:03 +08:00
FFprobeParserTests.cs Use async FileStreams where it makes sense 2021-09-02 14:02:04 +02:00
Jellyfin.MediaEncoding.Tests.csproj Ban the usage of Task.Result 2022-01-22 16:48:31 +01:00