aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
AgeCommit message (Expand)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-08Add option to allow extras to use embedded titlesJoe Rogers
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Merge pull request #8137 from negulici-r-barnabas/masterCody Robibero
2022-11-27Use typed loggerBond_009
2022-11-13changed ChapterImageResolution in model to enum type;Negulici-R. Barnabas
2022-07-18Chapter Images:Negulici-R. Barnabas
2022-05-20Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fixCody Robibero
2022-03-10Match external sub/audio stream adding logicJoe Rogers
2022-02-18fix(external-media): implement review suggestionsShadowghost
2022-02-18feat(external-media): refactor to generic provider, extend tests and file rec...Shadowghost
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-14Fix some warningsBond_009
2022-02-11Merge pull request #7054 from matthew-jones-uk/disable-embedded-subsCody Robibero
2022-01-26Changed boolean options to enumsMatthew Jones
2022-01-22Make ffprobe consistent with MetadataService.MergeDataJoe Rogers
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add video path to DisableEmbeddedSubtitles logMatt
2022-01-14Changed DisableEmbeddedSubtitles logging to debugMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
2021-12-08Add "Async" suffix to AddExternalAudio methodJonas Resch
2021-12-08Add "Async" suffix to AddExternalAudio methodJonas Resch
2021-11-30Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.csJonas Resch
2021-11-30Implement coding standards from 2nd code feedbackJonas Resch
2021-11-30Add ConfigureAwait false MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.csJonas Resch
2021-11-30Implement code feedbackJonas Resch
2021-11-30Shorten calculation of audio startIndex in MediaBrowser.Providers/MediaInfo/F...Jonas Resch
2021-11-30Add support for external audio filesJonas Resch
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-19Add IsAutomated to SubtitleSearchRequestMBR-0001
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-06-10Fix playback of complex BluRay ISOs (#6166)Stan
2021-05-27Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probingClaus Vium
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-04-06Improve metadata probing to better support music videosMaxr1998
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-10-01Remove PlayableStreamFileNames as unusedStanislav Ionascu
2020-09-07Fix some warningsBond_009
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1005telans
2020-06-09Fix a small number of compile warningsaled
2020-04-11DvdLib: remove dependency on MediaBrowser.ModelBond_009
2020-04-01Address commentsBond_009
2020-02-23Minor improvementsBond_009
2020-01-08Minor improvementsBond_009
2019-10-22Store MediaAttachments in DB.Andrew Mahone