1. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  2. ebb2c33 Ticket #463: Configuration option to have external sound device implementation by Benny Prijono · 16 years ago
  3. 9183c03 Added latency.c in the samples (see http://trac.pjsip.org/repos/wiki/MeasuringSoundLatency) by Benny Prijono · 16 years ago
  4. 9c46114 Ticket #556: New object oriented Python abstraction for pjsua API by Benny Prijono · 16 years ago
  5. 6ae55be Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specs by Benny Prijono · 16 years ago
  6. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  7. f551240 Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error when TLS is enabled (on certain Platform SDK?) by Benny Prijono · 16 years ago
  8. 7d60d05 Ticket #504: final installment to support stereo audio all the way in PJMEDIA. Please see tickiet #504 for more info by Benny Prijono · 16 years ago
  9. 0c97d53 Ticket #477: DTMF digit callback error in Python by Benny Prijono · 17 years ago
  10. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  11. 0f85672 Ticket #465: utility to read PCAP file and sample application to read RTP files from PCAP file, decode the payload, and write the PCM output to WAV file by Benny Prijono · 17 years ago
  12. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  13. d817965 Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit by Benny Prijono · 17 years ago
  14. a268770 Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  15. 06e62d7 Ticket #445: added codec encoding/decoding sample by Benny Prijono · 17 years ago
  16. 812fdee Added strerror.c sample and adjusted code because of IPv6 support in pjlib by Benny Prijono · 17 years ago
  17. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  18. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  19. 6be3c73 Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions by Benny Prijono · 17 years ago
  20. 1f63cc4 Updated Python module to pjsip-0.7 (inc. custom presence test) by Benny Prijono · 17 years ago
  21. dfc15be Committed ticket #337: Ability to restart PJSIP UDP transport by Benny Prijono · 17 years ago
  22. 2208491 Fixed missing dependency to pjnath in sample_debug Visual Studio project by Benny Prijono · 17 years ago
  23. 6d9d5de Updated the footprint generation script to include PJNATH by Benny Prijono · 17 years ago
  24. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  25. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  26. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  27. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  28. fbec997 Fixed Python module because of recent ICE changes in pjsua by Benny Prijono · 17 years ago
  29. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  30. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  31. b681a2f ICE (work in progress): use single socket for all candidates in component, and implemented IP interface enumeration on Win32 by Benny Prijono · 18 years ago
  32. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  33. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  34. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  35. 39ac70a Fixed ticket #85: build errors when building samples with VS6/VS8 by Benny Prijono · 18 years ago
  36. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  37. f77ba88 Added simple_pjsua example by Benny Prijono · 18 years ago
  38. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago
  39. dc30870 First update on buddy API by Benny Prijono · 18 years ago
  40. 9879359 Updated Python abstraction with transport and account API by Benny Prijono · 18 years ago
  41. 4a92299 Updated footprint script to include new stuffs such as echo canceller and tone generator by Benny Prijono · 18 years ago
  42. 9872573 Fixed footprint calculation script by Benny Prijono · 18 years ago
  43. 572d485 Updated Python project with base PJSUA API by Benny Prijono · 18 years ago
  44. 8b8b997 Added initial Python module by Benny Prijono · 18 years ago
  45. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  46. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  47. 22dfe59 Change AEC into generic echo canceller framework with either AEC or simple echo suppressor backend can be selected during runtime. by Benny Prijono · 18 years ago
  48. 69f7312 More experimentation with AEC: (1) added media port to create bidirectional port from two unidirectional ports, (2) split AEC functionality into AEC algorithm (aec.h) and AEC media port (aec_port.h), (3) Added the AEC functionality in the sound_port.c. by Benny Prijono · 18 years ago
  49. 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
  50. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  51. 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
  52. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  53. bdf202a More fine tuning on the footprint report generation script by Benny Prijono · 18 years ago
  54. 17e0d74 Some improvements in footprint generation by Benny Prijono · 18 years ago
  55. 313b1e4 Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprint by Benny Prijono · 18 years ago
  56. 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
  57. 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
  58. 8840610 Added pjsip-perf in the samples by Benny Prijono · 18 years ago
  59. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  60. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  61. d2ea4ea Removed activex-pjsua from projects (no longer desired) by Benny Prijono · 18 years ago
  62. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  63. b9b32ab Initial work on pjsua ActiveX component by Benny Prijono · 18 years ago
  64. 69d9d19 Added sound test sample by Benny Prijono · 18 years ago
  65. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  66. 98ab1a2 Fixed error in Samples.mak (TARGET instead of TARGET_NAME) by Benny Prijono · 18 years ago
  67. f996213 Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled by Benny Prijono · 18 years ago
  68. 95af4cc Add $TARGET variable in Samples-vc.mak by Benny Prijono · 18 years ago
  69. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  70. 16a6b0e Split reporting capability to separate file in siprtp sample by Benny Prijono · 18 years ago
  71. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  72. 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
  73. 3cd1880 Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  74. 6d7a45f Better support for continuing media when peer has restarted transmission/RTP session by Benny Prijono · 18 years ago
  75. bf13fee Added stream.c example to demonstrate how to stream audio from both sound device or WAV file by Benny Prijono · 18 years ago
  76. 4adcb91 Added more stats and options in siprtp samples by Benny Prijono · 18 years ago
  77. 60b980e Added siprtp sample by Benny Prijono · 18 years ago
  78. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  79. bc79731 Added more samples: WAV recorder, resample, etc., and also moved some common functions to util.h by Benny Prijono · 19 years ago
  80. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  81. 275fd68 Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Changed pjmedia_endpt_create() API. by Benny Prijono · 19 years ago
  82. 86ee4b4 Added macro to exclude filters in resample and added options to select resample algorithm in conference by Benny Prijono · 19 years ago
  83. e260915 Fixed error in Samples.mak when CFLAGS is specified in cmdline by Benny Prijono · 19 years ago
  84. c9446cb Added level.c to samples collection by Benny Prijono · 19 years ago
  85. 204ce5e Added sndinfo sample and tested samples on MacOSX Jaguar by Benny Prijono · 19 years ago
  86. cbc1c47 Added pjmedia playfile, playsine, and conference sample by Benny Prijono · 19 years ago
  87. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  88. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  89. 7f09ad7 (Failed) Attempt to persuade VC2005 project conversion to include user32.lib and ole32.lib by Benny Prijono · 19 years ago
  90. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  91. dce7b11 Found out what has been causing the slow performance. by Benny Prijono · 19 years ago
  92. bb1e6e3 Trying to find out why CPU is idle while it should be working hard!! by Benny Prijono · 19 years ago
  93. 8df5b02 Added pjsip-apps top level projects by Benny Prijono · 19 years ago