summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/sdp.c
AgeCommit message (Expand)Author
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-02-21Close #1625: Introduced new API pjmedia_sdp_validate2() for allowing SDP medi...Nanang Izzuddin
2012-01-27Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate set...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-28Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that using...Liong Sauw Ming
2011-04-25Fix #1233: Fixed SDP parser bug when parsing transport in SDP media line with...Nanang Izzuddin
2010-08-06Misc (re #1068): temporary fix address parsing in SDP connection info.Nanang Izzuddin
2010-06-04Re #668:Nanang Izzuddin
2010-04-20More on ticket #998:Benny Prijono
2010-02-03Ticket #998:Nanang Izzuddin
2009-11-09Ticket #988: Aray bounds checking in SDP functions (thanks Mark Webster for t...Benny Prijono
2009-10-06Ticket #964: Assertion when receiving SDP media with port 0 and without rtpma...Benny Prijono
2009-07-30Ticket #926 (SDP compliance with RFC 4566): updated token definition, which a...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-10-21Ticket #666: Updated SDP parser to allow trailing newlines.Nanang Izzuddin
2008-06-27Fixed assertion when parsing incoming SDP which is not properly terminated wi...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Make SDP parser more lenient by ignoring first newlines.Benny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-05-28Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the bufferBenny Prijono
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny Prijono
2008-02-18Allow receiving SDP with lines terminated with LF instead of CRLF (thanks Jur...Benny Prijono
2007-12-17Fixed errors in SDP: 1) scanner is not initialized before pjmedia_sdp_parse()...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-04-15Fixed ticket #225: Bug in pjmedia_sdp_attr_find (thanks Geoff Talbot)Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-23More ticket #64 fix: allow whitespace after SDP media formatBenny Prijono
2007-01-23Fixed ticket #75: allow empty SDP format list when media port is zeroBenny Prijono
2007-01-20Ticket #64: more lenient SDP parsing (take only what we need and ignore anyth...Benny Prijono
2006-10-16Removed colon from SDP attribute value [thanks Olivier Gournet]Benny Prijono
2006-09-19Fixed race condition bug when initializing SDP parser on multi-processor machineBenny Prijono
2006-07-17Set the SDP parser to allow blank newline at the end of the messageBenny Prijono
2006-07-02Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap at...Benny Prijono
2006-07-02Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP pars...Benny Prijono
2006-06-29Fixed minor bug: RTCP session not fully cleared when it is initialized (shoul...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-03-30Fixed reading memory past buffer error in SDPBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-06Fixed warnings in pjmedia_sdp_attr_cmpBenny Prijono
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny Prijono
2006-02-19Fixed packing error in rtp header, and sdp validation supports non numeric pt...Benny Prijono
2006-02-15Created and updated PJMEDIA documentationBenny Prijono
2006-02-14Ported pjmedia to WinCEBenny Prijono
2006-02-09Done media integration in pjsua. Needs to do actual voice testingBenny Prijono
2006-02-09Integration of pjmedia and pjsip error subsystem to pjlibBenny Prijono
2006-02-07Added STATE_REMOTE_OFFER state in negotiatorBenny Prijono
2006-02-02Added SDP negotiator and changed SDP structs (tested)Benny Prijono