- Apr 09, 2019
-
-
Andreas Traczyk authored
Change-Id: I7a59fcb499dd474430a17b1bdf296e3ed94c5a9c
-
- Apr 08, 2019
-
-
Sébastien Blin authored
Currently, when an incoming request is cancelled the transfer id is lost. This patch avoid this case and allow the cancel part in p2p.cpp to clear the data related to this transfer. Change-Id: Ia5b69b514fce19e80ee3344d40eb395470212ef3
-
Sébastien Blin authored
Bump pjproject to prepare the patch for RFC6544. Also the patch used to support gnutls is merged upstream so we don't need it anymore. Change-Id: I7d83d7693dbadd4650623baa29f1721710040a08
-
Sébastien Blin authored
The TlsSession object works as a state machine. Currently, when shutdown() is called, the state is changed and the transport is directly closed. This mean that the cleanup launched by the state machine can be called after the transport is closed. Change-Id: I2565259156073862d4eee1fc47003a8022de2126
-
Andreas Traczyk authored
Bumps Corvusoft/restbed and removes any unnecessary patches that may either have been merged upstream or become useless somehow. Change-Id: Iac2e4c1bc2655a83f60f85c1895d6ae837f9f6cb Gitlab: #465
-
Change-Id: Ia50ab7aba5e600b5a53736bcf73130973dd71efb Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
std::string includes the string size. Use that size to initialize pj_str_t instead of calling strlen. Also make constexpr some static strings Change-Id: Icc1cdd16ad17aa03c16f44aef10cbe949e16ff0b Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
Change-Id: I44a4aecd9d1aa96a9f6a90571b6f0af0dd0fc897 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Apr 05, 2019
-
-
Change-Id: I2e7154624ad712b97dfdc2942ab0e924c8c8c306
-
- Apr 04, 2019
-
-
Andreas Traczyk authored
Change-Id: I859348239f76c2830389ae625a8bc7bb5d3d4dfa
-
Sébastien Blin authored
Change-Id: Ib3bffda0fec4a7dd8d2c20f4f6c9ce373f05c709
-
- Apr 03, 2019
-
-
Adrien Béraud authored
Change-Id: I559d08234b167e242c36ab7ba6a2549a81895105
-
Adrien Béraud authored
Change-Id: I3bb7f53ececb108f9db7b0f9eb47b85b3482644a
-
Adrien Béraud authored
Change-Id: Ic4514b6e68346cd8488ccf750796c8590cee653a
-
Change-Id: Ibc8755da73fcb2f723ce7b58645557f72d2b24ee
-
- Apr 02, 2019
-
-
Adrien Béraud authored
Change-Id: I61a5949c4d0ff70db53638bc3858ac244bf90455
-
Adrien Béraud authored
* rename namespace from ring to jami * rename logs methods from RING_* to JAMI_* * rename RING_VIDEO to ENABLE_VIDEO Change-Id: Ic98498652d7059fafe58a96220d565bcdfa53658
-
Change-Id: I3229003d89a4c4855fb9429dd4fe9bff02ef7985 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
Follow API documentation recommendations: create streams corked, start them when ready. Change-Id: I9826f1f77bbe75351d863c29558db412e5dcbda0 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
Adrien Béraud authored
Change-Id: Ia7c6cf3b0215f10bdb36c8c9bd4160501d7f3fa8
-
Adrien Béraud authored
Change-Id: Id99a8d8a3af3ef59d52a3267e0f44262c6df17f3
-
Adrien Béraud authored
* initialize when sending first packet * avoid out of bound access Change-Id: I8dc02a851cf89a5ad704e5bd0ea65245085c6ef7
-
Kateryna Kostiuk authored
Change-Id: I48ee8176e62f0efcb9c44ee09884b9e28916d726
-
- Apr 01, 2019
-
-
Adrien Béraud authored
Change-Id: I952dc36b81d890bc0c76ec777546f28550cb1cce
-
- Mar 29, 2019
-
-
Change-Id: I273f3e53c6d702ebe87bb0feeafb39f590eee516 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Mar 27, 2019
-
-
Sébastien Blin authored
Change-Id: Ifcd2193366bfe892425f50e8547f623137694767
-
- Mar 26, 2019
-
-
If the video input is being decoded on the hardware, use the hardware frames directly when encoding. Skips the transfer back to software in the video sender and the transfer to hardware in the encoder. Falls back to using the main memory as a middle man if the link between encoder and decoder fails. Change-Id: I59850e95e6952df71a461aad8e7dddda65f05ffb
-
Sets up video streams upon receiving the first video frame. Audio streams are still initialized as soon as possible. This allows a video encoder to use the pixel format of its received frames, and to set up a hardware transcoding pipeline if it receives a hardware frame. Change-Id: I622fc44b6096d63d7423837d2f2ec15680548a83
-
Adrien Béraud authored
Change-Id: I8f31ff13b68afb9383ce05c8f11b104c2bc419bd
-
- Mar 25, 2019
-
-
Mohamed Fenjiro authored
Change-Id: Ia7148e36c73b5bb073f7d1acc2bce44d0d05f6c5
-
Adrien Béraud authored
Change-Id: I5c7d429bd32aa22bd4c7ad0914a7581176c2ccdd
-
- Mar 21, 2019
-
-
Also adds hardware decoding to nodejs and jni APIs. Change-Id: I2a89f2d9e09b597df0ec449e69e8e7b84bea5552
-
- Mar 20, 2019
-
-
Adrien Béraud authored
Change-Id: I4ca3205945c2b5e46d7756197d8e0058c907aad7
-
- Mar 19, 2019
-
-
Adrien Béraud authored
This reverts commit 9a0d08d3. Reason for revert: build systems need updates Change-Id: Ifd959781efcb33009c8465a85380af151b6946ba
-
Adrien Béraud authored
Change-Id: Ieb79dbf8c6194178809066a8cde2cd32fac4aea9
-
- Mar 18, 2019
-
-
Sébastien Blin authored
Since we use gnutls 3.6.5, nettle 3.4.1 is required to build the daemon. Change-Id: I0041791b8587d63d469e6d24137160e93d3a3893
-
- Mar 17, 2019
-
-
Adrien Béraud authored
Change-Id: I5accd1c676a608a04616fd81d9663c1399148c51
-
Adrien Béraud authored
Change-Id: I92ac1e5a7f772d2440adb522622622829b13b869
-
- Mar 16, 2019
-
-
Adrien Béraud authored
Change-Id: I6275a6b5b98f383839bfdfe0bcd49f4e3fb0363f
-
Adrien Béraud authored
Change-Id: Id07cb75e3da27c04a781a53fc2b8b04dc9bb33f0
-