aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2024-12-09Enable VideoToolbox AV1 decodegnattu
This decoder differs from others provided by VideoToolbox in that it lacks any software fallback. To achieve consistent behavior with other VideoToolbox decoders, this PR implemented additional checking on the server to simulate the software fallback provided by VideoToolbox. The current fallback checking mechanism is a temporary solution. In the long term, it should be replaced with a more capable hardware capability checking system.
2024-11-24Applied review commentsJPVenson
2024-11-19Merge remote-tracking branch 'origin/master' into feature/EFUserDataJPVenson
2024-11-19Backport pull request #13026 from jellyfin/release-10.10.znyanmisaka
Fix missing procamp vaapi filter Original-merge: cf11a2dc1eec3cde51713df745934933102a2dd5 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-19Backport pull request #12991 from jellyfin/release-10.10.zgnattu
Use invariant culture for tonemap options Original-merge: d292fde9e29609b58278e46e4edb155698b2fe1c Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-19Backport pull request #12989 from jellyfin/release-10.10.znyanmisaka
Fix InvariantCulture in VPP tonemap options Original-merge: 25321d7f80a3b065a8d3061a93adb78d701b7412 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-19Backport pull request #12973 from jellyfin/release-10.10.znyanmisaka
Fix pixel format in HEVC RExt SDR transcoding Original-merge: aa08d3f2bf155d55f748bff1f0a0c7f071f79ae7 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-19Backport pull request #12947 from jellyfin/release-10.10.zgnattu
Add a small tolerance value to remux fps check Original-merge: 954950dc145db4edf85cc2c1e3ce068274097b71 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-19Backport pull request #12934 from jellyfin/release-10.10.zShadowghost
Fix playlists Original-merge: 8bee67f1f8dab604d745b3d077330085f7f111d4 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-19Backport pull request #12916 from jellyfin/release-10.10.zJPVenson
Added query filter to disregard disabled Providers Original-merge: 38c08c4fadf9c44625c0baa49929f7e905efdf70 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-11-17Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin ↵JPVenson
into feature/EFUserData
2024-11-17Applied coding styleJPVenson
2024-11-17Merge branch 'master' into feature/EFUserDataJPVenson
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2024-11-14Merge branch 'jellyfin:master' into feature/EFUserDataJPVenson
2024-11-11Fixed Duplicate returns on groupingJPVenson
Fixed UserDataKey not stored
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-11-10reverted tag enumerationJPVenson
2024-11-10Fixed tags aggregationJPVenson
2024-11-03Backport pull request #12940 from jellyfin/release-10.10.zgnattu
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-31Always await instead of directly returning TaskBond_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-28Updated all instances of ImmutableList to ImmutableArrayJPVenson
2024-10-28Changed from ImmuntableList to ImmutableArrayJPVenson
2024-10-26Bump version to 10.11.0Jellyfin Release Bot
2024-10-19Fix seeking beyond EOF in HWA transcoding (#12847)Nyanmisaka
2024-10-19Infer more audio codec from containers (#12837)gnattu
2024-10-11applied review commentsJPVenson
2024-10-11Removed unused mapping tablesJPVenson
2024-10-11Applied Review CommentsJPVenson
2024-10-11Expanded People architecture and fixed migrationJPVenson
2024-10-10Applied review commentsJPVenson
2024-10-10Readded custom serialisationJPVenson
2024-10-10Removed obsolete Score and Similiarity values for searchJPVenson
2024-10-09Apply suggestions from code reviewJPVenson
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-10-09Fixed (most) testsJPVenson
2024-10-09Ported new Item Repository architectureJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson
2024-10-08Removed BaseSqliteRepositoryJPVenson
2024-10-08WIP BaseItem search refactoringJPVenson
2024-10-08Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserDataJPVenson
2024-10-03Clean up deprecated -vsync option (#12765)Nyanmisaka
2024-10-02Fix full range in SW decoder & HW encoder for Trickplay (#12763)Nyanmisaka
2024-10-01Fix RKMPP-DRM-OpenCL mapping (#12758)Nyanmisaka
2024-10-01Improve Trickplay image quality using HQ scaler on intel (#12759)Nyanmisaka
2024-09-29Add perf tradeoff mode to image extractor (#12744)gnattu
2024-09-29Handle full range output in tonemap filter for Trickplay (#12746)Nyanmisaka
2024-09-28Fix vpp tonemap pixfmt regression (#12733)Nyanmisaka
2024-09-28Fix the invalid libplacebo filter option (#12732)Nyanmisaka
2024-09-24Fix get sessions with api key (#12696)gnattu