summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples
AgeCommit message (Expand)Author
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-07-31Changed siprtp on Linux to raise the thread priorityBenny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-25Fixed minor bug in siprtp: in summary report, percentage of RX loss is displa...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-22Few changes in siprtp:Benny Prijono
2006-07-18Undo modification to use timer, and back to using threads as the performance ...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-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-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-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-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-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-14Implement --null-audio, --auto-loop, etc. in pjsuaBenny Prijono
2006-06-07Changed codec names to uppercase in siprtp, as they are not accepted by some UABenny Prijono
2006-06-01Added options in pjmedia UDP transport to disable source address checkingBenny 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-18Added --report-file options in siprtpBenny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-16Rearrange transaction statefull stuffs in SIP so that it will not be linked w...Benny Prijono
2006-05-14Changed default sound back-end on Win32 to own DirectSoundBenny Prijono
2006-05-14Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp()Benny Prijono
2006-05-14Set default sound backend in Win32 to own DirectSound, and changed conference...Benny Prijono
2006-05-14Fixed more bugs with multiple frame handlingBenny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-12Split reporting capability to separate file in siprtp sampleBenny Prijono
2006-05-03Added maximum duration and auto-quit option in siprtp sample.Benny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono