- Aug 07, 2018
-
-
Fix build flags for two directories, clean globals. Change-Id: I2c2fb1fd7f73c8097de05f641ad3e71ccbabd965 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 30, 2018
-
-
FFmpeg's RTP muxer does not support GSM, while Ubuntu does not package iLBC. Removes the old configure switches. Removes package detection from contrib. Keeps contrib rules in case GSM is later readded. Change-Id: I705a521e2baf34c757c22a72e04cdf27233b5a7b
-
- Feb 10, 2017
-
-
Adrien Béraud authored
Change-Id: I9930519d16063a6d127fd82c7821ed197c8441d2 Tuleap: #1509
-
- Nov 11, 2016
-
-
Guillaume Roguez authored
Increase PJSIP_MAX_PKT_LEN to 8000 bytes. This permits big SIP invite message with many ICE candidates. Change-Id: I02097f54a2b01087dfdad4474eedbed2a67b0955
-
- Nov 07, 2016
-
-
Mathieu Lirzin authored
In GNU packages the '.mk' extension is commonly used for Makefile fragments. Moreover it allows Emacs to choose 'makefile-mode' automatically when opening it. Change-Id: Ia35e5471b6852226027f975395cd21834783674b Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Nov 10, 2015
-
-
Guillaume Roguez authored
Let user choose the RING_REVISION and RING_DIRTY_REPO values. This also permit packaging to build from non-git sources tree with a fancy and valid revision string. Just set previous environment variable before to run the make command. Change-Id: I24d71f985decc2187f09ab21eb72e588ede7fb7a Tuleap: #71
-
- Sep 03, 2015
-
-
Guillaume Roguez authored
This patch fixes buildinfo data computation in case of git failures. Issue: #79930 Change-Id: Iccce40bb724ebfef73c068b96bfd59b7effbf777
-
- Sep 02, 2015
-
-
Guillaume Roguez authored
This change provides a better way to find which sources are used at runtime. Issue: #79930 Change-Id: Icd505230269c4ba11e7d64e02471febcf68777a0
-
- Mar 25, 2015
-
-
Refs #69286 Change-Id: Ib33c225ebcd14039c543641399eee6a239c95f9a
-
- Mar 20, 2015
-
-
Guillaume Roguez authored
Refs #68986 Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
-
- Jan 28, 2015
-
-
This commit also fix various issues with the TLSValidator: * Remove dead code (-Wunused) * Handle exeptions in configurationmanager (runtime assert) * Add missing construction initializer (-Wuninitialized) Refs #64785 Change-Id: I315396b2a3a29d097743ce825cda91235a6e7936
-
- Jan 20, 2015
-
-
This patch have the side effect to refactor audio and video related parts by moving them into media sub-directory and making libav common parts undependent of video. This patch permits to disable video without loosing libav support on audio. Refs #63906 Change-Id: I3d50713fac7f5c2738cc68b9f38573b5b4536b35
-
- Jan 14, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #63769 Change-Id: Ic35e28eb8d43f2e264ae2003ebf3cab8994ce884
-
- Jan 09, 2015
-
-
Adrien Béraud authored
Refs #62691 Change-Id: I8b051e38674b50d2b7771376310dcf9d964452b4
-
- Aug 12, 2014
-
-
Philippe Proulx authored
Refs:# 48032
-
Vittorio Giovara authored
Update the headers include path accordingly. Change-Id: I018aefc237a00f468fa3ec642f251a84826054ac Refs: #46617
-
Vittorio Giovara authored
Change-Id: I8abcb4a158b563541491115563f7859d2c83a63a Refs: #46617
-
- May 05, 2014
-
-
Vittorio Giovara authored
Change-Id: Ib23a716c120e07d6bb9b832b9a8241dbba2e7f30
-
- Apr 08, 2014
-
-
Tristan Matthews authored
Refs #44875
-
- Nov 12, 2013
-
-
Tristan Matthews authored
-
- Jul 08, 2013
-
-
Tristan Matthews authored
-
- Jun 26, 2013
-
-
Tristan Matthews authored
-
- Jun 19, 2013
-
-
Tristan Matthews authored
-
- Dec 17, 2012
-
-
Tristan Matthews authored
-
- Apr 13, 2012
-
-
Tristan Matthews authored
-
- Feb 03, 2012
-
-
Tristan Matthews authored
Also added whitespace checking pre-commit hook when autogen.sh is called.
-
- Jan 24, 2012
-
-
Tristan Matthews authored
Doesn't build yet
-
- Sep 22, 2011
-
-
Rafaël Carré authored
-
- Sep 14, 2011
-
-
Rafaël Carré authored
Remove some stuff we don't need: third_party libs Visual Studio / Xcode files symbian files pjmedia-audiodev (and update some source files accordingly) pjmedia-codec tests, documentation define PJMEDIA_RESAMPLE_IMP PJMEDIA_RESAMPLE_NONE => so we don't rely on resample library define PJMEDIA_HAS_SRTP 0 => so we don't rely on srtp library We do resampling and srtp ourselves anyway
-
- Aug 15, 2011
-
-
Rafaël Carré authored
sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
-
- Aug 08, 2011
-
-
Rafaël Carré authored
It is packaged in most distributions
-
- Jun 20, 2011
-
-
Tristan Matthews authored
Reducies implicit dependencies in sfl-phone-common.
-
- Dec 15, 2010
-
-
Marat Radchenko authored
1. echocancel.cpp was missing #include <cmath> 2. astyle search was using find -exec (replaced with xargs)
-
- Aug 04, 2010
-
-
Julien Bonjean authored
-
- Aug 03, 2010
-
-
Julien Bonjean authored
-
- Jul 30, 2010
-
-
Julien Bonjean authored
-
- Jun 22, 2010
-
-
Alexandre Savard authored
- Fixed Autotools mess in test/. - Brought all the sub-libraries into a single library with LIBADD Conflicts: sflphone-common/configure.ac sflphone-common/src/Makefile.am sflphone-common/src/audio/Makefile.am sflphone-common/src/video/Makefile.am sflphone-common/src/video/decoder/Makefile.am sflphone-common/test/Makefile.am
-
- Jan 26, 2010
-
-
Alexandre Savard authored
-
- Nov 19, 2009
-
-
Julien Bonjean authored
-
- Nov 09, 2009
-
-
Emmanuel Milou authored
ie in /usr/lib/sflphone for instance, instead of /usr/lib
-