1. d79f25c Fix compilation error in MacOS because of recent changes in config.h, also disable AEC by default in pjsua-lib, and added ec-tail option in pjsua by Benny Prijono · 18 years ago
  2. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  3. 7bef0f5 Changed siprtp on Linux to raise the thread priority by Benny Prijono · 18 years ago
  4. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  5. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  6. e909eac Added capability in pjsua to add application created media port to pjsua's conference bridge, also capability to use custom sound device in pjsua. by Benny Prijono · 18 years ago
  7. 0a12f00 Added --ptime and --no-vad option in pjsua by Benny Prijono · 18 years ago
  8. 05784a5 Fixed minor bug in siprtp: in summary report, percentage of RX loss is displayed in the TX section by Benny Prijono · 18 years ago
  9. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  10. b699fe2 Improvement/bug fix in hash table lookup to allow user to specify the hash value, and modify transaction to take advantage of this feature by Benny Prijono · 18 years ago
  11. 258ece9 Few changes in siprtp: by Benny Prijono · 18 years ago
  12. 48af79c pjsua application should check that the --max-calls argument does not exceed compile time maximums by Benny Prijono · 18 years ago
  13. 513795f Undo modification to use timer, and back to using threads as the performance is not good by Benny Prijono · 18 years ago
  14. 5631561 Small improvements: (1) pjsua now responds to incoming OPTIONS request, which means that some modules (evsub, invite) need to register their capabilities to the endpoint, (2) added command in pjsua to send arbitrary request by Benny Prijono · 18 years ago
  15. dcc0cbf Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to handle INVITE request to non-standard URL call-statefully by Benny Prijono · 18 years ago
  16. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  17. 49f682a Some minor modifications here and there in pjsip-perf by Benny Prijono · 18 years ago
  18. 775a1b2 Added PJSIP_MAX_NET_EVENTS configuration to pjsip by Benny Prijono · 18 years ago
  19. c357376 pjsip-perf uses 1 milisecond polling timeout because IOCP does not work correctly if application does not yield the CPU by Benny Prijono · 18 years ago
  20. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  21. 1ef06df Report peak memory used upon exiting by Benny Prijono · 18 years ago
  22. cb832eb Added caching pool capacity upon exiting pjsip-perf by Benny Prijono · 18 years ago
  23. bdf202a More fine tuning on the footprint report generation script by Benny Prijono · 18 years ago
  24. 17e0d74 Some improvements in footprint generation by Benny Prijono · 18 years ago
  25. 313b1e4 Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprint by Benny Prijono · 18 years ago
  26. b6eab2c Various performance improvements in PJSIP: (1) optimizing for common case to minimize stricmp() calls (header names, method, URI schemes), (2) added functionality in scanner to parse and unescape in-place, (3) etc.. by Benny Prijono · 18 years ago
  27. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  28. 1479b65 Fixed minor bug in pool_caching.c that prevent pool from being reused if the capacity has changed when the pool is released by Benny Prijono · 18 years ago
  29. c03a3c5 Added TCP support in pjsip-perf (also tried on Linux) by Benny Prijono · 18 years ago
  30. 514ca6b Added (the forgotten) pjsip-perf.c into samples dir by Benny Prijono · 18 years ago
  31. 8840610 Added pjsip-perf in the samples by Benny Prijono · 18 years ago
  32. ca4cff2 Added INVITE request verification in siprtp before incoming call is established by Benny Prijono · 18 years ago
  33. b12106f Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other changes to improve RTCP communication behind NAT. Also fixed bug related to RTCP reporting changes in revision 565 by Benny Prijono · 18 years ago
  34. f901651 Fixed minor bug in the display of packet loss percentage by Benny Prijono · 18 years ago
  35. e93e287 Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing. by Benny Prijono · 18 years ago
  36. e695699 Changed siprtp to strictly use one worker thread for all (SIP and media) by Benny Prijono · 18 years ago
  37. 4d3aa92 Changed siprtp to use timer to schedule transmissions of RTP/RTCP packets by Benny Prijono · 18 years ago
  38. 819506c Added dq command in pjsua to dump current call quality by Benny Prijono · 18 years ago
  39. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  40. deb3196 Changed siprtp to use media transport framework to handle NAT by Benny Prijono · 18 years ago
  41. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  42. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  43. 787b869 Display the invalid argument in pjsua by Benny Prijono · 18 years ago
  44. eef4f8c Comment out PJSUA options that are no longer supported with new pjsua by Benny Prijono · 18 years ago
  45. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  46. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  47. 6f13748 Fixed bug in command line parsing in pjsua by Benny Prijono · 18 years ago
  48. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  49. 22a300a Implement --null-audio, --auto-loop, etc. in pjsua by Benny Prijono · 18 years ago
  50. d2ea4ea Removed activex-pjsua from projects (no longer desired) by Benny Prijono · 18 years ago
  51. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  52. 97f2a37 Changed codec names to uppercase in siprtp, as they are not accepted by some UA by Benny Prijono · 18 years ago
  53. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  54. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  55. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  56. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  57. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  58. 959df2a Change jitter calculation in sound test (sndtest) to show the worst jitter value by Benny Prijono · 18 years ago
  59. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago
  60. 69d9d19 Added sound test sample by Benny Prijono · 18 years ago
  61. 6647d82 Set media thread in siprtp samples to highest priority to make RTCP jitter calculation as accurate as possible by Benny Prijono · 18 years ago
  62. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  63. fcb3672 Added --report-file options in siprtp by Benny Prijono · 18 years ago
  64. b04c9e0 Major modification in pjmedia to split stream transport into separate functionality, to allow using custom transports with streams by Benny Prijono · 18 years ago
  65. 98ab1a2 Fixed error in Samples.mak (TARGET instead of TARGET_NAME) by Benny Prijono · 18 years ago
  66. f996213 Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled by Benny Prijono · 18 years ago
  67. ed8c0fc Changed default sound back-end on Win32 to own DirectSound by Benny Prijono · 18 years ago
  68. 4d7fd20 Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp() by Benny Prijono · 18 years ago
  69. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  70. 42adf5e Fixed more bugs with multiple frame handling by Benny Prijono · 18 years ago
  71. 95af4cc Add $TARGET variable in Samples-vc.mak by Benny Prijono · 18 years ago
  72. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  73. 16a6b0e Split reporting capability to separate file in siprtp sample by Benny Prijono · 18 years ago
  74. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  75. 410fbae Added maximum duration and auto-quit option in siprtp sample. by Benny Prijono · 18 years ago
  76. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  77. 1595301 Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted by Benny Prijono · 18 years ago
  78. 5012da8 Added sound clock drifting reporting in sndinfo sample by Benny Prijono · 18 years ago
  79. 3cd1880 Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  80. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  81. bf13fee Added stream.c example to demonstrate how to stream audio from both sound device or WAV file by Benny Prijono · 18 years ago
  82. 393e5f3 Fixed small typo error in printed message in siprtp.c by Benny Prijono · 18 years ago
  83. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  84. e7483e5 Fixed RTCP compilation warnings with gcc by Benny Prijono · 18 years ago
  85. 28903eb Beautify screen output of the siprtp sample by Benny Prijono · 18 years ago
  86. 5b3b460 Fixed crash bug in siprtp sample when call is not connected by Benny Prijono · 18 years ago
  87. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  88. c323807 Protect RTCP packet lost calculation against incorrect packet expectations by Benny Prijono · 18 years ago
  89. d7a13f1 Added detection/protection against inaccurate timestamp in RTCP by Benny Prijono · 18 years ago
  90. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  91. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  92. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  93. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  94. 9d8a873 Fixed SSRC generation in siprtp sample by Benny Prijono · 18 years ago
  95. 4adcb91 Added more stats and options in siprtp samples by Benny Prijono · 18 years ago
  96. 60b980e Added siprtp sample by Benny Prijono · 18 years ago
  97. c708f93 Changed sndinfo sample to use higher resolution pj_get_timestamp() instead of pj_gettimeofday() by Benny Prijono · 18 years ago
  98. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  99. 46ecff8 Support for alternate pool backend by Benny Prijono · 18 years ago
  100. bc79731 Added more samples: WAV recorder, resample, etc., and also moved some common functions to util.h by Benny Prijono · 19 years ago