- 08 Sep, 2022 - 2 commits
-
-
Andrea Gianarda authored
If the client receives a partial notify for an unknown participant device, then he will send a subscribe to the server to clear things up
-
Simon Morlat authored
-
- 07 Sep, 2022 - 4 commits
-
-
Anthony Gauchy authored
-
jehan authored
-
Simon Morlat authored
Optimize OpenGL/TextureView android video rendering by using a single thread for all TextureViews. For that purpose the MSWorkerThread has been enriched with new features: ability to wait for tasks, and repeatable tasks.
-
Timothée Jaussoin authored
See liblinphone!2158
-
- 06 Sep, 2022 - 2 commits
-
-
Sylvain Berfini authored
Updated liblinphone to fix linphone_call_get_duration() value when call is ringing (outgoing & incoming)
-
Sylvain Berfini authored
-
- 05 Sep, 2022 - 2 commits
-
-
François Grisez authored
This error occured while running liblinphone_tester in sanitizer mode and made liblinphone_tester to abort on starting.
-
François Grisez authored
-
- 01 Sep, 2022 - 3 commits
-
-
Sylvain Berfini authored
-
François Grisez authored
Add information about supported (file format, codec) couples.
-
johan authored
-
- 31 Aug, 2022 - 2 commits
-
-
johan authored
-
Sylvain Berfini authored
-
- 30 Aug, 2022 - 5 commits
-
-
johan authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Julien Wadel authored
- Support for YUY2 format. - Adapt string buffer to needed characters from friendly name. - Add more feedback logs. - Fix unlimited replumbing when requested resolution is not supported by source.
-
Sylvain Berfini authored
-
- 26 Aug, 2022 - 3 commits
-
-
François Grisez authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 25 Aug, 2022 - 2 commits
-
-
Rework send invitation API: do not give chat room params but a boolean stating whether the chat room should be encrypted or not Add ICS cancel/update capability. -> Update: participants already invited receive an ICS with the same UID and the sequence incremented by one when the information up to date -> Cancel: participants that are no longer part of the conference, receive such ICS In order to globally cancel a conference, an admin can send an INVITE to the conference with an empty list of participants time SDP field (t=) is used to know whether the INVITE isaiming at joining a conference or update it: - if t=0 0, the client wishes to join a conference - if t!=0 0, the client wishes to update the informations of a conference (subject, start time, duration, participants)
-
QuentinArguillere authored
(frontport) Scale openGL buffer to write with the full available screen resolution rather than just the UIView pixel frame. This should fixes iOS bad video quality problem.
-
- 24 Aug, 2022 - 4 commits
-
-
Sylvain Berfini authored
-
François Grisez authored
Fix memory leak that occurs when bc_tester_set_resource_dir_prefix() is called before bc_tester_parse_args(). Fix also the same leak with bc_tester_set_writable_dir_prefix().
-
Do not destroy unused SRTP, ZRTP and DTLS SRTP contexts as they may be needed in the future or after a different encryptin scheme is negotiationed due to network latencies Implement GoClear capability for ZRTP to be able to reenable it later during the call
-
Andrea Gianarda authored
Allow 2 devices of a conference to have the same address if they do not belong to the same participant
-
- 23 Aug, 2022 - 1 commit
-
-
Timothée Jaussoin authored
See liblinphone!2160
-
- 22 Aug, 2022 - 1 commit
-
-
Sylvain Berfini authored
Updated liblinphone to allow ringing/vibrating on Android when DND is enabled except for favorite contacts
-
- 12 Aug, 2022 - 3 commits
-
-
DanmeiChen authored
free audio resource before new incoming call, to ensure there is only one write card and avoid crash ios
-
Thibault Lemaire authored
-
-
- 09 Aug, 2022 - 1 commit
-
-
jehan authored
update belle-sip to allow multiple challenges in a single authenticate header as defined by rfc2616
-
- 08 Aug, 2022 - 1 commit
-
-
DanmeiChen authored
-
- 04 Aug, 2022 - 3 commits
-
-
Timothée Jaussoin authored
See liblinphone!2149
-
QuentinArguillere authored
-
Quentin Monnier authored
-
- 03 Aug, 2022 - 1 commit
-
-
DanmeiChen authored
-