- 11 Oct, 2022 - 3 commits
-
-
-
Mickaël Turnel authored
-
Julien Wadel authored
Windows : Thread protection when setting recv_block_cache from session to avoid corruption in queue. Upgrade atomic functions to work with C++ : - try to search for <atomic> (C++), then <stdatomic.h>(C), then throw a cmake error. - split datab management from utils and make it work for C and C++
-
- 10 Oct, 2022 - 4 commits
-
-
Simon Morlat authored
Various fixes and improvements of the video conferencing logic for "active speaker" mode, in order to avoid situations where a black screen video is sent while it should not.
-
johan authored
-
johan authored
-
Andrea Gianarda authored
Do not set participant device state to Present as soon as the remote conference adds it when merging calls together Start invite in CallSession::iterate only if pingOp is not null
-
- 06 Oct, 2022 - 3 commits
-
-
Julien Wadel authored
- Do installations on src (linphone main project) - Get all assets and link them to linphone - Set them as Resource for Mac - Keep old behaviour for iOS (TODO when working on xcframeworks)
-
Julien Wadel authored
Remove missleading log on restarting stream. Reuse mNativeWindowId if set for all platforms to avoid losing window ID. Fix sanitizer options for windows.
-
johan authored
-
- 05 Oct, 2022 - 1 commit
-
-
Julien Wadel authored
-
- 04 Oct, 2022 - 1 commit
-
-
Julien Wadel authored
MainDB: When retrieving creation time, use soci getTime() function in order to fix timezones offsets from other times.
-
- 03 Oct, 2022 - 2 commits
-
-
Julien Wadel authored
Windows crash fix with MSFoundation : avoid to send frames if new format (that doesn't match to the requested one) has been taken account.
-
Sylvain Berfini authored
-
- 29 Sep, 2022 - 3 commits
-
-
Simon Morlat authored
-
Julien Wadel authored
Fix main thread freeze on V4L when stopping camera : on stopping, don't wait to dequeue if polling is timed out because buffers are not gettable.
-
Andrea Gianarda authored
-
- 28 Sep, 2022 - 3 commits
-
-
Simon Morlat authored
-
Fix arch docker image name to avoid issues for all branches derived from master when the docker image is updated
-
Julien Wadel authored
VPX: Use correct Darwin version from deploy target. On apple for Intel, configure and build with specifying architecture to take account of CPU optimizations.
-
- 26 Sep, 2022 - 4 commits
-
-
Julien Wadel authored
Utils::getTmAsTimeT : Return time_t(0) if trying to get 1970/01/01 00:00:00 date because of timezone cannot convert this date because it can be less than 1970.
-
Julien Wadel authored
MSWasapi: Device name is now based from bctbx encoding.
-
Sylvain Berfini authored
Updated liblinphone to fix merging calls in local conference when no audio video conference factory URI is set
-
Simon Morlat authored
-
- 23 Sep, 2022 - 3 commits
-
-
Andrea Gianarda authored
Do not print the assertion failure every time the loop in function wait_for_conference_streams and modify test 'Add all calls to conference' not to pause all calls before adding them to the conference
-
Simon Morlat authored
-
Sylvain Berfini authored
-
- 22 Sep, 2022 - 3 commits
-
-
Julien Wadel authored
-
Sylvain Berfini authored
Updated liblinphone to prevent crash if an Error is thrown during Core setup (instead of an Exception)
-
Simon Morlat authored
-
- 21 Sep, 2022 - 8 commits
-
-
Simon Morlat authored
Add names to threads launched by mediastreamer2. Add checks to help troubleshooting of video conference.
-
Sylvain Berfini authored
-
Julien Wadel authored
- Close the file before calling stop callback to let cb to do file modifications like renaming. If used, ensure to use turbojpeg in dependencies.
-
Andrea Gianarda authored
-
Andrea Gianarda authored
- clients will unsubscribe and re-subscribe to the server to force a full state - servers will send full state to make sure clients are on the same page
-
Julien Wadel authored
-
Julien Wadel authored
-
Simon Morlat authored
Fix video conference issue.
-
- 20 Sep, 2022 - 1 commit
-
-
Andrea Gianarda authored
- move to an error state if the call errors out - do not try to insert conference in database if scheduler is in an error state Chat Message: - remove messages from the transient list if they are in one of the following state: - NotDelivered - Delivered - DeliveredToUser - Displayed
-
- 17 Sep, 2022 - 1 commit
-
-
Julien Wadel authored
MSFoundation : Display current video device in logs. Make async calls for UWP when changing device settings. Manage errors and show them in logs. Fix multiple camera restarting, video freezes and keeping open camera after stopping it. Display errors in hexadecimals. Activate readers and camera after knowing what to use in the initialization step. MSWasapi: Display what card is used in logs.
-