summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-07Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri)Benny Prijono
2008-07-05Added WinCE project for pjmedia_testBenny Prijono
2008-07-05Added pjmedia_test to Visual Studio workspacesBenny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-07-04Updated mips_test.c after running on ARMBenny Prijono
2008-07-04Added MIPS benchmark in pjmedia-test, and loopback media transport to assist ...Benny Prijono
2008-07-04Fixed crash in stream.c when it tries to send RTCP BYE when stream initializa...Benny Prijono
2008-07-04Fixed bug in SRTP regarding startup flags evaluationBenny Prijono
2008-07-04Added module circular buffer (circbuf.h) to pjmediaNanang Izzuddin
2008-07-02Fixed VS 2005 dependency for samples projectBenny Prijono
2008-07-02Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specsBenny Prijono
2008-07-01Ticket #553: PUBLISH callback is not called when authentication fails (thanks...Benny Prijono
2008-07-01Ticket #552: Added TLS server name extension to support connecting to multi-h...Benny Prijono
2008-07-01Changed version to 0.9.0-trunkBenny Prijono
2008-06-28Updated PJ_VERSION to 0.9.0-releaseBenny Prijono
2008-06-28Fixed build error on SymbianBenny Prijono
2008-06-28Removed old PLC setting from pjmedia/config.hBenny Prijono
2008-06-28Updated PESQ test to save the WAV output on failure and report the PESQ target.Nanang Izzuddin
2008-06-28Updated python test readme docBenny Prijono
2008-06-28Fixed crash when handling incoming MESSAGE request without message body but w...Benny Prijono
2008-06-28Fixed wrong variable name for number of failed testsNanang Izzuddin
2008-06-27Added stdout buffering option in Python testsBenny Prijono
2008-06-27Removed userdata param in callback funcs of mod_media_playrec.pyNanang Izzuddin
2008-06-27Updated runall.py to cleanup the 'logs' directory before test; fixed log ext ...Nanang Izzuddin
2008-06-27Added more Python tests: offer with multiple media linesBenny Prijono
2008-06-27Added the ability to send a complete/arbitrary SIP INVITE message in mod_send...Benny Prijono
2008-06-27Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib...Benny Prijono
2008-06-27Ticket #543:Nanang Izzuddin
2008-06-27Media session should not reject the whole SDP when it receives SDP with unkno...Benny Prijono
2008-06-27Fixed assertion when parsing incoming SDP which is not properly terminated wi...Benny Prijono
2008-06-27Ticket #543:Nanang Izzuddin
2008-06-27Fixed minor bug on ptime calculation on player creation; Updated pjsua-app in...Nanang Izzuddin
2008-06-27Fixed session.c incorrectly parsing channel count from SDPNanang Izzuddin
2008-06-27Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucil...Benny Prijono
2008-06-27python testing: fixed slow test performance due to expecting wrong text in mo...Benny Prijono
2008-06-26Rearrange the commands in mod_pres.py to make it workBenny Prijono
2008-06-26echo command in pjsua can be used to print any text, and this is used to bett...Benny Prijono
2008-06-26Added test duration in runall.py output, and add public ICE in excluded testsBenny Prijono
2008-06-26Added option to disable stdout buffering in pjsua, and adjust the python testsBenny Prijono
2008-06-26Added various tests with invalid SDP and other SIP parametersBenny Prijono
2008-06-26Fixed assertion in invite session when INVITE has bad SDP because the SDP is ...Benny Prijono
2008-06-26Ticket #544: Fixed SRTP on hold+reinvite scenarioNanang Izzuddin
2008-06-26Ticket #543: Updated PESQ to start/stop manually stream/record instead of usi...Nanang Izzuddin
2008-06-26Set universal_newlines=False in run.py, and added failed UPDATE scenario in m...Benny Prijono
2008-06-26Specifying star in codec selection will select all codecs. Fixed the codec se...Benny Prijono
2008-06-26Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE or U...Benny Prijono
2008-06-26Added PRACK tests and ICE with public proxy testsBenny Prijono
2008-06-26Do no disconnect invite session if authentication fails for requests within d...Benny Prijono
2008-06-26Ticket #543: Updated PESQ test, sound device used only by one side to avoid c...Nanang Izzuddin
2008-06-26Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we...Benny Prijono