1. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  2. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  3. 0b8f4ca Ticket #670: Minor update on naming of AMR helper and updated AMR in IPP codecs to enable octet-align from FMTP settings. by Nanang Izzuddin · 16 years ago
  4. 35e01de Ticket #670: by Nanang Izzuddin · 16 years ago
  5. d55553a Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR codec helper. by Nanang Izzuddin · 16 years ago
  6. ee340b3 Fixed G.722 codec that is suppossed to work with 14 bits PCM for its input & output (thanks Olle Frimanson for the report). by Nanang Izzuddin · 16 years ago
  7. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  8. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  9. 762a5bd Ticket #628: Updated IPP codec module to use fixed point version of G.729 on architectures that don't have FPU (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  10. e46495b Fixed bug Speex frame parser should discard non-audio parts in the Speex bitstream. by Nanang Izzuddin · 16 years ago
  11. e3a6fca Ticket #583: fixed bug on setting frametype in encode() related to special treatment for G729. by Nanang Izzuddin · 16 years ago
  12. 16b504c Added PLC & VAD features to codec L16. by Nanang Izzuddin · 16 years ago
  13. 23a00b7 Ticket #599: by Nanang Izzuddin · 16 years ago
  14. b133924 More ticket #583: compilation warnings with gcc by Benny Prijono · 16 years ago
  15. a4e7cdd More ticket #583: a bit of tidying up and renamed macro names etc. by Benny Prijono · 16 years ago
  16. 7dd3268 Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in IPP codec encode. by Nanang Izzuddin · 16 years ago
  17. df361e0 Ticket #583: by Nanang Izzuddin · 16 years ago
  18. f216f82 Ticket #583: by Nanang Izzuddin · 16 years ago
  19. 493a8db Ticket #583: Initial source of IPP codecs wrapper. by Nanang Izzuddin · 16 years ago
  20. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  21. dd3d002 Implement ticket #546 and revisit ticket #439: by Benny Prijono · 16 years ago
  22. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  23. e4b4b7d Added field maximum bitrate to codec param, this is useful for providing safer frame size calculation, especially when peer's bitrate is unknown by Nanang Izzuddin · 16 years ago
  24. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  25. d424297 Fixed uninitialized output size before calling G.722 encoder by Nanang Izzuddin · 16 years ago
  26. 829ac02 Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian! by Nanang Izzuddin · 16 years ago
  27. f9f17b1 More ticket #507: fixed the bug introduced in r1871 about operator precedence by Benny Prijono · 17 years ago
  28. 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
  29. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  30. 00d15a5 Ticket #502: New packet lost concealment (PLC) implementation and enable PLC on G711 and GSM codec by Benny Prijono · 17 years ago
  31. 7a17068 Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return invalid PCM frame length by Benny Prijono · 17 years ago
  32. 8334ea1 Fixed compilation error in gsm codec caused by last C++ changes by Benny Prijono · 17 years ago
  33. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  34. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  35. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  36. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago
  37. eb1e116 Deleting own copy of of speex and portaudio by Benny Prijono · 17 years ago
  38. d7036a1 Fixed ticket #175: GSM codec factory does not shutdown properly causing it to fail on next pjsua_init (thanks Binu K S) by Benny Prijono · 18 years ago
  39. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  40. c6c0ed0 Implement ticket #56: Periodically transmit RTP packet on silence, to maintain NAT binding etc. by Benny Prijono · 18 years ago
  41. 6865a3f Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. with iLBC when local and remote have different mode) by Benny Prijono · 18 years ago
  42. b94a6ab Ticket #54: added ability to modify some codec parameters on the fly by Benny Prijono · 18 years ago
  43. df6be72 Fixed speex logging to use PJLIB's log, because a GUI application doesn't have stderr by Benny Prijono · 18 years ago
  44. d2990b9 Updated Speex to their latest SVN (1.2-beta). AEC seems by Benny Prijono · 18 years ago
  45. ab082f3 Fixed memory leaks bug in speex codec by Benny Prijono · 18 years ago
  46. 1d9b9a4 Tests with other user agents revealed some bugs which have been fixed below: by Benny Prijono · 18 years ago
  47. 594e4c5 Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by adding a new API pj_gethostip() to resolve the default local IP address of local host. This new function will work even when local hostname resolution is not set correctly, by detecting the default IP interface in the system. by Benny Prijono · 18 years ago
  48. 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
  49. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  50. c585988 Really add the iLBC files into SVN now (duh!). by Benny Prijono · 18 years ago
  51. 00cae61 - Added iLBC codec (experimental) with the following features: by Benny Prijono · 18 years ago
  52. dc498ca - Bring speex codec up to date with their SVN trunk by Benny Prijono · 18 years ago
  53. 87445bc Fixed rather loud clicking/tick noise when call is established. This was caused by the PLC not properly cleared before it is reused for the next call by Benny Prijono · 18 years ago
  54. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  55. 6028166 Fixed unreferenced argument warning by Benny Prijono · 18 years ago
  56. 4b5977c Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS X by Benny Prijono · 18 years ago
  57. b5e1acf Fixed pjmedia build errors in the Makefile with the new gsm patchlevel by Benny Prijono · 18 years ago
  58. 20fd34a 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
  59. 5520dfd Bring the GSM codec to patchlevel 12 by Benny Prijono · 18 years ago
  60. da6e89a Added speex jitter buffer and AEC files to the library by Benny Prijono · 18 years ago
  61. a4cc47b Speex codec will refuse codec quality/complexity 0 and replace them with default value if they are used by Benny Prijono · 18 years ago
  62. 70c6891 Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Also changed the way the silence detector works, and changed default speex quality/complexity to 10 by Benny Prijono · 18 years ago
  63. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  64. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  65. 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
  66. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  67. f6aba4e Set minimum quality for Speex ultrawideband codec to 5 (because sound is broken in Linux) by Benny Prijono · 19 years ago
  68. ea85051 Added missing speex_config_types.h by Benny Prijono · 19 years ago
  69. 7bd1513 Changed Speex defaults: complexity=-1, vad=off. Tested with EyeBeam by Benny Prijono · 19 years ago
  70. 856ebc3 Added assert checking in speex codec by Benny Prijono · 19 years ago
  71. f93895c Fixed serious flaw in GSM where encoder and decoder shared the same state! by Benny Prijono · 19 years ago
  72. d081350 Fixed Speex warnings, and set version to 0.5.3.1 by Benny Prijono · 19 years ago
  73. eb30bf5 Added Speex for narrowband, wideband, and ultra-wideband!! by Benny Prijono · 19 years ago
  74. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  75. f04ffdd Initial conference implementation by Benny Prijono · 19 years ago
  76. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  77. a4bf021 Added pjmedia-codec library by Benny Prijono · 19 years ago