0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/plugins/obs-webrtc
John Bradley 627308bd53 obs-webrtc: Add null terminator to codec array
This fixes an issue where, when the MAX_CODECS length was equal to the
amount of supported codecs (3), it would leave the list without a null
terminator and crash when iterating over the elements.
2024-05-03 22:52:30 -07:00
..
cmake obs-webrtc: Require libdatachannel 0.20 or newer 2024-01-27 17:54:23 -06:00
data/locale Update translations from Crowdin 2024-03-12 18:11:06 +00:00
CMakeLists.txt obs-webrtc: Require libdatachannel 0.20 or newer 2024-01-27 17:54:23 -06:00
obs-webrtc.cpp obs-webrtc: Add WHIP output & service 2023-06-09 20:20:49 -05:00
whip-output.cpp obs-webrtc: Add support for audio-only and video-only outputs 2024-04-22 01:04:55 -07:00
whip-output.h obs-webrtc: Add HEVC support 2024-04-17 15:27:39 -07:00
whip-service.cpp obs-webrtc: Add null terminator to codec array 2024-05-03 22:52:30 -07:00
whip-service.h obs-webrtc: Add null terminator to codec array 2024-05-03 22:52:30 -07:00
whip-utils.h obs-webrtc: Move libdatachannel code to C++ from C 2023-09-19 15:03:11 -04:00