summaryrefslogtreecommitdiff
path: root/modules/gzrtp
Commit message (Collapse)AuthorAge
* modules/gzrtp: make send handler thread-safe (#324)glenvt182017-11-12
| | | It can be called from another thread (audio/video read).
* modules/gzrtp: move SRTP processing to a separate class (#319)glenvt182017-11-02
| | | | Add an option to use libre SRTP processing stuff instead of the one provided by ZRTPCPP (-DGZRTP_USE_RE_SRTP).
* modules/gzrtp: new module using GNU ZRTP C++ library (#314)glenvt182017-10-28