aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Encoder/ApplePlatformHelper.cs
AgeCommit message (Collapse)Author
9 daysStrip null-terminatorBond_009
10 daysAdd regression testBond_009
10 daysFix type of length argumentsBond_009
10 daysFollow native interoperability best practicesBond_009
https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices
2025-03-28Gate the macOS only functionsgnattu
2025-03-28Use string literalgnattu
2024-12-09Enable VideoToolbox AV1 decodegnattu
This decoder differs from others provided by VideoToolbox in that it lacks any software fallback. To achieve consistent behavior with other VideoToolbox decoders, this PR implemented additional checking on the server to simulate the software fallback provided by VideoToolbox. The current fallback checking mechanism is a temporary solution. In the long term, it should be replaced with a more capable hardware capability checking system.