1. ccd90bb Continuing task #741 for aps-direct: updated GNU build system for the new audiodev by Benny Prijono · 16 years ago
  2. fb947dd Added pjmedia-test to build system and changed it to not always wait for keyboard input to finish the test by Benny Prijono · 16 years ago
  3. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  4. 0822c19 More ticket #583: autoconf support for Intel IPP by Benny Prijono · 16 years ago
  5. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  6. 5a7c5f4 Removed pjmedia-test from pjmedia build for now since it's causing build error when SRTP is disabled (thanks Pedro Gonalves) by Benny Prijono · 16 years ago
  7. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  8. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  9. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  10. 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
  11. 4727a9a Ticket #497: WSOLA implementation 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. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  15. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  16. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  17. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  18. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  19. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  20. 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
  21. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  22. 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
  23. 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
  24. 7f5c12c Added multi-purpose tone generator in PJMEDIA (tonegen.[hc]) by Benny Prijono · 18 years ago
  25. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  26. 10af18e Added pjsdp in pjmedia Makefile by Benny Prijono · 18 years ago
  27. 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
  28. 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
  29. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  30. 1b789ed - Added splitter/combiner port (splitcomb.c) by Benny Prijono · 18 years ago
  31. dc498ca - Bring speex codec up to date with their SVN trunk by Benny Prijono · 18 years ago
  32. 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
  33. 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
  34. b5e1acf Fixed pjmedia build errors in the Makefile with the new gsm patchlevel by Benny Prijono · 18 years ago
  35. 37235af Updated doxygen documentation to all headers in PJMEDIA by Benny Prijono · 18 years ago
  36. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  37. 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
  38. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) 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. 41ee6ab Updated pjmedia-codec Makefile for recent L16 codec addition by Benny Prijono · 18 years ago
  41. 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
  42. 55c060f Fixed reading memory past buffer error in SDP 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. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  45. f4b6091 Ported PJMEDIA to Darwin/MacOSX by Benny Prijono · 19 years ago
  46. 6107a00 Added samples (finally!!) by Benny Prijono · 19 years ago
  47. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  48. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  49. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  50. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  51. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  52. 1819dc9 Removed default CFLAGS=-O2 -g in Makefiles by Benny Prijono · 19 years ago
  53. b8528f4 Fixed Makefile for cygwin/mingw by Benny Prijono · 19 years ago
  54. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  55. 0a749f1 initial import by Benny Prijono · 19 years ago