| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 18 hours | Merge pull request #16220 from Shadowghost/epg-fixesHEADmaster | Niels van Velzen | |
| Fix EPG issues | |||
| 29 hours | Fix use of thread-unsafe List<T>.Sort() | Gabriel Luci | |
| 37 hours | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 40 hours | Merge pull request #16166 from Shadowghost/ignore-caching | Niels van Velzen | |
| Implement ignore rule caching | |||
| 40 hours | Merge pull request #16761 from Shadowghost/fix-recursive-collection-folder | Niels van Velzen | |
| Fix Playlist and Boxset query, save and count performance | |||
| 40 hours | Merge pull request #16616 from dkanada/fix-person-limit | Niels van Velzen | |
| fix person TotalRecordCount when limit is applied | |||
| 48 hours | Fix Playlist and Boxset query and count perf | Shadowghost | |
| 2 days | fix person TotalRecordCount when limit is applied | dkanada | |
| 2 days | Implement ignore rule caching | Shadowghost | |
| 3 days | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 3 days | Omit BoxSet related materialization | Shadowghost | |
| 3 days | Use strict QSV CPB size for less powerful H.264 decoder | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 3 days | feat/audiobook_chapters (#16518) | Seven Rats | |
| feat/audiobook_chapters | |||
| 6 days | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 7 days | Backport pull request #16718 from jellyfin/release-10.11.z | gnattu | |
| Allow HDR10 for VPP tonemapping Original-merge: 938c0435960345ac3d91e7705becfaf8edc57f17 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-04-20 | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 2026-04-19 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-04-18 | Update to Jellyfin.XmlTv 10.12.0-pre1 | Bond_009 | |
| 2026-04-13 | add NameStartsWithOrGreater parameter to Persons endpoint | dkanada | |
| 2026-04-12 | add NameStartsWith and NameLessThan filters to Person search | dkanada | |
| 2026-04-11 | Apply review suggestions | Shadowghost | |
| 2026-04-11 | Merge remote-tracking branch 'upstream/master' into epg-fixes | Shadowghost | |
| 2026-04-07 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-04-06 | Update MediaBrowser.Controller/Entities/BaseItem.cs | Tim Eisele | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2026-04-06 | Fix GHSA-jh22-fw8w-2v9x | Shadowghost | |
| 2026-04-06 | Add additional validations | Shadowghost | |
| 2026-04-06 | Fix GHSA-j2hf-x4q5-47j3 with improved sanitization | Joshua M. Boniface | |
| Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de> | |||
| 2026-04-06 | Merge pull request #16342 from Bond-009/spammydebug | Bond-009 | |
| Don't spam debug log with items without rating | |||
| 2026-04-05 | add StartIndex and ParentId to person search | dkanada | |
| 2026-04-02 | Fix parental ratings not working on music albums | theguymadmax | |
| 2026-04-02 | Merge pull request #16419 from Shadowghost/extend-segment-interface | Niels van Velzen | |
| Add callback for segment data pruning to IMediaSegmentProvider | |||
| 2026-04-01 | Wrap method parameters | Shadowghost | |
| 2026-03-30 | Backport pull request #16519 from jellyfin/release-10.11.z | nyanmisaka | |
| Fix Null was not checked before using the H264 profile Original-merge: 89e914c7f18a6fcacf093d5f8df63b0d0506cbd5 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-03-30 | Apply review comments | Shadowghost | |
| 2026-03-29 | fix: cap GetVideoBitrateParamValue at 400 Mbps (#16467) | scheilch | |
| * fix: cap GetVideoBitrateParamValue at 400 Mbps The previous cap of int.MaxValue / 2 (~1073 Mbps) is far beyond any realistic transcode target and allows encoder parameters derived from it (e.g. -bufsize = bitrate * 4 for QSV) to grow to multi-gigabit values, which is incorrect regardless of whether the encoder tolerates it. 400 Mbps is a safe upper bound for all current hardware encoders: - Intel QSV H.264 peaks at ~300 Mbps (High 5.1 CPB = 168.75 Mbit) - HEVC High Tier Level 5.x supports ~240 Mbps - AV1 hardware encoders have no meaningful real-world constraint at this level The existing FallbackMaxStreamingBitrate mechanism (default 30 Mbps) provides a similar guard but only when LiveStreamId is set, covering M3U and HDHR sources. Plugin-provided streams and any source that bypasses the LiveTV pipeline are not subject to it and can pass unreasonably high values downstream. This cap closes that gap for all encoder paths. Suggested by @nyanmisaka in review of #16376. * Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs --------- Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2026-03-24 | Fix int32 overflow in QSV rate-control parameter computation (#16376) | scheilch | |
| Fix int32 overflow in QSV rate-control parameter computation | |||
| 2026-03-23 | Backport pull request #16423 from jellyfin/release-10.11.z | nyanmisaka | |
| Fix readrate options in FFmpeg 8.1 Original-merge: 29b236185701091f6719862b05bd7bda58d88475 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-03-14 | Add callback for segment data pruning to IMediaSegmentProvider | Shadowghost | |
| 2026-03-14 | Don't throw if path is missing | Shadowghost | |
| 2026-03-13 | Backport pull request #16293 from jellyfin/release-10.11.z | IceStormNG | |
| Apply analyzeduration and probesize for subtitle streams to improve codec parameter detection Original-merge: fda49a5a49c2b6eadeb5f9b1b1bb683d536973f3 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-03-13 | Merge pull request #16388 from theguymadmax/respect-library-country-code | Bond-009 | |
| Respect library country code for parental ratings | |||
| 2026-03-11 | Return BadRequest when an invalid set of filters is given | Bond_009 | |
| 2026-03-11 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-03-11 | Fix DeleteItemsUnsafeFast usage | Shadowghost | |
| 2026-03-10 | Respect library country code for parental ratings | theguymadmax | |
| 2026-03-07 | Split BaseItemRepository and IItemRepository | Shadowghost | |
| 2026-03-06 | Fix trickplay generation for parts and alt versions | Shadowghost | |
| 2026-03-05 | Ensure parts use base type | Shadowghost | |
| 2026-03-04 | Don't spam debug log with items without rating | Bond_009 | |
| 2026-03-03 | Fix stacking | Shadowghost | |
