summaryrefslogtreecommitdiff
path: root/src/sip-media-stream.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-18fd.o #31720: use TpDBusDaemon to export media streamsSimon McVittie1-4/+17
2010-06-20Save the pending flags that got applied, so we can apply them..Sjoerd Simons1-4/+8
2010-03-11Reinstated the check for session being accepted before we start sendingMikhail Zabaluev1-1/+2
2010-02-15Updated Nokia copyright years in source filesMikhail Zabaluev1-1/+1
2010-02-08Use TpDBusPropertiesMixin to implement properties of Media.StreamHandlerMikhail Zabaluev1-110/+22
2010-02-08Implemented DBus properties for Media.StreamHandlerMikhail Zabaluev1-9/+172
2010-02-02Add a new MESSAGE macro and use it instead of g_message.Jonny Lamb1-2/+2
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb1-5/+5
2010-02-02Replace g_debug calls with DEBUG.Jonny Lamb1-1/+1
2010-01-29Merge branch 'pending-send-fixes'Mikhail Zabaluev1-47/+82
2010-01-29Don't need remote approval when clearing local pending sendMikhail Zabaluev1-1/+5
2010-01-22Create remotely added streams with the direction they have as per SDPMikhail Zabaluev1-3/+4
2010-01-22Removed a redundant parameter from stream helper priv_update_sending()Mikhail Zabaluev1-9/+6
2010-01-22Eliminate a now-redundant check against sending mediaMikhail Zabaluev1-17/+23
2010-01-22Block the stream from sending until negotiated with the remote partyMikhail Zabaluev1-12/+31
2010-01-21I don't think Pending_Remote_Send means what this code thinks it meansMikhail Zabaluev1-12/+20
2010-01-20Merge branch 'master' into codecs-updatedMikhail Zabaluev1-150/+52
2010-01-04Don't clobber ptime parameters if they are specified for the codecMikhail Zabaluev1-3/+3
2010-01-04Regard per-media ptime attributes as wellMikhail Zabaluev1-4/+14
2009-12-01Pass ptime and maxptime properties from the session to codec parametersMikhail Zabaluev1-0/+16
2009-11-23Staticized tpsip_codec_param_formats_init()Mikhail Zabaluev1-2/+0
2009-11-10Use the new codec parameter formatting systemMikhail Zabaluev1-150/+9
2009-09-02Removed some race conditions in call holdingMikhail Zabaluev1-0/+19
2009-04-06Implement CodecsUpdatedWill Thompson1-0/+40
2009-02-05Coverity fixesMikhail Zabaluev1-5/+5
2008-07-10TpsipMediaStream: safeguard against the case when no remote RTP payloads are ...Mikhail Zabaluev1-0/+6
2008-07-01TpsipMediaStream: emit SetRemoteCodecs even if the remote codec list is empty,Mikhail Zabaluev1-3/+1
2008-07-10TpsipMediaStream: more whitespace for clarityMikhail Zabaluev1-0/+3
2008-07-02TpsipMediaStream: guard against null pointer to the fmtp stringMikhail Zabaluev1-0/+3
2008-07-01TpsipMediaStream: redone the a:fmtp attribute line parser.Mikhail Zabaluev1-47/+111
2008-07-08Reformatted the rest of param specs.Mikhail Zabaluev1-67/+31
2008-05-20Ported the pending offer/pending remote send state interaction fix to the trunkMikhail Zabaluev1-4/+5
2008-05-20Don't remove or apply the remote pending send flag if there is a pending SDP ...Mikhail Zabaluev1-5/+5
2008-05-19TpsipMediaStream: removed an outdated comment about implementation gaps in SD...Mikhail Zabaluev1-5/+0
2008-05-16TpsipMediaStream: refactored priv_append_rtpmaps() out of priv_update_local_s...Mikhail Zabaluev1-50/+62
2008-05-16TpsipMediaStream: emit a=rtcp ahead of rtpmap lines for aesthetical reasonsMikhail Zabaluev1-20/+20
2008-05-16TpsipMediaStream: put a=rtcp attribute into the local SDP if there's an inter...Mikhail Zabaluev1-27/+62
2008-05-16Trying to cover all RTCP-related bells and whistles we may meet in remote SDPMikhail Zabaluev1-22/+56
2008-05-07TpsipMediaStream: don't push remote codecs to Telepathy if the codec list in ...Mikhail Zabaluev1-14/+36
2008-05-08Put the proto subtype to RTCP so fs1 ignores itOlivier Crete1-1/+1
2008-04-21Set a RTCP candidate at rtp+1Olivier Crete1-0/+19
2008-04-11Don't ignore component number, 1 is RTP, 2 is RTCPOlivier Crete1-3/+9
2008-04-29TpsipMediaStream: survive StreamHandler.Ready called with an empty list of co...Mikhail Zabaluev1-1/+2
2008-04-29Provided a description comment to tpsip_media_stream_apply_pending_send()Mikhail Zabaluev1-0/+5
2008-04-29SIPMediaStream: signal actual pending send flags after applying some of themMikhail Zabaluev1-1/+1
2008-04-29Ported direction and pending send changes to the trunkMikhail Zabaluev1-29/+62
2008-04-28Reworked behavior of direction and pending send flags to match the specificationMikhail Zabaluev1-46/+87
2008-04-21TpsipMediaStream: implemented StreamHandler.SetLocalCodecsMikhail Zabaluev1-12/+27
2008-04-17TpsipMediaStream: on StreamHandler.Error, close only the stream rather than t...Mikhail Zabaluev1-13/+5
2008-04-17TpsipMediaStream: check if StreamHandler.Ready is called more than onceMikhail Zabaluev1-2/+9