aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-04-02update as per suggestionNyanmisaka
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-04-01Apply suggestions from code reviewMark Monteiro
2020-04-01update as per suggestionNyanmisaka
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
Fix various bugs in HWA subtitle burn-in
2020-04-01update as per suggestionNyanmisaka
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-31minor improvementsnyanmisaka
2020-03-30prefer to use libfdk_aac for better audio qualitynyanmisaka
2020-03-30fix graphical subtitle scaling for NVDECNyanmisaka
2020-03-30fix QSV HWA failed when burning text subtitlesNyanmisaka
ffmpeg 4.3+ is required for better transcoding speed(more than twice increase). Using qsv on Linux also requires a fix in ffmpeg 4.3+. See https://github.com/FFmpeg/FFmpeg/commit/74007dd86a87289a075926704fae5bd8ef313bb5
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka
2020-03-29Merge pull request #2639 from alset333/masterBond-009
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Do not assign an invalid value of zero to ExtraTypeMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-26Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-typeLuke Foust
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-23Merge pull request #2638 from mark-monteiro/update-aspdkanada
Update .NET Core to 3.1.2
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2020-03-22Add missing null check when retrieving extrasMark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-03-21Do not create unnecessary instances of IService at server startupMark Monteiro
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-19Merge pull request #1 from jellyfin/masterPeter Maar
Pull latest to my fork
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-16Merge pull request #2497 from mark-monteiro/1914-prevent-duplicates-in-playlistsdkanada
Check for duplicates when adding items to a playlist
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Clean up and document BrowserLauncher correctlyMark Monteiro
2020-03-15Rename IsNoWebContent to NoWebContentMark Monteiro
2020-03-13Do not check for duplicates if they are allowed in playlist configurationMark Monteiro
2020-03-13Add a configuration flag to allow/disallow duplicates in playlistsMark Monteiro
2020-03-11Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Parse config value correctlyMark Monteiro
2020-03-11Use config setting to decide if web content should be hostedMark Monteiro
Also fail server startup if web content is expected but missing
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-11Merge pull request #2502 from JustAMan/baseitem-equalsBond-009
Adds BaseItem.Equals method that compares items by their Id
2020-03-10Merge pull request #2506 from mark-monteiro/inject-loggers-with-contextBond-009
Inject loggers with context using ILogger<T>
2020-03-10remove useless interfacedkanada
2020-03-09remove unused files and fix some future warningsdkanada
2020-03-05Add inheritdoc comment and squash simple method bodiesVasily
2020-03-05Follow code review suggestionsVasily
2020-03-05Add speed for alpha numeric sortingBond_009
2020-03-04Implement BaseItem.GetHashCode overrideVasily
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-04Merge pull request #2476 from JustAMan/playto-sortdkanada
Bring back sorting when needed to fix PlayTo
2020-03-03Lower log level for BaseItem.Equals to debugVasily
2020-03-02Merge pull request #2474 from JustAMan/simplify-sortingBond-009
Simplify AlphanumericComparer, reduce code duplication