summaryrefslogtreecommitdiff
path: root/main/sdp_state.c
AgeCommit message (Expand)Author
2017-12-31ice: Increase foundation buffer sizeSean Bright
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-11-07main/sdp_state: Check for errors from ast_stream_topology_set_stream.Corey Farrell
2017-06-20SDP: Create declined m= SDP lines using remote SDP if applicable.Richard Mudgett
2017-06-20SDP: Rework SDP offer/answer model and update capabilities merges.Richard Mudgett
2017-06-15SDP: Add get/set option calls for RTP sched context per type.Richard Mudgett
2017-06-15SDP: Search for the ice-lite attribute in the right place.Richard Mudgett
2017-06-15SDP: Set the remote c= line in RTP instance.Richard Mudgett
2017-06-15SDP: Add t= line in sdp_create_from_state()Richard Mudgett
2017-05-30Add primitive SFU support to bridge_softmix.Mark Michelson
2017-05-09SDP: Explicitly stop a RTP instance before destoying it.Richard Mudgett
2017-05-09SDP: Rework merge_capabilities().Richard Mudgett
2017-05-09SDP: Update ast_get_topology_from_sdp() to keep RTP map.Richard Mudgett
2017-05-09SDP: Remove sdp_state.remote_capabilitiesRichard Mudgett
2017-05-09SDP: Add interface_address to specify our address to use.Richard Mudgett
2017-05-02SDP: Replace SDP telephone_event option with dtmf optionRichard Mudgett
2017-05-02Merge "SDP: Make SDP translation to/from internal representation more const."Joshua Colp
2017-05-01Merge "SDP: Make ast_sdp_state_set_remote_sdp() return error."Jenkins2
2017-05-01Merge "SDP: Misc cleanups (Mostly memory leaks)"Jenkins2
2017-04-27SDP: Make SDP translation to/from internal representation more const.Richard Mudgett
2017-04-27SDP: Make ast_sdp_state_set_remote_sdp() return error.Richard Mudgett
2017-04-27SDP: Misc cleanups (Mostly memory leaks)Richard Mudgett
2017-04-27SDP API: Add SSRC-level attributesMark Michelson
2017-04-25sdp: Add support for T.38Joshua Colp
2017-04-25SDP: Ensure SDPs "merge" properly.Mark Michelson
2017-03-30sdp: Add support for setting connection address and clean up state.Joshua Colp
2017-03-14RFC sdp: Initial SDP creationGeorge Joseph
2017-03-01SDP: Add initial SDP state machine.Mark Michelson
2017-02-21Add initial SDP state code.Mark Michelson