Commit Graph

  • f88cab9ed2 Fix CRT shader: use hwupload=derive_device=opencl for writable output pool feature/crt-shader mani 2026-02-27 13:33:48 +01:00
  • 0da3d7e29a Fix CRT shader VAAPI path: use reverse=1 instead of hwdownload+hwupload mani 2026-02-27 01:18:15 +01:00
  • f63a22e65e Fix CRT shader: replace fract() with 1-arg wrapper for OpenCL 1.x mani 2026-02-26 01:28:54 +01:00
  • 1325603fd0 Fix CRT shader: rewrite to NV12, remove scale_opencl format conversions mani 2026-02-26 01:19:55 +01:00
  • 26668426d4 Fix CRT shader: simplify VAAPI path to mirror Jellyfin's own OCL pattern mani 2026-02-26 00:16:56 +01:00
  • 945cb3a116 Fix CRT shader: remove build_opts (not supported by jellyfin-ffmpeg) mani 2026-02-26 00:11:46 +01:00
  • d12a39e0c0 Fix CRT shader: route VAAPI→QSV before OpenCL for valid reverse=1 mani 2026-02-25 23:53:00 +01:00
  • b9b7b6f7ef Fix CRT shader: map OpenCL→QSV directly, skip broken VAAPI intermediate mani 2026-02-25 23:18:48 +01:00
  • dd73b1d309 Fix StreamInfo.ToUrl: restore plain key=value for StreamOptions mani 2026-02-25 23:05:57 +01:00
  • 464c02885e Fix CRT shader: add missing QSV decoder path in VAAPI+QSV pipeline mani 2026-02-25 21:15:41 +01:00
  • fb4b87df07 Debug CRT shader: add detailed logging to IsCrtShaderEnabled mani 2026-02-25 02:42:35 +01:00
  • 7574c7eb83 Fix CRT shader: add program_opencl to required filters whitelist mani 2026-02-25 02:23:18 +01:00
  • d725f9a583 Add CRT shader support to Intel QSV pipeline mani 2026-02-24 14:39:21 +01:00
  • cddaff96c2 Fix CRT shader: add OpenCL capability check and scale_opencl syntax mani 2026-02-24 14:24:38 +01:00
  • 6fbc0f87df Add CRT-Lottes shader via FFmpeg program_opencl mani 2026-02-24 14:19:31 +01:00
  • 0bc8b92b6a Merge tag 'v10.11.6' into release-10.11.z release-10.11.z mani 2026-01-20 14:19:06 +01:00
  • 10662e75e4 Bump version to 10.11.6 Jellyfin Release Bot 2026-01-18 20:02:59 -05:00
  • a2b1936e73 Merge pull request #15816 from theguymadmax/preserve-artist-order Joshua M. Boniface 2026-01-18 19:48:17 -05:00
  • 2df546af6d Deduplicate using Distinct theguymadmax 2026-01-18 18:16:45 -05:00
  • 338b480217 Merge pull request #16046 from theguymadmax/restore-weekly-images Claus Vium 2026-01-18 16:36:45 +01:00
  • 2943bb6fdd Restore collection folder image refresh theguymadmax 2026-01-18 01:51:51 -05:00
  • 94edcbd2d1 Fix artist ordering DtoServices theguymadmax 2026-01-17 10:10:06 -05:00
  • a8d1cdefac Address review comments theguymadmax 2026-01-17 10:05:45 -05:00
  • a518160a6f Prioritize better matches on search (#15983) Tim Eisele 2026-01-17 03:05:46 +01:00
  • b56de6493f Be more strict about PersonType assignments (#15872) Tim Eisele 2026-01-17 03:03:13 +01:00
  • 093cfc3f3b Trim music artist names (#15808) theguymadmax 2026-01-16 20:51:48 -05:00
  • 49775b1f6a Fix birthplace not saving correctly (#16020) theguymadmax 2026-01-16 20:47:40 -05:00
  • 22d593b8e9 Add mblink creation logic to library update endpoint. (#15965) Collin T Swisher 2026-01-16 19:47:04 -06:00
  • 2cb7fb52d2 Skip hidden directories and .ignore paths in library monitoring (#16029) theguymadmax 2026-01-16 20:45:19 -05:00
  • 8433b6d8a4 Merge pull request #15899 from MarcoCoreDuo/fix-watch-state-not-kept Joshua M. Boniface 2026-01-16 16:40:36 -05:00
  • 32d2414de0 Merge pull request #15950 from theguymadmax/revert-sort-index-number Bond-009 2026-01-09 18:38:23 +01:00
  • 317a3a47c3 Merge pull request #15961 from theguymadmax/fix-bad-plugin-url Bond-009 2026-01-09 18:24:48 +01:00
  • 7cc33291f5 Add -stats flag to preserve progress updates with custom log level mani 2026-01-06 02:37:54 +01:00
  • 28854ebf2e Add configurable FFmpeg log level mani 2026-01-06 02:17:07 +01:00
  • 7500f4a37f Reduce FFmpeg log verbosity and add client info to error logs mani 2026-01-06 02:01:43 +01:00
  • 9ae454aa18 Add forced transcoding for remote sources based on user permission mani 2026-01-05 18:52:48 +01:00
  • 49beabce9e Improve remote source detection for HTTP streams in M3U tuner mani 2026-01-05 18:52:48 +01:00
  • 845b8cdc8f Fix crash when plugin repository has an invalid URL theguymadmax 2026-01-06 11:57:25 -05:00
  • c86f6439c5 Revert "always sort season by index number" theguymadmax 2026-01-05 11:06:25 -05:00
  • 559e0088e5 Fix tag inheritance for Continue Watching queries (#15931) theguymadmax 2026-01-04 13:20:34 -05:00
  • adaca95590 make db context creation async MarcoCoreDuo 2025-12-31 07:43:07 +01:00
  • 09a1c31fa3 Refactor ReattachUserData methods to be asynchronous MarcoCoreDuo 2025-12-31 03:06:07 +01:00
  • e4b82025b8 move reattaching user data to own function and call it only after fetching metadata for the first time MarcoCoreDuo 2025-12-30 20:09:53 +01:00
  • 78e3702cb0 Fix playlist item de-duplication (#15858) Collin T Swisher 2025-12-24 08:50:15 -06:00
  • 01b20d3b75 Merge pull request #15833 from nyanmisaka/fix-h264-av1-sdr-hls-fallback Bond-009 2025-12-24 10:28:33 +01:00
  • 156761405e Prefer US rating on fallback (#15793) Tim Eisele 2025-12-20 04:41:09 +01:00
  • 1805f2259f add CultureDto cache (#15826) Claus Vium 2025-12-20 04:38:54 +01:00
  • 4c587776d6 Fix the use of HWA in unsupported H.264 Hi422P/Hi444PP (#15819) Nyanmisaka 2025-12-20 10:58:56 +08:00
  • 8379b4634a Enforce more strict webm check (#15807) gnattu 2025-12-20 10:57:08 +08:00
  • 9470439cfa Fix video lacking SAR and DAR are marked as anamorphic (#15834) Nyanmisaka 2025-12-20 10:54:48 +08:00
  • 18096e48e0 Use hvc1 codectag for Dolby Vision 8.4 (#15835) gnattu 2025-12-20 10:53:28 +08:00
  • f2d0ac7b28 Fix missing H.264 and AV1 SDR fallbacks in HLS playlist nyanmisaka 2025-12-19 20:33:24 +08:00
  • 2ccf08f547 Fix artist display order theguymadmax 2025-12-17 01:07:36 -05:00
  • 1e27f460fe Bump version to 10.11.5 Jellyfin Release Bot 2025-12-14 21:44:14 -05:00
  • 4cdd8c8233 Fix unnecessary database JOINs in ApplyNavigations (#15666) Andrew Rabert 2025-12-13 12:58:08 -05:00
  • 6e60634c9f Skip invalid ignore rules (#15746) Tim Eisele 2025-12-13 16:39:49 +01:00
  • 12c5d6b636 Fix backdrop images being deleted when stored with media (#15766) theguymadmax 2025-12-13 10:29:17 -05:00
  • b617c62f8e Fix NullReferenceException in ApplyOrder method (#15768) theguymadmax 2025-12-13 10:28:31 -05:00
  • 035b5895b0 Fix AV1 decoding hang regression on RK3588 (#15776) Nyanmisaka 2025-12-13 23:27:29 +08:00
  • 22da5187c8 Fix collection display order (#15767) theguymadmax 2025-12-13 10:27:01 -05:00
  • 5804d6840c Fix parental rating comparison with sub-scores (#15786) theguymadmax 2025-12-13 10:25:48 -05:00
  • b50ce1ad6b Merge pull request #15752 from Collin-Swish/fix-name-case-insensitivity Bond-009 2025-12-12 21:39:22 +01:00
  • 481ee03f35 Merge pull request #15757 from theguymadmax/fix-trickplays-for-alt-versions Bond-009 2025-12-12 21:31:52 +01:00
  • d91adb5d54 Merge pull request #15662 from SapientGuardian/issue15661 Bond-009 2025-12-10 20:37:57 +01:00
  • ef7f138a4e Fix trickplay images using wrong item on alternate versions theguymadmax 2025-12-09 14:21:09 -05:00
  • 2e8d9a311b Fix case sensitivity edge case Collin Swisher 2025-12-08 17:41:48 -06:00
  • 4c5a3fbff3 Use original name for MusicAritist matching (#15689) gnattu 2025-12-06 10:30:02 +08:00
  • 636908fc4d Fix thumbnails not being deleted from temp folder liszto 2025-12-06 03:29:54 +01:00
  • 997362fc97 Backport dependency updates (#15723) Tim Eisele 2025-12-06 03:27:30 +01:00
  • c5147341e3 Fixes 15661. Replace BlockingCollection with Channel in LimitedConcurrencyLibraryScheduler to prevent blocking in an asynchronous context. Noah Potash 2025-11-28 11:08:53 -05:00
  • ca33bcebf0 Add SapientGuardian to CONTRIBUTORS.md Noah Potash 2025-11-28 11:08:15 -05:00
  • d32f487e8e Fix symlinked file size (#15681) Ivan Kara 2025-12-04 09:04:59 +07:00
  • fb65f8f853 Fix ItemAdded event triggering when updating metadata (#15680) theguymadmax 2025-12-03 21:02:55 -05:00
  • 2a0b90e385 Fix: Add .ts fallback for video streams to prevent crash (#15690) martenumberto 2025-12-04 03:02:39 +01:00
  • dde70fd8a2 Fix stack overflow while scanning (#15698) myzhysz 2025-12-04 10:02:04 +08:00
  • 98d1d0cb35 Merge pull request #15670 from nyanmisaka/fix-mjpeg-rk3576 Niels van Velzen 2025-12-02 13:48:51 +01:00
  • ba76a8f3ad Bump version to 10.11.4 v10.11.4 Jellyfin Release Bot 2025-11-30 21:33:32 -05:00
  • 8cd5652157 Merge pull request #15672 from jellyfin/openapi-cache-z Anthony Lavado 2025-11-30 21:22:29 -05:00
  • 8aff4227d9 Implement caching for OpenAPI document crobibero 2025-11-30 09:04:40 -07:00
  • 026f7472cb Fix the empty output of trickplay on RK3576 nyanmisaka 2025-11-30 21:38:47 +08:00
  • daca285568 Revert "Localization/iso6392.txt: change pob and pop" (#15555) MBR-0001 2025-11-23 19:20:29 +01:00
  • fbb9a0b2c7 Fix ResolveLinkTarget crashing on exFAT drives (#15568) theguymadmax 2025-11-21 23:14:39 -05:00
  • 29b3aa8543 Add hidden file check in bdInfo (#15582) Ziyuan Qu 2025-11-21 23:14:30 -05:00
  • 94f3725208 Fix isMovie filter logic (#15594) theguymadmax 2025-11-21 23:14:03 -05:00
  • 0ee81e87be Fix locked fields on not saving (#15564) theguymadmax 2025-11-19 11:02:53 -05:00
  • c491a918c2 Save item to database before providers run to prevent FK constraint errors (#15563) theguymadmax 2025-11-19 11:01:13 -05:00
  • 1e7e46cb82 Prevent copying HDR streams when only SDR is supported (#15556) gnattu 2025-11-19 09:37:35 +08:00
  • 5ae444d96d Fix NullReferenceException in filesystem path comparison (#15548) theguymadmax 2025-11-18 20:37:09 -05:00
  • ee7ad83427 Restrict first video frame probing to file protocol (#15557) gnattu 2025-11-19 09:36:59 +08:00
  • 921d7d3364 Bump version to 10.11.3 v10.11.3 Jellyfin Release Bot 2025-11-16 17:40:07 -05:00
  • f8e012582a Fix movie titles using folder name when NFOs saver is enabled (#15529) theguymadmax 2025-11-16 15:59:58 -05:00
  • def5956cd1 Fix tmdbid not detected in single movie folder (#14955) theguymadmax 2025-11-16 15:36:35 -05:00
  • abfbaca336 Fix series DateLastMediaAdded not updating when new episodes are added (#15472) theguymadmax 2025-11-16 15:35:43 -05:00
  • 6566188e45 Add 1 minute tolerance for NFO change detection (#15514) theguymadmax 2025-11-15 10:39:25 -05:00
  • 078f9584ed Fix playlist DateCreated and DateLastMediaAdded not being set (#15508) theguymadmax 2025-11-14 17:19:40 -05:00
  • ee34c75386 fix missing font extraction for certain transcoding settings (#15502) Iksas 2025-11-14 02:30:18 +01:00
  • e8150428b6 Fix .ignore handling for directories (#15501) theguymadmax 2025-11-13 20:23:18 -05:00
  • 4b38e35bbb Remove InheritedTags and update tag filtering logic (#15493) theguymadmax 2025-11-13 20:23:03 -05:00
  • 435bb14bb2 Fix gitignore-style not working properly on windows. (#15487) Huo Jiacheng 2025-11-13 10:43:13 +08:00
  • 2e5ced5098 Improve season folder parsing (#15404) theguymadmax 2025-11-12 19:36:57 -05:00