Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Correctly handle missing webrtc-audio-processing | Marvin W | 2021-05-01 | 3 | -4/+7 | |
| | | ||||||
| * | Echo Cancellation | Marvin W | 2021-05-01 | 8 | -19/+385 | |
| | | ||||||
| * | Adjust JMI vs direct calling order | fiaxh | 2021-04-29 | 1 | -10/+28 | |
| | | ||||||
| * | Improve JMI handling (type=chat, filter message sender) | fiaxh | 2021-04-29 | 2 | -25/+22 | |
| | | ||||||
| * | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 28 | -435/+859 | |
| | | ||||||
| * | Handle non-existant call support | fiaxh | 2021-04-29 | 6 | -11/+65 | |
| | | ||||||
| * | Video optimizations | Marvin W | 2021-04-29 | 13 | -119/+1126 | |
| | | ||||||
| * | Fix bad syntax in gnutls vapi, add libsrtp2 dependency to CI builds | fiaxh | 2021-04-12 | 2 | -2/+2 | |
| | | ||||||
| * | ICE: Require libnice 0.1.15 or newer | Marvin W | 2021-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | Handle DTLS edge-cases | Marvin W | 2021-04-12 | 3 | -4/+21 | |
| | | ||||||
| * | Handle broken VAPI in older vala | Marvin W | 2021-04-11 | 1 | -2/+19 | |
| | | ||||||
| * | Fix custom vapi integration | Marvin W | 2021-04-11 | 4 | -15/+10 | |
| | | ||||||
| * | Fix usage of old libnice versions | Marvin W | 2021-04-11 | 3 | -6/+7 | |
| | | ||||||
| * | Send JMI retract | fiaxh | 2021-04-11 | 2 | -0/+14 | |
| | | ||||||
| * | Improve automatic call window resizing | fiaxh | 2021-04-11 | 1 | -4/+29 | |
| | | ||||||
| * | Improve encryption displaying in calls | fiaxh | 2021-04-11 | 1 | -30/+19 | |
| | | ||||||
| * | Fix warnings | fiaxh | 2021-04-11 | 8 | -24/+15 | |
| | | ||||||
| * | GStreamer compat | Marvin W | 2021-04-11 | 3 | -10/+30 | |
| | | ||||||
| * | Fix dtls pull_timeout_function, fix cyclic references | fiaxh | 2021-04-09 | 5 | -14/+23 | |
| | | ||||||
| * | Accept additional jingle contents with senders=both (but modify to senders=peer) | fiaxh | 2021-04-09 | 1 | -1/+12 | |
| | | ||||||
| * | DTLS-SRTP: Wait for setup finish and handle setup=passive | Marvin W | 2021-04-09 | 5 | -91/+159 | |
| | | ||||||
| * | Display+store call encryption info | fiaxh | 2021-04-09 | 17 | -72/+270 | |
| | | ||||||
| * | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 7 | -47/+99 | |
| | | ||||||
| * | Store limited history of contact resources | fiaxh | 2021-04-01 | 1 | -8/+15 | |
| | | ||||||
| * | Fix bug in legacy SRTP decryption | Marvin W | 2021-04-01 | 1 | -1/+6 | |
| | | ||||||
| * | Remove unnecessary debug code | Marvin W | 2021-04-01 | 1 | -4/+0 | |
| | | ||||||
| * | Migrate to libsrtp2 | Marvin W | 2021-03-29 | 12 | -1102/+314 | |
| | | ||||||
| * | Make RTCP-MUX a stream property | Marvin W | 2021-03-29 | 2 | -0/+8 | |
| | | ||||||
| * | Don't reuse PTs for different media types | Marvin W | 2021-03-29 | 1 | -4/+4 | |
| | | ||||||
| * | Fix cyclic reference in DTLS | Marvin W | 2021-03-29 | 1 | -4/+11 | |
| | | ||||||
| * | Fix device manager usage for GStreamer 1.16 | Marvin W | 2021-03-26 | 1 | -2/+12 | |
| | | ||||||
| * | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 14 | -42/+791 | |
| | | ||||||
| * | Move SRTP implementation into crypto library for reuse | Marvin W | 2021-03-23 | 6 | -28/+56 | |
| | | ||||||
| * | Mark ICE component as ready even without the event | Marvin W | 2021-03-23 | 1 | -2/+11 | |
| | | ||||||
| * | Resample audio data for common 48k sample rate | Marvin W | 2021-03-23 | 2 | -10/+16 | |
| | | ||||||
| * | Make foundation a string | Marvin W | 2021-03-23 | 2 | -5/+4 | |
| | | ||||||
| * | Add support for SRTP | Marvin W | 2021-03-23 | 11 | -81/+1286 | |
| | | ||||||
| * | Don't wait for reply on XEP-0199 pongs. | Marvin W | 2021-03-21 | 1 | -1/+1 | |
| | | | | | | | | Nobody replies to pongs... | |||||
| * | RTP: Backport gst_caps_copy_nth from GStreamer 1.16 | Marvin W | 2021-03-21 | 1 | -2/+10 | |
| | | ||||||
| * | Adapt github actions for libnice & libgstreamer dependency | fiaxh | 2021-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add UI for audio/video calls | fiaxh | 2021-03-21 | 29 | -7/+1514 | |
| | | ||||||
| * | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 14 | -7/+814 | |
| | | | | | | | | Co-authored-by: Marvin W <git@larma.de> | |||||
| * | Add RTP implementation as plugin | Marvin W | 2021-03-21 | 11 | -6/+1752 | |
| | | ||||||
| * | Add gstreamer .cmake instructions | Marvin W | 2021-03-21 | 3 | -0/+40 | |
| | | ||||||
| * | Add initial Jingle Message Initiation (XEP-0353) support | fiaxh | 2021-03-21 | 2 | -0/+101 | |
| | | | | | | | | Co-authored-by: Marvin W <git@larma.de> | |||||
| * | Add support for Jingle RTP sessions (XEP-0167) to xmpp-vala | Marvin W | 2021-03-21 | 7 | -0/+507 | |
| | | | | | | | | Co-authored-by: fiaxh <git@lightrise.org> | |||||
| * | Add libnice-based ICE-UDP implementation as plugin | Marvin W | 2021-03-21 | 7 | -16/+386 | |
| | | ||||||
| * | Add External Service Discovery (XEP-0215) support | fiaxh | 2021-03-21 | 1 | -0/+49 | |
| | | ||||||
| * | Add ICE-UDP Jingle transport (XEP-0176) to xmpp-vala | Marvin W | 2021-03-21 | 3 | -0/+243 | |
| | | | | | | | | Co-authored-by: fiaxh <git@lightrise.org> | |||||
| * | Improve & refactor Jingle base implementation | fiaxh | 2021-03-21 | 19 | -1157/+1671 | |
| | | | | | | | | Co-authored-by: Marvin W <git@larma.de> |