summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-04More work on the AEC (including changes in PJSUA), embed the AEC in sound_por...Benny Prijono
2006-08-04Fixed complilation error in config.h for ARM target.Benny Prijono
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-08-04Removed the constness of the captured frame from pjmedia_snd_rec_cb specifica...Benny Prijono
2006-08-04Experimental change in PJMEDIA dsound.c DirectSound backend: (1) Don't raise ...Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-02Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmed...Benny Prijono
2006-08-01Added simple WinCE application:Benny Prijono
2006-08-01Fix PJLIB on WinCE:Benny Prijono
2006-07-31Changed siprtp on Linux to raise the thread priorityBenny Prijono
2006-07-31Really add the iLBC files into SVN now (duh!).Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-31Fixed bug in registring external thread: thread descriptor is not large enoug...Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-29Removed pj/compat/sprintf.h from MSVC workspace, also changed "make size" to ...Benny Prijono
2006-07-29Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, avoidi...Benny Prijono
2006-07-27Added capability in pjsua to add application created media port to pjsua's co...Benny Prijono
2006-07-27- Added splitter/combiner port (splitcomb.c)Benny Prijono
2006-07-26Committed changes to MSVC workspace re: recent speex changesBenny Prijono
2006-07-26Added --ptime and --no-vad option in pjsuaBenny Prijono
2006-07-26- Bring speex codec up to date with their SVN trunkBenny Prijono
2006-07-26Fixed rather loud clicking/tick noise when call is established. This was caus...Benny Prijono
2006-07-25Fixed minor bug in siprtp: in summary report, percentage of RX loss is displa...Benny Prijono
2006-07-24Added initial implementation of autoconf script (aconfigure)Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-22Few changes in siprtp:Benny Prijono
2006-07-22pjsua application should check that the --max-calls argument does not exceed ...Benny Prijono
2006-07-22Fixed bug in tel: URI unescaping codeBenny Prijono
2006-07-22Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides how ...Benny Prijono
2006-07-21Fixed compilation error when -ansi and -pedantic flags are used (the // style...Benny Prijono
2006-07-18Undo modification to use timer, and back to using threads as the performance ...Benny Prijono
2006-07-18Increased version number to 0.5.7!Benny Prijono
2006-07-18Fixed error in tel: URI test in pjsip-testBenny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-18More intelligent PJSUA-LIB in selecting the appropriate address for Contact h...Benny Prijono
2006-07-18Fixed several bugs related to TCP:Benny Prijono
2006-07-17Set the SDP parser to allow blank newline at the end of the messageBenny Prijono
2006-07-17Bug fix of previous bug fixBenny Prijono
2006-07-17Syntax error in tel URI parsing (oops)Benny Prijono
2006-07-17Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI and ...Benny Prijono
2006-07-16Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to hand...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-11Some minor modifications here and there in pjsip-perfBenny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10pjsip-perf uses 1 milisecond polling timeout because IOCP does not work corre...Benny Prijono
2006-07-10Fixed several bugs with TCP transport: (1) Handle crash in transaction, possi...Benny Prijono
2006-07-10Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addres...Benny Prijono
2006-07-10Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only re...Benny Prijono