1. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  2. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  3. 2cd64f8 Initial checkin for pjmedia_audiodev by Benny Prijono · 16 years ago
  4. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  5. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  6. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  7. 95250c7 Ticket #588: Improvements to echo cancellation framework by Benny Prijono · 16 years ago
  8. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  9. 78238b3 Added module circular buffer (circbuf.h) to pjmedia by Nanang Izzuddin · 16 years ago
  10. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  11. 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
  12. 4727a9a Ticket #497: WSOLA implementation 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. 45710a4 Ticket #438 (Workaround for frame bursts from audio devices): added delay buffer implementation in pjmedia by Benny Prijono · 17 years ago
  15. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  16. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  17. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  18. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  19. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago
  20. eb1e116 Deleting own copy of of speex and portaudio by Benny Prijono · 17 years ago
  21. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  22. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  23. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago
  24. 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
  25. ba065f8 Removed PA_NO_WMME macro in pjmedia debug build. (Thanks Steve Xu) by Benny Prijono · 18 years ago
  26. 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
  27. 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
  28. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  29. 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
  30. 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
  31. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  32. 1b789ed - Added splitter/combiner port (splitcomb.c) by Benny Prijono · 18 years ago
  33. 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
  34. 9eda522 Added memory/buffer based media playback and recording by Benny Prijono · 18 years ago
  35. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  36. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  37. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  38. 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
  39. 5fad3e2 Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I) by Benny Prijono · 18 years ago
  40. a837c30 Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted by Benny Prijono · 18 years ago
  41. 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
  42. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  43. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  44. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  45. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  46. 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
  47. 51f5bd5 RTP server NAT support and removed rtp_port by Benny Prijono · 19 years ago
  48. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  49. 08e0d06 Major modification in conference bridge to allow ports with different ptime and sampling rate. Also introduced sampling rate converter by Benny Prijono · 19 years ago
  50. a95a7b1 Fixed echo in conference, and add ability to shrink buffer in jitter buffer by Benny Prijono · 19 years ago
  51. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  52. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  53. 349a0f2 Putting initial DTMF efforts by Benny Prijono · 19 years ago
  54. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  55. 1496288 Added conference bridge prototype by Benny Prijono · 19 years ago
  56. dc32658 Putting vad template by Benny Prijono · 19 years ago
  57. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  58. 274975a Created and updated PJMEDIA documentation by Benny Prijono · 19 years ago
  59. 1519e57 Finished new pjmedia rewrite by Benny Prijono · 19 years ago
  60. e705558 Fixed VC6 release build by Benny Prijono · 19 years ago
  61. 4ea0bf1 Added SDP negotiator and changed SDP structs (tested) by Benny Prijono · 19 years ago
  62. b50137b Compiled cleanly first time for the new pjlib by Benny Prijono · 19 years ago
  63. 0a749f1 initial import by Benny Prijono · 19 years ago