aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
AgeCommit message (Expand)Author
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2022-12-30Add support for .sup subtitle (#8808)Cody Robibero
2022-12-05Replace == null with is nullBond_009
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-10-30Add SeriesStatus.UnreleasedNiels van Velzen
2022-10-27Fix extra type differentiationphotonconvergence
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-10-01Streams with CodecType "data" (like "epg" streams in DVBmarkus
2022-08-15Fix various typos luz paz
2022-08-13Backport pull request #8212 from jellyfin/release-10.8.zSenorSmartyPants
2022-07-20Backport pull request #8104 from jellyfin/release-10.8.zJoshua Boniface
2022-07-03Add escape hatch for Series mergingMikal Stordal
2022-06-29Merge pull request #7964 from jellyfin/dovi-side-dataJoshua M. Boniface
2022-06-29Merge pull request #7947 from nyanmisaka/video-range-conditionCody Robibero
2022-06-10Merge pull request #7828 from nyanmisaka/fix-dovi-tonemapBond-009
2022-04-28Merge pull request #7654 from Shadowghost/nfo-provider-fixCody Robibero
2022-03-10Add label for external audio/sub tracksJoe Rogers
2022-03-06Let the UI show which DTS profile is in usePatrick Farwick
2022-03-04Use extension method for list searchGermanCoding
2022-03-04Hide ISO 639-2 special codes in display titlesGermanCoding
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-11-12Remove Obsolete attribute on enumCody Robibero
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-01Add subtitle format(codec) to stream display title (#5853)Mike
2021-08-28Remove more and more warningsCody Robibero
2021-08-16Fix documentation for lyricist and arrangerMrTimscampi
2021-08-16Add some new music-related person types and parse from ffprobeMrTimscampi
2021-07-20Add tests for GetResolutionTextBond_009
2021-07-04Remove usage of this in GetResolutionTextMrTimscampi
2021-07-03Refactor GetResolutionTextMrTimscampi
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-18Properly detect Dolby Vision files derived from AV1, AVC and HEVCMrTimscampi
2021-05-05MediaStream: Replace string.IndexOf with string.Contains where possibleBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-03-08Fix casing CollectionTypeBond_009
2021-03-03fix HasProviderId and add testscvium
2021-03-03revert removal of null checkcvium
2021-03-03return false when providerid is null or emptycvium
2021-03-01Revert breaking changeBond_009
2021-03-01Merge pull request #5317 from Bond-009/notnullwhenBond-009
2021-02-28MaybeNullWhen(false) -> NotNullWhen(true)Bond_009
2021-02-24CollectionType can be nullBond_009
2021-02-24Fix buildBond_009
2021-02-24Fix unchecked inputBond_009