summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
2006-07-18Undo modification to use timer, and back to using threads as the performance ...Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-16Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to hand...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-11Some minor modifications here and there in pjsip-perfBenny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10pjsip-perf uses 1 milisecond polling timeout because IOCP does not work corre...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-09Report peak memory used upon exitingBenny Prijono
2006-07-08Added caching pool capacity upon exiting pjsip-perfBenny Prijono
2006-07-08More fine tuning on the footprint report generation scriptBenny Prijono
2006-07-05Some improvements in footprint generationBenny Prijono
2006-07-04Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprintBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-07-03Added TCP support in pjsip-perf (also tried on Linux)Benny Prijono
2006-07-03Added (the forgotten) pjsip-perf.c into samples dirBenny Prijono
2006-07-03Added pjsip-perf in the samplesBenny Prijono
2006-07-02Added INVITE request verification in siprtp before incoming call is establishedBenny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Fixed minor bug in the display of packet loss percentageBenny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-22Changed siprtp to strictly use one worker thread for all (SIP and media)Benny Prijono
2006-06-22Changed siprtp to use timer to schedule transmissions of RTP/RTCP packetsBenny Prijono
2006-06-22Added dq command in pjsua to dump current call qualityBenny Prijono
2006-06-22Modify all applications because of changed in WAV port API (removed user_data...Benny Prijono
2006-06-22Changed siprtp to use media transport framework to handle NATBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-19Re-live --quality options in pjsuaBenny Prijono
2006-06-19Display the invalid argument in pjsuaBenny Prijono
2006-06-19Comment out PJSUA options that are no longer supported with new pjsuaBenny Prijono
2006-06-18Updated doxygen documentation to all headers in PJMEDIABenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-15Fixed bug in command line parsing in pjsuaBenny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-14Implement --null-audio, --auto-loop, etc. in pjsuaBenny Prijono
2006-06-14Removed activex-pjsua from projects (no longer desired)Benny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-07Changed codec names to uppercase in siprtp, as they are not accepted by some UABenny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-01Initial work on pjsua ActiveX componentBenny 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-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-22Change jitter calculation in sound test (sndtest) to show the worst jitter valueBenny Prijono
2006-05-22Put back high thread priority in dsound.cBenny Prijono
2006-05-21Added sound test sampleBenny Prijono
2006-05-20Set media thread in siprtp samples to highest priority to make RTCP jitter ca...Benny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono