summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-01More ticket #61: mismatch in libsrtp output library name causing error when b...Benny Prijono
2008-02-01More ticket #61: removed const from rtp and rtcp callback function declaratio...Benny Prijono
2008-01-31Added media transport diagram for documentationBenny Prijono
2008-01-31Ticket #464: jitter buffer should return frame length informationBenny Prijono
2008-01-30Ticket #61: undo r1759 and replace it with other patches to fix unable to acc...Benny Prijono
2008-01-29Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when use_srtp...Benny Prijono
2008-01-29Ticket #61: --srtp-use option in pjsua did not change account configBenny Prijono
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
2008-01-26Bug: source address not initialized in loop transport causing pjsip-test to failBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-25Ticket #459: pjmedia_clock_create() should not create thread when PJMEDIA_CLO...Benny Prijono
2008-01-25More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on...Benny Prijono
2008-01-25More ticket #61: fix bug in secure signaling determination, and added --srtp-...Benny Prijono
2008-01-24Related to ticket #458: pj_getaddrinfo() should return success if IP address ...Benny Prijono
2008-01-24Related to ticket #458: enum_interface() should return non-PJ_SUCCESS if it d...Benny Prijono
2008-01-24Return 406/Not Acceptable if SRTP negotiation failed instead of 500Benny Prijono
2008-01-24Fixed libsrtp random string generation on Win32Benny Prijono
2008-01-24More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp in...Benny Prijono
2008-01-24More ticket #61: fix potential error when looking up SRTP error string, and i...Benny Prijono
2008-01-24More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and unis...Benny Prijono
2008-01-24More ticket #61: crashed on SRTP error string lookupBenny Prijono
2008-01-24Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtpBenny Prijono
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2008-01-23Handle SDP offer containing application as the media typeBenny Prijono
2008-01-23Related to ticket #61: added new invite session API pjsip_inv_verify_request(...Benny Prijono
2008-01-23Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno t...Benny Prijono
2008-01-23Fixed integer conversion/format warning on x86_64 LinuxBenny Prijono
2008-01-23Ticket #61: imported libsrtp into third_party directory (backported from srtp...Benny Prijono
2008-01-23Merged from SRTP branch: added stdint.h header detection in autoconf. Result ...Benny Prijono
2008-01-19Ticket #455: allocate pjsua call id in round robin fashionBenny Prijono
2008-01-19Added information about delaybuf result on MacOS X 10.5Benny Prijono
2008-01-19More work on ticket #438: Workaround for frame bursts from audio devices. See...Benny Prijono
2008-01-19Fixed warning about uninitialized variable in VS6Benny Prijono
2008-01-18Fixed python module build error (thanks Jeff Ames)Benny Prijono
2008-01-18Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer)Benny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-15Fixed compilation warnings on OSX 10.5Benny Prijono
2008-01-15Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks...Benny Prijono
2008-01-14Related to ticket #449: fixed bug when rx volume adjustment caused static noi...Benny Prijono
2008-01-14Ticket #449: New conference mixing algorithm to replace multiplication with s...Benny Prijono
2008-01-14Related to ticket #447: the WAV player should consistently return non-PJ_SUCC...Benny Prijono
2008-01-14Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type for ...Benny Prijono
2008-01-14Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)Benny Prijono
2008-01-13Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkgBenny Prijono
2008-01-12In mix.c, handle FRAME_TYPE_NONE if the conference ever returns oneBenny Prijono
2008-01-12Another fix for ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Fixed overflow bug in length calculation, added force option, and added trail...Benny Prijono
2008-01-12Ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Ticket #446: Added sample application to mix WAV files using conference bridgeBenny Prijono