@ -34,8 +34,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -34,8 +34,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- If the playlist has 3 items and none set to play all, it will schedule 3 items when `Count = 1`
- If the playlist has 3 items and none set to play all, it will schedule 6 items when `Count = 2`
- Using the same playlist in the same schedule for anything other than filler may cause undesired behavior
- Detect supported VideoToolbox hardware encoders
- Software encoders will automatically be used when hardware encoders are unavailable
- Detect supported VideoToolbox hardware decoders and encoders
- Software decoders/encoders will automatically be used when hardware versions are unavailable
- Add VideoToolbox Capabilities to Troubleshooting page
@ -135,6 +135,16 @@ public class GetTroubleshootingInfoHandler : IRequestHandler<GetTroubleshootingI
@@ -135,6 +135,16 @@ public class GetTroubleshootingInfoHandler : IRequestHandler<GetTroubleshootingI
@ -261,9 +261,24 @@ public class HardwareCapabilitiesFactory : IHardwareCapabilitiesFactory
@@ -261,9 +261,24 @@ public class HardwareCapabilitiesFactory : IHardwareCapabilitiesFactory
@ -21,13 +22,31 @@ public class VideoToolboxHardwareCapabilities : IHardwareCapabilities
@@ -21,13 +22,31 @@ public class VideoToolboxHardwareCapabilities : IHardwareCapabilities
@ -35,7 +54,7 @@ public class VideoToolboxHardwareCapabilities : IHardwareCapabilities
@@ -35,7 +54,7 @@ public class VideoToolboxHardwareCapabilities : IHardwareCapabilities
@ -59,7 +59,10 @@ public class VideoToolboxPipelineBuilder : SoftwarePipelineBuilder
@@ -59,7 +59,10 @@ public class VideoToolboxPipelineBuilder : SoftwarePipelineBuilder