summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-27Tagged 0.5.9v0.5.9Benny Prijono
2006-11-27Bumped up version to 0.5.9Benny Prijono
2006-11-27Fixed ticket #28: bug in Replaces header parsingBenny Prijono
2006-11-27Display actual sound device name in conference bridge port zeroBenny Prijono
2006-11-26Added 'cc x y' and 'cd x y' command in pjsua as shortcut commands for the no...Benny Prijono
2006-11-25Print media statistic when call is disconnected in pjsua, to assist tracing m...Benny Prijono
2006-11-25Minor fix in UDP media: transport should silently ignore detach command when ...Benny Prijono
2006-11-25Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of cal...Benny Prijono
2006-11-25Fixed incorrect channel count number in the log message written when opening ...Benny Prijono
2006-11-24Fixed speex logging to use PJLIB's log, because a GUI application doesn't hav...Benny Prijono
2006-11-24Updated footprint script to include new stuffs such as echo canceller and ton...Benny Prijono
2006-11-24Fixed footprint calculation scriptBenny Prijono
2006-11-23Updated Python project with base PJSUA APIBenny Prijono
2006-11-23Updated Speex to their latest SVN (1.2-beta). AEC seemsBenny Prijono
2006-11-23Worked on the AEC. Apply constant delay bufferring for the AEC,Benny Prijono
2006-11-23Fixed crash in IoCompletionPort during unregistration. Also remove WSACleanup...Benny Prijono
2006-11-22Fixed pj_list_merge_last and pj_list_merge_firstBenny Prijono
2006-11-21Increase splitcomb buffer count to 32Benny Prijono
2006-11-21Fixed mutex leak in SIP endpoint: timer heap was not destroyedBenny Prijono
2006-11-21Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may cont...Benny Prijono
2006-11-21Added pj_shutdown() on os_core_unix.cBenny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-21Fixed bug caused by recent sound device ID convention changeBenny Prijono
2006-11-21Added jitter buffer settings in PJSUA-API media configBenny Prijono
2006-11-21Fixed sound device ID bug: application was unable to use device ID zero becau...Benny Prijono
2006-11-21Fixed compilation error if C++ application tries to include pjsua_internal.hBenny Prijono
2006-11-21Fixed handles leak in SIP endpoint: ioqueue is not freed, causing PJ_IOQUEUE_...Benny Prijono
2006-11-21Fixed minor memory leak in caching pool (one malloc is not freed)Benny Prijono
2006-11-19Fixed minor memory leak in SIP TCP transportBenny Prijono
2006-11-19Fixed memory leaks bug in speex codecBenny Prijono
2006-11-17Removed duplicated stun.o in pjlib-util MakefileBenny Prijono
2006-11-16Added svn:ignore for Python build directoryfahris
2006-11-16Added initial Python moduleBenny Prijono
2006-11-15Added checking for clock rate mismatch in PJMEDIA master port.Benny Prijono
2006-11-15Fixed bug in parser: clone_data member of message body is not set.Benny Prijono
2006-11-14Fixed transport detachment when there's no thread being used in siprtp.Benny Prijono
2006-11-11Add pjsip_regc_add_headers() APi to set headers to be added Benny Prijono
2006-11-11Committed what seems like what left uncommitted in previous commit (pjsua_app...Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-11-10Fixed overflow bug in conference.c causing cracking noise (thanks Norman Franke)Benny Prijono
2006-11-08Changed svn:eol-style property to LF for configure scriptsBenny Prijono
2006-11-08Changed svn:eol-style to CRLF for Visual Studio projectsBenny Prijono
2006-11-06Removed PA_NO_WMME macro in pjmedia debug build.Benny Prijono
2006-11-06Removed multiple Via headers checking in transport, asBenny Prijono
2006-11-01Fix compilation error with memchr() on VS2005Benny Prijono
2006-10-21Updated README.txtBenny Prijono
2006-10-21Fixed quality setting in MP3 writer (thanks Toni again)Benny Prijono
2006-10-20Changed the processing of mp3 _options in mp3 writer with regard to bit_rate ...Benny Prijono
2006-10-20Fixed bug in siprtp in SDP generation because of recent change in SDP attribu...Benny Prijono
2006-10-19Support for MP3 recording for Win32 target. Also added "--rec-file" and "--au...Benny Prijono