Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/obsproject/obs-websocket

Remote-control of OBS Studio through WebSocket
https://github.com/obsproject/obs-websocket

RequestHandler: Simplify TriggerHotkeyByKeySequence checks

9229107bab80626304e989a823066791bb2b0d48 authored over 3 years ago
Request: Consider null parameters missing

4f804baf9508a6123b9d6b83a4cdb5d6a2fdf795 authored over 3 years ago
RequestStatus: Add TooManyRequestParameters

bc1dc807e42e884c8b3da3450750fe7e6b4ace25 authored over 3 years ago
RequestHandler: Add SetInputSettings

d6aeeeea0ce36ba304c9ffb6806064ab700cf392 authored over 3 years ago
Request: Fix memory leak and crash in ValidateInput

ce8f393eb8f402f50ed391c0c7f161ca02c16ed8 authored over 3 years ago
RequestHandler: Add GetInputSettings

271db036fe68c1c6c55161ed3016d080c5873a59 authored over 3 years ago
Request: Minor code cleanup

55755ae0667b47579acc6d3f3459f4793e0b2530 authored over 3 years ago
Request: Add ValidateInput()

3400bfdc9a1030ca8fce6a41056b479f011589cf authored over 3 years ago
RequestHandler: Add GetInputDefaultSettings

1116af128e711435d40990ab07949fd881b140d5 authored over 3 years ago
RequestHandler: Move GetInputList logic to Utils

8ad009ba513fcdf2862f326948385d5b327a878f authored over 3 years ago
Utils: Add Obs::ListHelper::GetInputKindList()

4d77927ceb8288abf0b449767f9c3ead49cad23b authored over 3 years ago
RequestHandler: Add unversionedInputKind to GetInputList

428e4374295db36758340d61d7bcb5c4cc3b6759 authored over 3 years ago
EventHandler: Add unversionedInputKind to InputCreated

ccb69754b52661aeb772ea8676b29f310be3237b authored over 3 years ago
Utils: Add isGroup to Obs::ListHelper::GetSceneList()

5cc52ce7041aba6efabe7489954c7f71784d4283 authored over 3 years ago
EventHandler: Add isGroup bool to create/remove scene events

94d7df0bc13411963f07421870e64172afeb38ec authored over 3 years ago
RequestHandler: Add GetInputList

aac06b101ed7b43e76568479d66604974d6d5552 authored over 3 years ago
RequestHandler: Don't error out on null optional parameters

9af721689171aae8c7228dd2ebd1e7a7dbf6d82e authored over 3 years ago
RequestHandler: Add RemoveScene

efdea72987aa73cd697bbdcb23ebdd06990c1d56 authored over 3 years ago
EventHandler: Add note to SceneItemRemoved

9088cb4db85f38f365e62afec5d71f22b5c05fae authored over 3 years ago
RequestHandler: Add more scene requests

b95a2e648ffc2b37bc3a9f2ef71a7de76137500d authored over 3 years ago
RequestHandler: Add more scene requests

c5af07378051b130e92ebf3b6de69faaca085383 authored over 3 years ago
Docs: Update contributing doc

5e3ed3d167367e3d2d71f3a7c7779c7f72dba3ed authored over 3 years ago
CMakeLists: Convert spaces to tabs

39f2db8723114b8e5f5d994b569c3bf83cb33ff8 authored over 3 years ago
RequestHandler: Add GetSceneList

cb5ee53956e70477642928ef20f8a91d82a0dafa authored over 3 years ago
RequestHandler: Add screenshot requests

f26cf8f95f2fd14acd224c03ca7d143c6ed2d717 authored over 3 years ago
WebSocketServer: Log connects and disconnects

52204a9eecdf2ca743ee5a20198d80b71b8ede10 authored over 3 years ago
RequestHandler: Some source stuff

80b9732f94e191131edf767bc0baa49210f5322a authored over 3 years ago
Utils: Queue notifications in the UI thread

Soooooooooo apparently doing notifications natively shouldn't even
work. This is probably what w...

17cbde0e488ec0856cafbf55d063cf9e5b073f6d authored over 3 years ago
EventHandler: Remove unnecessary calldata helper

aaadf4d2ff9718db1e69aebc07f35fd7d0c91644 authored over 3 years ago
EventHandler: Add more scene item events

ebbb1391fec641b99e3bef8a749199f76a01ec95 authored over 3 years ago
Base: Fix missing arguments for tray notifications

fb699b041474445635f6e99cc8c662097e2dd0e7 authored over 3 years ago
EventHandler: Remove old logging

oops

33ba2d24154c2f03e6672eb178ac03d25a37a089 authored over 3 years ago
SettingsDialog: Add todo

Maybe someday I'll actually do this todo.

abfc6f0b284c27b36387bb759da70c9a008385d0 authored over 3 years ago
Base: Add system tray notifications

Final "UI" part of the plugin to be completed. I'm annoyed at how
many includes are required in ...

c9619ce2152081e1e77b82005d9f63a1e855269f authored over 3 years ago
WebSocketServer: Remove unnecessary signals

