1. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  2. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  3. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  4. 959df2a Change jitter calculation in sound test (sndtest) to show the worst jitter value by Benny Prijono · 18 years ago
  5. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago
  6. 69d9d19 Added sound test sample by Benny Prijono · 18 years ago
  7. 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
  8. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  9. fcb3672 Added --report-file options in siprtp by Benny Prijono · 18 years ago
  10. 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
  11. 98ab1a2 Fixed error in Samples.mak (TARGET instead of TARGET_NAME) by Benny Prijono · 18 years ago
  12. f996213 Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled by Benny Prijono · 18 years ago
  13. ed8c0fc Changed default sound back-end on Win32 to own DirectSound by Benny Prijono · 18 years ago
  14. 4d7fd20 Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp() by Benny Prijono · 18 years ago
  15. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  16. 42adf5e Fixed more bugs with multiple frame handling by Benny Prijono · 18 years ago
  17. 95af4cc Add $TARGET variable in Samples-vc.mak by Benny Prijono · 18 years ago
  18. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  19. 16a6b0e Split reporting capability to separate file in siprtp sample by Benny Prijono · 18 years ago
  20. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  21. 410fbae Added maximum duration and auto-quit option in siprtp sample. by Benny Prijono · 18 years ago
  22. b8c2518 Improve codec handling in pjsua cmd-line options, and add URI to call by Benny Prijono · 18 years ago
  23. 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
  24. 5012da8 Added sound clock drifting reporting in sndinfo sample by Benny Prijono · 18 years ago
  25. 3cd1880 Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  26. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  27. bf13fee Added stream.c example to demonstrate how to stream audio from both sound device or WAV file by Benny Prijono · 18 years ago
  28. 393e5f3 Fixed small typo error in printed message in siprtp.c by Benny Prijono · 18 years ago
  29. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  30. e7483e5 Fixed RTCP compilation warnings with gcc by Benny Prijono · 18 years ago
  31. 28903eb Beautify screen output of the siprtp sample by Benny Prijono · 18 years ago
  32. 5b3b460 Fixed crash bug in siprtp sample when call is not connected by Benny Prijono · 18 years ago
  33. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  34. c323807 Protect RTCP packet lost calculation against incorrect packet expectations by Benny Prijono · 18 years ago
  35. d7a13f1 Added detection/protection against inaccurate timestamp in RTCP by Benny Prijono · 18 years ago
  36. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  37. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  38. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  39. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  40. 9d8a873 Fixed SSRC generation in siprtp sample by Benny Prijono · 18 years ago
  41. 4adcb91 Added more stats and options in siprtp samples by Benny Prijono · 18 years ago
  42. 60b980e Added siprtp sample by Benny Prijono · 18 years ago
  43. c708f93 Changed sndinfo sample to use higher resolution pj_get_timestamp() instead of pj_gettimeofday() by Benny Prijono · 18 years ago
  44. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  45. 46ecff8 Support for alternate pool backend by Benny Prijono · 18 years ago
  46. bc79731 Added more samples: WAV recorder, resample, etc., and also moved some common functions to util.h by Benny Prijono · 19 years ago
  47. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  48. a8df654 Fixed unable to open simultaneous sound streams in MacOS by Benny Prijono · 19 years ago
  49. 8482783 Changed sound device framework to allow opening bidirectional streams from one device by Benny Prijono · 19 years ago
  50. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  51. 86ee4b4 Added macro to exclude filters in resample and added options to select resample algorithm in conference by Benny Prijono · 19 years ago
  52. e260915 Fixed error in Samples.mak when CFLAGS is specified in cmdline by Benny Prijono · 19 years ago
  53. c9446cb Added level.c to samples collection by Benny Prijono · 19 years ago
  54. fa137ca Added clock-rate options in pjsua by Benny Prijono · 19 years ago
  55. 204ce5e Added sndinfo sample and tested samples on MacOSX Jaguar by Benny Prijono · 19 years ago
  56. adb3465 Removed sine generator from confsample by Benny Prijono · 19 years ago
  57. cbc1c47 Added pjmedia playfile, playsine, and conference sample by Benny Prijono · 19 years ago
  58. 0a96836 Added comment on how to add credentials and route set in the dialog by Benny Prijono · 19 years ago
  59. 53fde13 Added comments in simpleua.c by Benny Prijono · 19 years ago
  60. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  61. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  62. b100d69 Added feature in conference bridge to get and set the signal level of individual port and individual stream direction by Benny Prijono · 19 years ago
  63. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  64. 7f09ad7 (Failed) Attempt to persuade VC2005 project conversion to include user32.lib and ole32.lib by Benny Prijono · 19 years ago
  65. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  66. 6803faa Fixed pjsip-perf for 0.5.4 by Benny Prijono · 19 years ago
  67. 282b802 Fixed warnings in Linux build by Benny Prijono · 19 years ago
  68. ad707dc Show call disconnect reason by Benny Prijono · 19 years ago
  69. 08e0d06 Major modification in conference bridge to allow ports with different ptime and sampling rate. Also introduced sampling rate converter by Benny Prijono · 19 years ago
  70. d2e84d5 Fixed compilation warnings and errors in pjsip-perf by Benny Prijono · 19 years ago
  71. 3cbcca6 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  72. dce7b11 Found out what has been causing the slow performance. by Benny Prijono · 19 years ago
  73. 3cb3970 Added logging in pjsip-perf by Benny Prijono · 19 years ago
  74. 858b2fe Handle failure to open log file by Benny Prijono · 19 years ago
  75. bb1e6e3 Trying to find out why CPU is idle while it should be working hard!! by Benny Prijono · 19 years ago
  76. f090a83 Option to dump summary/detail by Benny Prijono · 19 years ago
  77. 8df5b02 Added pjsip-apps top level projects by Benny Prijono · 19 years ago