summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny Prijono
2006-10-18Changed temporary buffer size for duplicating contact info in pjsua-lib to 10...Benny Prijono
2006-10-18Some changes to REFER handling in PJSUA-LIB:Benny Prijono
2006-10-18Updated doxygen documentation for media transport (again)Benny Prijono
2006-10-18Updated doxygen documentation in media transportBenny Prijono
2006-10-16FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF...Benny Prijono
2006-10-16Fixed bug in client registration when pjsip_endpt_send_request() returns imme...Benny Prijono
2006-10-16Removed colon from SDP attribute value [thanks Olivier Gournet]Benny Prijono
2006-10-16Added logging in pjsua winceBenny Prijono
2006-10-16Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP packet...Benny Prijono
2006-10-16Fixed missing #include <pjmedia/errno.h> in nullsound.cBenny Prijono
2006-10-16Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i optio...Benny Prijono
2006-10-13Updated PortAudio to latest version for MacBenny Prijono