summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Collapse)Author
2007-12-14Change maximum packet size to PJMEDIA_MAX_MTU in transport_udp.cBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1630 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-09Ticket #428: Conference bridge does not update transmitter_cnt when port is ↵Benny Prijono
removed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1624 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-09Ticket #427: conference bridge does not handle NONE frame (thanks Daniel Braun)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1623 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-05Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() ↵Benny Prijono
is called with larger addrlen git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1621 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1615 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-01Updated media transport because of changes in pjlib API (due to IPv6/ticket ↵Benny Prijono
#415) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1607 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-21Ticket #417: added pjlib API to retrieve the native thread handle from ↵Benny Prijono
pj_thread_t git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1589 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-08Parse ICE SDP attribute without case sensitivity, and ignore malformed ↵Benny Prijono
candidate line for more robustness git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1559 74dad513-b988-da41-8d7b-12977e46ad98
2007-11-07Parse ICE candidate attribute without case sensitive for more robustnessBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1557 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-30Initial minimum jitter value was set to 2ms (thanks Roman Puls)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1528 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-21More ticket #395: changed max default buffer length from 60ms to 100ms for ↵Benny Prijono
added stability git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1512 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-21Added resample_libsamplerate.c into VS8 projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1510 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-20Fixed bug in pjmedia clock_thread.c: busy loop when clock thread is stoppedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1509 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-12Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) ↵Benny Prijono
sample rate conversionl library git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1493 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-07Ticket #395: Added configuration to control maximum PortAudio sound buffer ↵Benny Prijono
latency, and change default sound backend back to WMME git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1486 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-06Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 ↵Benny Prijono
to reduce audio latency git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1483 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-06Changed RTP initial sequence number to be within 15bit number, as required ↵Benny Prijono
by RFC 3711 (SRTP) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1481 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-05Force svn eol-style for WinCE project files to CRLFBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1478 74dad513-b988-da41-8d7b-12977e46ad98
2007-10-01Ticket #388: Support for receiving RTP packet with no payloadBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1468 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-30Removed assertion when transport is closed while stream is still attachedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1457 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-28Ticket #384: Prefer to use Direct Sound as the sound device backend on WindowsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1456 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-24Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 ↵Benny Prijono
specification, and also done some other tweaks as well git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1450 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-24Overridable media session pool sizeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1448 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-20Related to ticket #377: fixed bug in incoming RTCP RR handling because the ↵Benny Prijono
RTCP packet structure has been changed in r1444 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1446 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-20Related to ticket #377: Fixed bug in RTCP fraction_lost calculation: the ↵Benny Prijono
first RTCP packet incorrectly always shows positive fraction loss git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1445 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-20Ticket #377: Support for sending RTCP RRBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1444 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-15Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transportBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1436 74dad513-b988-da41-8d7b-12977e46ad98
2007-09-15Ticket #370: Implemented callback notification to application when ICE ↵Benny Prijono
negotiation fails (via on_call_media_state callback) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1435 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-31Continuing ticket #2: initial test with Symbian sound device implementation. ↵Benny Prijono
Callback works, but not in full duplex git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1428 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-31Fixed ticket #366: Crash in SDP negotiator when initial local SDP is not ↵Benny Prijono
specified in pjmedia_sdp_neg_create_w_local_offer() (thanks Philippe Leuba) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1427 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-22Fixed bug in dsound.c: handled case when lpGUID is NULL (common for primary ↵Benny Prijono
devices). Thanks Yejun Yang git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1422 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-17Fixed bug in dsound.c: device GUID refered to local variableBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1421 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1417 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-13Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 ↵Benny Prijono
packet (thanks Pedro Sanchez) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1416 74dad513-b988-da41-8d7b-12977e46ad98
2007-08-02Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks ↵Benny Prijono
Pedro Sanchez) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1413 74dad513-b988-da41-8d7b-12977e46ad98
2007-07-27Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks ↵Benny Prijono
Paul Levin) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1408 74dad513-b988-da41-8d7b-12977e46ad98
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1405 74dad513-b988-da41-8d7b-12977e46ad98
2007-06-26Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to ↵Benny Prijono
reduce SIP message size git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1393 74dad513-b988-da41-8d7b-12977e46ad98
2007-06-26Ticket #342: added configuration to control whether SDP rtpmap should be ↵Benny Prijono
included for static payload types (default still yes) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1391 74dad513-b988-da41-8d7b-12977e46ad98
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE ↵Benny Prijono
does not have SDP, b) added on_create_offer() callback, c) handle some error cases git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1379 74dad513-b988-da41-8d7b-12977e46ad98
2007-06-20Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master ↵Benny Prijono
clock (thanks ChenHuan) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1378 74dad513-b988-da41-8d7b-12977e46ad98
2007-06-05Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks ↵Benny Prijono
Jagdish Jangid) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1339 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-31Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1327 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-30Another fix for ticket #290: Bug in WAV player when frame size is larger ↵Benny Prijono
than file buffer size (thanks Samuel Vinson) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1321 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-30Workaround for ticket #290: Bug in WAV player when frame size is larger than ↵Benny Prijono
file buffer size (thanks Samuel Vinson) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1320 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25Ticket #298: New API to get the number of ports registered in conference bridgeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1301 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23Fixed ticket #295: Uninitialized memory read reported by Purify in sound deviceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1296 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1269 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11Fixed compilation error in gsm codec caused by last C++ changesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1267 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1266 74dad513-b988-da41-8d7b-12977e46ad98