aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-07-23Make UNIX socket configurableBond_009
2020-07-22Make CreateUser asyncBond_009
2020-07-22Fix buildBond_009
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-21minor changesNyanmisaka
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-20fix qsv device creation on Comet LakeNyanmisaka
reddit: https://www.reddit.com/r/jellyfin/comments/huct4x/jellyfin_1060_released/fyn30ds
2020-07-20Fix warningsBond_009
2020-07-19Merge pull request #3569 from nyanmisaka/textsub-fixJoshua M. Boniface
Fix QSV subtitle burn-in on windows and P010 detect
2020-07-19Continute workDavid
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-07-17enhance platform check and 10bit detectNyanmisaka
2020-07-17fix indentNyanmisaka
2020-07-17Match the size of subtitle stream and video streamNyanmisaka
2020-07-16Fix QSV subtitle burn-in on windows and P010 detectNyanmisaka
2020-07-15Simplify name of IsCopyDocMax Git
2020-07-15Move videostream null check to start of GetHardwareAcceleratedVideoDecoderMax Git
2020-07-14Merge pull request #3500 from nyanmisaka/vpp-qsvdkanada
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
2020-07-13Remove UserManager.AddPartsPatrick Barron
2020-07-13keep playstate during syncplay group creationdkanada
2020-07-04Merge pull request #3502 from barronpm/array-emptyBond-009
Use Array.Empty
2020-07-04Use Array.EmptyPatrick Barron
2020-07-04solve the green line issue on QSVnyanmisaka
2020-07-04Merge pull request #3423 from crobibero/easypasswordJoshua M. Boniface
Remove EasyPassword from Authentication providers
2020-06-29Respect FFMpeg path passed via Environment VariableNeil Burrows
2020-06-27Merge pull request #3455 from jellyfin/valuesdkanada
Use constructor to set optimal config values
2020-06-27use constructor to set optimal config valuesdkanada
2020-06-26Merge remote-tracking branch 'upstream/master' into external-id-typeMark Monteiro
2020-06-26Merge pull request #3435 from crobibero/revert-missing-fieldsdkanada
revert missing session fields
2020-06-26Merge pull request #3437 from barronpm/fix-user-deletedkanada
Fix User Deletion
2020-06-26Merge pull request #3439 from cvium/ignore_application_foldersdkanada
Never ignore application folders
2020-06-25Remove AllowIgnorePathClaus Vium
2020-06-24Fix typoPatrick Barron
2020-06-24Fix user deletion.Patrick Barron
2020-06-24revert missing session fieldscrobibero
2020-06-23Revert ILoggerFactory usage in BaseItem.cscrobibero
2020-06-22Merge remote-tracking branch 'upstream/master' into easypasswordcrobibero
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-20brace multiline if statements (cont.)telans
2020-06-20newlines after bracestelans
2020-06-20brace multiline if statementstelans
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20remove regionstelans
2020-06-20fix some documentation periodstelans
2020-06-20fix SA1119telans
2020-06-19Merge remote-tracking branch 'upstream/master' into quickconnectConfusedPolarBear
2020-06-19API cleanupConfusedPolarBear