jellyfin/Jellyfin.Server.Implementations
gnattu 68bfabbaba Add option to extract keyframe only during trickplay image generation
This would be significantly faster than decoding every frame, but it does have compatibility issues. Not all decoders support this mode, notably the VP9 decoder, CUVID decoders, and QSV decoders.

Some videos with very long key-frame intervals may also perform poorly with this mode, as the image timing could become too inaccurate to reflect the actual frame.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17 00:47:22 +08:00
..
Activity Use ExecuteDelete for cleaning activity logs 2023-11-22 09:35:35 -05:00
Devices Backport pull request #11633 from jellyfin/release-10.9.z 2024-05-17 13:51:39 -04:00
Events Store lyrics in the database as media streams (#9951) 2024-02-26 05:09:40 -07:00
Extensions Backport pull request #11823 from jellyfin/release-10.9.z 2024-06-01 18:41:02 -04:00
Migrations Merge branch 'master' into trickplay 2023-10-18 19:27:05 -07:00
ModelConfiguration Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail 2023-06-26 17:40:10 -07:00
Properties Validate the new username when renaming 2021-02-17 11:30:14 +01:00
Security Use ExecuteDelete for removing API keys 2023-11-22 09:40:49 -05:00
Trickplay Add option to extract keyframe only during trickplay image generation 2024-07-17 00:47:22 +08:00
Users Backport pull request #11670 from jellyfin/release-10.9.z 2024-05-17 13:51:47 -04:00
ValueConverters Enable nullable for Jellyfin.Server.Implementations 2020-12-12 11:20:48 -05:00
Jellyfin.Server.Implementations.csproj Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker. 2024-01-14 12:11:16 +01:00
JellyfinDbContext.cs Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail 2023-06-26 17:40:10 -07:00
ModelBuilderExtensions.cs Update StyleCop 2021-12-24 18:28:27 +01:00