aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs
AgeCommit message (Collapse)Author
2023-07-28Fix format normalizer for multiple input formatsShadowghost
2023-05-04Whitelist Smith/KotzenJoe Rogers
2023-04-29Add artist to artist split whitelistMichael Fuchs
# Changes Added an artist whose name has forward slashes in it to the artist "/" split whitelist # Issues Related to issue #2305
2023-04-20Add artist to artist split whitelist (#9659)Penelope Gwen / Pogmommy
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-10Fix DLNA playback of DVD and BD foldersShadowghost
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-01Improve ffprobe json parsing and don't log error for Codec Type attachmentBond_009
2023-01-26Add Phantom/Ghost to whitelistLars Strojny
2023-01-19Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222)Bond_009
2022-12-19Adding "creation_time" as a tag lookup for FFProbe for premiere date (#8884)bradvolen
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-07Fix localization lookupJoe Rogers
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-01Streams with CodecType "data" (like "epg" streams in DVBmarkus
recordings) get ignored. This results in wrong stream specifiers for all subsequent streams. This fix correctly handles "data" streams without any further processing.
2022-09-11added more artists with '/' in their namesjakka
2022-09-10added A/T/O/S to separator whitelistjakka
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-11Merge pull request #7441 from 1337joe/add-external-stream-indicatorCody Robibero
Add label for external audio/sub tracks
2022-03-10Add label for external audio/sub tracksJoe Rogers
2022-03-10ProbeResultNormalizer: fix framerate compare + tests (#7167)Mayur Panchal
2022-02-28Remove superfluous "SoundHandler" from audio stream namesGermanCoding
2022-01-27chore(artist-split): add more artists to split whitelistShadowghost
2021-12-26Merge pull request #6934 from nyanmisaka/hwaCody Robibero
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
2021-12-24Update StyleCopBond_009
2021-12-25Merge remote-tracking branch 'origin/master' into hwanyanmisaka
2021-12-24Apply suggestions from code reviewnyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-12-20Use our own Contains extensioncvium
2021-12-18Return null on division by zeroBond_009
2021-12-18Add tests for ProbeResultNormalizer.GetFrameRateBond_009
2021-12-12Don't check floats for equalityBond_009
2021-12-11Merge pull request #6222 from orryverducci/mbaff-interlace-detectionCody Robibero
2021-12-09Added artist to '/' split whitelistBenoƮt Dardenne
2021-12-01Merge branch 'master' into mbaff-interlace-detectionOrry Verducci
2021-11-12Use codec to determine image formatJoe Rogers
2021-10-31Add rounding to the time base checkOrry Verducci
2021-10-31Merge remote-tracking branch 'upstream/master' into mbaff-interlace-detectionOrry Verducci
2021-10-20Address review commentsJoe Rogers
Clean up style Fix references in class summaries Combine Where+FirstOrDefault queries Break up large method, long lines Add validation on file extension Apply test naming conventions Extract mock of Movie class, comment on why not mocking interface Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-10-11Add support for non-jpg image extractionsJoe Rogers
2021-10-11Add handling for embedded background and logoJoe Rogers
2021-10-06Add 22/7 to split whitelistDominik Krivohlavek
2021-09-30Add mp4 track title fallback (#6638)Joe Rogers
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-19Reduce allocationsBond_009
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009