aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs
AgeCommit message (Collapse)Author
2025-12-28Backport pull request #15807 from jellyfin/release-10.11.zgnattu
Enforce more strict webm check Original-merge: 8379b4634aeaf9827d07a41cf9ba8fd80c8c323e Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-04-19Fix OverflowException when scanning media with a very short duration (#13949)Bond-009
2025-02-17Revert nullability of MediaStream.IsHearingImpaired (#13573)Cody Robibero
2024-11-14Fixed TestsJPVenson
2024-07-23Merge branch 'master' into fix-hwa-video-rotationNyanmisaka
2024-07-21Backport pull request #12278 from jellyfin/release-10.9.zBond-009
Fix localization of audio title Original-merge: f7a90b6383aed557c0c2d3a824fc00340f72fe40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-03-30Add tests for the video rotation side datanyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-01-09test: add webm testDmitry Lyzo
2024-01-06Detect audio spatial format (#9996)Mohamed Akram
* Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-02-01Improve ffprobe json parsing and don't log error for Codec Type attachmentBond_009
2023-01-19Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222)Bond_009
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-06-29Merge pull request #7964 from jellyfin/dovi-side-dataJoshua M. Boniface
(cherry picked from commit 39d185c7b19ed2da1ae46566152fb1cf182266cd) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-10ProbeResultNormalizer: fix framerate compare + tests (#7167)Mayur Panchal
2021-12-18Return null on division by zeroBond_009
2021-12-18Add tests for ProbeResultNormalizer.GetFrameRateBond_009
2021-10-01Add test data and unit test for mp4 metadata probeJoe Rogers
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-06Remove all unused usingsFernando Fernández
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
2021-08-16Add test for audio file ffprobe normalizationMrTimscampi
2021-08-11Update tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.csJulien Machiels
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-07Add test for year-only parsing for FFProbeMrTimscampi
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-06Fix typo in test data filenameMaxr1998
2021-04-06Add tests for music video metadataMaxr1998
2021-04-05Add test for ProbeResultNormalizer.GetMediaInfoBond_009