aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.MediaEncoding.Tests
AgeCommit message (Expand)Author
2023-01-14Update test dependencies (#9094)Patrick Barron
2023-01-11Fix all warnings in MediaBrowser.MediaEncoding (#9073)Bond-009
2022-12-14Fix debug builds (#8909)Bond-009
2022-12-07Update projects to .net7Bond_009
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
2022-09-28Remove redundant using directivesHannes Braun
2022-09-26Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2dependabot[bot]
2022-09-09Fix build errors from new warningsCody Robibero
2022-09-09Bump xunit from 2.4.1 to 2.4.2dependabot[bot]
2022-09-09Bump Moq from 4.18.1 to 4.18.2dependabot[bot]
2022-09-05Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1dependabot[bot]
2022-08-01Backport pull request #8087 from jellyfin/release-10.8.zJoshua Boniface
2022-06-29Merge pull request #7964 from jellyfin/dovi-side-dataJoshua M. Boniface
2022-06-06Merge pull request #7842 from crobibero/dependency-backportCody Robibero
2022-06-04Bump Moq from 4.17.2 to 4.18.1 (#7820)dependabot[bot]
2022-05-25Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#7760)dependabot[bot]
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
2022-05-09Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 (#7727)dependabot[bot]
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
2022-03-10ProbeResultNormalizer: fix framerate compare + tests (#7167)Mayur Panchal
2022-03-07Bump Moq from 4.17.1 to 4.17.2 (#7416)dependabot[bot]
2022-02-28Bump Moq from 4.16.1 to 4.17.1dependabot[bot]
2022-02-21Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0dependabot[bot]
2022-02-07Bump coverlet.collector from 3.1.1 to 3.1.2dependabot[bot]
2022-02-01Bump coverlet.collector from 3.1.0 to 3.1.1 (#7266)dependabot[bot]
2022-01-22Ban the usage of Task.ResultBond_009
2021-12-24Update StyleCopBond_009
2021-12-18Return null on division by zeroBond_009
2021-12-18Add tests for ProbeResultNormalizer.GetFrameRateBond_009
2021-11-01Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0dependabot[bot]
2021-10-09Merge pull request #6646 from 1337joe/test-mp4-metadataClaus Vium
2021-10-03Fix warning: Using directive is not required by the code and can be safely re...KonH
2021-10-01Add test data and unit test for mp4 metadata probeJoe Rogers
2021-09-25Merge branch 'master' into theorydataBond-009
2021-09-24Target net6.0Bond_009
2021-09-22Add regression test for #5323Bond_009
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-18Add regression test for issue #5168Bond_009
2021-09-18Fix SubtitleEncoder and add regression testsBond_009
2021-09-11Use TheoryData instead of MemberData and ClassDataianjazz246
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-30Merge branch 'master' into tonemap-overlayClaus Vium
2021-08-30Simplify the way we choose our ffmpegBond_009
2021-08-16Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0dependabot[bot]
2021-08-16Add some new music-related person types and parse from ffprobeMrTimscampi
2021-08-16Add performers to the ffprobe normalization for audioMrTimscampi
2021-08-16Address commentsMrTimscampi