1. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  2. 78238b3 Added module circular buffer (circbuf.h) to pjmedia by Nanang Izzuddin · 16 years ago
  3. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  4. dfd3052 Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mobile. Speex/8000 now runs on Windows Mobile! by Benny Prijono · 16 years ago
  5. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  6. 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
  7. cf5c06d Updated pjmedia_test with the latest jitter buffer API by Benny Prijono · 17 years ago
  8. 71f657d More ticket #507: updated GNU build system with the G.722 codec and fixed minor warning about operator precedence by Benny Prijono · 17 years ago
  9. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  10. 4727a9a Ticket #497: WSOLA implementation by Benny Prijono · 17 years ago
  11. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  12. 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
  13. 45710a4 Ticket #438 (Workaround for frame bursts from audio devices): added delay buffer implementation in pjmedia by Benny Prijono · 17 years ago
  14. f9090f7 Added resample_libsamplerate.c into VS8 project 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. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  17. 75b2fb2 Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks Paul Levin) by Benny Prijono · 17 years ago
  18. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  19. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  20. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  21. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  22. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  23. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  24. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  25. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  26. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago
  27. eb1e116 Deleting own copy of of speex and portaudio by Benny Prijono · 17 years ago
  28. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  29. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  30. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  31. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  32. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  33. 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
  34. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  35. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  36. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago
  37. 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
  38. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  39. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  40. ba065f8 Removed PA_NO_WMME macro in pjmedia debug build. (Thanks Steve Xu) by Benny Prijono · 18 years ago
  41. 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
  42. 39ae2da Updated PortAudio to latest version for Mac by Benny Prijono · 18 years ago
  43. 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
  44. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  45. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  46. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  47. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  48. 10af18e Added pjsdp in pjmedia Makefile by Benny Prijono · 18 years ago
  49. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago
  50. 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
  51. 7c3741f Set to use PCMU and disable AEC for WinCE target. by Benny Prijono · 18 years ago
  52. 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
  53. 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
  54. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  55. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  56. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  57. 1b789ed - Added splitter/combiner port (splitcomb.c) by Benny Prijono · 18 years ago
  58. a68b9b2 Committed changes to MSVC workspace re: recent speex changes by Benny Prijono · 18 years ago
  59. dc498ca - Bring speex codec up to date with their SVN trunk by Benny Prijono · 18 years ago
  60. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  61. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  62. 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
  63. 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
  64. 9eda522 Added memory/buffer based media playback and recording 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. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  68. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  69. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  70. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  71. 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
  72. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  73. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  74. 5fad3e2 Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I) by Benny Prijono · 18 years ago
  75. 41ee6ab Updated pjmedia-codec Makefile for recent L16 codec addition by Benny Prijono · 18 years ago
  76. 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
  77. 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
  78. e452dda Added DirectSound sound implementation by Benny Prijono · 18 years ago
  79. 55c060f Fixed reading memory past buffer error in SDP by Benny Prijono · 18 years ago
  80. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  81. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  82. a8df654 Fixed unable to open simultaneous sound streams in MacOS by Benny Prijono · 19 years ago
  83. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  84. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  85. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  86. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  87. 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
  88. 51f5bd5 RTP server NAT support and removed rtp_port by Benny Prijono · 19 years ago
  89. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  90. d081350 Fixed Speex warnings, and set version to 0.5.3.1 by Benny Prijono · 19 years ago
  91. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  92. 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
  93. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  94. a95a7b1 Fixed echo in conference, and add ability to shrink buffer in jitter buffer by Benny Prijono · 19 years ago
  95. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  96. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  97. 349a0f2 Putting initial DTMF efforts by Benny Prijono · 19 years ago
  98. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  99. 1496288 Added conference bridge prototype by Benny Prijono · 19 years ago
  100. dc32658 Putting vad template by Benny Prijono · 19 years ago