Commit Graph

3019 Commits

Author SHA1 Message Date
shogo4405 4b19d53644 refs #851 2021-04-24 01:50:25 +09:00
shogo4405 63a8250ff7 refs #851 2021-04-24 00:42:31 +09:00
shogo4405 c3b5c30960 Merge pull request #861 from dazy1030/feature/fix-timeoutHandler
タイムアウト時の処理が行われない場合がある問題を修正
2021-04-21 11:57:09 +09:00
dazy1030 9c8e97cac9 fix: タイムアウト時の処理が行われない場合がある問題を修正 2021-04-21 11:22:56 +09:00
shogo4405 382bf69cda Merge pull request #859 from andrewjl/add-directory-to-spm
Add new directory to Package.swift.
2021-04-19 15:24:17 +09:00
Andrew L. Barinov d520886c76 Add new directory to Package.swift. 2021-04-18 20:53:41 -07:00
shogo4405 e773532b57 Refactoring 2021-04-13 00:52:32 +09:00
shogo4405 bfc3f2b3c5 fix can't publish 6b2d866 2021-04-12 02:55:23 +09:00
shogo4405 02ef5f0dfc Merge pull request #853 from shogo4405/feature/improved-compatibility
Improved compatibility for flash
2021-04-12 01:24:30 +09:00
shogo4405 6b2d866e82 Improved compatibility for flash 2021-04-12 00:54:39 +09:00
shogo4405 b6e08eb6a9 documenting and remove soe direcotry. 2021-04-11 17:25:47 +09:00
shogo4405 d9e3bc4797 repackage 2021-04-10 16:05:54 +09:00
shogo4405 3d23eb9cfc Merge pull request #850 from shinywhitebox/master
fixed #793, looks like the M1 needs metal compat specified in default…
2021-04-08 00:32:39 +09:00
Neil Clayton 43f18de3b6 fixed #793, looks like the M1 needs metal compat specified in default buffer attributes. Also set correct H264 encoder type for arm64 architecture. 2021-04-06 11:15:56 +12:00
shogo4405 7300ffce6b repackage TS*.swift 2021-03-28 21:16:41 +09:00
shogo4405 7ed6a61a35 Merge pull request #845 from shogo4405/feature/rename-audioconverter-audiocodec
Rename AudioConverter -> AudioCodec
2021-03-28 17:13:55 +09:00
shogo4405 7c542f02c9 s/AudioConverter/AudioCodec/g 2021-03-28 17:05:06 +09:00
shogo4405 e1184ce9c4 fixed #843 2021-03-28 15:46:22 +09:00
shogo4405 fa24132312 Merge pull request #844 from shogo4405/feature/replace-class-to-AnyObject
s/class/AnyObject/g
2021-03-28 15:24:50 +09:00
shogo4405 9cac26cbfe s/class/AnyObject/g 2021-03-28 15:07:38 +09:00
shogo4405 2a49a2ed6e Bump to up 1.1.4 1.1.4 2021-03-20 22:08:20 +09:00
shogo4405 a0bd01ef06 Bump to up 1.1.3 1.1.3 2021-03-20 20:22:05 +09:00
shogo4405 060a6eef8f fixed #824 2021-03-15 22:54:20 +09:00
shogo4405 718f9c78ae use-xcframeworks 2021-03-14 21:24:42 +09:00
shogo4405 26e973eb54 swiftlint --fix 2021-03-05 21:48:35 +09:00
shogo4405 fb73a5954a use-xcframeworks 2021-03-05 21:46:30 +09:00
shogo4405 904b98a507 use-xcframeworks 2021-02-28 20:41:07 +09:00
shogo4405 42d7200ac8 Merge pull request #830 from richardwei6/master
Fix typo in readme.md
2021-02-25 22:02:10 +09:00
Richard Wei a6eec99017 Fix typo in readme.md 2021-02-24 20:11:55 -08:00
shogo4405 fbe578b352 Update xcodeproj 2021-02-11 01:37:58 +09:00
shogo4405 12528d9359 fix unrelease clients 2021-02-11 00:44:55 +09:00
shogo4405 201360ef77 Divide HLSService/HTTPService 2021-02-10 01:17:41 +09:00
shogo4405 de303cd45a Merge pull request #825 from cardoso/patch-1
Add Stream sponsorship
2021-02-09 10:24:51 +09:00
Matheus Cardoso d805fb4505 Add Stream sponsorship 2021-02-08 14:00:44 -03:00
shogo4405 a6215fe4e7 Update Gemfile.lock 2021-02-07 20:41:40 +09:00
shogo4405 9fda58ac1e Use SafeArea constraint. 2021-01-29 22:43:17 +09:00
shogo4405 b1f6e5cbad swiftlint autocorrect 2021-01-29 22:42:08 +09:00
shogo4405 683c7b7da4 Update README.md 2021-01-29 22:29:30 +09:00
shogo4405 4d15550913 Merge pull request #802 from onebuckgames/master
Fixed mirror option on macOS
2021-01-12 23:46:46 +09:00
shogo4405 448b41744d Merge pull request #805 from shogo4405/dependabot/bundler/redcarpet-3.5.1
Bump redcarpet from 3.5.0 to 3.5.1
2021-01-12 10:57:44 +09:00
dependabot[bot] 2ae32c1967 Bump redcarpet from 3.5.0 to 3.5.1
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vmg/redcarpet/compare/v3.5.0...v3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-11 19:39:30 +00:00
onebuckgames 229bde76a8 Fixed mirror option on macOS 2021-01-04 11:13:51 +02:00
shogo4405 2aab987bb3 Bump to up 1.1.2. 1.1.2 2021-01-04 00:13:51 +09:00
shogo4405 48c78fb734 refs #800 2021-01-03 19:00:37 +09:00
shogo4405 5b5c7b3b1b swiftlint autocorrect 2021-01-03 18:16:39 +09:00
shogo4405 263c6a3257 Revert #751 2021-01-03 18:00:06 +09:00
shogo4405 03948898e3 Restore Embed App Extension 2021-01-03 16:57:06 +09:00
shogo4405 416318195d refs #791 2020-12-19 05:31:19 +09:00
shogo4405 07b3de7a25 Merge pull request #797 from Magnusfarje/fix-keep-focus-exposure-mode-using-pointofinterest
Keep focus and exposure modes when using pointOfInterest
2020-12-19 04:46:42 +09:00
Magnus Färje e352cf7ccb Keep focus and exposure modes when using pointOfInterest 2020-12-17 22:09:48 +01:00