index
:
~jonny/telepathy-rakia
debug
master
next
telepathy-sofiasip-0.4
telepathy-sofiasip-0.6
le rakia
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sip-media-stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-18
fd.o #31720: use TpDBusDaemon to export media streams
Simon McVittie
1
-4
/
+17
2010-06-20
Save the pending flags that got applied, so we can apply them..
Sjoerd Simons
1
-4
/
+8
2010-03-11
Reinstated the check for session being accepted before we start sending
Mikhail Zabaluev
1
-1
/
+2
2010-02-15
Updated Nokia copyright years in source files
Mikhail Zabaluev
1
-1
/
+1
2010-02-08
Use TpDBusPropertiesMixin to implement properties of Media.StreamHandler
Mikhail Zabaluev
1
-110
/
+22
2010-02-08
Implemented DBus properties for Media.StreamHandler
Mikhail Zabaluev
1
-9
/
+172
2010-02-02
Add a new MESSAGE macro and use it instead of g_message.
Jonny Lamb
1
-2
/
+2
2010-02-02
Add a WARNING macro and use that instead of g_warning.
Jonny Lamb
1
-5
/
+5
2010-02-02
Replace g_debug calls with DEBUG.
Jonny Lamb
1
-1
/
+1
2010-01-29
Merge branch 'pending-send-fixes'
Mikhail Zabaluev
1
-47
/
+82
2010-01-29
Don't need remote approval when clearing local pending send
Mikhail Zabaluev
1
-1
/
+5
2010-01-22
Create remotely added streams with the direction they have as per SDP
Mikhail Zabaluev
1
-3
/
+4
2010-01-22
Removed a redundant parameter from stream helper priv_update_sending()
Mikhail Zabaluev
1
-9
/
+6
2010-01-22
Eliminate a now-redundant check against sending media
Mikhail Zabaluev
1
-17
/
+23
2010-01-22
Block the stream from sending until negotiated with the remote party
Mikhail Zabaluev
1
-12
/
+31
2010-01-21
I don't think Pending_Remote_Send means what this code thinks it means
Mikhail Zabaluev
1
-12
/
+20
2010-01-20
Merge branch 'master' into codecs-updated
Mikhail Zabaluev
1
-150
/
+52
2010-01-04
Don't clobber ptime parameters if they are specified for the codec
Mikhail Zabaluev
1
-3
/
+3
2010-01-04
Regard per-media ptime attributes as well
Mikhail Zabaluev
1
-4
/
+14
2009-12-01
Pass ptime and maxptime properties from the session to codec parameters
Mikhail Zabaluev
1
-0
/
+16
2009-11-23
Staticized tpsip_codec_param_formats_init()
Mikhail Zabaluev
1
-2
/
+0
2009-11-10
Use the new codec parameter formatting system
Mikhail Zabaluev
1
-150
/
+9
2009-09-02
Removed some race conditions in call holding
Mikhail Zabaluev
1
-0
/
+19
2009-04-06
Implement CodecsUpdated
Will Thompson
1
-0
/
+40
2009-02-05
Coverity fixes
Mikhail Zabaluev
1
-5
/
+5
2008-07-10
TpsipMediaStream: safeguard against the case when no remote RTP payloads are ...
Mikhail Zabaluev
1
-0
/
+6
2008-07-01
TpsipMediaStream: emit SetRemoteCodecs even if the remote codec list is empty,
Mikhail Zabaluev
1
-3
/
+1
2008-07-10
TpsipMediaStream: more whitespace for clarity
Mikhail Zabaluev
1
-0
/
+3
2008-07-02
TpsipMediaStream: guard against null pointer to the fmtp string
Mikhail Zabaluev
1
-0
/
+3
2008-07-01
TpsipMediaStream: redone the a:fmtp attribute line parser.
Mikhail Zabaluev
1
-47
/
+111
2008-07-08
Reformatted the rest of param specs.
Mikhail Zabaluev
1
-67
/
+31
2008-05-20
Ported the pending offer/pending remote send state interaction fix to the trunk
Mikhail Zabaluev
1
-4
/
+5
2008-05-20
Don't remove or apply the remote pending send flag if there is a pending SDP ...
Mikhail Zabaluev
1
-5
/
+5
2008-05-19
TpsipMediaStream: removed an outdated comment about implementation gaps in SD...
Mikhail Zabaluev
1
-5
/
+0
2008-05-16
TpsipMediaStream: refactored priv_append_rtpmaps() out of priv_update_local_s...
Mikhail Zabaluev
1
-50
/
+62
2008-05-16
TpsipMediaStream: emit a=rtcp ahead of rtpmap lines for aesthetical reasons
Mikhail Zabaluev
1
-20
/
+20
2008-05-16
TpsipMediaStream: put a=rtcp attribute into the local SDP if there's an inter...
Mikhail Zabaluev
1
-27
/
+62
2008-05-16
Trying to cover all RTCP-related bells and whistles we may meet in remote SDP
Mikhail Zabaluev
1
-22
/
+56
2008-05-07
TpsipMediaStream: don't push remote codecs to Telepathy if the codec list in ...
Mikhail Zabaluev
1
-14
/
+36
2008-05-08
Put the proto subtype to RTCP so fs1 ignores it
Olivier Crete
1
-1
/
+1
2008-04-21
Set a RTCP candidate at rtp+1
Olivier Crete
1
-0
/
+19
2008-04-11
Don't ignore component number, 1 is RTP, 2 is RTCP
Olivier Crete
1
-3
/
+9
2008-04-29
TpsipMediaStream: survive StreamHandler.Ready called with an empty list of co...
Mikhail Zabaluev
1
-1
/
+2
2008-04-29
Provided a description comment to tpsip_media_stream_apply_pending_send()
Mikhail Zabaluev
1
-0
/
+5
2008-04-29
SIPMediaStream: signal actual pending send flags after applying some of them
Mikhail Zabaluev
1
-1
/
+1
2008-04-29
Ported direction and pending send changes to the trunk
Mikhail Zabaluev
1
-29
/
+62
2008-04-28
Reworked behavior of direction and pending send flags to match the specification
Mikhail Zabaluev
1
-46
/
+87
2008-04-21
TpsipMediaStream: implemented StreamHandler.SetLocalCodecs
Mikhail Zabaluev
1
-12
/
+27
2008-04-17
TpsipMediaStream: on StreamHandler.Error, close only the stream rather than t...
Mikhail Zabaluev
1
-13
/
+5
2008-04-17
TpsipMediaStream: check if StreamHandler.Ready is called more than once
Mikhail Zabaluev
1
-2
/
+9
[next]