- Sep 28, 2021
-
-
Adrien Béraud authored
Pixel 4 XL, 720p: before: 6.69 ms (14,9 fps) after: 5.92 ms (16,9 fps) Change-Id: I8a2bdbed7388efbf95b066ace2f8032684a87a2e
-
- Sep 25, 2021
-
-
Adrien Béraud authored
Change-Id: I729e15f31fd1f7e9c0a2319966e50ed3ad86ec56
-
Adrien Béraud authored
Change-Id: I7b7b67008bd1b3df9ec6d17c831acca753ba5662
-
- Jul 15, 2021
-
-
Automated using the following commands: $ mv src/{dring,jami} $ git grep -l src/dring | xargs sed -i 's,src/dring,src/jami,g' $ git grep -l '#include "dring/' | \ xargs sed -i 's,#include "dring/,#include "jami/,g' $ git grep -l 'dring.h' | xargs sed -i 's,dring.h,jami.h,g' And finally, $ git grep -l 'dring' | xargs sed -i 's,dring,jami,g' $ files=$(find -name '*dring*' | sort) $ for f in $files; do mkdir -p "$(dirname "$f")"; \ mv "$f" "$(echo $f | sed 's/dring/jami/g')"; done To resolve a bad renaming favorably: $ git grep -l -i AlsaCarjami | \ xargs sed -i -E 's/([Aa])lsaCarjami/\1lsaCardRingtone/g' The above renaming command is not perfect, so some hand-tuning was required to complete it. * src/manager.cpp (Manager::ManagerPimpl::retrieveConfigPath): Preserve the dring.yml configuration file name, until we add something to migrate (rename) it to jami.yml. * man/dring.pod: Delete. * bin/dbus/jamid.pod: Move to ... * man/jamid.pod: here. * bin/dbus/meson.build (jamid_targets): Normalize man section to the pre-existing 1 and adjust accordingly. * src/jami/def.h (dring_EXPORTS): Rename to ... (jami_EXPORTS): ... this. change-Id: I9828be6da9c711ab2f22c4d1b9539fea89d7b6fb
-
- Jun 11, 2021
-
-
Adrien Béraud authored
Change-Id: I8ae187c0a175c05bc7e1421999ff067935b32dbb
-
Adrien Béraud authored
Change-Id: I1b4dd0f9cba07cc343a7dfb707333f210359503a
-
- Jan 25, 2021
-
-
Change-Id: Ib53fa87efdbbbc6b7561e3b37f27d7a8d51af163
-
- May 06, 2020
-
-
Adrien Béraud authored
Change-Id: Ic4a90183ae7589d4ddf7dd196e54cd6e8cba02f3
-
- Jan 03, 2020
-
-
Adrien Béraud authored
Change-Id: I28f193813ad72ee5936ef0be7f252c40c3b748ee
-
- Nov 07, 2019
-
-
Change-Id: Iba619f891d0412ca4abe4e03e4b2a11d5a3b2488
-
- Nov 06, 2019
-
-
Adrien Béraud authored
Allows switchInput on the same VideoInput instance on Android Change-Id: I421a7d6e3f7b87d37a3108483cd280dc03c113cf
-
- Sep 07, 2019
-
-
Adrien Béraud authored
Change-Id: I40cdf51b33ae13b95fa9726f6b111f22b111b813
-
- Mar 21, 2019
-
-
Also adds hardware decoding to nodejs and jni APIs. Change-Id: I2a89f2d9e09b597df0ec449e69e8e7b84bea5552
-
- Mar 08, 2019
-
-
Adrien Béraud authored
Change-Id: Id19a9987a218ef94915e94df9635c11986d8a34e
-
- Mar 07, 2019
-
-
Change-Id: I0b760e4ae32ab372cef49ef9c2120e722e041ef1
-
- Feb 01, 2019
-
-
Adds a signal that sends the linear RMS level for a given ring buffer. The signal must be turned on via the API and can be turned off when needed. Adds an audio preview so the mic can be read. Call startAudioDevice and stopAudioDevice to initialize and stop the audio layer. Change-Id: I6a71ef87ee805a6d4bfa824fa901dd638e8cbd65
-
- Jan 27, 2019
-
-
Adrien Béraud authored
Allows to request key frame from client-side hardware encoder. Change-Id: Id14ea527bc5e0852de4538c93ac60da5616879ec
-
- Jan 26, 2019
-
-
Adrien Béraud authored
Change-Id: Idb983898ae2cd0d9b58a46baf76073b9eac4e3be
-
- Jan 02, 2019
-
-
Sébastien Blin authored
Change-Id: Ia4ed75d04a284efa0763c917aeaa2f08863a87cb
-
- Sep 16, 2018
-
-
Adrien Béraud authored
Change-Id: I39ebed2ee053db5b963c5e550c8452f49492d0e6
-
- Sep 15, 2018
-
-
Adrien Béraud authored
Change-Id: I445df662dc77c6ab49b8b6ae65b95e1b1cd546f4
-
- Sep 11, 2018
-
-
Initial import of the localrecorder. The local recorder provides a public interface for recording audio and video messages locally. For instance this can be used to record voice or video messages that could be later sent via file transfer. Change-Id: I0675fc0fb8588db24ae86302a76d4d68f5871b82
-
- Jan 23, 2018
-
-
Guillaume Roguez authored
Change-Id: I1ef88bc640f79790aad2b5285ea2c776aa8cd366
-
- Jan 03, 2018
-
-
Alexandre Lision authored
Move all JNI file sources to the daemon. Ring Android client will use this files to generate the final libring.so including the ring_wrapper.cpp Change-Id: I4e800bb1d33b5905c715054d1718c0bdb3fc1d55 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-