jellyfin/MediaBrowser.MediaEncoding
gnattu 3f539472f3
Fix image encoding concurrency limit (#13532)
* Fix image encoding concurrency limit

The current FFmpeg image extractor is configured to use a resource pool size that always equals 2 times the number of CPU cores, which is somewhat excessive. Make the default equal to the core count instead of twice, and respect the `ParallelImageEncodingLimit` option.

* Fix code stype

* Check null value for unit tests
2025-02-12 18:45:36 -07:00
..
Attachments Backport pull request #12575 from jellyfin/release-10.9.z 2024-09-07 18:09:54 -04:00
BdInfo Fix switch expression 2024-07-20 20:37:44 +02:00
Configuration Add some analyzers to MediaBrowser.MediaEncoding 2020-08-04 17:08:09 +02:00
Encoder Fix image encoding concurrency limit (#13532) 2025-02-12 18:45:36 -07:00
Probing Apply suggestions from code review 2024-08-28 03:20:04 +08:00
Properties Add tests for EncoderValidator 2019-09-28 19:41:34 +02:00
Subtitles Fix parallel use of not thread-safe SubtitleFormat instance 2025-01-18 21:16:35 +01:00
Transcoding Use enums for encoding options (#12561) 2024-09-09 08:43:37 -06:00
MediaBrowser.MediaEncoding.csproj AsyncKeyedLock migration 2024-01-03 16:47:25 +01:00