aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Drawing/ImageProcessor.cs
AgeCommit message (Collapse)Author
2025-05-23Add SVG to transparent image types (#14160)theguymadmax
2025-05-04Recognize file changes and remove data on change (#13839)Tim Eisele
2025-03-25Fixed namespacesJPVenson
2025-02-13Backport pull request #13532 from jellyfin/release-10.10.zgnattu
Fix image encoding concurrency limit Original-merge: 3f539472f3a7c216a6c7d34fb947a144e249f154 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-01-15Applied review commentsJPVenson
2024-10-22Adapted Review sugestionsJPVenson
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson
2024-08-25Backport pull request #12415 from jellyfin/release-10.9.zikelos
Include AVIF extension for support images Original-merge: 5027e3cd53455f55a67fa018aaf881ca4fa4eecd Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-01-14Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports ↵Mark Cilia Vincenti
non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker.
2023-10-08Jellyfin.Drawing minor improvementsBond_009
Reduce duplicate/dead code
2023-09-11Removed nesting levels through block-scoped `using` statement (#10025)Lehonti Ramos
Co-authored-by: John Doe <john@doe> Co-authored-by: Lehonti Ramos <lehonti@ramos>
2023-08-22Enable nullable for more files and add testsBond_009
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-01-28Remove ability to add a played indicator to images (#9186)Cody Robibero
2023-01-16Allow limiting parallel image encodings to reduce memory usage (#8783)Hannes Braun
2023-01-10Use file-scoped namespaces in Jellyfin.DrawingPatrick Barron
2023-01-10Rename Emby.Drawing and move to src (#9054)Patrick Barron
* Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing