summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-15Fixed couple of bugs in pjsua API: (1) server presence subscription not setti...Benny Prijono
2006-06-15Cleanup more compilation warnings with MingwBenny Prijono
2006-06-15Fixed bug in command line parsing in pjsuaBenny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-14Implement --null-audio, --auto-loop, etc. in pjsuaBenny Prijono
2006-06-14Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedi...Benny Prijono
2006-06-14Fixed couple of bugs in stream: (1) race condition when transport callback is...Benny Prijono
2006-06-14Removed activex-pjsua from projects (no longer desired)Benny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-13Fixed bugs in client authentication: (1)tx_data in reinit_req() is not invali...Benny Prijono
2006-06-13Added pjmedia_sdp_neg_was_aswer_remote()Benny Prijono
2006-06-13Added status_text and cause_text in dialog and transaction to capture the rea...Benny Prijono
2006-06-13Fixed bug in generating CANCEL request when the INVITE request contains Route...Benny Prijono
2006-06-12Added mutex protection and option not to delete upstream/downstream port in m...Benny Prijono
2006-06-11Changed codec priority to use integer with value between 0-255 instead of enumBenny Prijono
2006-06-08Fixed bug in xoff calculation in PJMEDIA resampleBenny Prijono
2006-06-07Changed codec names to uppercase in siprtp, as they are not accepted by some UABenny Prijono
2006-06-07Updated pjsua Makefile with recent changes in pjsua-libBenny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-06More information in error reporting on parsing errorBenny Prijono
2006-06-05Uploaded splitter/combiner API draftBenny Prijono
2006-06-01Initial work on pjsua ActiveX componentBenny Prijono
2006-06-01Added pjsip_endpt_handle_events2(), which has an additional argument to repor...Benny Prijono
2006-06-01Speex codec will refuse codec quality/complexity 0 and replace them with defa...Benny Prijono
2006-06-01Added "#undef s_addr" in sock.h to fix build error on some Windows platformsBenny Prijono
2006-06-01Added options in pjmedia UDP transport to disable source address checkingBenny Prijono
2006-05-28More changes in pjsua API to make it more complete high level APIBenny Prijono
2006-05-28Sound device id zero mean autoselect deviceBenny Prijono
2006-05-28Added set_pos() to WAV playerBenny Prijono
2006-05-28Added destroy in transport operationBenny Prijono
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-25Fixed minor compilation warnings in rtcp.hBenny Prijono
2006-05-24Cleanup warnings with MSVC 2003Benny Prijono
2006-05-22Change jitter calculation in sound test (sndtest) to show the worst jitter valueBenny Prijono
2006-05-22Fixed crash bug in DSound closing procedureBenny Prijono
2006-05-22Put back high thread priority in dsound.cBenny Prijono
2006-05-21Fixed MacOS X buildBenny Prijono
2006-05-21Changed DirectSound not to be too aggressive when capturing framesBenny Prijono
2006-05-21Increase default number of DirectSound buffers to 16. This has seemed to make...Benny Prijono
2006-05-21Fixed minor bug in silence detectorBenny Prijono
2006-05-21Added sound test sampleBenny Prijono
2006-05-21DirectSound capture device queries stream position and retrieves any captured...Benny Prijono
2006-05-20Added device enumeration capability in DirectSoundBenny Prijono
2006-05-20Fixed warning about unreference arguments in transport_udp.cBenny Prijono
2006-05-20Set media thread in siprtp samples to highest priority to make RTCP jitter ca...Benny Prijono
2006-05-20Fixed crashed with the latest VAD changesBenny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono