summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/endpoint.c
AgeCommit message (Expand)Author
2014-02-11Re #1734: Add flash support for DTMF rfc 2833.Riza Sulistyo
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-04-16Fixed #1658: Stop media endpoint's worker threads first when destroying media...Liong Sauw Ming
2012-08-31Fixed #1577: Add pjmedia setting to include SDP bandwidth modifier "TIAS" (RF...Liong Sauw Ming
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2012-01-27Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate set...Nanang Izzuddin
2011-09-29Closed #1361: codec API change. Details:Benny Prijono
2011-07-19Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting.Nanang Izzuddin
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-03-16Fix #1212:Nanang Izzuddin
2010-11-03Fixed #1154 (Run-time option to disable telephone-event in outgoing SDP offer...Benny Prijono
2010-06-15Misc (Re #1068): initialize rtpmap string with NULL as it generates uninitial...Benny Prijono
2010-01-28Ticket #1028 (minor):Nanang Izzuddin
2010-01-27Ticket #1028: Recommit r3074 with updated codec.h.Nanang Izzuddin
2010-01-26Undo r3074 for ticket #1028 as it is missing updated codec.h hence causing bu...Benny Prijono
2010-01-26Ticket #1028:Nanang Izzuddin
2009-03-12(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-d...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-08-25Ticket #599:Nanang Izzuddin
2008-06-27Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucil...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-02-21Ticket #486: Handle G.722 wong clock rate bug and other codec with inconsiste...Benny Prijono
2007-12-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono
2007-11-21Ticket #417: added pjlib API to retrieve the native thread handle from pj_thr...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-26Ticket #342: added configuration to control whether SDP rtpmap should be incl...Benny Prijono
2007-05-31Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre)Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-03-24Omit SDP rtcp attribute when RTCP is not present in sockinfoBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-12-29Fixed ticket #55: Invalid PortAudio error space (PA expects negative error co...Benny Prijono
2006-10-16Removed colon from SDP attribute value [thanks Olivier Gournet]Benny Prijono
2006-09-21Fixed capture device enumeration bug in DirectSound, and changed SDP generati...Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP pars...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-04-29Fixed bug in event subscription when it is challenged/authenticatedBenny Prijono
2006-04-29Fixed bugs in codec priority sortingBenny Prijono
2006-04-28Increase the maximum number of formats in SDP media line (from 16 to 32)Benny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-16Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_*...Benny Prijono
2006-03-04Added Speex for narrowband, wideband, and ultra-wideband!!Benny Prijono
2006-02-22RFC 2833 support!Benny Prijono