| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-26 | Bump version to 10.12.0 (for real this time) | Joshua M. Boniface | |
| 2025-04-02 | Improve dynamic HDR metadata handling (#13277) | gnattu | |
| * Add support for bitstream filter to remove dynamic hdr metadata * Add support for ffprobe's only_first_vframe for HDR10+ detection * Add BitStreamFilterOptionType for metadata removal check * Map HDR10+ metadata to VideoRangeType.cs Current implementation uses a hack that abuses the EL flag to avoid database schema changes. Should add proper field once EFCore migration is merged. * Add more Dolby Vision Range types Out of spec ones are problematic and should be marked as a dedicated invalid type and handled by the server to not crash the player. Profile 7 videos should not be treated as normal HDR10 videos at all and should remove the metadata before serving. * Remove dynamic hdr metadata when necessary * Allow direct playback of HDR10+ videos on HDR10 clients * Only use dovi codec tag when dovi metadata is not removed * Handle DV Profile 7 Videos better * Fix HDR10+ with new bitmask * Indicate the presence of HDR10+ in HLS SUPPLEMENTAL-CODECS * Fix Dovi 8.4 not labeled as HLG in HLS * Fallback to dovi_rpu bsf for av1 when possible * Fix dovi_rpu cli for av1 * Use correct EFCore db column for HDR10+ * Undo outdated migration * Add proper hdr10+ migration * Remove outdated migration * Rebase to new db code * Add migrations for Hdr10PlusPresentFlag * Directly use bsf enum * Add xmldocs for SupportsBitStreamFilterWithOption * Make `VideoRangeType.Unknown` explicitly default on api models. * Unset default for non-api model class * Use tuples for bsf dictionary for now | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-02-20 | Moved Database projects under /src | JPVenson | |
| removed old pgsql references | |||
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2025-01-18 | applied review comments | JPVenson | |
| 2024-12-15 | Applied review comments | JPVenson | |
| 2024-11-17 | Merge branch 'master' into feature/EFUserData | JPVenson | |
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2024-11-14 | Merge branch 'jellyfin:master' into feature/EFUserData | JPVenson | |
| 2024-11-12 | Fixed invalid columns on MediaStreams | JPVenson | |
| 2024-11-12 | Fixed AncestorIds | JPVenson | |
| Fixed Sorting, NextUp and Continue Watching | |||
| 2024-11-11 | Fixed Duplicate returns on grouping | JPVenson | |
| Fixed UserDataKey not stored | |||
| 2024-10-26 | Bump version to 10.11.0 | Jellyfin Release Bot | |
| 2024-10-20 | i have too much time. | JPVenson | |
| Refactored BaseItem and UserData relation | |||
| 2024-10-11 | Expanded People architecture and fixed migration | JPVenson | |
| 2024-10-10 | Applied Review Suggestions | JPVenson | |
| 2024-10-10 | Refactored ItemValue structure | JPVenson | |
| 2024-10-10 | Update comments | JPVenson | |
| 2024-10-10 | Update comments | JPVenson | |
| 2024-10-09 | Used enum value for ItemValueType | JPVenson | |
| 2024-10-09 | Added comments | JPVenson | |
| 2024-10-09 | Fixed AncestorIds and applied review comments | JPVenson | |
| 2024-10-09 | Expanded BaseItem aggregate types | JPVenson | |
| 2024-10-09 | Apply suggestions from code review | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-10-09 | Add migration for library.db to jellyfin.db | JPVenson | |
| 2024-10-09 | Fixed (most) tests | JPVenson | |
| 2024-10-09 | Added EF BaseItem migration | JPVenson | |
| 2024-10-09 | Added BaseItem Configuration | JPVenson | |
| 2024-10-09 | Naming refactoring and WIP porting of new interface repositories | JPVenson | |
| 2024-10-08 | Removed BaseSqliteRepository | JPVenson | |
| 2024-10-08 | WIP migration sqlite item repository to efcore | JPVenson | |
| 2024-10-08 | Added Sorting and Grouping | JPVenson | |
| 2024-10-08 | Removed SimilarityScore and ported Search function | JPVenson | |
| 2024-10-08 | WIP port search function | JPVenson | |
| 2024-10-08 | WIP Search refactoring and Provider ID refactoring | JPVenson | |
| 2024-10-08 | WIP BaseItem search refactoring | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-09-18 | Add SessionInfoDto, DeviceInfoDto and implement ↵ | Shadowghost | |
| JsonDelimitedArrayConverter.Write | |||
| 2024-09-08 | WIP move baseitem to jellyfin.db | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 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-05-11 | Bump version to 10.10.0 | Jellyfin Release Bot | |
| 2024-03-23 | Add new VideoRangeTypes to fully support DoVi on webOS (#10469) | vedant | |
| 2024-03-08 | Lowercase MediaStreamProtocol for backwards compatibility | Cody Robibero | |
| 2024-03-04 | Add MediaStreamProtocol enum (#10153) | Niels van Velzen | |
| * Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-01-06 | Detect audio spatial format (#9996) | Mohamed Akram | |
| * Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
