nyanmisaka
f21ab50a81
Backport pull request #9422 from jellyfin/release-10.8.z
...
Fix stream map when using filter_complex with unlabeled output
Original-merge: 6821a2ab35
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: crobibero <cody@robibe.ro>
2 years ago
Bond-009
3462676a8f
Fix debug builds ( #8909 )
2 years ago
KonH
b6bf43af45
Fix warning: Using directive is not required by the code and can be safely removed ( #2149 )
3 years ago
ianjazz246
19b8bcaec4
Use TheoryData instead of MemberData and ClassData
3 years ago
Claus Vium
ae031fdd28
Merge branch 'master' into tonemap-overlay
3 years ago
Bond_009
963ab2dab6
Simplify the way we choose our ffmpeg
...
* no longer search $PATH
* no longer require a full path
* don't fall back
3 years ago
nyanmisaka
aaab6a3518
add tests for FFmpeg 4.4 and 4.3.2
4 years ago
Bond_009
301e029d42
Add unsupported ffmpeg version to tests
4 years ago
Bond_009
cb5cb075a9
Simplify FFmpeg detection code
4 years ago
Bond-009
5160e627f1
Merge branch 'master' into feature/ffmpeg-version-check
4 years ago
nyanmisaka
f5c5352861
add FFmpeg 4.3 detection and tests
5 years ago
Max Git
3fbc387257
Fix stylecop error like on master.
5 years ago
telans
4cb8fbfbbf
fix StyleCop warning in Jellyfin.MediaEncoding.Tests
5 years ago
Max Git
e103d087d3
Try harder at detecting FFmpeg version and enable the validation
5 years ago
Bond_009
71abf1d3ce
Enable TreatWarningsAsErrors and Nullable for test projects
5 years ago
Bond_009
3e1aab6b29
Fix ffmpeg version check for unknown versions
5 years ago
Bond_009
05a1510b31
Add more test data
5 years ago
Bond_009
1b01a6ece1
Add tests for EncoderValidator
...
* 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
5 years ago