1. 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
  2. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  3. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  4. ba065f8 Removed PA_NO_WMME macro in pjmedia debug build. (Thanks Steve Xu) by Benny Prijono · 18 years ago
  5. 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
  6. 39ae2da Updated PortAudio to latest version for Mac 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. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  9. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  10. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  11. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  12. 10af18e Added pjsdp in pjmedia Makefile by Benny Prijono · 18 years ago
  13. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago
  14. 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
  15. 7c3741f Set to use PCMU and disable AEC for WinCE target. by Benny Prijono · 18 years ago
  16. 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
  17. 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
  18. c8e24a1 Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib. by Benny Prijono · 18 years ago
  19. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  20. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  21. 1b789ed - Added splitter/combiner port (splitcomb.c) by Benny Prijono · 18 years ago
  22. a68b9b2 Committed changes to MSVC workspace re: recent speex changes by Benny Prijono · 18 years ago
  23. dc498ca - Bring speex codec up to date with their SVN trunk by Benny Prijono · 18 years ago
  24. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  25. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  26. 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
  27. 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
  28. 9eda522 Added memory/buffer based media playback and recording by Benny Prijono · 18 years ago
  29. b5e1acf Fixed pjmedia build errors in the Makefile with the new gsm patchlevel by Benny Prijono · 18 years ago
  30. 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
  31. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  32. 8b1889b Another huge chunks of modifications in PJSUA API, too many things to mention! by Benny Prijono · 18 years ago
  33. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  34. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  35. 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
  36. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  37. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  38. 5fad3e2 Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I) by Benny Prijono · 18 years ago
  39. 41ee6ab Updated pjmedia-codec Makefile for recent L16 codec addition 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. 55c060f Fixed reading memory past buffer error in SDP by Benny Prijono · 18 years ago
  44. f808329 Added WAVE writer and resample port, and also found out why audio quality is poor with DirectSound by Benny Prijono · 19 years ago
  45. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  46. a8df654 Fixed unable to open simultaneous sound streams in MacOS by Benny Prijono · 19 years ago
  47. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  48. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  49. 101a78b Added sound port (sound_port.h/c), and changed sound and RTCP names from pj_* to pjmedia_* by Benny Prijono · 19 years ago
  50. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  51. 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
  52. 51f5bd5 RTP server NAT support and removed rtp_port by Benny Prijono · 19 years ago
  53. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  54. d081350 Fixed Speex warnings, and set version to 0.5.3.1 by Benny Prijono · 19 years ago
  55. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  56. 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
  57. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  58. a95a7b1 Fixed echo in conference, and add ability to shrink buffer in jitter buffer by Benny Prijono · 19 years ago
  59. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  60. 3987915 Added support for playing WAV file by Benny Prijono · 19 years ago
  61. 349a0f2 Putting initial DTMF efforts by Benny Prijono · 19 years ago
  62. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  63. 1496288 Added conference bridge prototype by Benny Prijono · 19 years ago
  64. dc32658 Putting vad template by Benny Prijono · 19 years ago
  65. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  66. 274975a Created and updated PJMEDIA documentation by Benny Prijono · 19 years ago
  67. 6e31775 Ported pjmedia to WinCE by Benny Prijono · 19 years ago
  68. a4bf021 Added pjmedia-codec library by Benny Prijono · 19 years ago
  69. 7758fce Fixed Linux OSS sound by Benny Prijono · 19 years ago
  70. e717249 Ported pjmedia to Linux by Benny Prijono · 19 years ago
  71. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  72. 1519e57 Finished new pjmedia rewrite by Benny Prijono · 19 years ago
  73. e705558 Fixed VC6 release build by Benny Prijono · 19 years ago
  74. 1819dc9 Removed default CFLAGS=-O2 -g in Makefiles by Benny Prijono · 19 years ago
  75. b8528f4 Fixed Makefile for cygwin/mingw by Benny Prijono · 19 years ago
  76. 4ea0bf1 Added SDP negotiator and changed SDP structs (tested) by Benny Prijono · 19 years ago
  77. b50137b Compiled cleanly first time for the new pjlib by Benny Prijono · 19 years ago
  78. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  79. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  80. 0a749f1 initial import by Benny Prijono · 19 years ago