| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-14 | Merge pull request #12438 from jellyfin/renovate/microsoft | Bond-009 | |
| Update Microsoft to v8.0.8 | |||
| 2024-08-14 | Merge pull request #12405 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update CI dependencies | |||
| 2024-08-13 | Update CI dependencies | renovate[bot] | |
| 2024-08-13 | Update Microsoft to v8.0.8 | renovate[bot] | |
| 2024-08-13 | Merge pull request #12435 from aaronjrodrigues/patch-1 | Niels van Velzen | |
| Update README.md | |||
| 2024-08-12 | Update README.md | Aaron Rodrigues | |
| this fixes some spelling and grammar :) | |||
| 2024-08-12 | Merge pull request #12429 from gnattu/fix-vt-decoder | Bond-009 | |
| Fix VideoToolbox Hi10P | |||
| 2024-08-12 | Merge pull request #12428 from gnattu/remove-unused-encoders | Bond-009 | |
| Remove unused encoders | |||
| 2024-08-12 | Remove duplicated check | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Translated using Weblate (French) | HanaO00 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2024-08-12 | Fix Videotoolbox Hi10P hardware decoding | gnattu | |
| We need to mark h264 as 10bit supported for videotoolbox Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Fix software decoder with videotoolbox encoder | gnattu | |
| Format should be placed before hwupload to support some software decoders Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Use Math.Min | gnattu | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-08-12 | Remove more outdated options. | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Remove container guessing doc from hls | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-12 | Update api doc to remove outdated info | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-11 | Remove legacy encoders | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-11 | Remove VPx encoders | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-06 | Added translation using Weblate (English (Middle)) | koka late | |
| 2024-08-06 | Fix class name | Cody Robibero | |
| 2024-08-06 | Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs | Cody Robibero | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2024-08-05 | Update XmlTvListingsProvider.cs | grumpycat | |
| Fix failing test. | |||
| 2024-08-05 | Update XmlTvListingsProvider.cs | grumpycat | |
| Fixes a bug where certain programs like the "Good Morning America" no longer have the record series button. | |||
| 2024-08-05 | Add scheduled task to automatically search for lyrics | Cody Robibero | |
| 2024-08-05 | Add missing lyric fetcher settings from library options | Cody Robibero | |
| 2024-08-05 | Updated issue Jellyfin version (#12394) | Tim Gels | |
| 2024-08-05 | Enable nullable for NextUpQuery | Bond_009 | |
| 2024-08-05 | Replace UserId with User in NextUpQuery | Bond_009 | |
| 2024-08-05 | Replace UserId with User in UserViewQuery | Bond_009 | |
| 2024-08-05 | Use User overload of UserDataManager.SaveUserData when possible | Bond_009 | |
| 2024-08-05 | Change arguments AssertCanUpdateUser to take a user | Bond_009 | |
| 2024-08-05 | Pass User instead of UserId inside LatestItemsQuery | Bond_009 | |
| 2024-08-05 | Backport pull request #12390 from jellyfin/release-10.9.z | justinkb | |
| fix SA1201 issue Original-merge: 3f3145600c4335aee24da8c5ee5f064f85b5821b Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Backport pull request #12374 from jellyfin/release-10.9.z | nyanmisaka | |
| Fix compatibility between TranscodingThrottler and FFmpeg 7.0 Original-merge: ee0094d889fe99cc3e27b556d5470e94b2521a3e Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Backport pull request #12356 from jellyfin/release-10.9.z | nielsvanvelzen | |
| Fix creating virtual seasons (again) Original-merge: 900acc03aa9f238abf7cf3411c14cf56a8fe5a3f Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Backport pull request #11901 from jellyfin/release-10.9.z | gnattu | |
| Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2024-08-05 | Fix missing service registration for MediaSegments (#12392) | JPVenson | |
| 2024-08-05 | Add media segments API (#12345) | JPVenson | |
| * Added Media segment manager * Added "HasSegments" to MediaSourceInfo when requesting though baseitem * Fixed ordering of Media Segements * Added media segment API controller * Added .ConfigureAwait(false) on media segments manager * renamed MediaSegmentsController removed empty route * Added Model layer for Media Segments Fixed review comments Media segments * Updated media segment naming refactored api and manager usage * Added mediaSegment type filter * Fixed codesmell * Fixed naming and typos * Added EF Migration * Added Identity Generation for MediaSegments Made mediasegment filter optional * Fixed optional filter parameter * refactored segment namespace * Added SegmentProviderId to MediaSegment * Media segment comment indentation * Added MediaSegmentManager query notracking | |||
| 2024-08-05 | Merge pull request #12388 from jellyfin/renovate/z440.atl.core-5.x | Bond-009 | |
| Update dependency z440.atl.core to v5.26.0 | |||
| 2024-08-05 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-08-04 | Update VideoToolbox pipeline for jellyfin-ffmpeg7 (#12380) | gnattu | |
| 2024-08-04 | Update dependency z440.atl.core to v5.26.0 | renovate[bot] | |
| 2024-08-04 | Translated using Weblate (Spanish (Argentina)) | Franco Castillo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/ | |||
| 2024-08-03 | use string.Empty | Evan Jarrett | |
| 2024-08-03 | Add a new EncodingOption for QsvDevice | Evan Jarrett | |
| 2024-08-03 | Allow QSV to use the renderNodePath instead of defaulting to the first ↵ | Evan Jarrett | |
| available device | |||
| 2024-08-02 | Merge pull request #12376 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update actions/upload-artifact action to v4.3.5 | |||
| 2024-08-02 | Update actions/upload-artifact action to v4.3.5 | renovate[bot] | |
| 2024-08-02 | Use collection initializers when possible | CS | |
| 2024-08-02 | Update default artwork repository url to point to githubusercontent.com domain | CS | |
