| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-14 | Use System.Net.IPNetwork | Bond_009 | |
| 2023-11-14 | Update to .NET 8 | Bond_009 | |
| 2023-11-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
| 2023-10-27 | Merge pull request #10472 from cvium/dispose_imagefilter | Bond-009 | |
| 2023-10-25 | refactor: cache the resize image filter | cvium | |
| 2023-10-25 | chore(deps): use Svg.Skia instead of the deprecated SkiaSharp.Svg | cvium | |
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-10-08 | Jellyfin.Drawing minor improvements | Bond_009 | |
| Reduce duplicate/dead code | |||
| 2023-10-06 | Reduce string allocations | Bond_009 | |
| Some simple changes to reduce the number of allocated strings | |||
| 2023-09-23 | Start adding IDisposableAnalyzers to projects | Bond_009 | |
| 2023-09-11 | Removed 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-22 | == null -> is null | Bond_009 | |
| 2023-08-22 | Enable nullable for more files and add tests | Bond_009 | |
| Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component | |||
| 2023-08-20 | fix: accessing Standard* of a Process requires manually disposing them ↵ | Claus Vium | |
| afterwards (#10125) | |||
| 2023-06-28 | Merge branch 'master' into trickplay | Nick | |
| 2023-06-28 | Fix clean regex | Bond-009 | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-27 | Fixed RTL text not beeing rendered properly on Lib images (#9612) | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-06-26 | Migrate to trickplay table to EF. Rename vars/methods/members to have ↵ | Nick | |
| consistent use of tile and thumbnail | |||
| 2023-06-22 | Move SkiaSharp related code to Jellyfin.Drawing and IImageEncoder | Nick | |
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-04-10 | #7626 Added handling for common FormatExceptions with Skia loading sv… (#9581) | JPVenson | |
| Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Remove unused using directives | Stepan Goremykin | |
| 2023-02-20 | Improve alternate ordering (#9336) | Bond-009 | |
| 2023-02-12 | Always run code analyzers for tests projects (#9304) | Bond-009 | |
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2023-01-28 | Remove ability to add a played indicator to images (#9186) | Cody Robibero | |
| 2023-01-24 | Simplify AlphanumericComparator | Bond_009 | |
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-16 | Allow limiting parallel image encodings to reduce memory usage (#8783) | Hannes Braun | |
| 2023-01-10 | Use file-scoped namespaces in Jellyfin.Drawing.Skia | Patrick Barron | |
| 2023-01-10 | Use file-scoped namespaces in Jellyfin.Drawing | Patrick Barron | |
| 2023-01-10 | Move Jellyfin.Drawing.Skia to src | Patrick Barron | |
| 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-27 | Use Diacritics.NET | Bond_009 | |
| Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET | |||
| 2022-12-07 | Update deps | Bond_009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-11-09 | chore(deps): update dotnet monorepo (#8708) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-10-28 | Backport pull request #8516 from jellyfin/release-10.8.z | cvium | |
| fix: kill ffprobe if keyframe parsing fails Original-merge: 6d23de64c093b83ba5a9c40d79b6362dd508fd62 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-22 | Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz | MrTimscampi | |
| Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-23 | Backport pull request #8433 from jellyfin/release-10.8.z | Cody Robibero | |
| Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-06 | change variable to camelCase | Andreas Egli | |
