| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-10 | Rename Emby.Drawing and move to src (#9054) | Patrick Barron | |
| * Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing | |||
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-06-29 | Merge pull request #7946 from cvium/svg | Cody Robibero | |
| (cherry picked from commit 4ebe70cf6a12be4f4eae0b815a269a483ee238bb) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-01-03 | Don't transform gif | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-11-08 | Fix and disable new dotnet6 warnings | Cody Robibero | |
| 2021-10-03 | Remove workaround for dotnet/runtime#42790 | Bond_009 | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-04-11 | Fix build, increase StringBuilder starting size | Odd Stråbø | |
| 2021-04-11 | Apply suggestions from code review | Odd Stråbø | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-04-11 | Remove GetSizeEstimate & GetEstimatedAspectRatio | Odd Stråbø | |
| from MediaBrowser.Controller.Drawing.ImageHelper Rework GetCacheFilePath to take requested with and height parameters in stead of using estimated output size | |||
| 2021-04-10 | Merge pull request #4988 from Bond-009/crop | Bond-009 | |
| 2021-03-06 | Enable nullable for Jellyfin.Data and remove unnecessary attributes | Patrick Barron | |
| 2021-01-09 | Remove CropWhitespace function | Bond_009 | |
| 2020-10-13 | Merge pull request #3954 from Ullmie02/library-pictures | Anthony Lavado | |
| Use backdrop with library name as library thumbnail | |||
| 2020-09-13 | Fix parameters validation in ImageProcessor.GetCachePath | Oleg Shevchenko | |
| 2020-08-21 | Use backdrop with library name as library thumbnail | David | |
| 2020-07-22 | Review usage of string.Substring (part 1) | Bond_009 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-08 | reduce log spam when generating blurhashes | Kristupas Savickas | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-06-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-06-01 | Move logic of computing Blurhash components to ImageProcessor | Vasily | |
| Also rename last few instances of GetImageHash to GetImageBlurHash for clarity | |||
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-23 | Merge branch 'master' into nullable4 | Bond_009 | |
| 2020-04-22 | Remove unused usings | Mark Monteiro | |
| This addresses the new issues identified in SonarCloud analysis | |||
| 2020-04-05 | Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia | Bond_009 | |
| 2020-04-04 | Register and construct IImageProcessor, SqliteItemRepository and ↵ | Mark Monteiro | |
| IImageEncoder correctly | |||
| 2020-04-04 | Eliminate circular dependency between LibraryManager and ImageProcessor | Mark Monteiro | |
| 2020-02-12 | Merge branch 'master' into images | Bond-009 | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2020-01-21 | Simplify image processing by removing image enhancers | Bond_009 | |
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-03-11 | Skip processing of images that don't exist | Claus Vium | |
| 2019-02-08 | Merge pull request #822 from Bond-009/imagedimensions | Vasily | |
| Complete rename ImageSize -> ImageDimensions | |||
| 2019-02-06 | Move some arrays to generics | Bond_009 | |
| 2019-02-05 | Complete rename ImageSize -> ImageDimensions | Bond-009 | |
| 2019-02-02 | Fix all warnings | Bond-009 | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
