aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.MediaEncoding.Tests
AgeCommit message (Collapse)Author
2020-01-31Enable TreatWarningsAsErrors and Nullable for test projectsBond_009
2020-01-28Update depsBond_009
2020-01-12Add test to prevent regressionsBond_009
2019-12-06Move to .Net Core 3.1Bond_009
2019-10-11Move to netcore3.0Bond_009
2019-09-29Merge pull request #1814 from Bond-009/ffmpeg_fixJoshua M. Boniface
Fix ffmpeg version check for unknown versions
2019-09-29Fix testsBond_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