]> git.localhorst.tv Git - ffmpeg-test.git/commit
temp clips on shoutout
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 23 Oct 2024 18:40:29 +0000 (20:40 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 23 Oct 2024 18:40:29 +0000 (20:40 +0200)
commitfe1c82c34dc1cb6448706e5e628043514cd73d43
treebb32f3797bf05d33ce458533f3e7ffbe61eb3327
parent2557aca39ea38d19029d6f91151ef3e2cb4668b5
temp clips on shoutout
28 files changed:
Makefile
src/app/Application.h
src/app/AudioReceiver.h
src/app/ChannelInfo.h
src/app/Media.h
src/app/Shoutout.cpp [new file with mode: 0644]
src/app/Shoutout.h
src/app/Source.h
src/app/State.h
src/app/Stream.h
src/app/VideoReceiver.h
src/ffmpeg/Decoder.h
src/ffmpeg/Frame.h
src/ffmpeg/Resampler.h
src/gfx/Rectangle.h
src/main.cpp
src/sys/Callbacks.h [new file with mode: 0644]
src/sys/Promise.h
src/twitch/Clip.h [new file with mode: 0644]
src/twitch/IRCMessage.cpp
src/twitch/IRCMessage.h
src/twitch/LoginToken.cpp
src/twitch/LoginToken.h
src/ws/Connection.cpp
src/ws/Context.h
src/ws/HttpsConnection.h
src/ws/PusherConnection.h
src/ws/TwitchConnection.h