[PR #3838] [MERGED] MemoryStream optimizations #9717

Closed
opened 2026-02-07 06:07:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3838
Author: @Bond-009
Created: 8/7/2020
Status: Merged
Merged: 8/13/2020
Merged by: @anthonylavado

Base: masterHead: memorystream


📝 Commits (3)

📊 Changes

8 files changed (+48 additions, -29 deletions)

View changed files

📝 Emby.Server.Implementations/AppBase/ConfigurationHelper.cs (+11 -5)
📝 Emby.Server.Implementations/HttpServer/HttpResultFactory.cs (+3 -2)
📝 Emby.Server.Implementations/HttpServer/StreamWriter.cs (+2 -2)
📝 Emby.Server.Implementations/Serialization/MyXmlSerializer.cs (+6 -4)
📝 Jellyfin.Api/Controllers/ImageController.cs (+1 -1)
📝 MediaBrowser.Model/IO/IODefaults.cs (+7 -0)
📝 MediaBrowser.Providers/Manager/ImageSaver.cs (+17 -14)
📝 MediaBrowser.Providers/Subtitles/SubtitleManager.cs (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3838 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/7/2020 **Status:** ✅ Merged **Merged:** 8/13/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `memorystream` --- ### 📝 Commits (3) - [`371a09c`](https://github.com/jellyfin/jellyfin/commit/371a09c60bddb49298e2cf7f1968514ab4d243e4) MemoryStream optimizations - [`4a4dff1`](https://github.com/jellyfin/jellyfin/commit/4a4dff19731529db710907b355cd620c828683e7) Fix - [`593dbca`](https://github.com/jellyfin/jellyfin/commit/593dbcabffd1a0c09af64f3a19ed46c97d626559) Fix docs ### 📊 Changes **8 files changed** (+48 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/AppBase/ConfigurationHelper.cs` (+11 -5) 📝 `Emby.Server.Implementations/HttpServer/HttpResultFactory.cs` (+3 -2) 📝 `Emby.Server.Implementations/HttpServer/StreamWriter.cs` (+2 -2) 📝 `Emby.Server.Implementations/Serialization/MyXmlSerializer.cs` (+6 -4) 📝 `Jellyfin.Api/Controllers/ImageController.cs` (+1 -1) 📝 `MediaBrowser.Model/IO/IODefaults.cs` (+7 -0) 📝 `MediaBrowser.Providers/Manager/ImageSaver.cs` (+17 -14) 📝 `MediaBrowser.Providers/Subtitles/SubtitleManager.cs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:07:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9717