1. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  2. bf13fee Added stream.c example to demonstrate how to stream audio from both sound device or WAV file by Benny Prijono · 18 years ago
  3. 52f07b9 Added missing error texts in sip_errno.c by Benny Prijono · 18 years ago
  4. 4a19415 Removed pj_opterr from getopt.h as it is currently not supported by Benny Prijono · 18 years ago
  5. 0bb5b60 Added implementation of media clock and master port (to control frame timing of clock-less ports such as file reader/player) by Benny Prijono · 18 years ago
  6. 92ac452 Added the time when session was created in pjmedia_rtcp_stat by Benny Prijono · 18 years ago
  7. 1de3ac5 Changed stream.c so it won't quit after recvfrom returns ECONNRESET by Benny Prijono · 18 years ago
  8. 1a61cb1 Fixed bug: credentials are not copied properly in set_credentials() by Benny Prijono · 18 years ago
  9. c850d81 Set pjproject version to 0.5.4.10 by Benny Prijono · 18 years ago
  10. 903c99d Added loss period for rx stream implementation by Benny Prijono · 18 years ago
  11. e21e784 Added call duration in pjsua by Benny Prijono · 18 years ago
  12. 2c29a8b Added code in RTCP to handle PerformanceQueryCounter bug on Win32 by Benny Prijono · 18 years ago
  13. e2eea44 Added experimental code to handle QueryPerformanceCounter leaping bug on Win32 by Benny Prijono · 18 years ago
  14. 393e5f3 Fixed small typo error in printed message in siprtp.c by Benny Prijono · 18 years ago
  15. 14b7b66 Randomize RTCP send interval to reduce collision risk by Benny Prijono · 18 years ago
  16. e7483e5 Fixed RTCP compilation warnings with gcc by Benny Prijono · 18 years ago
  17. 28903eb Beautify screen output of the siprtp sample by Benny Prijono · 18 years ago
  18. 5b3b460 Fixed crash bug in siprtp sample when call is not connected by Benny Prijono · 18 years ago
  19. 6996823 Integrate (stream) quality monitoring into RTCP framework, and update all RTCP clients accordingly by Benny Prijono · 18 years ago
  20. c323807 Protect RTCP packet lost calculation against incorrect packet expectations by Benny Prijono · 18 years ago
  21. d7a13f1 Added detection/protection against inaccurate timestamp in RTCP by Benny Prijono · 18 years ago
  22. 2a81634 Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (for now) by Benny Prijono · 18 years ago
  23. 4fda1eb Added timestamp frequency accuracy test in pjlib-test by Benny Prijono · 18 years ago
  24. 6e7376d Fixed RTT calculation bug in RTCP by Benny Prijono · 18 years ago
  25. 49ce9a7 Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec by Benny Prijono · 18 years ago
  26. a1d03b4 Added RTCP end to end delay calculation by Benny Prijono · 18 years ago
  27. 46ca996 Fixed bug in RTCP: packing error causing size mismatch when compiled with MSVC by Benny Prijono · 18 years ago
  28. 9a0eab5 Changed RTCP timing to use high resolution timestamp by Benny Prijono · 18 years ago
  29. 9d8a873 Fixed SSRC generation in siprtp sample by Benny Prijono · 18 years ago
  30. 4adcb91 Added more stats and options in siprtp samples by Benny Prijono · 18 years ago
  31. 421130b Changed the packet lost calculation (previously it always reported at least 1 packet lost) by Benny Prijono · 18 years ago
  32. 1f79fd0 Removed some UDP socket warnings by Benny Prijono · 18 years ago
  33. 64158af Changed pjsip_dlg_send_request() API to NOT return transaction as it is not safe against race condition by Benny Prijono · 18 years ago
  34. 60b980e Added siprtp sample by Benny Prijono · 18 years ago
  35. 231ad87 Moved private create session info from SDP to public API by Benny Prijono · 18 years ago
  36. c708f93 Changed sndinfo sample to use higher resolution pj_get_timestamp() instead of pj_gettimeofday() by Benny Prijono · 18 years ago
  37. 934a65c Added some flags during playback buffer creation by Benny Prijono · 18 years ago
  38. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  39. 94e0103 Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error msg in pjmedia_strerror() by Benny Prijono · 18 years ago
  40. 080a2c4 Removed continuous warnings in handle_events in pjsua_core, and temporarily set default ioqueue in Linux to use select instead of epoll by Benny Prijono · 18 years ago
  41. 46ecff8 Support for alternate pool backend by Benny Prijono · 18 years ago
  42. e0f70aa Fixed crash bug with poll_reset() in rdata by Benny Prijono · 18 years ago
  43. 55c060f Fixed reading memory past buffer error in SDP by Benny Prijono · 18 years ago
  44. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  45. 8508aa0 Added ability to have custom pool backend (needed for pool debugging facility) by Benny Prijono · 18 years ago
  46. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  47. c8c4d1e Added byte order swapping utilities by Benny Prijono · 19 years ago
  48. bc79731 Added more samples: WAV recorder, resample, etc., and also moved some common functions to util.h by Benny Prijono · 19 years ago
  49. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  50. 448fc06 Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  51. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  52. a6642d3 Renamed by Benny Prijono · 19 years ago
  53. 03fefff Fixed build error on Linux by Benny Prijono · 19 years ago
  54. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  55. dcf2996 Set default option to exclude pj_stricmp_alnum() by Benny Prijono · 19 years ago
  56. a8df654 Fixed unable to open simultaneous sound streams in MacOS by Benny Prijono · 19 years ago
  57. 8482783 Changed sound device framework to allow opening bidirectional streams from one device by Benny Prijono · 19 years ago
  58. 2cab3a5 Added a little more threading test and put more info in ioqueue test log by Benny Prijono · 19 years ago
  59. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  60. 8d317a0 Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered by Benny Prijono · 19 years ago
  61. 7a4cf15 Added pj_inet_addr2() by Benny Prijono · 19 years ago
  62. 86ee4b4 Added macro to exclude filters in resample and added options to select resample algorithm in conference by Benny Prijono · 19 years ago
  63. e260915 Fixed error in Samples.mak when CFLAGS is specified in cmdline by Benny Prijono · 19 years ago
  64. 6908edd Fixed build error on mingw by Benny Prijono · 19 years ago
  65. c9446cb Added level.c to samples collection by Benny Prijono · 19 years ago
  66. fa137ca Added clock-rate options in pjsua by Benny Prijono · 19 years ago
  67. 204ce5e Added sndinfo sample and tested samples on MacOSX Jaguar by Benny Prijono · 19 years ago
  68. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  69. 0c0e9f0 Added missing pa_mac_hostapis.c for PortAudio in MacOS by Benny Prijono · 19 years ago
  70. 37bf5b0 Added MacOS related files to PortAudio by Benny Prijono · 19 years ago
  71. e67d99a Ported pjlib to PowerPC/MacOS by Benny Prijono · 19 years ago
  72. adb3465 Removed sine generator from confsample by Benny Prijono · 19 years ago
  73. cbc1c47 Added pjmedia playfile, playsine, and conference sample by Benny Prijono · 19 years ago
  74. 5d95f5e Added assert when get_frame() or put_frame() is NULL by Benny Prijono · 19 years ago
  75. 3ea7433 Tested and fixed stereo audio support by Benny Prijono · 19 years ago
  76. e3e3e52 Fixed no audio bug in new conference, and add level adjustment in port info by Benny Prijono · 19 years ago
  77. 0a96836 Added comment on how to add credentials and route set in the dialog by Benny Prijono · 19 years ago
  78. 1185299 Fixed or added misc flags to enable build selection via compile time macro by Benny Prijono · 19 years ago
  79. 3ba816e Added option to disable error message altogether, to save space footprint by Benny Prijono · 19 years ago
  80. 53fde13 Added comments in simpleua.c by Benny Prijono · 19 years ago
  81. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  82. a5829a8 Fixed bug in stream.c where bits_per_sample is not set properly by Benny Prijono · 19 years ago
  83. b8f63d6 Added <stdio.h> in this file by Benny Prijono · 19 years ago
  84. a9edfbb Fixed bug in --rtp-port argument parsing by Benny Prijono · 19 years ago
  85. e8b0d3b Changed pjsip_inv_send_msg() function by Benny Prijono · 19 years ago
  86. 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
  87. d0659a3 Support for stereo audio (or N audio channels, for that matter) by Benny Prijono · 19 years ago
  88. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  89. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  90. de8a259 Tidying up sound device, register PortAudio error codes, and initial support for stereo sound device (untested) by Benny Prijono · 19 years ago
  91. de38058 Added Null port, and changed conference so that it does not call port get_frame() when there is no listener on the port by Benny Prijono · 19 years ago
  92. 7f09ad7 (Failed) Attempt to persuade VC2005 project conversion to include user32.lib and ole32.lib by Benny Prijono · 19 years ago
  93. 808f0ce Added few words in configure script and fixed cygwin compilation by Benny Prijono · 19 years ago
  94. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  95. eec4d7c Updated README.txt by Benny Prijono · 19 years ago
  96. edb566c Updated MSVC projects to use os_time_win32.c, as os_time_ansi.c caused problems in VC2005 by Benny Prijono · 19 years ago
  97. 8e3344c Added options to disable microphone device, usefull for streaming server (some systems only have sound player) by Benny Prijono · 19 years ago
  98. 51f5bd5 RTP server NAT support and removed rtp_port by Benny Prijono · 19 years ago
  99. 6803faa Fixed pjsip-perf for 0.5.4 by Benny Prijono · 19 years ago
  100. 36d6941 Updated dev-guide pdf to 0.5.4 by Benny Prijono · 19 years ago