source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @657   18 years bennylp Fixed assertion error if ACK is received before INVITE transaction sends …
(edit) @656   18 years bennylp Echo suppressor tuning and testing on WincE, and also added …
(edit) @655   18 years bennylp Change the silence suppressor to use the adaptive silence detector.
(edit) @654   18 years bennylp Change unescaping function in scanner and string.c to NOT unescape when …
(edit) @653   18 years bennylp Change AEC into generic echo canceller framework with either AEC or simple …
(edit) @652   18 years bennylp Set to use PCMU and disable AEC for WinCE target.
(edit) @651   18 years bennylp AEC and sound backend fixes: - Changed default sound backend in Windows to …
(edit) @650   18 years bennylp Fixed error in setting up tail length in sound_port
(edit) @649   18 years bennylp Fixed bug in pjsua_media.c because of recent AEC changes: sound device is …
(edit) @648   18 years bennylp More work on the AEC (including changes in PJSUA), embed the AEC in …
(edit) @647   18 years bennylp Fixed complilation error in config.h for ARM target.
(edit) @646   18 years bennylp More experimentation with AEC: (1) added media port to create …
(edit) @645   18 years bennylp Removed the constness of the captured frame from pjmedia_snd_rec_cb …
(edit) @644   18 years bennylp Experimental change in PJMEDIA dsound.c DirectSound? backend: (1) Don't …
(edit) @643   18 years bennylp Fix compilation error in MacOS because of recent changes in config.h, also …
(edit) @642   18 years bennylp Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in …
(edit) @641   18 years bennylp Added simple WinCE application: - added pjsua_wince in pjsip-apps, which …
(edit) @640   18 years bennylp Fix PJLIB on WinCE: - Added CPU and OS autodetection feature in config.h. …
(edit) @639   18 years bennylp Changed siprtp on Linux to raise the thread priority
(edit) @638   18 years bennylp Really add the iLBC files into SVN now (duh!).
(edit) @637   18 years bennylp - Added iLBC codec (experimental) with the following features: - …
(edit) @636   18 years bennylp Fixed bug in registring external thread: thread descriptor is not large …
(edit) @635   18 years bennylp Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 …
(edit) @634   18 years bennylp Removed pj/compat/sprintf.h from MSVC workspace, also changed "make size" …
(edit) @633   18 years bennylp Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, …
(edit) @632   18 years bennylp Added capability in pjsua to add application created media port to pjsua's …
(edit) @631   18 years bennylp - Added splitter/combiner port (splitcomb.c) - Added function to …
(edit) @630   18 years bennylp Committed changes to MSVC workspace re: recent speex changes
(edit) @629   18 years bennylp Added --ptime and --no-vad option in pjsua
(edit) @628   18 years bennylp - Bring speex codec up to date with their SVN trunk - Speex codec should …
(edit) @627   18 years bennylp Fixed rather loud clicking/tick noise when call is established. This was …
(edit) @626   18 years bennylp Fixed minor bug in siprtp: in summary report, percentage of RX loss is …
(edit) @625   18 years bennylp Added initial implementation of autoconf script (aconfigure)
(edit) @624   18 years bennylp Added 64bit Linux target (x86_64), also fixed compilation warnings when …
(edit) @623   18 years bennylp Improvement/bug fix in hash table lookup to allow user to specify the hash …
(edit) @622   18 years bennylp Changed all public header files to compile correctly when -ansi and …
(edit) @621   18 years bennylp Few changes in siprtp: (1) Added "s" command to show summary of all calls …
(edit) @620   18 years bennylp pjsua application should check that the --max-calls argument does not …
(edit) @619   18 years bennylp Fixed bug in tel: URI unescaping code
(edit) @618   18 years bennylp Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides …
(edit) @617   18 years bennylp Fixed compilation error when -ansi and -pedantic flags are used (the
(edit) @616   18 years bennylp Version 0.5.7 web release
(edit) @615   18 years bennylp Undo modification to use timer, and back to using threads as the …
(edit) @614   18 years bennylp Increased version number to 0.5.7!
(edit) @613   18 years bennylp Fixed error in tel: URI test in pjsip-test
(edit) @612   18 years bennylp Small improvements: (1) pjsua now responds to incoming OPTIONS request, …
(edit) @611   18 years bennylp More intelligent PJSUA-LIB in selecting the appropriate address for …
(edit) @610   18 years bennylp Fixed several bugs related to TCP:
(edit) @609   18 years bennylp Set the SDP parser to allow blank newline at the end of the message
(edit) @608   18 years bennylp Bug fix of previous bug fix
(edit) @607   18 years bennylp Syntax error in tel URI parsing (oops)
(edit) @606   18 years bennylp Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI …
(edit) @605   18 years bennylp Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to …
(edit) @604   18 years bennylp Attempt to get some applications linked for RTEMS target, just to get the …
(edit) @603   18 years bennylp Some minor modifications here and there in pjsip-perf
(edit) @602   18 years bennylp Added PJSIP_MAX_NET_EVENTS configuration to pjsip
(edit) @601   18 years bennylp pjsip-perf uses 1 milisecond polling timeout because IOCP does not work …
(edit) @600   18 years bennylp Fixed several bugs with TCP transport: (1) Handle crash in transaction, …
(edit) @599   18 years bennylp Fixed several bugs in WinNT IOCP: (1) accept() does not return correct …
(edit) @598   18 years bennylp Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only …
(edit) @597   18 years bennylp Fixed bug in PJSUA API re: account selection and Contact header for …
(edit) @596   18 years bennylp Fix minor bug in displaying invalid message (previously the whole TCP …
(edit) @595   18 years bennylp Report peak memory used upon exiting
(edit) @594   18 years bennylp Added feature to report peak memory used in caching pool
(edit) @593   18 years bennylp Added caching pool capacity upon exiting pjsip-perf
(edit) @592   18 years bennylp Attempted to fix epoll for Linux
(edit) @591   18 years bennylp More fine tuning on the footprint report generation script
(edit) @590   18 years bennylp Fixed link errors in ioqueue epoll backend
(edit) @589   18 years bennylp Set the caching pool workspace size in pjsip-test to 2MB (configurable)
(edit) @588   18 years bennylp Improve the search for correct size in caching pool
(edit) @587   18 years bennylp Fixed SIP parsing bugs when in-place escaping is enabled
(edit) @586   18 years bennylp Some improvements in footprint generation
(edit) @585   18 years bennylp Added script, source file, and makefile to calculate PJSIP/PJMEDIA …
(edit) @584   18 years bennylp Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular …
(edit) @583   18 years bennylp Various performance improvements in PJSIP: (1) optimizing for common case …
(edit) @582   18 years bennylp Change all pj_memset to pj_bzero(), where applicable
(edit) @581   18 years bennylp Fixed minor bug in pool_caching.c that prevent pool from being reused if …
(edit) @580   18 years bennylp Added TCP support in pjsip-perf (also tried on Linux)
(edit) @579   18 years bennylp Added (the forgotten) pjsip-perf.c into samples dir
(edit) @578   18 years bennylp Added pjsip-perf in the samples
(edit) @577   18 years bennylp PJLIB will print the exception name when there is an unhandled exception
(edit) @576   18 years bennylp Final changeset from the PROTOS testing, fixed misc. crashes. See mailing …
(edit) @575   18 years bennylp Fixed minor bug in SIP transaction: transaction should verify that the …
(edit) @574   18 years bennylp Disconnect call when failed to start media when sending 200/OK response in …
(edit) @573   18 years bennylp Added INVITE request verification in siprtp before incoming call is …
(edit) @572   18 years bennylp Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap …
(edit) @571   18 years bennylp Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP …
(edit) @570   18 years bennylp Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when …
(edit) @569   18 years bennylp Fixed minor bug: RTCP session not fully cleared when it is initialized …
(edit) @568   18 years bennylp Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and …
(edit) @567   18 years bennylp Minor bug fix and enhancements: (1) fixed bug that caused out-of-order …
(edit) @566   18 years bennylp In VC6 workspace, set PJLIB to use IoCompletionPort? instead of select() on …
(edit) @565   18 years bennylp Fixed minor bug in the display of packet loss percentage
(edit) @564   18 years bennylp Version 0.5.6.1 adds TCP support (experimental)
(edit) @563   18 years bennylp Major improvements in PJSIP to support TCP. The changes fall into these …
(edit) @562   18 years bennylp Enhancements and minor bug-fix in SIP UDP transport: (1) application may …
(edit) @561   18 years bennylp Removed mutex protection in pjsip_endpt_create_pool() since the pool …
(edit) @560   18 years bennylp Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in …
(edit) @559   18 years bennylp Fixed bug in ioqueue IOCP: accept() callback is called with new socket …
(edit) @558   18 years bennylp Fixed minor compliation warning in transport_udp.c, also corrected …
Note: See TracRevisionLog for help on using the revision log.