aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-04-17Add back warning message when Skia encoder cannot be usedMark Monteiro
2020-04-16Update documentation for URL methods in ApplicationHostMark Monteiro
2020-04-16Remove CanConnectWithHttps PropertyMark Monteiro
It is only used in one place and only adds confusion by existing
2020-04-15Add quick connectConfusedPolarBear
2020-04-15Add missing punctuation in xml commentMark Monteiro
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-15Merge branch 'master' into nullable3Bond_009
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-13Document AuthenticationException correctlyMark Monteiro
2020-04-13Clean up SecurityExceptionMark Monteiro
- Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation
2020-04-12Merge pull request #2715 from nyanmisaka/libfdk-aacJoshua M. Boniface
Prefer to use libfdk_aac encoder for better audio quality when it is available
2020-04-12Merge pull request #2821 from nyanmisaka/mpeg4Bond-009
Fix MPEG4 broken on VAAPI
2020-04-12update as per suggestionsNyanmisaka
2020-04-12update as per suggestionsNyanmisaka
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11Fix some warningsBond_009
2020-04-10Fix misformed xml doc commentMark Monteiro
2020-04-11probe Main/High 10 more specificallyNyanmisaka
2020-04-10minor changesNyanmisaka
2020-04-10fix mpeg4 failed on vaapiNyanmisaka
2020-04-10Merge pull request #2755 from Bond-009/dbcleanupVasily
Clean up SqliteItemRepository
2020-04-09Address commentsBond_009
2020-04-09Remove unnecessary space in hardware decoders argument for ffmpegferferga
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-07Make localhost LiveTV restreams always use plain HTTP portVasily
2020-04-07drop the unnecessary colorspace conversionNyanmisaka
Since 'hwdownload, format = nv12' has completed the conversion of colorspace. 'format = p010le' is redundant and will reduce the speed by almost half under the premise of unchanged cpu usage.
2020-04-07mpeg4 profile 15 is not supported by vaapi deviceNyanmisaka
2020-04-06Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-05Add CanConnectWithHttps to interfaceMark Monteiro
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-05Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-04Eliminate circular dependency between LibraryManager and ImageProcessorMark Monteiro
2020-04-04Inject logger correctly into ActivityManager and ActivityRepositoryMark Monteiro
2020-04-04Update MediaBrowser.Controller/Entities/InternalPeopleQuery.csBond-009
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-04-03Update InternalPeopleQuery.csBond-009
2020-04-03Clean up SqliteItemRepositoryBond_009
2020-04-03Address commentsBond_009
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps
2020-04-01Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
do-not-instantiate-services-at-startup
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge pull request #2601 from mark-monteiro/support-running-without-web-contentVasily
Support Running Server Without Web Content
2020-04-01Code review suggestionsMark Monteiro
2020-04-01Address commentsBond_009
2020-04-01Merge branch 'master' into minorBond_009
2020-04-01Merge branch 'master' into usingsBond-009
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>