From 3c5ea9c8c389213bacf4732d8f8396522c6c3b83 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 8 Oct 2017 22:06:06 -0700 Subject: [PATCH] Remove Nvidia's HEVC decoder from the hard blacklist now that it seems to be fine on Foster NRD90M --- .../java/com/limelight/binding/video/MediaCodecHelper.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/src/main/java/com/limelight/binding/video/MediaCodecHelper.java b/app/src/main/java/com/limelight/binding/video/MediaCodecHelper.java index d94bd6d4..9e930f70 100644 --- a/app/src/main/java/com/limelight/binding/video/MediaCodecHelper.java +++ b/app/src/main/java/com/limelight/binding/video/MediaCodecHelper.java @@ -71,11 +71,6 @@ public class MediaCodecHelper { blacklistedDecoderPrefixes.add("AVCDecoder"); } - // Without bitstream fixups, we perform horribly on NVIDIA's HEVC - // decoder. While not strictly necessary, I'm going to fully blacklist this - // one to avoid users getting inaccurate impressions of Tegra X1/Moonlight performance. - blacklistedDecoderPrefixes.add("OMX.Nvidia.h265.decode"); - // Force these decoders disabled because: // 1) They are software decoders, so the performance is terrible // 2) They crash with our HEVC stream anyway (at least prior to CSD batching)