summaryrefslogtreecommitdiff
path: root/src/jingle-media-rtp.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-23jingle-media-rtp: Use guint to make compiler happier with GUINT_TO_POINTEROlivier Crête1-1/+1
2011-03-23jingle-media-rtp: Remove duplicated feedback messages between codecsOlivier Crête1-0/+1
2011-03-23jingle-media-rtp: Add JingleFeedbackMessage typeOlivier Crête1-0/+13
2011-03-23jingle-media-rtp: Remove definitions of non-existing functionsOlivier Crête1-2/+0
2011-03-23Use media description when passing around local codecsOlivier Crête1-2/+3
2011-03-23Replace JingleMediaRtp:remote-codecs with remote-media-descriptionOlivier Crête1-1/+2
2011-03-23jingle-media-rtp: Add rtp-hdrext to the JingleMediaDescriptionOlivier Crête1-0/+1
2011-03-23jingle-media-rtp: Add JingleRtpHeaderExtension typeOlivier Crête1-0/+9
2011-03-23jingle-media-rtp: Add JingleMediaDescription typeOlivier Crête1-0/+11
2011-03-23jingle-media-rtp: Remove unused functionOlivier Crête1-2/+0
2011-01-12Add API to compare codecsSjoerd Simons1-0/+1
2010-04-02expose compare codecsSjoerd Simons1-0/+5
2010-02-18Expose some function to handle codec listsSjoerd Simons1-0/+3
2009-12-07Add the ability to retrieve local codecsSjoerd Simons1-0/+1
2009-05-21Delete old per-RTP-content state code.Will Thompson1-14/+0
2009-05-20Renumber JingleRtpRemoteState to be flags.Will Thompson1-3/+7
2009-05-11Only send codec information and description updates if we're really readySjoerd Simons1-1/+1
2009-04-02Handle call state-related session-infoWill Thompson1-0/+10
2009-03-05Make codec freeing functions staticWill Thompson1-2/+0
2009-03-05Use guint8 not guchar for codec IDs.Will Thompson1-1/+1
2009-03-02Raise an error if tpfs misuses CodecsUpdatedWill Thompson1-2/+2
2008-11-06allocate/free helpers for JingleCodec and JingleCandidate structsSenko Rasic1-0/+5
2008-11-04properly pass extra codec params between jingle and telepathySenko Rasic1-0/+8
2008-11-04taking advantage of static typechecks for Jingle*PrivateSenko Rasic1-1/+3
2008-10-13bolted the new jingle engine onto gabbleSenko Rasic1-0/+3
2008-09-24Continuing work on new jingle engine.Senko Rasic1-2/+4
2008-09-17Updated new jingle code to new file naming scheme without gabble- prefixSenko Rasic1-1/+1
2008-09-16first attempt at refactoring jingle signalling support into separate subsystemSenko Rasic1-0/+64