index
:
telepathy/telepathy-gabble
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
XMPP connection manager (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-gabble)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
media-stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-28
Use telepathy-glib 0.13.3 for DTMF, and enable TonesDeferred
Simon McVittie
1
-3
/
+2
2010-09-30
gabble_media_stream_add_dtmf_player: add method to hook up signals
Simon McVittie
1
-0
/
+12
2010-09-30
GabbleMediaStream: give telephony more useful debug messages
Simon McVittie
1
-2
/
+3
2010-09-30
GabbleMediaStream: coding style nits
Simon McVittie
1
-3
/
+4
2010-09-30
Implement TP_IFACE_CHANNEL_INTERFACE_DTMF
Jack Bates
1
-0
/
+18
2010-09-21
various: use tp_clear_object, tp_clear_pointer more
Simon McVittie
1
-5
/
+2
2010-09-21
FT, Media, Calls: use the Connection's TpDBusDaemon
Simon McVittie
1
-5
/
+5
2010-08-11
Replace all JingleSessionState with JingleState
Simon McVittie
1
-3
/
+3
2009-12-18
plug various leaks
Dafydd Harries
1
-0
/
+7
2009-06-28
Use ice candidates' foundation as candidate_id
Will Thompson
1
-2
/
+5
2009-06-27
Correctly prepend candidates to the list
Sjoerd Simons
1
-1
/
+1
2009-06-27
MediaStream: removed cruft from new_native_candidate method
Senko Rasic
1
-75
/
+26
2009-05-27
Support multiple transport components
Sjoerd Simons
1
-56
/
+49
2009-05-26
Merge branch 'stream-added-on-hold'
Will Thompson
1
-6
/
+18
2009-05-22
Apply current held-ness to new streams
Will Thompson
1
-6
/
+18
2009-05-21
Set individual ringing/hold/mute flags.
Will Thompson
1
-8
/
+6
2009-05-20
Update incoming <hold/>, etc. to match current XEP-0167
Will Thompson
1
-1
/
+1
2009-05-19
Remove _gabble_media_stream_close's underscore
Will Thompson
1
-3
/
+3
2009-05-11
Improve comment
Sjoerd Simons
1
-1
/
+3
2009-05-11
Only send codec information and description updates if we're really ready
Sjoerd Simons
1
-4
/
+13
2009-05-06
Remove unused MediaStream signals
Will Thompson
1
-60
/
+2
2009-05-06
Explain why SupportedCodecs is called redundantly
Will Thompson
1
-1
/
+4
2009-05-04
React to SupportedCodecs once when necessary.
Will Thompson
1
-38
/
+28
2009-05-04
Don't prematurely clear remote codec list
Will Thompson
1
-5
/
+0
2009-05-04
Correctly empty remote codec list on update
Will Thompson
1
-0
/
+5
2009-04-02
Emit CallStateChanged when "most held" state changes
Will Thompson
1
-0
/
+9
2009-04-02
Emit SetStreamSending when peer [un]holds
Will Thompson
1
-3
/
+28
2009-03-31
fix leak in gabble_media_stream_new
Guillaume Desmottes
1
-1
/
+4
2009-03-13
Remove redundant GET_PRIV macros from most jingle code
Will Thompson
1
-31
/
+29
2009-03-13
Make MediaStream ref its JingleContent
Will Thompson
1
-21
/
+15
2009-03-12
Merge branch 'codecs-updated'
Will Thompson
1
-28
/
+122
2009-03-04
GabbleMediaChannel: pass RelayInfo through to streams on creation
Simon McVittie
1
-1
/
+14
2009-03-04
GabbleMediaStream: make relay-info settable at construct time
Simon McVittie
1
-3
/
+11
2009-03-04
GabbleMediaStream: don't leak priv->stun_servers
Simon McVittie
1
-0
/
+4
2009-03-02
Raise an error if tpfs misuses CodecsUpdated
Will Thompson
1
-14
/
+53
2009-03-02
Make CodecsUpdated fail until codecs have been provided
Will Thompson
1
-5
/
+14
2009-03-02
Move intersection-related shortcircuiting out of pass_local_codecs
Will Thompson
1
-28
/
+13
2009-03-02
Don't unset updating_remote_codecs when s-e responds
Will Thompson
1
-30
/
+19
2009-03-02
Add debugging output for changing stream directions
Will Thompson
1
-0
/
+4
2009-03-02
Jingle: handle incoming description-info
Senko Rasic
1
-3
/
+45
2009-03-02
On CodecsUpdated, send the update to peer in description-info
Senko Rasic
1
-0
/
+26
2009-02-27
Merge branch 'stun'
Simon McVittie
1
-17
/
+252
2009-02-26
GabbleMediaChannel: don't tell stream whether it was locally created - it can...
Simon McVittie
1
-2
/
+1
2009-02-26
GabbleMediaStream: ask the content whether it was locally created
Simon McVittie
1
-5
/
+5
2009-02-26
GabbleMediaStream: add C accessor for media type
Simon McVittie
1
-0
/
+6
2009-02-26
GabbleMediaStream: ask the content what its media type is, rather than relyin...
Simon McVittie
1
-14
/
+17
2009-02-26
Set direction for locally-created streams in MediaStream, not MediaChannel
Simon McVittie
1
-0
/
+7
2009-02-26
GabbleMediaStream: expose NATTraversal, CreatedLocally as D-Bus properties
Simon McVittie
1
-0
/
+18
2009-02-26
GabbleMediaStream: refactor Get() implementation
Simon McVittie
1
-8
/
+6
2009-02-26
GabbleMediaStream: add nat-traversal and created-locally properties
Simon McVittie
1
-1
/
+35
[next]