aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-10-04Improve GroupInfo classBond_009
* Fixed docs * Remove extra dictionary lookups * change property to constant
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-10-03Enhance workload when tone mapping on some APUsNyanmisaka
2020-10-03enhance workload when tone mapping with AMFNyanmisaka
zscale filter is required.
2020-10-02fix parallelism when set to 0Gary Wilber
2020-10-01Switch to TPL dataflow for subfolder scanGary Wilber
2020-10-01Remove PlayableStreamFileNames as unusedStanislav Ionascu
Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property.
2020-10-01Add probe / direct-stream / transcoding support for BluRaysStanislav Ionascu
This commit (and ffmpeg built with libbluray support), adds support for playback of bluray images (bd-iso) and bluray folders.
2020-10-01feat: convert supportedCommands strings to enumsgithub@esslinger.dev
2020-09-30Increase library scan and metadata refresh speedGary Wilber
2020-09-30Update all on-disk pluginscrobibero
2020-09-30Merged with latest masterJim Cartlidge
2020-09-29Merge pull request #4236 from ConfusedPolarBear/warnings1Bond-009
Fix some warnings
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-27Use the get or add argumentGary Wilber
2020-09-27remove unnecessary parenthesesGary Wilber
2020-09-27update based on suggestionsGary Wilber
2020-09-27Use ConcurrentDictionary's in DirectoryServiceGary Wilber
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-24Updated to masterJim Cartlidge
2020-09-23Merge pull request #4189 from Bond-009/minor5Anthony Lavado
Minor improvements
2020-09-20Minor improvementsBond_009
2020-09-17add tonemap for AMD AMFnyanmisaka
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-12update to dotnet 3.1.8crobibero
2020-09-12Large number of filesJim Cartlidge
2020-09-11Fix added warningscrobibero
2020-09-11Merge remote-tracking branch 'upstream/master' into api-upload-subtitlecrobibero
2020-09-09Minor performance improvements to item savingBond_009
2020-09-07Remove excess code.BaronGreenback
2020-09-04Merge pull request #3442 from nyanmisaka/tonemapJoshua M. Boniface
Tonemapping function relying on OpenCL filter and NVENC HEVC decoder
2020-09-04Merge pull request #3879 from cvium/fix_theme_songsBond-009
Populate ThemeVideoIds and ThemeSongIds
2020-09-03Merge branch 'master' into scoped-displaypreferencesPatrick Barron
2020-09-04Merge branch 'master' into tonemapNyanmisaka
2020-09-03Merge pull request #4031 from Bond-009/warn28Joshua M. Boniface
Fix some warnings
2020-09-03Merge pull request #3877 from orryverducci/deinterlace-improvementsBond-009
Deinterlacing improvements
2020-09-03Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-09-03Merge pull request #4043 from cvium/remove_shit_and_shit_adjacent_shitAnthony Lavado
Split HttpListenerHost into middlewares
2020-09-03Sort by SortName after scanningClaus Vium
2020-09-03Merge pull request #4042 from jellyfin/ci-packaging-fixesBond-009
Fixes for CI Nuget package pushing and CI triggers
2020-09-03Fix startup messageClaus Vium
2020-09-03Kill HttpListenerHostClaus Vium
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Merge pull request #4039 from cvium/remove_shit_and_shit_adjacent_shitBond-009
Remove ServiceStack and related stuff
2020-09-02Fixes for CI Nuget package pushing and CI triggersErwin de Haan
Also adds SourceLink support and symbols that are pushed to Nuget. Add symbols to main nuget packages for unstable builds (Azure Artifacts does not support symbols outside of the main package) SourceLink will enable stepping during debugging.
2020-09-02Add the item path to the ItemLookupInfo class.Erwin de Haan
This is important for the Shoko Anime Meatdata provider plugin.
2020-09-02More fixesClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-31Fix some warningsBond_009
2020-08-31Enable nullable for interfaceDavid Ullmer