- Mar 22, 2022
-
-
Andreas Traczyk authored
Follow changes from https://review.jami.net/c/jami-daemon/+/21262 Follow changes from https://review.jami.net/c/jami-daemon/+/21271 Change-Id: I61368a625aa4320c524b05f1df52f503d7932ec1
-
- Mar 02, 2022
-
-
Andreas Traczyk authored
+ Removes the signal/slot relay mechanism(Note: Signals can be connected to signals and don't need a relay slot as long as the signature is the same). + renames startedDecoding to decodingStarted and the same for stoppedDecoding. Depends on: https://review.jami.net/c/jami-daemon/+/21147 Gitlab: #500 Also jami-client-qt#536 Change-Id: I02746137efeefa24f8ac65bde073f230b58c1e9c
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I68bc32a75ba870955a238e2dda9de8579a5e4011
-
- Nov 17, 2021
-
-
Sébastien Blin authored
Change-Id: I895121e4f936227632debd575fef852f6b94b7eb
-
- Nov 16, 2021
-
-
Change-Id: I7f2bf6038d1b9313bd86f9b0a39b2573b97038a1
-
- Oct 06, 2021
-
-
Adrien Béraud authored
Change-Id: Ic83e090c19f3c5c7dc0c5d950ccb57411f217294
-
- Jan 25, 2021
-
-
Change-Id: I87701996c8ba4b8d0fd689a7f1a4eee6ac858a13
-
- Sep 25, 2020
-
-
Sébastien Blin authored
Change-Id: I835bcd0d22dfe9c24ecf08b549b5773b5a2fa447
-
- Jan 21, 2020
-
-
Sébastien Blin authored
Change-Id: I285ff2e12fbde8e053087d4b9642600af43b830e
-
- Nov 06, 2019
-
-
Andreas Traczyk authored
Change-Id: I859006b588bf97c0d9a4cd7aaaadc54d8f7eded5
-
- Jul 10, 2019
-
-
Kateryna Kostiuk authored
Add support for AVSinkTarget. For now only for direct render. Change-Id: I47f607d4ac2e700761384ffd4ee29214cd4b9225
-
- May 01, 2019
-
-
Change-Id: I8e80c21e75ab9ce49df848ec85d6b731095b80d0
-
- Feb 04, 2019
-
-
Change-Id: I1b88605c4dd058babe98b323b5c247cb63b4a676 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Jan 03, 2019
-
-
Change-Id: I47877be24fd1de76bb2a4c66380c90ce645c6279
-
- Dec 07, 2018
-
-
Sébastien Blin authored
Daemon 7.1.0 introduces getRenderer to allow the client to restart renderers if there is a call when starting the client. Change-Id: I7b1d685d9492780c5ffce5297c8c4214bfd27441 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Sep 18, 2018
-
-
Initial implementation of the avmodel, the model for handling video and audio related parts of the daemon API in the LRC. Change-Id: I0ec32e4751d023c1ba022aabb00191bf699c47a4 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jan 31, 2018
-
-
Change-Id: I0af6a5e98fe1fc3234ac4fe37b712e274d095e11 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Jul 19, 2017
-
-
Guillaume Roguez authored
Change-Id: Ie560fab55336079277a710380e25d0889889606a
-
- Jun 14, 2017
-
-
Philippe Gorley authored
Change-Id: I4d2659e6798b9ea461d1e214b89da20e0c26f878
-
- Jan 29, 2016
-
-
Alexandre Lision authored
Qtwrapper was enabling video by default This was hiding a lot of warning in videomanager_wrap.h Issue: #70631 Change-Id: Ic1434c9999ebc7c43de7fab63efbf74e54918c73
-
- Jan 08, 2016
-
-
Edric Milaret authored
- Happy new year - lower f fix Change-Id: I9b6d2ef340f4a33185dae75aef15538209749788 Tuleap: #218
-
- Oct 14, 2015
-
-
Alexandre Lision authored
stopDecoding was blocking when making a conference because no semaphore were available. Semaphore shouldn't have been placed here in the first place Issue: #81116 Change-Id: Ia686601f40c430ba716c91b2667268e4fb108446
-
Daemon exposes a new API to fix the concurrent access problem. This patch uses this new sink API to arbitrate and transport video frame to client direct renderer. *Warnings*: API changed by this patchset. Update clients. Issue: #81542 Change-Id: Iadd38019a6fa1eb17c38c62cadb8596b2765be4f Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Sep 25, 2015
-
-
Eloi Bail authored
remove sharedptr for direct rendering. Instead provide a buffer to the daemon in which it will write the frame and thus unsure that it will not be destroyed by the daemon while being used Issue: #80643 Change-Id: Id92768fd098ea93d9fcca8c5570a192633eba432
-
- Sep 24, 2015
-
-
Guillaume Roguez authored
... do it everywhere! Issue: #79703 Change-Id: Ica6942cc07b43c5e220edc89ff0742065dbdf99d
-
- Jul 13, 2015
-
-
Edric Milaret authored
-Also set the size for every frame -This patch also fix the API break of IncomingTrustRequest Refs #75280 -Warning : This break frame retrieval for OS X Change-Id: I6f488b7f11d884ab21a2edf10a4f211d541fb9ef
-
- Jul 08, 2015
-
-
Stepan Salenikovich authored
This reverts commit 12aa1880. Change-Id: I922d974ae4441f19e023b813582caca2f443d024
-
Edric Milaret authored
-Also set the size for every frame -Warning : This break frame retrieval for OS X Refs #75280 Change-Id: I9f000988345e16ae6778dcdd1f238a3866d4a6eb
-
- May 07, 2015
-
-
Emmanuel Lepage Vallee authored
* Improper include guards * Spelling mistakes * Add 'explicit' to constructors * Add missing new lines http://ebn.kde.org/krazy/reports/extragear/network/libringclient/index.html Refs #72608
-
- Apr 14, 2015
-
-
Alexandre Lision authored
make sure start and stop decoding are always fired to the client in the same than the daemon as fired them. Refs #70681
-
- Mar 18, 2015
-
-
Alexandre Lision authored
Video is correctly received and send to the client Refs #66887
-
Alexandre Lision authored
ENABLE_VIDEO was not set in qtwrapper lib
-
- Feb 27, 2015
-
-
Emmanuel Lepage Vallee authored
Merge all work required to compile with the Video on Mac OS X and on Linux without DBus and SHM support.
-
- Jan 28, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #64866
-
- Jan 20, 2015
-
-
Alexandre Lision authored
Properly send events to EventLoop
-
- Jan 19, 2015
-
-
Alexandre Lision authored
When compiling for OSX (or any system other than Linux) we won't use dbus. This commit removes the need to include QtDBus module.
-
- Jan 15, 2015
-
-
Alexandre Lision authored
Update namespaces Link on libring Fix pollEvents (misplaced) Add FindRing.cmake Update INSTALL (simplify OSX build)
-
- Jan 12, 2015