1d4e486041
Make it work with Xcode 26 RC
2025-09-10 14:05:25 -07:00
34c374d914
Fix tests in Xcode 16.4 on macOS 15.5
2025-05-21 13:22:26 -07:00
b627e9bf50
Fix warnings in tests in Xcode 16.3
2025-04-06 23:18:32 -07:00
2f1b859a03
Stop relying on a specific delay in cancellation test
2025-04-04 10:12:48 -07:00
62a7a375c0
Fix tests with Swift 6.1 on macOS, which finally works!
2025-02-23 09:20:15 -08:00
3be5b7f28e
Extract BaseTests class
2025-01-19 14:54:53 -08:00
9297a14920
Fix encoding stalling by interleaving audio and video
...
Thanks to the AVFoundation team I learned that both audio and video
samples are supposed to be interleaved whenever media data is ready
from either call to encode ready samples, and that fixes encoding this
video encoding with x264 and ffmpeg.
2024-11-08 17:06:26 -08:00
f9bacbe9be
Make tests work on iOS 18.0 and iOS 18.1
...
Estimated data rate changes a bit so check against a range instead of
a specific value.
2024-10-24 18:34:11 -07:00
979a8e23ee
Fix progress test
2024-10-20 17:56:05 -07:00
4c1e26d3e7
Drop spatial audio tracks to fix encoding iPhone 16 videos
...
Fixes #1
2024-10-04 08:29:14 -07:00
b2aecd9d00
Convert from Xcode project to Swift package
2024-09-18 08:51:02 -07:00