Commit Graph

3019 Commits

Author SHA1 Message Date
shogo4405 c9193dcc7b Update documents. 2025-05-19 22:58:49 +09:00
shogo4405 b3e72631c1 Update Gemfile.lock 2025-05-18 11:17:34 +09:00
shogo4405 f450ee92fc Merge pull request #1709 from HaishinKit/dependabot/bundler/rubocop-1.75.5
Bump rubocop from 1.75.4 to 1.75.5
2025-05-12 21:56:43 +09:00
dependabot[bot] 867f09d736 Bump rubocop from 1.75.4 to 1.75.5
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to 1.75.5.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.75.4...v1.75.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-11 01:03:03 +00:00
shogo4405 2a10a2515f Merge pull request #1706 from H0sungKim/main
Fix typo (audioMonoStereoSegmentCOntrol -> audioMonoStereoSegmentControl)
2025-05-09 21:15:39 +09:00
Hosung.Kim c334987fb7 Fix typo 2025-05-09 15:37:47 +09:00
shogo4405 819ec6efa6 Update release.yml 2025-05-04 23:45:29 +09:00
shogo4405 bfaaaa862a Update Fastfile 2025-05-04 23:36:26 +09:00
shogo4405 d5a94b06f7 Bump to up 2.0.8 2.0.8 2025-05-04 23:32:55 +09:00
shogo4405 cc948d4e44 Update document lane. 2025-05-04 23:28:07 +09:00
shogo4405 fdfa1d023a Update README.md 2025-05-04 22:44:19 +09:00
shogo4405 dd61d1152e Merge pull request #1705 from mocona/fixForMultiChannelAndXcode16.3
Fixed for multi channel mixer works well with Xcode16.3
2025-05-04 22:15:19 +09:00
shogo4405 3259ad751d yamlfmt 2025-05-03 15:23:40 +09:00
JYP in MBP 16 f5ca8e029d fixed for multi channel mixer works well with Xcode16.3 2025-05-02 15:39:00 +09:00
shogo4405 f0bcea8e22 Update sockaddr_in+Extension.swift 2.0.7 2025-04-20 16:19:56 +09:00
shogo4405 cbc835cff5 Bump to up 2.0.7 2025-04-20 11:54:31 +09:00
shogo4405 88db6686d0 Update documents. 2025-04-20 11:15:08 +09:00
shogo4405 8c8c7f8ba7 Update README.md 2025-04-19 17:25:10 +09:00
shogo4405 0fb5bb06bd Update Package.swift 2025-04-19 17:10:26 +09:00
shogo4405 683d1fa7e8 Merge pull request #1703 from HaishinKit/feature/connect-options
Support Enhancing NetConnection connect Command.
2025-04-19 16:16:53 +09:00
shogo4405 b921b30114 Support Enhancing NetConnection connect Command. 2025-04-19 16:14:38 +09:00
shogo4405 fb047e1192 Update Gemfile.lock 2025-04-18 22:21:49 +09:00
shogo4405 a106f2ac3c Remove CODE_OF_CONDUCT.md Individual repository 2025-04-13 22:09:47 +09:00
shogo4405 0e642bdf91 Merge pull request #1701 from HaishinKit/feature/libsrt-xcframeworks-spm
Change the hosting location of libsrt.xcframework
2025-04-13 14:03:31 +09:00
shogo4405 2be7ac1195 Update Package.swift 2025-04-13 12:39:10 +09:00
shogo4405 620aaeae4d Remove build scripts. 2025-04-13 12:29:34 +09:00
shogo4405 7fca300f34 Merge pull request #1696 from HaishinKit/feature/url-query
Support rendezvous mode.
2025-04-08 23:39:21 +09:00
shogo4405 c24bde2d76 Support rendezvous mode. 2025-04-08 00:19:43 +09:00
shogo4405 e28d18b6c9 Merge pull request #1695 from HaishinKit/feature/srt-socket-options
New SRTSocketOption api.
2025-03-25 01:43:18 +09:00
shogo4405 d88547af52 New SRTSocketOption api. 2025-03-25 01:18:28 +09:00
shogo4405 ec8254cde6 Bump to up 2.0.6 2.0.6 2025-03-22 17:02:32 +09:00
shogo4405 0b02893e44 Update README.md 2025-03-22 15:28:20 +09:00
shogo4405 1504f8a736 Merge pull request #1693 from HaishinKit/feature/fix-srt-connetion-memory-leak 2025-03-20 16:15:31 +09:00
shogo4405 3d77c3d7ed fixed SRTConnection memory-leak. 2025-03-20 15:21:44 +09:00
shogo4405 dda940a46a Update index.md 2025-03-09 18:59:23 +09:00
shogo4405 910189ee6a Bump to up 2.0.5 2.0.5 2025-03-08 12:29:59 +09:00
shogo4405 12b2849bc9 fix typos. 2025-03-08 12:21:36 +09:00
shogo4405 d083419f17 Update README.md 2025-03-04 23:52:57 +09:00
shogo4405 a4cef5590f Merge pull request #1690 from HaishinKit/feature/blocking-accept
Modified to use blocking processing while the listener is waiting.
2025-03-04 23:37:37 +09:00
shogo4405 6499ff351e Modified to use blocking processing while the listener is waiting. 2025-03-04 23:29:50 +09:00
shogo4405 064d1a5ff3 Merge pull request #1689 from HaishinKit/feature/advanced-srt
The logging level could not be set.
2025-03-01 18:20:43 +09:00
shogo4405 93eaf3ec6c Modified to allow setting logging processing. 2025-03-01 17:13:38 +09:00
shogo4405 5c0f0133af Remove unused code. 2025-03-01 16:07:10 +09:00
shogo4405 782484d340 Merge pull request #1687 from shogo4405/feature/srt-listener-mode
Enhanced SRT listener mode functionality.
2025-02-24 23:23:05 +09:00
shogo4405 943ca91c4f Support transtype option. 2025-02-24 23:18:56 +09:00
shogo4405 7822931d31 avoid deadlock in the accept process. 2025-02-24 23:18:56 +09:00
shogo4405 27c300ddcf Refactored SRTConnection. 2025-02-24 22:37:07 +09:00
shogo4405 f30316b75c Merge pull request #1686 from shogo4405/feature/srt-statics
Update and correction of SRT statistical information, etc.
2025-02-22 14:45:21 +09:00
shogo4405 d547609b7d Refactoring for SRTSocket. 2025-02-20 13:45:08 +09:00
shogo4405 4dab3f2b07 fixed incorrect statics data. 2025-02-20 12:30:20 +09:00