Commit Graph

3019 Commits

Author SHA1 Message Date
shogo4405 fae9692c63 Merge pull request #1352 from shogo4405/feature/sample-buffer
Seamlessly handle the mixing of multiple cameras.
2023-12-12 00:06:11 +09:00
shogo4405 55939e1370 seamlessly handle the mixing of multiple cameras. 2023-12-10 23:58:08 +09:00
shogo4405 016c34feff Rename delegate method. 2023-12-10 19:31:05 +09:00
shogo4405 4d16635e4d Bump to up 1.7.2. 1.7.2 2023-12-10 14:16:47 +09:00
shogo4405 a5c0b3a8b1 Performance improvement. 2023-12-09 13:23:20 +09:00
shogo4405 bacaae1684 Fixed the issue where capturing couldn't be started on iPhone 7 Plus. 2023-12-09 13:05:19 +09:00
shogo4405 200785de7b Merge pull request #1351 from shogo4405/feature/lock-queque
stream#videoCapture performance improvement.
2023-12-09 01:20:31 +09:00
shogo4405 7c84b1cfd2 Review for performance improvement. 2023-12-09 00:52:05 +09:00
shogo4405 71c3da3ff8 Remove unnecessary code. 2023-12-07 23:35:24 +09:00
shogo4405 749aee5f07 Merge pull request #1349 from shogo4405/feature/ready-state
Corrected the implementation of the readyState.
2023-12-07 22:16:57 +09:00
shogo4405 2965f9b9b5 Corrected the implementation of the readyState. 2023-12-07 21:47:05 +09:00
shogo4405 1660479586 make public drawable. 2023-12-03 16:33:54 +09:00
shogo4405 a3a4f5d598 fixed #1345 2023-12-01 23:26:36 +09:00
shogo4405 b8ac18e7ce fixed #1344 2023-11-30 23:07:44 +09:00
shogo4405 1b2bb3522c Change method signature IOUnit#append. 2023-11-27 00:29:25 +09:00
shogo4405 54a719d3f4 Fix crash 51481ac7. 2023-11-27 00:23:37 +09:00
shogo4405 b49b69eefb Remove unnecessary code. 2023-11-26 22:25:55 +09:00
shogo4405 36dd070959 swiftlint --fix --format 2023-11-26 21:44:07 +09:00
shogo4405 51481ac721 Merge pull request #1340 from shogo4405/feature/encoding_video_for_live_streaming
Encoding video for live streaming.
2023-11-26 21:33:05 +09:00
shogo4405 8d5bb74746 Merge pull request #1341 from shogo4405/dependabot/bundler/cocoapods-1.14.3
Bump cocoapods from 1.14.2 to 1.14.3
2023-11-26 21:32:03 +09:00
dependabot[bot] e8292d9c41 Bump cocoapods from 1.14.2 to 1.14.3
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
- [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CocoaPods/CocoaPods/compare/1.14.2...1.14.3)

---
updated-dependencies:
- dependency-name: cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-26 00:33:25 +00:00
shogo4405 100bce469d Enhanced VideoToolbox options. 2023-11-25 16:53:47 +09:00
shogo4405 e0fdc598cd Refactoring 2023-11-24 07:58:30 +09:00
shogo4405 f64071a1fe Fix rotateCamera with AVCaptureSession. 2023-11-23 22:38:22 +09:00
shogo4405 d612881657 Merge pull request #1339 from shogo4405/feature/rtmp-playback-metada
Handling RTMPDataMessage.
2023-11-23 18:56:38 +09:00
shogo4405 91eda0d4e1 Handle RTMPDataMessage. 2023-11-23 18:09:20 +09:00
shogo4405 90724397cf Fix can't playback audio streo. 2023-11-20 22:40:16 +09:00
shogo4405 ae3edd1255 Remove unnecessary resources. 2023-11-20 21:11:04 +09:00
shogo4405 c993cdbd9f Merge pull request #1338 from shogo4405/dependabot/bundler/fastlane-2.217.0
Bump fastlane from 2.216.0 to 2.217.0
2023-11-19 12:42:54 +09:00
dependabot[bot] 299c41dd19 Bump fastlane from 2.216.0 to 2.217.0
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.216.0 to 2.217.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.216.0...fastlane/2.217.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-19 01:01:07 +00:00
shogo4405 7e914d8534 Add Example visionOS. 2023-11-18 16:23:32 +09:00
shogo4405 1c153339d7 Rename Media to IO. 2023-11-18 15:08:31 +09:00
shogo4405 b19aeb8f2d Merge pull request #1337 from shogo4405/feature/set-to-array
fixed Please change Set<VideoEffect> to array.
2023-11-18 02:54:13 +09:00
shogo4405 f46191f170 fixed #994 2023-11-18 02:40:03 +09:00
shogo4405 f805b7136d Merge pull request #1336 from shogo4405/feature/multi-captures
Refactor IOVideoUnit#attachCamera method.
2023-11-18 02:03:08 +09:00
shogo4405 d6bc7a4f32 Refactor IOVideoUnit#attachCamera method. 2023-11-18 01:34:08 +09:00
shogo4405 17916e69cb fixed #1331 2023-11-10 23:08:15 +09:00
shogo4405 a7ae921e0c Bump to up 1.7.1. 1.7.1 2023-11-09 19:50:56 +09:00
shogo4405 98aff1bd10 fixed #1333 2023-11-08 23:02:07 +09:00
shogo4405 a4a2e77f5d fix iOSSwiftUI compile error. 2023-11-04 08:18:20 +09:00
shogo4405 ae1d21508e Merge pull request #1332 from shogo4405/feature/color-format
IOVideoCaptureUnit#colorFormat property
2023-11-04 08:01:04 +09:00
shogo4405 2dda932458 IOVideoCaptureUnit#colorFormat property 2023-11-04 07:45:49 +09:00
shogo4405 4b9e24f345 Update README.md 2023-11-04 06:33:06 +09:00
shogo4405 b223002a6d refs #1329 2023-11-03 04:24:13 +09:00
shogo4405 f8eae3aea6 Update HEVCDecoderConfigurationRecordTests.swift 2023-11-03 04:18:01 +09:00
shogo4405 03571c806d Refactor getter for lockQueue. 2023-11-02 03:21:30 +09:00
shogo4405 d0c6e0b210 Fix NetStream#append without preview. 2023-11-02 02:39:31 +09:00
shogo4405 df66ce4d72 Update macOS Examples. 2023-11-02 02:39:31 +09:00
shogo4405 13b627208b Merge pull request #1328 from shogo4405/feature/cicontext
Performance improvements related to CIContext
2023-11-01 12:42:58 +09:00
shogo4405 d9ce742159 Performance improvements related to CIContext 2023-11-01 11:38:39 +09:00