bbc504ce72272b9aae749c3c1cd0030bcfed03f6 authored over 3 years ago
Utils: Add platform util to send tray notification

0de3f304f0a57ddb04f414a0e9141e4e5dc2bece authored over 3 years ago
SettingsDialog: Show confirmation when a custom password is used

57794a2bf5931a91f8a39f6ec0b1043b02fba8ae authored over 3 years ago
docs(ci): Update generated docs - 945816c [skip ci]

5789cf6865e9b9e164645edd850baa3b57ad0183 authored over 3 years ago
EventHandler: Add sceneItemIndex to certain events

945816ce9219c4f2a884fabdd43b1c552472f959 authored over 3 years ago
Docs: Various updates

230d25fc8be714981888b6f3b2d120443c019a90 authored over 3 years ago
EventHandler: Return basic list for SceneItemListReindexed

Events can be tricky when it comes to the size of payloads. Many
embedded devices can have troub...

1f791825eff13a3c6b9584ffcd536a738c85e4b3 authored over 3 years ago
Utils: Flip index of GetSceneList()

OBS likes to start indexes with 0 at the bottom (eg. scene items),
so it's good to match that

971dd6713b81fa8e7cd0ef6d9d5124b7109b2dd8 authored over 3 years ago
EventHandler: Rename SceneListReindexed to SceneListChanged

38c47bc76fa30d4ae8045ccef6b91d5e0d5cb85a authored over 3 years ago
EventHandler: More scene item events

129ee125428b2c72853e9a5860fd88cf1e62101b authored over 3 years ago
Utils: Add scene item list helper

10afbdfca0560cbc477e154ca62edab9bddd09f2 authored over 3 years ago
EventHandler: Put high volume events into high volume category

1d4d77cc93bbe1658495f77d8ed922d5fc0233d3 authored over 3 years ago
EventHandler: Minor refactor and some event additions

7716b30c278b3f049faea5b530343cda257ab841 authored over 3 years ago
EventHandler: Remove unnecessary refcount stuff

Pointers in calldata are theoretically already incremented,
so incrementing their refcount then ...

20a04a131b3a492249223170488de0a855c4490c authored over 3 years ago
EventHandler: Fix current profile/scene collection memory leaks

f81a5be43bfe2fc946f77b97f5ef5a9adfa57c4e authored over 3 years ago
EventHandler: Remove unnecessary CPU usage info

f608423045d8a53e04707fb2463fecc59b188c14 authored over 3 years ago
Utils: Minor nitpick

413b76d9a633ab52aff55bbf537999e4c6aff48f authored over 3 years ago
Merge branch 'master' of https://github.com/Palakis/obs-websocket

ef4bfb30445606df530a6dbbb069faf7814b028b authored over 3 years ago
EventHandler: Add ReplayBufferSaved

ca26f679c8b2983b90b74b7873ae39a37ecbb67c authored over 3 years ago
Utils: Add string helper to get last replay

4503b6ed05f7e7181d81606e4cdd1504d435316e authored over 3 years ago
Docs: Update BUILDING.md ci badge

6e25986bc7a1913af8bde35277bc22f7eacccfac authored over 3 years ago
RequestHandler: Add some config requests

4a00d169e1b8561e1d0e9fb9e449a803c9eb8937 authored over 3 years ago
RequestStatus: Add KeyNotFound

62d2b3e4cd35a265ec64c8b7179f1c3958da80e8 authored over 3 years ago
Utils: Add helpers to get some current data

e15acf90650cb039f93a2624079fbe071cde77f1 authored over 3 years ago
Request: Fix missing requestData check

136a2704733c6a0726939f9bd4e86d05e1db2bb4 authored over 3 years ago
RequestHandler: Add some requests from the General category

2c018ca174a5ab640c5ca48dcc0e5fdd8ea059e7 authored over 3 years ago
SettingsDialog: A few improvements

5e49ee25693ce90bf32cc4c01446b2f41e231e03 authored over 3 years ago
SettingsDialog: Attempt at fixing tooltip icon on Windows

3852a387b5d5167cc5e392a9350f37458e5c74d0 authored over 3 years ago
Merge branch 'master' of https://github.com/Palakis/obs-websocket

92214ebbd2c7890b4c16f5268480d74e503f8573 authored over 3 years ago
CMakeLists: Link Qt5::Svg

Fixes help icon not showing on Windows

6a325e4c94cabce925e8c8441d5cbc2408d16de8 authored over 3 years ago
docs(ci): Update generated docs - ed79da9 [skip ci]

0596e867aa8e499ac789138c699d6927330f31f0 authored over 3 years ago
Utils::Platform: Fix minor ip recognition bug

ed79da92e05f91afc57c6da57349c802ba1b4af5 authored over 3 years ago
WebSocketProtocol: Remove availableRequests from Hello

d3c7f4b3fd21b04ea7faab24e95bcc138b6e4bd4 authored over 3 years ago
CI: Remove unnecessary linux build flags

