aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-11-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Merge pull request #4507 from BaronGreenback/SpellingJoshua M. Boniface
Corrects spelling in comments
2020-11-19Review suggestionsFernando Fernández
2020-11-19Merge pull request #4342 from crobibero/base-item-managerClaus Vium
Add BaseItemManager
2020-11-18More spelling corrections.Greenback
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsamplingJoshua M. Boniface
Add FLAC and define the corresponding target sample rate
2020-11-17Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.csCody Robibero
2020-11-17Use all system cores when threads are set to auto or bigger than the amount ↵Fernando Fernández
of system's cores
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-12Convert array property to IReadOnlyListcrobibero
2020-11-11Fixes #4465 by adding the missing extras folders.Kayila
2020-11-10Update packages to net5crobibero
2020-11-08Merge pull request #4247 from crobibero/update-pluginClaus Vium
Update all on-disk plugins
2020-11-08Remove OriginalAuthenticationInfo and add IsAuthenticated propertycvium
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-08Merge pull request #3086 from redSpoutnik/api-upload-subtitleClaus Vium
Add Post subtitle in API
2020-11-08Merge pull request #4420 from cvium/fix_person_studio_genre_endpointsClaus Vium
Fix Persons, Genres and Studios endpoints
2020-11-08Merge pull request #4412 from cvium/fix_displaypreferences_creationClaus Vium
Save new display preferences
2020-11-08Merge pull request #4330 from crobibero/api-key-authClaus Vium
Fix ApiKey authentication
2020-11-06Merge pull request #4424 from jellyfin/minor8Claus Vium
Minor perf improvements
2020-11-06Minor perf improvementsBond_009
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-11-03Apply patchcrobibero
2020-11-03Merge remote-tracking branch 'upstream/master' into livetv-ts-fixcrobibero
2020-11-03Merge pull request #4405 from nyanmisaka/aac-directstreamBond-009
Fix AAC direct streaming
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
Minor improvements
2020-11-02Save new display preferencescvium
2020-11-01fix aac directstreamingnyanmisaka
2020-10-29Convert some code in UserManager to asyncPatrick Barron
2020-10-29Fix null referencecrobibero
2020-10-28Use proper IsApiKey flagcrobibero
2020-10-28Default output audio bitrate to 128knyanmisaka
2020-10-27Use BaseItemManagercrobibero
2020-10-27Add BaseItemManagercrobibero
2020-10-22[AudioTranscoding] Add FLAC as supported target audio format and be able to ↵Stéphane Senart
define the corresponding target sample rate
2020-10-17Fix buildBond_009
2020-10-17Use nameof where possibleBond_009
2020-10-17Merge branch 'master' into update-pluginBaronGreenback
2020-10-17Merge pull request #4285 from cvium/fix_websocketlistenersJoshua M. Boniface
Fix IWebSocketListener service registration
2020-10-17Merge pull request #4171 from nyanmisaka/amf-tonemapJoshua M. Boniface
Add tonemapping for AMD AMF
2020-10-15Merge pull request #4324 from crobibero/dotnet-3.1.9dkanada
Update to dotnet 3.1.9
2020-10-14Merge pull request #4315 from Jan-PieterBaert/fix-warningsBond-009
Fix some warnings
2020-10-13Update to dotnet 3.1.9crobibero
2020-10-13Merge pull request #3954 from Ullmie02/library-picturesAnthony Lavado
Use backdrop with library name as library thumbnail
2020-10-12Fix SA 1116 warningsJan-Pieter Baert