index
:
dino
add-kbd-shortcut-to-show-settings
add-kbd-shortcut-to-zoom-text
add-yourself
add_conversation_account_indicator
add_conversation_account_indicator_in_conversation_details
allow-blocking-entire-domain
dot-cache-avatars
fix-adding-yourself-to-roster
fix-assertion-account-has-key
fix-highlight-color-message-search-dark-theme
ignore-subject-if-w-thread-or-message-node
make-encryption-icon-status-more-noticeable
master
nice-presence
obsfucate-password-length
openpgp-plugin-hide-revoked-expired
search-filter-online-contacts
sensible-conversation-details-icon
set-presence
show-contact-status-in-start-chat-window
show-message-encryption-type-tooltip
stop-duplicating-roster-subscription-box
My branches for the dino XMPP project
Miquel Lionel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
rtp
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
RTP: Less log spam
Marvin W
2021-12-18
3
-88
/
+0
|
*
SRTP: Do not continue processing data after encrypt/decrypt failed
Marvin W
2021-12-18
1
-37
/
+82
|
|
|
|
RTP: Copy less
*
RTP: Correctly handle timestamp after re-enabling a stream
Marvin W
2021-12-18
2
-3
/
+14
|
*
Improve call details dialog + small multi-party call fixes
fiaxh
2021-11-15
1
-1
/
+1
|
*
Optimize encoder for low cpu usage
Marvin W
2021-11-15
1
-5
/
+5
|
*
Add maximum bitrate and adjust video resolution based on bitrate
Marvin W
2021-11-15
4
-12
/
+111
|
*
Log probe for decode QOS
Marvin W
2021-11-11
1
-0
/
+40
|
*
Limit REMB target bitrate to 2x maximum actually seen value
Marvin W
2021-11-11
1
-32
/
+48
|
*
Display target bitrates in connection details UI
fiaxh
2021-11-11
1
-9
/
+8
|
*
Fix REMB calculation
Marvin W
2021-11-10
1
-2
/
+5
|
*
Make elements sync to get proper qos data
Marvin W
2021-11-10
2
-3
/
+3
|
*
RTP: Make opus mono-channel
Marvin W
2021-11-10
1
-2
/
+2
|
*
RTP: Only start gstreamer pipeline once needed
Marvin W
2021-11-10
1
-48
/
+66
|
*
RTP: Encode with device
Marvin W
2021-11-10
2
-174
/
+413
|
*
Split payloader off encoder chain
Marvin W
2021-11-10
1
-4
/
+39
|
*
Improve codec support
Marvin W
2021-11-10
1
-4
/
+7
|
*
Crop video to match widget ratio
Marvin W
2021-11-10
1
-29
/
+45
|
*
Fix compiler warnings ('Switch does not handle .. of enum ..')
fiaxh
2021-10-12
1
-0
/
+2
|
*
Fix misc compiler warnings
fiaxh
2021-10-12
1
-1
/
+1
|
*
RTP: Handle missing rtp pay/depay elements
Marvin W
2021-05-15
2
-14
/
+16
|
*
Calls: Use vp8depay.wait-for-keyframe only with GStreamer 1.16+
Marvin W
2021-05-11
1
-1
/
+3
|
*
Support voice processing on GStreamer 0.14
Marvin W
2021-05-02
2
-16
/
+23
|
*
Improve call wording, cleanup
fiaxh
2021-05-01
2
-8
/
+8
|
*
Fix webcam framerate selection
Marvin W
2021-05-01
3
-10
/
+35
|
*
Correctly handle missing webrtc-audio-processing
Marvin W
2021-05-01
2
-3
/
+6
|
*
Echo Cancellation
Marvin W
2021-05-01
4
-14
/
+338
|
*
Handle non-existant call support
fiaxh
2021-04-29
3
-3
/
+20
|
*
Video optimizations
Marvin W
2021-04-29
6
-115
/
+386
|
*
Handle broken VAPI in older vala
Marvin W
2021-04-11
1
-2
/
+19
|
*
GStreamer compat
Marvin W
2021-04-11
2
-10
/
+24
|
*
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
1
-29
/
+22
|
*
Don't reuse PTs for different media types
Marvin W
2021-03-29
1
-4
/
+4
|
*
Fix device manager usage for GStreamer 1.16
Marvin W
2021-03-26
1
-2
/
+12
|
*
Move SRTP implementation into crypto library for reuse
Marvin W
2021-03-23
4
-1031
/
+10
|
*
Resample audio data for common 48k sample rate
Marvin W
2021-03-23
2
-10
/
+16
|
*
Add support for SRTP
Marvin W
2021-03-23
5
-63
/
+1098
|
*
RTP: Backport gst_caps_copy_nth from GStreamer 1.16
Marvin W
2021-03-21
1
-2
/
+10
|
*
Add RTP implementation as plugin
Marvin W
2021-03-21
8
-0
/
+1712