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