aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs
AgeCommit message (Collapse)Author
2020-08-20Add unsupported ffmpeg version to testsBond_009
2020-08-20Simplify FFmpeg detection codeBond_009
2020-08-20Merge branch 'master' into feature/ffmpeg-version-checkBond-009
2020-07-04add FFmpeg 4.3 detection and testsnyanmisaka
2020-06-15Fix stylecop error like on master.Max Git
2020-06-14fix StyleCop warning in Jellyfin.MediaEncoding.Teststelans
2020-06-01Try harder at detecting FFmpeg version and enable the validationMax Git
2020-01-31Enable TreatWarningsAsErrors and Nullable for test projectsBond_009
2019-09-29Fix ffmpeg version check for unknown versionsBond_009
2019-09-28Add more test dataBond_009
2019-09-28Add tests for EncoderValidatorBond_009
* Add support for ffmpeg 4.2 * Parse the complete ffmpeg version instead of only the first 2 digits * Make max and min version optional * Remove max limitation (for now) * Style improvements