- Apr 02, 2019
-
-
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
-
- Mar 15, 2019
-
-
Mohamed Fenjiro authored
Change-Id: I1e3647227bdf225267e78d98305bd81d335a72e8
-
Change-Id: Ice2d49076b129c59e3cf6e8a6a70890379ebac71
-
Change-Id: If6cbb6c5753e0eebcf555f4e6126a7d368f93aef
-
Adrien Béraud authored
Change-Id: I3fb49911b13cf06e513ff4523a78522a9c2059fc
-
Mohamed Fenjiro authored
Change-Id: Ifab6afaee0711332d92bc21b7f2f0658756fa4d8
-
Adrien Béraud authored
Change-Id: Ia8ae624f441907b47237149767b0422b5b7abace
-
Adrien Béraud authored
Change-Id: I975fb3844b135c7eb15357558e52f9bbfee13237
-
- Mar 14, 2019
-
-
Adrien Béraud authored
Verification is done in two ways, first it checks if the public-key actually matches the registered name, and second it uses the public-key to verify the signature. These two checks are sufficient to guarantee that owner of the registered name is the one who posted name data to the blockchain nameserver. Change-Id: If5cfd0eeb01b305f290b7a5e7d424688ccf8ccb1
-
Adrien Béraud authored
used callback in restclient.cpp to handle http request asynchronouly Change-Id: If09d19aa2b73eab2a217b9319c7a911b7c85cf76
-
When reigstering a name, the daemon now signs the requested name and POSTs it along public-key Also added error handling for response from server with appropriate codes Also added ability to register name from restdring (setNameRegistration) Change-Id: Id973cb9a2fa4d4410e0266287192ce452d08249b
-
Adrien Béraud authored
Change-Id: Iacefbdcb6163f3e5e4637a3c9140cdc2698294dc
-
Adrien Béraud authored
Change-Id: I12cf6898f14b93b2f8d14323d2c4273a48212279
-
Adrien Béraud authored
Change-Id: I04de6bb39925c48665cf234f3a714167d9f6ef7c
-
Adrien Béraud authored
Change-Id: Ic769a3928f84efc3bc83188766292e720b3061df
-
- Mar 13, 2019
-
-
Adrien Béraud authored
Change-Id: I16c3c467ee1b1b583f1dc74e2294b7c069331f73
-
- Mar 12, 2019
-
-
Adrien Béraud authored
Change-Id: I01b737e19ce3e6023eedd29e5e158571718994a0
-