aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2022-02-21Merge pull request #7255 from Shadowghost/external-sub-audioJoshua M. Boniface
2022-02-20Rewatching next up (#7253)SenorSmartyPants
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-15Fix some warningsBond_009
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface
2022-02-14Fix display preferencesBond_009
2022-02-14Fix some warningsBond_009
2022-02-14Bump MimeTypes from 2.2.1 to 2.3.0 (#7309)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11Merge pull request #7054 from matthew-jones-uk/disable-embedded-subsCody Robibero
2022-02-09Added values to EmbeddedSubtitleOptions enumMatthew Jones
2022-02-08Update to dotnet 6.0.2Cody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-26Changed boolean options to enumsMatthew Jones
2022-01-22Merge pull request #7235 from Bond-009/async4Cody Robibero
2022-01-22Use Guid for BaseItemDto parent idsNiels van Velzen
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22Use Guid for BaseItemPerson.IdNiels van Velzen
2022-01-21Merge pull request #7225 from crobibero/query-resultBond-009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-20Properly populate QueryResultCody Robibero
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
Disables embedded subs being added to metadata
2022-01-11Refactor and add scheduled taskcvium
2022-01-10suggestions from reviewCody Robibero
2022-01-08Merge pull request #7101 from Bond-009/imagejpgCody Robibero
Remove incorrect mime type image/jpg
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-06Add null check for audio streamCody Robibero
2022-01-04Clean upCody Robibero
2022-01-04Apply suggestions from code reviewDavid Ullmer
2022-01-04Include Splashscreen url in the branding endpointDavid Ullmer
2022-01-04Add Splashscreen API endpoint to ImageControllerDavid Ullmer
2022-01-04Remove incorrect mime type image/jpgBond_009
2022-01-03Merge pull request #7052 from crobibero/image.jpegCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-12-26Merge pull request #6934 from nyanmisaka/hwaCody Robibero
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
2021-12-25Add image/jpg to extension lookupCody Robibero
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-24Merge pull request #6920 from marius-luca-87/subtitle_dropCody Robibero
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-21Force a remux/transcode with external audio filescvium
2021-12-20Use our own Contains extensioncvium
2021-12-18Use System.IO.Compression instead of SharpCompress for zipsBond_009
Also removes unused methods from ZipClient
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-15Merge pull request #7002 from crobibero/dotnet-6.0.1Joshua M. Boniface
2021-12-15Merge pull request #6979 from crobibero/baseitemkindClaus Vium
Use BaseItemKind where possible