| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-11 | Fixed TopParent not beeing migrated | JPVenson | |
| 2024-11-10 | reverted tag enumeration | JPVenson | |
| 2024-11-10 | Fixed tags aggregation | JPVenson | |
| 2024-11-03 | Backport pull request #12940 from jellyfin/release-10.10.z | gnattu | |
| Remove DynamicImageResponse local image after saved to metadata folder Original-merge: 3a9b48a2aa535d38ad9e8937345b4e610b426606 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-10-31 | Always await instead of directly returning Task | Bond_009 | |
| https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task The performance impact is negligible (and it's me saying that!) | |||
| 2024-10-28 | Updated all instances of ImmutableList to ImmutableArray | JPVenson | |
| 2024-10-28 | Changed from ImmuntableList to ImmutableArray | JPVenson | |
| 2024-10-26 | Bump version to 10.11.0 | Jellyfin Release Bot | |
| 2024-10-19 | Fix seeking beyond EOF in HWA transcoding (#12847) | Nyanmisaka | |
| 2024-10-19 | Infer more audio codec from containers (#12837) | gnattu | |
| 2024-10-11 | applied review comments | JPVenson | |
| 2024-10-11 | Removed unused mapping tables | JPVenson | |
| 2024-10-11 | Applied Review Comments | JPVenson | |
| 2024-10-11 | Expanded People architecture and fixed migration | JPVenson | |
| 2024-10-10 | Applied review comments | JPVenson | |
| 2024-10-10 | Readded custom serialisation | JPVenson | |
| 2024-10-10 | Removed obsolete Score and Similiarity values for search | JPVenson | |
| 2024-10-09 | Apply suggestions from code review | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-10-09 | Fixed (most) tests | JPVenson | |
| 2024-10-09 | Ported new Item Repository architecture | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-10-09 | Naming refactoring and WIP porting of new interface repositories | JPVenson | |
| 2024-10-08 | Removed BaseSqliteRepository | JPVenson | |
| 2024-10-08 | WIP BaseItem search refactoring | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-10-03 | Clean up deprecated -vsync option (#12765) | Nyanmisaka | |
| 2024-10-02 | Fix full range in SW decoder & HW encoder for Trickplay (#12763) | Nyanmisaka | |
| 2024-10-01 | Fix RKMPP-DRM-OpenCL mapping (#12758) | Nyanmisaka | |
| 2024-10-01 | Improve Trickplay image quality using HQ scaler on intel (#12759) | Nyanmisaka | |
| 2024-09-29 | Add perf tradeoff mode to image extractor (#12744) | gnattu | |
| 2024-09-29 | Handle full range output in tonemap filter for Trickplay (#12746) | Nyanmisaka | |
| 2024-09-28 | Fix vpp tonemap pixfmt regression (#12733) | Nyanmisaka | |
| 2024-09-28 | Fix the invalid libplacebo filter option (#12732) | Nyanmisaka | |
| 2024-09-24 | Fix get sessions with api key (#12696) | gnattu | |
| 2024-09-23 | Fix MJPEG hwenc may be incorrectly enabled on AMDGPU (#12695) | Nyanmisaka | |
| 2024-09-23 | Tweak Trickplay migration for speed (#12643) | Cody Robibero | |
| 2024-09-23 | Fix libx264/libx265 auto preset (#12692) | gnattu | |
| 2024-09-23 | Fix intel Xe kernel driver cannot be used with QSV (#12691) | Nyanmisaka | |
| 2024-09-22 | Allow Playlists access for users with allowed tags configured (#12686) | elfalem | |
| 2024-09-22 | Fix incorrect input range for certain hw JPEG encoders (#12683) | Nyanmisaka | |
| 2024-09-22 | Fix the diff between requested and actual resolution in RKMPP (#12680) | Nyanmisaka | |
| 2024-09-21 | Better bitrate and resolution normalization (#12644) | gnattu | |
| 2024-09-22 | Let HLS Controller decide if subtitle should be burn in | gnattu | |
| Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled. | |||
| 2024-09-20 | Fix RKMPP 2pass scaling in Trickplay (#12675) | Nyanmisaka | |
| 2024-09-19 | Merge pull request #12587 from Shadowghost/session-info-dto | Cody Robibero | |
| 2024-09-19 | Enable HEVC RExt HW decoding for 4:2:2/4:4:4 content (#12664) | Nyanmisaka | |
| 2024-09-18 | Sort embedded collections in Nfo files | Marc Brooks | |
| Because the Nfo files emit the collections as they are in-memory, the files are not stable in format, genres, tags, albums, people, etc. are emitted in random orders. Add ordering of the collections when emitting the Nfo files so the file remains stable (unchanged) when underlying media information doesn't change. In the process of this, it became clear that most of the providers and probes don't trim the strings like people's names, genre names, etc. so did a pass of Trim cleanup too. Specific ordering: (alphabetical/numeric ascending after trimming blanks and defaulting to zero for missing numbers) BaseItem: Directors, Writers, Trailers (by Url), Production Locations, Genres, Studios, Tags, Custom Provider Data (by key), Linked Children (by Path>LibraryItemId), Backdrop Images (by path), Actors (by SortOrder>Name) AlbumNfo: Artists, Album Artists, Tracks (by ParentIndexNumber>IndexNumber>Name) ArtistNfo: Albums (by Production Year>SortName>Name) MovieNfo: Artists Fix Debug build lint Fix CI debug build lint issue. Fix review issues Fixed debug-build lint issues. Emits the `disc` number to NFO for tracks with a non-zero ParentIndexNumber and only emit `position` if non-zero. Removed the exception filtering I put in for testing. Don't emit actors for MusicAlbums or MusicArtists Swap from String.Trimmed() to ?.Trim() Addressing PR feedback Can't use ReadOnlySpan in an async method Removed now-unused namespace | |||
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-09-18 | Only sort item by width when they have the same path (#12626) | gnattu | |
| 2024-09-17 | Fix subtitle dar comparison when number not exact (#12660) | gnattu | |
