jellyfin/MediaBrowser.Controller/MediaEncoding
gnattu ae82a4eee0 Enable software tonemap for dolby vision
This applies software tonemapx filter for dolby vision videos that have no compatability fallback.

Due to the complexity of the reshaping process, this is quite CPU-intensive. For real-time transcoding and tonemapping of 4K 60fps content, a CPU with 16 cores of Zen3-level performance is recommended.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-03 14:39:05 +08:00
..
BaseEncodingJobOptions.cs Add EnableAudioVbrEncoding to TranscodingProfile 2024-07-17 21:27:35 +08:00
DownMixAlgorithmsHelper.cs Add comments for Dave750/NightmodeDialogue 7.1 downmix 2024-08-01 07:45:16 +08:00
EncodingHelper.cs Enable software tonemap for dolby vision 2024-09-03 14:39:05 +08:00
EncodingJobInfo.cs Simplify EnableAudioVbrEncoding getter 2024-07-18 02:43:02 +08:00
FilterOptionType.cs Add HWA video transpose support (+-90/180) 2024-03-30 06:09:58 +08:00
IAttachmentExtractor.cs Pass CancellationToken to ExtractAllAttachments 2022-03-22 19:17:48 +01:00
IEncodingManager.cs Fix warnings in MediaBrowser.Controller/MediaEncoding directory 2021-08-10 14:29:48 -07:00
IMediaEncoder.cs Prevent server from starting if the ffmpeg path is invalid (#12463) 2024-08-28 12:43:37 -06:00
ISubtitleEncoder.cs Backport pull request #8182 from jellyfin/release-10.8.z 2022-08-13 21:46:33 -04:00
ITranscodeManager.cs 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
JobLogger.cs fix: accessing Standard* of a Process requires manually disposing them afterwards (#10125) 2023-08-20 20:06:57 +02:00
MediaInfoRequest.cs Enable nullable reference types for MediaBrowser.Controller 2021-05-07 00:39:20 +02:00
TranscodingJob.cs Add TranscodingSegmentCleaner to replace ffmpeg's hlsenc deletion 2024-03-16 07:35:05 +08:00
TranscodingJobType.cs Update StyleCop 2021-12-24 18:28:27 +01:00
TranscodingSegmentCleaner.cs Apply suggestions from code review 2024-03-17 20:45:00 +08:00
TranscodingThrottler.cs Add sanity check for ThrottleDelaySeconds 2024-03-16 07:35:05 +08:00