aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-04-29Merge pull request #2817 from ferferga/masterVasily
Remove unnecessary space in hardware decoders argument for ffmpeg
2020-04-27Refactor and other minor changesgion
2020-04-27Implement KeepAlive for WebSocketsgion
2020-04-27Check that client is playing the right itemgion
Send date when playback command is emitted Rename some classes
2020-04-27Refactor: rename user to sessiongion
2020-04-27Implement syncplay backendgion
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
Also reverts conflicting changes made in https://github.com/jellyfin/jellyfin/pull/2798
2020-04-26Merge pull request #2990 from mark-monteiro/create-missing-foldersJoshua M. Boniface
Create Missing Data Folders
2020-04-26Ensure metadata path is created on app startup, and also each time it is updatedMark Monteiro
2020-04-26Merge pull request #2798 from JustAMan/fix-livetv-againJoshua M. Boniface
Make localhost LiveTV restreams always use plain HTTP port
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-23Merge pull request #2861 from mark-monteiro/fix-auth-response-codesdkanada
Fix Auth Response Codes
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-22Merge branch 'master' into fix-auth-response-codesBond-009
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-20Remove JsonIgnore from the DateLastSaved property of BaseItemAnthony Lavado
2020-04-20Merge pull request #2916 from Bond-009/minor2dkanada
Minor improvements
2020-04-19Minor improvementsBond_009
2020-04-19Add persistent setting configuration and temporary activationConfusedPolarBear
2020-04-19Merge pull request #2829 from Bond-009/warn19dkanada
Fix some warnings
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.