Commit Graph

10 Commits

Author SHA1 Message Date
82ad3313e8 docs: More docs 2021-12-21 01:32:12 -08:00
c95511eb5f Base: Remove UNUSED_PARAMETER() usages
I prefer to use undefined parameters instead.
2021-11-21 03:08:06 -08:00
4ca259b790 Base: Enforce -Wall and fix compiler warnings
That was *a lot* of warnings.
2021-11-20 02:34:48 -08:00
bd6c663775 Base: Add copyright header to source 2021-11-19 17:32:22 -08:00
7403264d42 Requests/Utils: Modify utils naming/usage
A bit too niche to have a util that takes an output and returns a
timecode string. Let's just make it take a duration in milliseconds.
2021-11-17 01:07:04 -08:00
333737f400 Requests: Additions and code cleanup 2021-09-02 19:29:13 -07:00
fb0656c31e RequestHandler: Simplify request statuses 2021-09-01 10:30:40 -07:00
4271730dc2 Requests: Add more requests 2021-08-30 13:55:22 -07:00
0547e1f2da Base: Lots of changes 2021-08-27 04:19:42 -07:00
d0e05ae45c Requests: Add more requests
- GetStreamServiceSettings
- SetStreamServiceSettings
- CreateInput
- GetStreamStatus
- StartStream
- StopStream
2021-07-22 16:26:04 -07:00