aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-27Merge pull request #10357 from herby2212/kill-inactive-streams-v2Claus Vium
Add auto close of an inactive session after X minutes
2023-10-22Fix mismatch between intel VAAPI UMD/KMD in rare casesnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-10-21update to current master to resolve merge conflictherby2212
2023-10-18Merge branch 'master' into trickplayNick
2023-10-14Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-10Merge branch 'master' into xml-parsing-cleanupPatrick Barron
2023-10-10Merge pull request #10347 from Bond-009/drawingBond-009
2023-10-10Merge pull request #10337 from barronpm/system-managerBond-009
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-10-08Merge pull request #10348 from Bond-009/stringsBond-009
2023-10-08Use null propagationStepan Goremykin
2023-10-08Join declaration and assignmentStepan Goremykin
2023-10-08Allow people on booksPithaya
2023-10-08Pass cancellation tokenStepan Goremykin
2023-10-08Remove redundant using directivesStepan Goremykin
2023-10-08Make files readonlyStepan Goremykin
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-10-07integrate development from v1herby2212
2023-10-07Merge pull request #10321 from feilongfl/masterBond-009
2023-10-06Remove unnecessary Trim() from GetPersonFromXmlNodePatrick Barron
2023-10-06Remove logger parameter from XmlReaderExtensions.TryReadDateTimePatrick Barron
2023-10-06Use extension methods in GetPersonFromXmlNodePatrick Barron
2023-10-06Add TryReadInt to XmlReaderExtensionsPatrick Barron
2023-10-06Add ReadNormalizedString to XmlReaderExtensionsPatrick Barron
2023-10-06Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensionsPatrick Barron
2023-10-06Add GetStringArray and GetPersonArray to XmlReaderExtensionsPatrick Barron
2023-10-06Add XmlReader.GetPersonFromXmlNodePatrick Barron
2023-10-06Merge pull request #10135 from 0x25CBFC4F/fix/ffmpeg-probesizeClaus Vium
Fixed probesize argument passing to FFmpeg
2023-10-06simplify the ifClaus Vium
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-10-06change Substring to AsSpanfei long
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-10-04Add SystemManager servicePatrick Barron
2023-10-03Merge pull request #10222 from Bond-009/photosClaus Vium
2023-10-03Merge pull request #10261 from barronpm/ihostlifetimeBond-009
2023-10-02add pcm format when codec is pcm_*YuLong Yao
2023-09-27PhotoResolver: change how generated images are detectedBond_009
Backdrops/fanart are generated as (backdrop)|(fanart)[0-9]*.extension Fixes #7830
2023-09-27Merge pull request #10275 from jellyfin/disable-a53cc-sei-on-h26x-vaapiBond-009
2023-09-25CollectionFolder: replace Dictionary + locks with ConcurrentDictionaryBond_009
This should be faster (and still safe I hope)
2023-09-25Fix A53 CC SEI breaking H26x_VAAPI hardware encodeNyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-09-22Merge pull request #10234 from Shadowghost/cleanup-playlists-taskCody Robibero
2023-09-21Backport pull request #10151 from jellyfin/release-10.8.zNyanmisaka
Fix performance loss of QSV HDR tone-mapping on Windows Original-merge: 757f88b1a20ed493aa6c579a69c37f60092e7b3e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2023-09-16Extend collections cleanup task to include playlists tooShadowghost
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009