1. dc752ca Fixed few bugs that seem to have been introduced by new dialog by Benny Prijono · 18 years ago
  2. 9b9db6b Fixed capture device enumeration bug in DirectSound, and changed SDP generation to put the IP address instead of hostname in the SDP origin field since hostname may not be setup correctly. by Benny Prijono · 18 years ago
  3. 669643c Automatically suspend AEC when nothing is connected to the sound port in the bridge, and resume as soon as frames are transmitted. by Benny Prijono · 18 years ago
  4. 5f5ae3c Fixed race condition bug when initializing SDP parser on multi-processor machine by Benny Prijono · 18 years ago
  5. 44763e4 Support for reading non-canonical WAV file in WAV file player port. by Benny Prijono · 18 years ago
  6. 140749e Now really checked in the new PLC software! by Benny Prijono · 18 years ago
  7. e0a6f7e Removed G.711 Annex I PLC from the source (because of possible licensing/patent infringement issues) and replace it with Steve Underwood's PLC implementation which is distributed under dual GPL/LGPL license. by Benny Prijono · 18 years ago
  8. 594e4c5 Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by adding a new API pj_gethostip() to resolve the default local IP address of local host. This new function will work even when local hostname resolution is not set correctly, by detecting the default IP interface in the system. by Benny Prijono · 18 years ago
  9. 5c7e10b Added EOF callback and get_size() in pjmedia_mem_capture port. by Benny Prijono · 18 years ago
  10. 5f6ef96 Fixed bug in media UDP transport: when transport is created with create(), no IP address is given. This caused get_info() to return 0.0.0.0 as the transport address. by Benny Prijono · 18 years ago
  11. 88dac53 Added EOF callback in memory playback port. by Benny Prijono · 18 years ago
  12. 65b395f Fixed bug in resample port: put/get buffers are allocated with the wrong size (thanks Danya) by Benny Prijono · 18 years ago
  13. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  14. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  15. 72b6104 Added volume control to indivual tone enqueued to the tone generator. by Benny Prijono · 18 years ago
  16. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  17. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  18. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  19. 10af18e Added pjsdp in pjmedia Makefile by Benny Prijono · 18 years ago
  20. 5da5043 Change set_ec_tail() API to set_ec() in sound port, also change suppressor to reduce mic signal by division rather than zeroing the signal. Also moved out VAD and EC settings to config.h. by Benny Prijono · 18 years ago
  21. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago
  22. 3842ec4 Change the silence suppressor to use the adaptive silence detector. by Benny Prijono · 18 years ago
  23. 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
  24. 7c3741f Set to use PCMU and disable AEC for WinCE target. by Benny Prijono · 18 years ago
  25. 7097299 AEC and sound backend fixes: by Benny Prijono · 18 years ago
  26. 30bb160 Fixed error in setting up tail length in sound_port by Benny Prijono · 18 years ago
  27. f20687a More work on the AEC (including changes in PJSUA), embed the AEC in sound_port, reduce DirectSound buffer from 32 to 16, and fixed ARM compilation for MSVC WinCE target. by Benny Prijono · 18 years ago
  28. 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
  29. bb9cc5f Removed the constness of the captured frame from pjmedia_snd_rec_cb specification (experimental, to support AEC since AEC needs to modify the buffer). by Benny Prijono · 18 years ago
  30. c6186b6 Experimental change in PJMEDIA dsound.c DirectSound backend: (1) Don't raise thread priority, and (2) when capturing multiple frames from the microphone, do the same in the playback direction. by Benny Prijono · 18 years ago
  31. 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
  32. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  33. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  34. c585988 Really add the iLBC files into SVN now (duh!). by Benny Prijono · 18 years ago
  35. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  36. 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
  37. c5dfa17 Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, avoiding manual initialization and thus improves consistency (and probably reduces size by a tiny bit). This involves modification in quite few places. by Benny Prijono · 18 years ago
  38. 1b789ed - Added splitter/combiner port (splitcomb.c) by Benny Prijono · 18 years ago
  39. a68b9b2 Committed changes to MSVC workspace re: recent speex changes by Benny Prijono · 18 years ago
  40. dc498ca - Bring speex codec up to date with their SVN trunk by Benny Prijono · 18 years ago
  41. 87445bc Fixed rather loud clicking/tick noise when call is established. This was caused by the PLC not properly cleared before it is reused for the next call by Benny Prijono · 18 years ago
  42. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  43. 92ac447 Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used by Benny Prijono · 18 years ago
  44. e219b0f Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides how many first RTP packets to ignore when calculating jitter by Benny Prijono · 18 years ago
  45. a8838bf Set the SDP parser to allow blank newline at the end of the message by Benny Prijono · 18 years ago
  46. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  47. 9c5d8a4 Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular dependencies between g711 codec and silence detector by Benny Prijono · 18 years ago
  48. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  49. f3b6290 Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap attribute (because input is not null terminated) by Benny Prijono · 18 years ago
  50. 5d4b53b Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP parsing and validation, (2) fixed bug in RTCP attribute generation in SDP, (3) configurable telephone-event payload type by Benny Prijono · 18 years ago
  51. e0b1cdd Fixed minor bug: RTCP session not fully cleared when it is initialized (should bzero everything), causing incorrect stats when it is reused for next call. Also couple of gcc warnings fixed. by Benny Prijono · 18 years ago
  52. 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
  53. f2a3e51 Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status to be raised when incoming sequence number is random, (2) changed RTCP to only calculate jitter when the RTP timestamp of the packet is different than previous one, and (3) change RTP to randomize initial sequence number by Benny Prijono · 18 years ago
  54. a14fe1f Fixed minor compliation warning in transport_udp.c, also corrected misleading comments, and added memory based capture/playback to the Makefile by Benny Prijono · 18 years ago
  55. 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
  56. 1b8b0d5 Handle error reported by transport by Benny Prijono · 18 years ago
  57. 84f4589 Fixed RTCP statistic returning fraction lost instead of total lost by Benny Prijono · 18 years ago
  58. 6028166 Fixed unreferenced argument warning by Benny Prijono · 18 years ago
  59. 7eaa0fd Added the error code into error messages by Benny Prijono · 18 years ago
  60. e8f275a Added capability to build pjmedia_sock_info from an UDP media transport by Benny Prijono · 18 years ago
  61. 9eda522 Added memory/buffer based media playback and recording by Benny Prijono · 18 years ago
  62. 1ec70b3 Yet again large diffs because of documentation/doxygen update by Benny Prijono · 18 years ago
  63. 4b5977c Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X by Benny Prijono · 18 years ago
  64. b180dca Fixed bugs in negotiating SDP answer from remote for dynamic payload types by Benny Prijono · 18 years ago
  65. b5e1acf Fixed pjmedia build errors in the Makefile with the new gsm patchlevel by Benny Prijono · 18 years ago
  66. 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
  67. 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
  68. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  69. 5520dfd Bring the GSM codec to patchlevel 12 by Benny Prijono · 18 years ago
  70. da6e89a Added speex jitter buffer and AEC files to the library by Benny Prijono · 18 years ago
  71. c78c3a3 Optimizations mostly in the conference bridge (gained more than 3x faster) by Benny Prijono · 18 years ago
  72. 4f9e671 Cleanup more compilation warnings with Mingw by Benny Prijono · 18 years ago
  73. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  74. f37356f Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedia_copy_samples() by Benny Prijono · 18 years ago
  75. 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
  76. 2d5d61f Added pjmedia_sdp_neg_was_aswer_remote() by Benny Prijono · 18 years ago
  77. a0d6bc4 Added mutex protection and option not to delete upstream/downstream port in master_port.c by Benny Prijono · 18 years ago
  78. ba06362 Changed codec priority to use integer with value between 0-255 instead of enum by Benny Prijono · 18 years ago
  79. f118221 Fixed bug in xoff calculation in PJMEDIA resample by Benny Prijono · 18 years ago
  80. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  81. ded7da2 Uploaded splitter/combiner API draft by Benny Prijono · 18 years ago
  82. 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
  83. 30c658b Added options in pjmedia UDP transport to disable source address checking by Benny Prijono · 18 years ago
  84. e69d49e Sound device id zero mean autoselect device by Benny Prijono · 18 years ago
  85. 56de903 Added set_pos() to WAV player by Benny Prijono · 18 years ago
  86. 67e779b Added destroy in transport operation by Benny Prijono · 18 years ago
  87. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  88. 4b08be9 Fixed minor compilation warnings in rtcp.h by Benny Prijono · 18 years ago
  89. 1335fb8 Fixed crash bug in DSound closing procedure by Benny Prijono · 18 years ago
  90. 6a61c22 Put back high thread priority in dsound.c by Benny Prijono · 18 years ago
  91. a5d0daf Changed DirectSound not to be too aggressive when capturing frames by Benny Prijono · 18 years ago
  92. 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
  93. 406e621 Fixed minor bug in silence detector by Benny Prijono · 18 years ago
  94. a112f6a DirectSound capture device queries stream position and retrieves any captured frames by Benny Prijono · 18 years ago
  95. 42d52c2 Added device enumeration capability in DirectSound by Benny Prijono · 18 years ago
  96. fec6e7e Fixed warning about unreference arguments in transport_udp.c by Benny Prijono · 18 years ago
  97. 8daebe2 Fixed crashed with the latest VAD changes by Benny Prijono · 18 years ago
  98. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  99. 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
  100. 1f98cb8 Changed the way average jitter is calculated in rtcp by Benny Prijono · 18 years ago