1. 18e4982 Changed default media quality to 3 by Benny Prijono · 18 years ago
  2. 6fd4b8f Modify all applications because of changed in WAV port API (removed user_data from argument) by Benny Prijono · 18 years ago
  3. deb3196 Changed siprtp to use media transport framework to handle NAT by Benny Prijono · 18 years ago
  4. 597d7ad Added better API for media transport, and fixed bugs with pending RTP write operation in UDP media transport by Benny Prijono · 18 years ago
  5. 1b8b0d5 Handle error reported by transport by Benny Prijono · 18 years ago
  6. 84f4589 Fixed RTCP statistic returning fraction lost instead of total lost by Benny Prijono · 18 years ago
  7. 4021258 Fixed bug: ioqueue should return error when send()/sendto() is called while previous operation on the same op_key has not finished by Benny Prijono · 18 years ago
  8. 6028166 Fixed unreferenced argument warning by Benny Prijono · 18 years ago
  9. 7eaa0fd Added the error code into error messages by Benny Prijono · 18 years ago
  10. e8f275a Added capability to build pjmedia_sock_info from an UDP media transport by Benny Prijono · 18 years ago
  11. 9eda522 Added memory/buffer based media playback and recording by Benny Prijono · 18 years ago
  12. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  13. 4b5977c Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X by Benny Prijono · 18 years ago
  14. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  15. b180dca Fixed bugs in negotiating SDP answer from remote for dynamic payload types by Benny Prijono · 18 years ago
  16. 787b869 Display the invalid argument in pjsua by Benny Prijono · 18 years ago
  17. b5e1acf Fixed pjmedia build errors in the Makefile with the new gsm patchlevel by Benny Prijono · 18 years ago
  18. 3e6e716 Fix warning messages in GSM and speex because of previous update to GSM patchlevel 10 and speex 1.1.12 by Benny Prijono · 18 years ago
  19. 20fd34a Fix warning messages in GSM and speex because of previous update to GSM patchlevel 10 and speex 1.1.12 by Benny Prijono · 18 years ago
  20. 6e996dd Set log message level to error (=1) when message is too long by Benny Prijono · 18 years ago
  21. eef4f8c Comment out PJSUA options that are no longer supported with new pjsua by Benny Prijono · 18 years ago
  22. 7c00a8f Increase default max SIP packet size to 2000 (from 1500), since SIP PDU containing presence info can be quite large by Benny Prijono · 18 years ago
  23. e682155 Changed in presence: incoming NOTIFY without body will not change presence status (previously it will set status to closed) by Benny Prijono · 18 years ago
  24. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  25. 5520dfd Bring the GSM codec to patchlevel 12 by Benny Prijono · 18 years ago
  26. da6e89a Added speex jitter buffer and AEC files to the library by Benny Prijono · 18 years ago
  27. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  28. 294c253 Fixed pjlib doxygen documentation by Benny Prijono · 18 years ago
  29. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  30. 6f97941 Fixed couple of bugs in pjsua API: (1) server presence subscription not setting credentials, and (2) incorrect account status is reported when registration failed by Benny Prijono · 18 years ago
  31. 4f9e671 Cleanup more compilation warnings with Mingw by Benny Prijono · 18 years ago
  32. 6f13748 Fixed bug in command line parsing in pjsua by Benny Prijono · 18 years ago
  33. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  34. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  35. 22a300a Implement --null-audio, --auto-loop, etc. in pjsua by Benny Prijono · 18 years ago
  36. f37356f Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedia_copy_samples() by Benny Prijono · 18 years ago
  37. 0e13f80 Fixed couple of bugs in stream: (1) race condition when transport callback is called when stream is not fully initialized, and (2) timestamp is not incremented when NULL frame is fed in put_frame() by Benny Prijono · 18 years ago
  38. d2ea4ea Removed activex-pjsua from projects (no longer desired) by Benny Prijono · 18 years ago
  39. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  40. ddd4555 Fixed bugs in client authentication: (1)tx_data in reinit_req() is not invalidated, and (2)caching caused multiple identical authorization headers to be sent in one request by Benny Prijono · 18 years ago
  41. 2d5d61f Added pjmedia_sdp_neg_was_aswer_remote() by Benny Prijono · 18 years ago
  42. 0b6340c Added status_text and cause_text in dialog and transaction to capture the real status text in the final response (instead of just the code) by Benny Prijono · 18 years ago
  43. d185dbd Fixed bug in generating CANCEL request when the INVITE request contains Route headers by Benny Prijono · 18 years ago
  44. a0d6bc4 Added mutex protection and option not to delete upstream/downstream port in master_port.c by Benny Prijono · 18 years ago
  45. ba06362 Changed codec priority to use integer with value between 0-255 instead of enum by Benny Prijono · 18 years ago
  46. f118221 Fixed bug in xoff calculation in PJMEDIA resample by Benny Prijono · 18 years ago
  47. 97f2a37 Changed codec names to uppercase in siprtp, as they are not accepted by some UA by Benny Prijono · 18 years ago
  48. d9ed706 Updated pjsua Makefile with recent changes in pjsua-lib by Benny Prijono · 18 years ago
  49. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  50. 571401f More information in error reporting on parsing error by Benny Prijono · 18 years ago
  51. ded7da2 Uploaded splitter/combiner API draft by Benny Prijono · 18 years ago
  52. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  53. 8c634f4 Added pjsip_endpt_handle_events2(), which has an additional argument to report how many events are caught in the poll by Benny Prijono · 18 years ago
  54. a4cc47b Speex codec will refuse codec quality/complexity 0 and replace them with default value if they are used by Benny Prijono · 18 years ago
  55. ab668ed Added "#undef s_addr" in sock.h to fix build error on some Windows platforms by Benny Prijono · 18 years ago
  56. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  57. 9fc735d More changes in pjsua API to make it more complete high level API by Benny Prijono · 18 years ago
  58. e69d49e Sound device id zero mean autoselect device by Benny Prijono · 18 years ago
  59. 56de903 Added set_pos() to WAV player by Benny Prijono · 18 years ago
  60. 67e779b Added destroy in transport operation by Benny Prijono · 18 years ago
  61. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  62. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  63. 4b08be9 Fixed minor compilation warnings in rtcp.h by Benny Prijono · 18 years ago
  64. 385153d Cleanup warnings with MSVC 2003 by Benny Prijono · 18 years ago
  65. 959df2a Change jitter calculation in sound test (sndtest) to show the worst jitter value by Benny Prijono · 18 years ago
  66. 1335fb8 Fixed crash bug in DSound closing procedure by Benny Prijono · 18 years ago
  67. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago
  68. 1ae7945 Fixed MacOS X build by Benny Prijono · 18 years ago
  69. a5d0daf Changed DirectSound not to be too aggressive when capturing frames by Benny Prijono · 18 years ago
  70. a1d84ba Increase default number of DirectSound buffers to 16. This has seemed to make it more stable against CPU disruption by Benny Prijono · 18 years ago
  71. 406e621 Fixed minor bug in silence detector by Benny Prijono · 18 years ago
  72. 69d9d19 Added sound test sample by Benny Prijono · 18 years ago
  73. a112f6a DirectSound capture device queries stream position and retrieves any captured frames by Benny Prijono · 18 years ago
  74. 42d52c2 Added device enumeration capability in DirectSound by Benny Prijono · 18 years ago
  75. fec6e7e Fixed warning about unreference arguments in transport_udp.c by Benny Prijono · 18 years ago
  76. 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
  77. 8daebe2 Fixed crashed with the latest VAD changes by Benny Prijono · 18 years ago
  78. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  79. 70c6891 Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Also changed the way the silence detector works, and changed default speex quality/complexity to 10 by Benny Prijono · 18 years ago
  80. cdf3c11 Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so that the message is displayed when the program stops by Benny Prijono · 18 years ago
  81. 1f98cb8 Changed the way average jitter is calculated in rtcp by Benny Prijono · 18 years ago
  82. fcb3672 Added --report-file options in siprtp by Benny Prijono · 18 years ago
  83. d489300 Changed the way Content-Type is written. Whitespace is now written before the number because some UAs are protesting otherwise by Benny Prijono · 18 years ago
  84. 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
  85. 1c30d82 Rearrange DirectSound closing steps to reduce blocking delay by Benny Prijono · 18 years ago
  86. 4148b98 Fixed excessive jitter prefetch message when silence detector is applied in remote by Benny Prijono · 18 years ago
  87. 98ab1a2 Fixed error in Samples.mak (TARGET instead of TARGET_NAME) by Benny Prijono · 18 years ago
  88. f996213 Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled by Benny Prijono · 18 years ago
  89. 0c38bad Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was renamed to os_timestamp_posix.c) by Benny Prijono · 18 years ago
  90. 9e1def0 Fixed bug in UAS dialog (remote.info_str was taken from local info) by Benny Prijono · 18 years ago
  91. ed8c0fc Changed default sound back-end on Win32 to own DirectSound by Benny Prijono · 18 years ago
  92. 4d7fd20 Fixed bug in siprtp because of recent changes in pjsip_session_info_from_sdp() by Benny Prijono · 18 years ago
  93. 65382db Set default sound backend in Win32 to own DirectSound, and changed conference clock to 10ms (from 20ms) by Benny Prijono · 18 years ago
  94. 42adf5e Fixed more bugs with multiple frame handling by Benny Prijono · 18 years ago
  95. da1c3e1 Change how --add-codec works in pjsua by Benny Prijono · 18 years ago
  96. 49d3fca Fixed bug with multiple frames handling in RTP stream by Benny Prijono · 18 years ago
  97. 95af4cc Add $TARGET variable in Samples-vc.mak by Benny Prijono · 18 years ago
  98. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  99. 16a6b0e Split reporting capability to separate file in siprtp sample by Benny Prijono · 18 years ago
  100. 0766da0 Fixed bugs: stream should give to jitter buffer the extended/32bit sequence number instead of raw 16bit sequence number from RTP, to handle the sequence wrapping case, and added options in jbuf to behave as fixed buffer, and added extra frame type for jitter buffer returned frame. by Benny Prijono · 18 years ago