- Jan 29, 2021
-
-
Before the frame transfer to the CPU could fail during the rendering, the fix move the transfer part in the update. This way, the source keep the last rendered frame if the transfer fail Change-Id: I71848629023720ed09712a8191e556b59c514e1c GitLab: #388
-
This fix audio bug with SILK/LBRR frames Change-Id: Iee93a4727eba096068a19804b33a03be0aab56c7
-
- Jan 28, 2021
-
-
Adrien Béraud authored
Change-Id: If093cd75fc19e630209c518a747b1a50d389e2c8
-
- Jan 27, 2021
-
-
This patch embeds multiple litte fixes detected while working on swarms: + When stopping an account, shutdownConnections() should be done before dht->join() to avoid any lock (because some io::run() are done). + Also, some channel were not awoken when clearing sockets. + channelDatas_ must be locked while accessed + setOnRecv() can be done after first packets on channel, so to avoid to miss first packets, re-inject current stored datas. Change-Id: I1d1335b5b6873b281c5357d18121a4bb525646f8
-
- Jan 26, 2021
-
-
Mohamed Chibani authored
Send a request to delete all mappings created by previous JAMI instances as soon as a new upnp IGD is discovered. This is necessary with some implementations since they may not respond well if the list of existing mappings is large. Also make new requests for mappings with failing states. Change-Id: I97308f1620128a63f111bcfc02122b472def5c85 Gitlab: #335
-
- Jan 25, 2021
-
-
Change-Id: Ib53fa87efdbbbc6b7561e3b37f27d7a8d51af163
-
Implement a handler for automatic provisioning of port mappings through UPNP and NAT-PMP protocols in NATed networks. A pool of UDP/TCP ports will be allocated on start-up and periodically monitored such as when port allocation is requested, it will be readily available. This will improve responsiveness with some UPNP server implementations that may take several seconds to grant a mapping request. Gitlab: #335 Change-Id: I837945797d3b6bb337d3419bf77b4dc686558e5f
-
Gitlab: #334 Change-Id: Iac00278c78ed2a4765d75143d692f1fd7539fd46
-
- Jan 22, 2021
-
-
Add the patches that enable FEC in libopus codec in ffmpeg package.json This ensures that the patches are properly applied, especially in the Windows builds. Issue: #5157 Change-Id: I438de63528894d3c7ded553f1982d664bda26e31
-
Add a rtcpCheckerThread to get packet loss estimation from the RTCP RR packets, and send this information to the audio encoder. This packet loss estimation is capped between 0 and 100. When the new packet loss is higher than present estimation, the value in the codec is set to the new value, in order to react to a quick network quality drop. When the new packet loss estimation is lower than present estimation, the new value goes through a basic filter to avoid reducing the packet loss estimation too fast. Issue: #5157 Change-Id: Ibc1d3d6f6935e3b73c362bd212ef997cfd7b8d2f
-
Add setPacketLoss method which enable setting a new packet loss estimation. This method is based on the model of setBitrate in video_sender. Issue: #5157 Change-Id: Ib757ce9c241f0b02b8a9a899b3d5a22e898203b3
-
Add a setPacketLoss method to enable setting a new packet loss estimation in the codec. This method follows the model of setBitrate and requires the implementation of getCurrentAudioAVCtx and isDynPacketLossSupported, which are also included in this patch. Issue: #5157 Change-Id: I62f5246df1df0dc0867649299c6bbf6c12db43a2
-
The libopus codec only reads and impelemnts options from the AVCodecContext at initialization. This means that packet loss estimation can not be dynamically set. This patch corrects this by reloading the packet loss estimation before each encode. This ensures that each opus packet is encoded with FEC data corresponding to the last packet loss estimation. This patch does not check the previous packet loss estimation, as it would increase software complexity, with one call of opus_multistream_encoder_ctl() at best when packet loss is unchanged, and two calls at most (one to get value, one to set value). Issue: #5157 Change-Id: I3fce82d8b310a5751dc7fbc9a1b766d43c41c304
-
Adds a function to initialize the opus encoder with FEC support and a default packet loss of 10%. In future iterations, the default value should be set to 0 and the packet loss adapted accordingly to RTCP control packets. Issue: #5156 Change-Id: I79b9c5e38ed388466d7b71a394f961d2ff9b001f
-
Add option to enable FEC support in libopus encoder, and adds uses this option to instanciate the opus encoder. This option is disabled by default, in order to avoid changing default ffmpeg behavior. If FEC support is enabled and packet loss is higher than 0, the encoder adds ancilliary data to the packet so the decoder can restore the previous packet, in case it is lost. As more data has to be transmitted, this reduces the audio quality when using a fixed bitrate. Issue: #5156 Change-Id: Ic7d69ab122bd63c3ff880e46a0a0dcb316b00760
-
By default, sets the option to use FEC decoding with libopus when preparing the decoder context. Issue: #5155 Change-Id: Icc9dcbbd9df3f538eb2da794e2ff9b6a0380bdc2
-
Patch ffmpeg to add an option (AVOption) to enable opus FEC decoding using libopus and add FEC decoding when the option is enabled. Issue: #5155 Change-Id: I78754a9d02a333c7d73da60b87fd40a6da544835
-
Fix unlinked hardware encoder/decoder cases (Conference, plugin, ...) Change-Id: I045de3d24d89e93141309b6b353cd0bcabd8509f
-
- Jan 20, 2021
-
-
Sébastien Blin authored
Change-Id: Iab97236dce66a63a660251c495f64154c6db07b7
-
- Jan 15, 2021
-
-
Pierre Lespagnol authored
Change-Id: Ia5ba79e370642738df593493a6d1da52a9b1d9b8
-
Pierre Lespagnol authored
Change-Id: I4c30fe6c8c99bdc518c0e81a89eaf5eb3ce2b726
-
- Jan 13, 2021
-
-
Sébastien Blin authored
Since https://review.jami.net/c/ring-daemon/+/16668 handleControlPacket contains a shared_ptr to the mxsock pimpl. This means that closeConnectionsWith don't call the destructor like before and the shutdown is not triggered. So, force the shutdown to be called to fix testShutdownCallbacks() and call correctly all shutdown callbacks. Change-Id: I8aa8bec05650066261ac61d5fd42e1f20f99830a
-
Aline Gondim Santos authored
Change-Id: I5a31c01936ac4b8e3af6ebbb44665b03d0602a95
-
- Jan 12, 2021
-
-
Aline Gondim Santos authored
Change-Id: I2b64c929b2973b88d51786a328fcb0249560a687
-
- Jan 11, 2021
-
-
Change-Id: I4b8d8d6dde97b12ec64a853c640e173c187d6aa4
-
Change-Id: Ic8bb04c8e30f0e5bb11412d94c8d88bb662156d3
-
Change-Id: I1ea5192fd33c3fb4ad9270974aa9ab55cc7c54d0 GitLab: #384
-
Change-Id: Iac4046bf5656bda8229117ea2750eb3e6c593296
-
The info "local mute" is separated from "moderator mute" in order to display if a participant is mute from local and to authorize moderator unmute only after "moderator mute" Change-Id: I4350f421f046e2afe174488b5448686207cbfab0
-
- Jan 08, 2021
-
-
Pierre Lespagnol authored
Discard decoded frames when the CPU transfer fail Change-Id: I91c42a3f239151636df30fcb1b1287ceaa4a511a Gitlab: #366
-
- Jan 06, 2021
-
-
Change-Id: I22362d3335a07f00f3e09598a4902ee8042c50ed GitLab: #379
-
- Jan 04, 2021
-
-
Change-Id: I0f029c576ecf5045afd3f06ce5106807ce52c30c
-
- Dec 30, 2020
-
-
Change-Id: I8b8d6352beb20fc6f2c65df983fa0bd723c82ffd
-
- Dec 23, 2020
-
-
Adrien Béraud authored
Change-Id: I3096d45af38a90daf468a594c6ded190da4e9bf4
-
- Dec 22, 2020
-
-
Adrien Béraud authored
Change-Id: I311c5bdbc4a1634a1e68a8a887e1cf1ba0009663
-
Adrien Béraud authored
Change-Id: I651cf8f4c8bc08367e90f98a2108cdabf6c53c25
-
Adrien Béraud authored
Change-Id: Ifb897e5918163fe9d6ee7eefb9e65a76c441d8dc
-
Amin Bandali authored
These were reported by Debian's lintian tool. Change-Id: Iabf593d34d9822c13ca3280ee27cbbd7994542d7
-
- Dec 21, 2020
-
-
Sébastien Blin authored
This avoid to keep opened files. Change-Id: Ib72f124090715a02150277898aee5f65dff4cda0
-
- Dec 16, 2020
-
-
Adrien Béraud authored
Change-Id: I62341574acfb6a089c508cdc0a1737caad640241
-