1. ca60a7e Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre) by Benny Prijono · 18 years ago
  2. 12e1daa Fixed ticket #164: Bug in pjmedia_stream_resume() not resuming the stream (thanks PurnaChandar and Carmine) by Benny Prijono · 18 years ago
  3. bf3fa1c Allow pjmedia_snd_init()/deinit() to be called more than once by Benny Prijono · 18 years ago
  4. c09a723 Fixed ticket #142: Crash on Linux when USB sound card set as the first sound card (thanks Sergei Petrov) by Benny Prijono · 18 years ago
  5. cb04182 Fixed ticket #140: Unable to play next tone after stop is called on tone generator (thanks Antonio F. Cano) by Benny Prijono · 18 years ago
  6. 60116eb Fixed ticket #138: Potential memory overwrite in pjmedia session.c (thanks David Clark) by Benny Prijono · 18 years ago
  7. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago
  8. 58dbca3 Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation by Benny Prijono · 18 years ago
  9. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  10. a70438d Related to ticket #74: reduce default number of sound buffers from 32 to 16 to reduce audio delay by Benny Prijono · 18 years ago
  11. c7e2574 Fixed ticket #109: Audio saturation when level is applied to conference by Benny Prijono · 18 years ago
  12. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  13. ce1db76 Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option) by Benny Prijono · 18 years ago
  14. fd928fe Fixed bug #94: wrong level adjustment calculation in conference bridge by Benny Prijono · 18 years ago
  15. 400e58c Fixed ticket #78: Noise in conference bridge because of upsampling and changes in audio level by Benny Prijono · 18 years ago
  16. 30e6651 Fixed ticket #87: Conference bridge should transmit silence frame when level is zero and there is a transmitter by Benny Prijono · 18 years ago
  17. 7e7c080 Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks Alain Totouom again) by Benny Prijono · 18 years ago
  18. 685116d Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the report/fix) by Benny Prijono · 18 years ago
  19. fe9bffd Ticket #82: fix link errors when codecs are disabled from autoconf script by Benny Prijono · 18 years ago
  20. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  21. 4af234b Implement ticket #62: option to play tones continuously, and added --play-tone option in pjsua by Benny Prijono · 18 years ago
  22. ac02582 Fixed ticket #76: bug in PortAudio when device is opened in non-native clock rate by Benny Prijono · 18 years ago
  23. 8963f23 More ticket #64 fix: allow whitespace after SDP media format by Benny Prijono · 18 years ago
  24. b7c7047 Fixed ticket #75: allow empty SDP format list when media port is zero by Benny Prijono · 18 years ago
  25. 258f8bc Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang) by Benny Prijono · 18 years ago
  26. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  27. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  28. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  29. 60f42c8 Ticket #64: more lenient SDP parsing (take only what we need and ignore anything else) by Benny Prijono · 18 years ago
  30. c6c0ed0 Implement ticket #56: Periodically transmit RTP packet on silence, to maintain NAT binding etc. by Benny Prijono · 18 years ago
  31. c357d64 Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIA by Benny Prijono · 18 years ago
  32. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  33. 6865a3f Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. with iLBC when local and remote have different mode) by Benny Prijono · 18 years ago
  34. acca8a9 Fixed ticket #55: Invalid PortAudio error space (PA expects negative error codes) by Benny Prijono · 18 years ago
  35. b8af0e8 Implement ticket #53: Disable silence detector during the first few seconds of RTP transmission to assist NAT traversal by Benny Prijono · 18 years ago
  36. b94a6ab Ticket #54: added ability to modify some codec parameters on the fly by Benny Prijono · 18 years ago
  37. 6dd967c Ticket #51: Added audio level adjustment to PJSUA-API by Benny Prijono · 18 years ago
  38. 0875ae8 Added DTMF callback support all the way to PJSUA API (ticket #48) by Benny Prijono · 18 years ago
  39. c31bd90 Ticket #47: Packet length not set correctly when media transport fails with immediate error by Benny Prijono · 18 years ago
  40. 1151188 Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't match the declaraton in echo_common.c by Benny Prijono · 18 years ago
  41. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago
  42. bbedfad Added media flow diagram (image) to pjmedia doc by Benny Prijono · 18 years ago
  43. 6c78ad9 Fixed ticket #37: invalid RTP packet should be counted in 'discarded' packet by Benny Prijono · 18 years ago
  44. bc96847 Implement task #26: integrate table based Alaw/Ulaw/linear conversion into pjmedia (thanks Toni Rutar for the original contribution) by Benny Prijono · 18 years ago
  45. c53c6d7 Display actual sound device name in conference bridge port zero by Benny Prijono · 18 years ago
  46. 19361c8 Minor fix in UDP media: transport should silently ignore detach command when it's not attached by Benny Prijono · 18 years ago
  47. 4d0f313 Fixed incorrect channel count number in the log message written when opening PortAudio recorder device (ticket #27) by Benny Prijono · 18 years ago
  48. df6be72 Fixed speex logging to use PJLIB's log, because a GUI application doesn't have stderr by Benny Prijono · 18 years ago
  49. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  50. 12a669c Worked on the AEC. Apply constant delay bufferring for the AEC, by Benny Prijono · 18 years ago
  51. 9aab47b Increase splitcomb buffer count to 32 by Benny Prijono · 18 years ago
  52. a80d1cd Fixed bug caused by recent sound device ID convention change by Benny Prijono · 18 years ago
  53. 094d3ad Fixed sound device ID bug: application was unable to use device ID zero because this caused pasound.c to autodetect default device by Benny Prijono · 18 years ago
  54. ab082f3 Fixed memory leaks bug in speex codec by Benny Prijono · 18 years ago
  55. a1c4f91 Added checking for clock rate mismatch in PJMEDIA master port. by Benny Prijono · 18 years ago
  56. d61a8c8 Fixed overflow bug in conference.c causing cracking noise (thanks Norman Franke) by Benny Prijono · 18 years ago
  57. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  58. ba065f8 Removed PA_NO_WMME macro in pjmedia debug build. (Thanks Steve Xu) by Benny Prijono · 18 years ago
  59. 9a44fe2 Fixed quality setting in MP3 writer (thanks Toni again) by Benny Prijono · 18 years ago
  60. 8f31052 Changed the processing of mp3 _options in mp3 writer with regard to bit_rate and quality to comply with LAME, also changed the pjsua_recorder_create() parameter to allow specifying mp3 options in one of the parameter by Benny Prijono · 18 years ago
  61. b3cdb2b Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension. by Benny Prijono · 18 years ago
  62. 1ebd614 Fixed miscellaneous warnings with gcc compilation by Benny Prijono · 18 years ago
  63. d52174b Updated doxygen documentation for media transport (again) by Benny Prijono · 18 years ago
  64. 43278ab Updated doxygen documentation in media transport by Benny Prijono · 18 years ago
  65. f43448f Removed colon from SDP attribute value [thanks Olivier Gournet] by Benny Prijono · 18 years ago
  66. 52dfdee Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP packet is received on Windows), transport will be stopped! [thanks Tomer] by Benny Prijono · 18 years ago
  67. ba25f67 Fixed missing #include <pjmedia/errno.h> in nullsound.c by Benny Prijono · 18 years ago
  68. 39ae2da Updated PortAudio to latest version for Mac by Benny Prijono · 18 years ago
  69. c8ee6ec Fixed bugs in pasound.c again, this time it is suspected that two input/output streams will be called by different threads, while pasound.c only expect it to be called by the same thread [thanks Norman Franke] by Benny Prijono · 18 years ago
  70. 64dcbd5 Changed pasound.c to open multiple streams when input/output are on different devices by Benny Prijono · 18 years ago
  71. 0dcc17f Fixed missing pj_snd_get_info() in nullsound.c by Benny Prijono · 18 years ago
  72. 525b391 Changed pasound.c to handle situation when NULL is passed as input/output buffer by PortAudio by Benny Prijono · 18 years ago
  73. 6d42358 Changed pasound.c to get the default sound devices from the host API's default sound device rather than relying on device ID zero for the default device [thanks Norman Franke] by Benny Prijono · 18 years ago
  74. 43a7d41 Fixed compilation error in tone generator when using fixed point. by Benny Prijono · 18 years ago
  75. 85b4bf8 Added pjmedia_snd_stream_get_info() function. by Benny Prijono · 18 years ago
  76. f0c8d4b Updated doxygen documentation on sdp_neg.h by Benny Prijono · 18 years ago
  77. f6fd889 Fixed misleading log message from the sound port about EC being suspended when actually there's no EC being used. by Benny Prijono · 18 years ago
  78. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  79. 5ee1f2e Updated doxygen documentation for the website by Benny Prijono · 18 years ago
  80. dc752ca Fixed few bugs that seem to have been introduced by new dialog by Benny Prijono · 18 years ago
  81. 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
  82. 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
  83. 5f5ae3c Fixed race condition bug when initializing SDP parser on multi-processor machine by Benny Prijono · 18 years ago
  84. 44763e4 Support for reading non-canonical WAV file in WAV file player port. by Benny Prijono · 18 years ago
  85. 140749e Now really checked in the new PLC software! by Benny Prijono · 18 years ago
  86. 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
  87. 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
  88. 5c7e10b Added EOF callback and get_size() in pjmedia_mem_capture port. by Benny Prijono · 18 years ago
  89. 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
  90. 88dac53 Added EOF callback in memory playback port. by Benny Prijono · 18 years ago
  91. 65b395f Fixed bug in resample port: put/get buffers are allocated with the wrong size (thanks Danya) by Benny Prijono · 18 years ago
  92. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  93. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  94. 72b6104 Added volume control to indivual tone enqueued to the tone generator. by Benny Prijono · 18 years ago
  95. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  96. 97b8717 Just updated doxygen documentation by Benny Prijono · 18 years ago
  97. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  98. 10af18e Added pjsdp in pjmedia Makefile by Benny Prijono · 18 years ago
  99. 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
  100. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago