- 04 Jul, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: I2829c6b42fbebec200b3935aadc62b60498effd0
-
- 24 May, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: If34adb4833dff7ea71175bb7f465f48cb3758d55
-
- 02 Apr, 2019 1 commit
-
-
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
-
- 13 Feb, 2019 1 commit
-
-
Andreas Traczyk authored
- Creates a window to use RegisterDeviceNotification then converts the device name to a friendly name using the windows setup api. Change-Id: Ia0946b5febdbd48b8633931b8902e6aca824907c
-
- 07 Jan, 2019 1 commit
-
-
Andreas Traczyk authored
Change-Id: I30276479189012edfb4f334641c66596c59b0ba9
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: Ia4ed75d04a284efa0763c917aeaa2f08863a87cb
-
- 23 Jan, 2018 1 commit
-
-
Guillaume Roguez authored
Change-Id: I1ef88bc640f79790aad2b5285ea2c776aa8cd366
-
- 05 Jan, 2017 1 commit
-
-
Guillaume Roguez authored
Change-Id: I6dbc51dd41c1f44d1446fe7365026af037bc86d9 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- 15 Oct, 2016 1 commit
-
-
Adrien Béraud authored
Fix and enable VPX on Android. Since the Android build moved to clang and libc++, it's no longer necessary to redefine some common standard C++ methods. Change-Id: I3488633782ded31bc260c5a234802ebd6f251377
-
- 16 Mar, 2016 1 commit
-
-
Adrien Béraud authored
Diffie-Hellman parameters can take a few seconds to compute, during this time a CPU core will be fully used. This leads to high power consumption on startup, which can be problematic for mobile devices. This patch introduces saving DH params to the persistent cache to avoid regenerating them too often. The file modification time is used to know the age of the parameters. DH params can be reused for up to 3 days. * Intoduce writeTime to know a file modification time * Introduce to_wstring to convert filenames to the Windows format * Introduce a DhParams structure to handle serialization Tuleap: #452 Change-Id: Iaea9cf24d922fc6cfc542f8fa7b0c208ebc141d2
-
- 09 Mar, 2016 1 commit
-
-
Guillaume Roguez authored
tools/update-copyright script used for that Change-Id: I89b13300d9ccbdbcd47dba679ba64be82499e83d Tuleap: #454
-
- 24 Feb, 2016 1 commit
-
-
Adrien Béraud authored
* allow to enumarate devices using the new video API * allow to open cameras and capture frames Issue: #79814 Change-Id: I1b85aa6035ec880f4388479d5a33ae7a5aec8fce
-
- 17 Feb, 2016 1 commit
-
-
Adrien Béraud authored
* use default settings if no preference exists * logic requires unformated parameters (added related methods) * current logic: largest resolution <= 720P, framerate >= 10 FPS * support new pixel format * report pixel format to libav/ffmpeg for decoding Tuleap: #294 Change-Id: Ia9b61814b49e7057ae4eb5fef9d0b814706cafff
-
- 21 Sep, 2015 1 commit
-
-
Guillaume Roguez authored
- remove OpenSSL exception - fix Savoir-faire Linux naming - fix common Author: representation Issue: #80663 Change-Id: I6c3b2ca1ed48ed474a0ecd5a30fe793526e11b00
-
- 04 Jun, 2015 1 commit
-
-
Adrien Béraud authored
Refs #74605 Change-Id: I5e21003083a765c9424fe370a1848074d391bfc1
-
- 22 Apr, 2015 1 commit
-
-
Adrien Béraud authored
- bump contrib pcre to 8.36 - add missing C++ std functions - add missing inclusions Refs #70084 Change-Id: Idd0f94d07d53b0b89dfb03b97c5b467a83b3ff83 Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 21 Apr, 2015 1 commit
-
-
Éloi Bail authored
Simple muting implementation per call and media, eg : audio, video. When a media is muted, black frames are sent in case of video. Null samples are sent in case of audio. In order to enhance bandwidth saving, a re-invite could be done in a next version to properly stop muted media processing. Refs #66722 Refs #69846 Change-Id: I9f03a7de77a6df3a3396197b9d966004300ebfcc Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 20 Mar, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #68986 Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
-
- 19 Mar, 2015 1 commit
-
-
Adrien Béraud authored
Refs #68897 Change-Id: Idf8176533f19a8bee266684adc71e829ed88a46c
-
- 15 Mar, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #68586 Change-Id: I2c65640f6291d914817c395806cbc74df275d088
-
- 26 Feb, 2015 1 commit
-
-
Adrien Béraud authored
Change-Id: I020bc2f93414c7bbacd2d969645f4ec1316157fe
-
- 24 Feb, 2015 1 commit
-
-
Éloi Bail authored
Refs #66623 **WARNING** This commit modify DBUS API. API are modified only for libringclient. Gnome client - not based on libringclient - will be unstable. Change-Id: Ib7ddd32327f3ccb9fccc6c65a0fc93d7defd76f5
-
- 26 Jan, 2015 1 commit
-
-
Guillaume Roguez authored
- all the code moved under the ring namespace, or a sub-namespace, exception of ring_api.cpp as exporting a C accessible API. - fixed namespaces hierarchy. - removed forbiden usage of using-declaration. Refs #64647 Change-Id: I23fdeca1252150d490828c1ce907097f17e1d41c
-
- 09 Jan, 2015 1 commit
-
-
Adrien Béraud authored
Refs #62691 Change-Id: I8b051e38674b50d2b7771376310dcf9d964452b4
-
- 12 Dec, 2014 1 commit
-
-
Tristan Matthews authored
Refs #61369 Change-Id: I1f060bd0cdf93d59204407f87a34b6453d0f3674
-
- 14 Nov, 2014 1 commit
-
-
Tristan Matthews authored
Refs #60545 Change-Id: I94bcc65e61433755ca73dd019722d0da569e657d
-
- 30 Aug, 2013 1 commit
-
-
Emmanuel Milou authored
-
- 18 Sep, 2012 1 commit
-
-
Tristan Matthews authored
-
- 12 Sep, 2012 2 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 15 Aug, 2012 1 commit
-
-
Tristan Matthews authored
gnome-client startup time when using larger history files (~1500 entries) is now about 15 times faster.
-
- 03 Feb, 2012 1 commit
-
-
Tristan Matthews authored
Also added whitespace checking pre-commit hook when autogen.sh is called.
-
- 18 Oct, 2011 1 commit
-
-
Tristan Matthews authored
-
- 12 Sep, 2011 1 commit
-
-
Rafaël Carré authored
-
- 15 Aug, 2011 1 commit
-
-
Rafaël Carré authored
sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
-
- 05 Aug, 2011 1 commit
-
-
Rafaël Carré authored
-
- 07 Jun, 2011 1 commit
-
-
Alexandre Savard authored
-
- 01 Jun, 2011 1 commit
-
-
Alexandre Savard authored
-
- 31 May, 2011 1 commit
-
-
Alexandre Savard authored
-
- 07 Jan, 2011 1 commit
-
-
Emmanuel Milou authored
-