| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2022-08-28 | allow additional flags after K_ for ffprobe keyframe extraction | Andreas Egli | |
| 2022-08-28 | add gentps flag to ffprobe for keyframe extraction | Andreas Egli | |
| 2022-08-28 | add TryParse to FFProbe Keyframe extraction | Andreas Egli | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-07-13 | bump Jellyfin to 10.9 | Cody Robibero | |
| 2022-06-14 | Merge pull request #7911 from cvium/fix_keyframe_transcode | Cody Robibero | |
| (cherry picked from commit 07b39655ebe2e96388ffbbecebeebb5284c26baf) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-14 | Merge pull request #7894 from crobibero/search-hints | Cody Robibero | |
| (cherry picked from commit 0f75f177361906626e658da86d63583d5111f006) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-09 | Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726) | dependabot[bot] | |
| Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-03-12 | Merge pull request #7325 from eyezak/issue/6450 | Cody Robibero | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
