- 26 Jan, 2015 3 commits
-
-
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
-
Guillaume Roguez authored
Refs #64235 Change-Id: I0acd8c39db6f6255e8b32254ce861fb2f81d6cfe
-
Guillaume Roguez authored
Refs #64668 Change-Id: Icbdc1e0a7692b7fd44c82ffb789e8932fa2ffdbb
-
- 24 Jan, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #64665 Change-Id: I8da4217788733ce52bc457af6ddb52428a170f36
-
- 23 Jan, 2015 1 commit
-
-
Alexandre Lision authored
Refs #64597 Change-Id: Idc7eb4450d732258afb34dee75ec2f72b00f9997
-
- 22 Jan, 2015 4 commits
-
-
Since libavcodec56 libav native opus decoder is used instead of libopus decoder. This decoder only ouput float planar audio data (AV_SAMPLE_FMT_FLTP) This commit detect the output format and convert it to signed 16bits in case of float planar. Refs #64245 Change-Id: Idb8240a1158a0add446d7df3b4a1ed51089e2781
-
Alexandre Lision authored
We already provided this mecanism for ANDROID O_NONBLOCK is declared in fcntl.h Refs #64465 Change-Id: Ib66f9f6e4b0e375a720532fe7784be73b2d59a4d
-
Alexandre Lision authored
Refs #64008 Change-Id: I9e5caefb0305351defe16431cd218072de0a1ce3
-
Alexandre Lision authored
This commit mutualizes resources for audio and video. Some components have been renamed: - Video{Encoder, DECODER} to Media{Encoder, Decoder} - VideoIOHandle to MediaIOHandle (new component) Refs #64413
-
- 21 Jan, 2015 6 commits
-
-
Refs #63196 Change-Id: I157a8ba736a1dc521038199ba1bca9ee556ed4d5
-
Added a flag to ICE transport constructor indicating whether it will be master or slave so this can be choosen without relying on 'on_initdone_cb'. Refs #63303 Change-Id: I3896c6c0738d792091d23385fe6b67ab60764282
-
Refs #62691 Change-Id: I69db47f5af094f151df52f709bb3dee91908fc08
-
Refs #63906 Refs #64322 Change-Id: I6c0a03216a818c08ef03e85cf629d8dcb66f020c
-
Guillaume Roguez authored
Refs #64322 Change-Id: Iafce3260c4de6b30566b17ec3b7496198d80d56c
-
Adrien Béraud authored
give transports more time to be destroyed by pjsip Refs #63196 Change-Id: I065e9e86fc2b3d5bc42f6e7797b1168e7cf00cd4
-
- 20 Jan, 2015 1 commit
-
-
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
-
- 15 Jan, 2015 4 commits
-
-
Refs #62691 Change-Id: Ic5b5df91adc5ef69d3e97210b75ba45a547922a7
-
Adrien Béraud authored
Refs #63602 Change-Id: I8e116fe52040383fa268a24fb93e1559dbb05aa3
-
Refs #63602 Change-Id: I891072d676ff626c758846b69850e1fa5cebcdd9
-
Change-Id: I333ad302cc5c9c230f60490074cb85d06952160b
-
- 14 Jan, 2015 2 commits
-
-
Alexandre Lision authored
x264 uses a deprecated flag -falign-loop breaking the compilation http://www.xin.at/x264/x264-guide-macosx-en.htm This is not the case in newer versions but we use the tarball (packaged in august) Change-Id: Id028a3e405cfb9bc286f9b6f1b79a8765f716a05
-
Emmanuel Lepage Vallee authored
Refs #63769 Change-Id: Ic35e28eb8d43f2e264ae2003ebf3cab8994ce884
-
- 13 Jan, 2015 6 commits
-
-
Stepan Salenikovich authored
Resf #63741 Change-Id: Ida90c129a94ec4aca059ab791c0009bb81594535
-
Guillaume Roguez authored
Refs #63443 Change-Id: I99bcd3eeeb29eac05cd46605e3356c36fb33f633
-
Guillaume Roguez authored
This reverts commit 8de1d809.
-
Guillaume Roguez authored
Change-Id: I810248de65c38e47bcf117d0f020b9392cb57ed9
-
For use with git-review[1]. After installing git-review and this patch, you can start development with: git clone https://gerrit-ring.savoirfairelinux.com/sflphone cd sflphone git review -s This will add the pre-commit hook as well. The next thing you could do is setting a ssh remote for pushing to avoid having to store a http password (advantage of this is that you do not need to unlock your SSH key just for pulling new changes): git remote set-url origin --push \ ssh://username@gerrit-ring.savoirfairelinux.com:29420/sflphone.git [1]: https://pypi.python.org/pypi/git-review Change-Id: I8b3e41c93d2d647ca81f805b619b44ac8997dc95
-
Adrien Béraud authored
Refs #63289 Change-Id: Ibc993ac83180e52c64264201cb12875468fe07c3
-
- 12 Jan, 2015 2 commits
-
-
Refs #63591 Change-Id: I33a4a215db406d07f1ceb13db9b2a818b1d98e10
-
Guillaume Roguez authored
Refs #61640 Change-Id: Ib33e915fbdd7596c4c17320659bfd8abbd4515b0
-
- 09 Jan, 2015 5 commits
-
-
Refs #63196 Change-Id: Id21496098bd2f446500efa3d7cb8bc3d72a10dcc
-
Adrien Béraud authored
Refs #62691 Change-Id: I8b051e38674b50d2b7771376310dcf9d964452b4
-
Refs #62046 Change-Id: I7fc886febd738c9d1b8a4327d14c05b73f32e13c
-
Guillaume Roguez authored
Until we provide an implementation not using CCRTP. Refs #63443 Change-Id: Ic605ae569633f511e4257d6f276a67b269164ed8
-
Guillaume Roguez authored
Refs #63370 Change-Id: Ib3a23147cb46ffbfd39488a1a734a72811c28215
-
- 08 Jan, 2015 2 commits
-
-
Eloi Bail authored
Refs #63298 Change-Id: I7f6bb12e72d9de398e35b3fea838a06e0fac4fe5
-
Adrien Béraud authored
Refs #61678 Refs #61680 Change-Id: I7ffbb487ba484e0d39996a010bb313302963ff1b
-
- 07 Jan, 2015 3 commits
-
-
Refs #63196 Change-Id: Ie9aaf7c3ce06485d9959dd59ba486abc5edc5142
-
Refs #63235 Change-Id: I05a2f65eedc1c83027573011de9cca31812cfcbb
-
Break the 'minimal' compilation Regression from dd42165c Refs #63263 Change-Id: I22b69e4ce4a92aa30d40e5130c882d19d2938025
-