a363a0865b7102f439017ee52c1f2d0a19fff71b authored over 3 years ago
Utils::Platform: Refactor GetLocalAddress()

It was pointed out that the existing functionality was not effective
at filtering out invalid in...

d375bbc98b124e8c1e05914b015ccf3d753ceda6 authored over 3 years ago
SettingsDialog: Log when restart is required

1ecf1e5dfd18e3722484beb55de86c8255a34ae8 authored over 3 years ago
SettingsDialog: Fix build (oops)

e709d3fad53a632128f1a22ed94fed9f8bd0ffc2 authored over 3 years ago
SettingsDialog: Add tooltip icon to debug checkbox

a7c4f98ffa56bff351c81b7be6afeeaa85df0bcb authored over 3 years ago
SettingsDialog: Restart websocket server if debug mode changed

The functionality of not reloading the server when debug mode is
changed I determined was too co...

3d0ba91ff26ad83852e0d1a112127d1dec420bd6 authored over 3 years ago
Config: Don't persist debug mode to config

A request from the OBS developers. Debug mode tends to be enabled,
then not remembered to be dis...

f0c3bb2c143c49d7083fa07d63c8156a8285ad54 authored over 3 years ago
SettingsDialog: Show confirmation when video is active

Show a confirmation dialog when the Show Connect Info button is
clicked and video is active, to ...

81636dcbfa5adc415806a84fb5d85638bcc119ae authored over 3 years ago
SettingsDialog: Redesign settings sections

3cc612cb1ca973da5c3116dd2c793198e65f7c62 authored over 3 years ago
EventHandler: Add media input events

19375921d3cf64d99f3aac22d5dfc9db9fb2fabf authored over 3 years ago
EventHandler: Add Outputs events and other files

6c03b86514359411ca268b2f285731f399c07501 authored over 3 years ago
translations: Server IP is a best guess

289d1ad69d5ae97305e41a4dc85093f20cf82696 authored over 3 years ago
EventHandler: Add some transition stuff

Transitions in OBS are implemented badly.
Not sure what will reasonably be possible with them.
I...

9077ac911d7057f39faaaaad985e75a511b4f698 authored over 3 years ago
EventHandler: Add missing input event fields

becf604fc3000f61105079ef8ce0f09e66699578 authored over 3 years ago
Utils: Always return a JSON object

e4fbebb3b4b42fdb77b8689b54b6bbf08653ce0c authored over 3 years ago
docs(ci): Update generated docs - cff6abf [skip ci]

1b213c7dca5be141ac0f2df3d2b37324d14a3573 authored over 3 years ago
Merge branch 'master' of https://github.com/Palakis/obs-websocket

cff6abfe03192e35e71e7944a512ee6f118f5cb1 authored over 3 years ago
EventHandler: General, Config, Scenes, Inputs

45d62e5ce02b8151db1ace0c35043ad69669c103 authored over 3 years ago
Utils: Add more OBS utils

c8eac893f2d12209624a8470f76799202c53dc9a authored over 3 years ago
EventHandler: Add some events

ab12d5f39fcec11c61b0a1a7c2c6bfc2159aeddc authored over 3 years ago
docs(ci): Update generated docs - 9a1b6dc [skip ci]

e19df3e3a01a43a0ee71b69697b9daf081dcaeaa authored over 3 years ago
Docs: Update enums and varios other stuff

9a1b6dcd3af9b794ced8b909682d31a714214aaa authored over 3 years ago
WebSocketProtocol: Remove `availableEvents` from `Hello`

Not reasonably possible with the current structure of the `EventHandler`

f0d68f3eecd42b636aaf2520d76ee2d74b26f1cf authored over 3 years ago
RequestHander: Add GetRequestList()

680b5c470e01b53e675ba88b6c60a1d778a9fe29 authored over 3 years ago
EventHandler: Add EventSubscriptions enum

11d28d17f1f73abcbb152501fa1475a1bcd0a3f7 authored over 3 years ago
WebSocketServer: Add RPC version support to events

4d6901c075c441849eec914aecb4d840da823e1a authored over 3 years ago
EventHandler: More stuff

921bc81a7b2860ac2de84e40773978b4bc265321 authored over 3 years ago
EventHandler: Add some calldata helpers

8b30d2e77e8fe0f3a59bc1543813950e04c338fd authored over 3 years ago
WebSocketServer: Don't try to send events if the server is not listening

902c9dfdc58265b6b590686c30d100fc4b422388 authored over 3 years ago
Utils: Add some Obs helpers

23b6ce607c185785c33cdeed8df2fc6186fc07f0 authored over 3 years ago
EventHandler: Add handling of all frontent events we care about

89046ccb1a5a6af40a61e13aa97d25217cac9c00 authored over 3 years ago
EventHandler: Add more code

5157134b029102d670603781504ab4ba802d8af5 authored over 3 years ago
base: Add EventHandler files

c0accd9cde401e861e57032976888cd480ec5b6b authored over 3 years ago