summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-06Added error logging when authentication fails in TURN server sampleBenny Prijono
2008-06-06Fixed minor bug: wrong pool name for STUN session poolBenny Prijono
2008-06-06Ticket #418 Protect client registration session with mutexBenny Prijono
2008-06-06Fixed compilation warnings in dns_server.cBenny Prijono
2008-06-06More ticket #485: added TURN support in PJSUA-LIB APIBenny Prijono
2008-06-06More ticket #485: major modification in transport_ice to support new ICE stre...Benny Prijono
2008-06-06Major major modifications related to ticket #485 (support for TURN-07):Benny Prijono
2008-06-06Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-utilBenny Prijono
2008-06-06More ticket #531: added user_data parameter in activesocket creation API to m...Benny Prijono
2008-06-06Added field maximum bitrate to codec param, this is useful for providing safe...Nanang Izzuddin
2008-06-06Cleaned up warnings of [u]char-[u]int conversionsNanang Izzuddin
2008-06-05Ticket #473:Nanang Izzuddin
2008-06-05Fixed bug in copying buffer and updated post process of buffer shrinkingNanang Izzuddin
2008-06-04Fixed gcc warnings about type pruned pointersBenny Prijono
2008-06-03Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in sym...Nanang Izzuddin
2008-06-02More ticket #61: enabled SRTP on SymbianNanang Izzuddin
2008-06-02Fixed Symbian build on OS with case sensitive filename (e.g: Linux)Nanang Izzuddin
2008-06-02Fixed uninitialized output size before calling G.722 encoderNanang Izzuddin
2008-06-02Increase clock rate limit in pjsua to 192000 (from 48000)Benny Prijono
2008-05-30Fixed wchar_t definition for all build targets.Nanang Izzuddin
2008-05-30Added symbian_ua_gui to symbian root build settings (bld.inf), fixed symbian_...Nanang Izzuddin
2008-05-30Initial source of GUI version of Symbian UANanang Izzuddin
2008-05-30Updated delaybuf to learn burst level in realtime instead of only in the begi...Nanang Izzuddin
2008-05-30Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is use...Nanang Izzuddin
2008-05-29Fixed bug wrong option for resample port between conference bridge and sound ...Nanang Izzuddin
2008-05-28More ticket #536: fixed bug in SrcUD (missed fix, previously r1968 only fixed...Nanang Izzuddin
2008-05-28Reapplied changeset 287 (resample may write pass the output buffer), with a b...Nanang Izzuddin
2008-05-28Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the bufferBenny Prijono
2008-05-28Added (the missing) libspeexcodec.mmpBenny Prijono
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-05-23Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mo...Benny Prijono
2008-05-22Fixed bug with SRTP enabling configuration for PocketPJ applicationBenny Prijono
2008-05-20Fixed Symbian build error caused by active socket addition to pjlib in ticket...Benny Prijono
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-17Ticket #535: added initial source of math.hNanang Izzuddin
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-16Modified pj_list_size() to take const argument insteadBenny Prijono
2008-05-15More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson)Benny Prijono
2008-05-15Fixed bug with pj_generate_unique_string() initialization trying to access th...Benny Prijono
2008-05-13Resample port get frame may cause buffer overflow when downport returns non-a...Nanang Izzuddin
2008-05-13Ticket #533: Support for parsing Retry-After SIP headerBenny Prijono
2008-05-11Implement ticket #531: active socket abstraction to make ioqueue programming ...Benny Prijono
2008-05-11Added pj_sockaddr_cp()Benny Prijono
2008-05-08Ticket #524: changed pjsua and stereotest default audio frame time from 10ms ...Nanang Izzuddin
2008-05-07Ticket #527: Commited ticket527.2.patchNanang Izzuddin
2008-05-07Added nios2 processor settings PJLIB in config.h (thanks F)Benny Prijono
2008-05-07Added nios2 target detection in config.subBenny Prijono
2008-05-05Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdownBenny Prijono
2008-05-04If regc.check_contact is disabled, and no Expires header has been found, but ...Benny Prijono
2008-05-02More ticket #513:Nanang Izzuddin