| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-20 | Rewatching next up (#7253) | SenorSmartyPants | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-28 | Merge pull request #6436 from daullmer/splashscreen | Cody Robibero | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-21 | Merge pull request #7225 from crobibero/query-result | Bond-009 | |
| 2022-01-20 | Merge pull request #6600 from cvium/keyframe_extraction_v1 | Cody Robibero | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-19 | Merge pull request #7176 from dmitrylyzo/fix-trailers-1 | Bond-009 | |
| 2022-01-18 | Merge pull request #7197 from dmitrylyzo/fix-max-resolution | Claus Vium | |
| Fix maximum video resolution for dynamic HLS controller | |||
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-16 | Fix maximum video resolution for dynamic HLS controller | Dmitry Lyzo | |
| 2022-01-16 | Remove unnecessary array allocation | Dmitry Lyzo | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-01-14 | Fix duplication of local trailers | Dmitry Lyzo | |
| 2022-01-11 | Refactor and add scheduled task | cvium | |
| 2022-01-10 | Use png for storage | Cody Robibero | |
| 2022-01-10 | suggestions from review | Cody Robibero | |
| 2022-01-10 | Suggestions from review | Cody Robibero | |
| 2022-01-08 | Remove unused httpContext parameter | SenorSmartyPants | |
| 2022-01-08 | Make identify flag describe purpose, not source | Joe Rogers | |
| 2022-01-08 | Merge pull request #7101 from Bond-009/imagejpg | Cody Robibero | |
| Remove incorrect mime type image/jpg | |||
| 2022-01-07 | Remove isHeadRequest from GetStaticFile method signatures | SenorSmartyPants | |
| 2022-01-07 | Remove special HTTP HEAD processing | SenorSmartyPants | |
| removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play videos from JF. | |||
| 2022-01-07 | Merge branch 'master' into keyframe_extraction_v1 | cvium | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | |||
| 2022-01-05 | Error on SA1316 | Bond_009 | |
| 2022-01-04 | Clean up | Cody Robibero | |
| 2022-01-04 | Apply suggestions from code review | David Ullmer | |
| 2022-01-04 | Add missing response code documentation | David Ullmer | |
| 2022-01-04 | Remove darkening filter from Splashscreen | David Ullmer | |
| Using the foregroundLayer parameter has the same effect | |||
| 2022-01-04 | Add Splashscreen API endpoint to ImageController | David Ullmer | |
| 2022-01-04 | Remove splashscreen generation from IImageEncoder and add IImageGenerator | David Ullmer | |
| 2022-01-04 | Always use 1080p, add max parental rating | David Ullmer | |
| 2022-01-04 | Add api controller for splashscreen | David Ullmer | |
| 2022-01-04 | Remove incorrect mime type image/jpg | Bond_009 | |
| 2022-01-02 | Add refresh flag to remove existing data/images | Joe Rogers | |
| Fixes #7040 | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-26 | Merge pull request #6934 from nyanmisaka/hwa | Cody Robibero | |
| HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec | |||
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-25 | Merge remote-tracking branch 'origin/master' into hwa | nyanmisaka | |
| 2021-12-24 | Merge DynamicHlsController and VideoHlsController (#119) | Claus Vium | |
| * Merge DynamicHlsController and VideoHlsController Co-authored-by: Nyanmisaka <nst799610810@gmail.com> | |||
| 2021-12-24 | EncodingHelper hwaccel pipelines refactor | nyanmisaka | |
| separate the HW pipeline according to HWA method for maintainability. | |||
| 2021-12-24 | Update Jellyfin.Api/Controllers/VideoHlsController.cs | Cody Robibero | |
| 2021-12-24 | Merge branch 'master' into comparisons | Cody Robibero | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-24 | Merge pull request #6867 from yresquirol/related-media | Cody Robibero | |
| 2021-12-23 | Update Jellyfin.Api/Controllers/LibraryController.cs | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-18 | Fix query param spelling | Cody Robibero | |
| 2021-12-15 | Merge branch 'master' into what_could_go_wrong | Claus Vium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
