1. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  2. ae6f32d Fixed #1160: Option to bypass RTP payload type verification in the stream (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  3. 60dc3fa Fixed #1154 (Run-time option to disable telephone-event in outgoing SDP offer (thanks Marcus Froeschl for the suggestion)) by Benny Prijono · 14 years ago
  4. 2f75386 Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h by Nanang Izzuddin · 14 years ago
  5. 9a2b19f Misc (re #1134): changed dynamic payload type starting value for internal codecs to 96 (from 101) as we are running out of constants. Also added more comments to clarify the restriction on the value, i.e. it must be less than 128 (thanks Robbie Hanson for the suggestion) by Benny Prijono · 14 years ago
  6. b8aeb9d Re #1134 (misc fixes): fixed various doxygen warnings, as well as added overview section in pjmedia documentation by Benny Prijono · 14 years ago
  7. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  8. 5e15796 Fix #1114: by Nanang Izzuddin · 14 years ago
  9. fef5a3f Re #1106: Reverted back the IPP codec APIs pjmedia_codec_ipp_set/get_config() as currently to set PCM signal level adjustment can be done using the existing G722.1 API pjmedia_codec_g7221_set_pcm_shift(). by Nanang Izzuddin · 14 years ago
  10. db5994b Fix #1106: by Nanang Izzuddin · 14 years ago
  11. 78bec1a Re #1103: by Nanang Izzuddin · 14 years ago
  12. bff351e Re #1103: by Nanang Izzuddin · 14 years ago
  13. 33e291a Fix #740: - Fixed zeroed/unset RTP timestamp in RTCP sender report. by Nanang Izzuddin · 14 years ago
  14. ab74c90 Another unterminated SDP offer/answer negotiation fix (Re: #1045): by Benny Prijono · 14 years ago
  15. 1653c98 Misc (re #1068): added new API pjmedia_master_port_wait() to poll master port clock when it is created with PJMEDIA_CLOCK_NO_ASYNC flag. by Nanang Izzuddin · 14 years ago
  16. c742f4e Close #1072: by Nanang Izzuddin · 14 years ago
  17. cf4d141 Fix #1085: - Added new codec G721, as alias for G726-32. by Nanang Izzuddin · 14 years ago
  18. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  19. c28d845 Re #1051: set default new coreaudio backend to disabled by Benny Prijono · 14 years ago
  20. 55a73cd Merge #1051 into the main trunk. by Sauw Ming · 14 years ago
  21. 8fd1693 Implemented ticket #1065: audiodev register/unregister feature by Sauw Ming · 14 years ago
  22. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  23. 1c70173 Misc #1026: moved payload type of G726-32 from static (was 2) to dynamic, and also disabled some more L16 codecs (thanks Bram Kuijvenhoven for the report). by Nanang Izzuddin · 14 years ago
  24. 0048fbd More ticket #1055: by Nanang Izzuddin · 14 years ago
  25. 60a0c9b Implemented ticket #1038: null audio device by Sauw Ming · 15 years ago
  26. c5a1759 Ticket #1028: - Updated codecs docs, more detail info about codec settings. by Nanang Izzuddin · 15 years ago
  27. 19a87c7 Initial implementation of ticket #1016: Native Linux ALSA audio device backend implementation by Benny Prijono · 15 years ago
  28. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  29. 957dc41 Related to #969: make maximum PLC generated frames configurable (PJMEDIA_MAX_PLC_DURATION_MSEC) by Benny Prijono · 15 years ago
  30. b6f66bc Ticket #969: by Nanang Izzuddin · 15 years ago
  31. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  32. f78d35d Ticket #988: Aray bounds checking in SDP functions (thanks Mark Webster for the report) by Benny Prijono · 15 years ago
  33. a8fd384 Ticket #983: make native WMME the default audio device on Windows and Windows Mobile: by Benny Prijono · 15 years ago
  34. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  35. 2e8cf63 Misc (#915): by Benny Prijono · 15 years ago
  36. ec4b67e Initial commit for ticket #929: Improve packet lost concealment (PLC) when handling burst of lost packets by Benny Prijono · 15 years ago
  37. ba23a36 Ticket #924: Loop media transport now allows more than one streams to receive the reflected packets by Benny Prijono · 15 years ago
  38. 4d8846b Ticket #923: New API to retrieve current jitter buffer state from a stream/session by Benny Prijono · 15 years ago
  39. 873f3e4 Ticket #919: by Nanang Izzuddin · 15 years ago
  40. fc279de Ticket #909: by Nanang Izzuddin · 15 years ago
  41. abf58db Ticket #910: by Nanang Izzuddin · 15 years ago
  42. d687a50 Ticket #909: by Nanang Izzuddin · 15 years ago
  43. e2cdc86 Ticket #808: Added compile time trap to avoid both implementations coexist. by Nanang Izzuddin · 15 years ago
  44. c7fe30d Ticket #883: Added user defined NAT hole-punching and keep-alive mechanism to media stream. by Nanang Izzuddin · 15 years ago
  45. 67cdbe2 Ticket #879: Reverted back changes in r2747, r2748, r2751. by Nanang Izzuddin · 15 years ago
  46. 6b9e93b Ticket #879: by Nanang Izzuddin · 15 years ago
  47. c24ead6 Ticket #834: by Nanang Izzuddin · 15 years ago
  48. e3cddc8 Ticket #774: Minor update in G722.1 default setting in pjmedia codec's config.h: removed phrase 'under development', G722.1 remains disabled by default. by Nanang Izzuddin · 15 years ago
  49. 8496b93 More ticket #774: added option to shift PCM input to encoder right by some value (default is 1) to make it compatible with some other app by Benny Prijono · 15 years ago
  50. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  51. 69b69ae Ticket #788: Updated pjsua_media_subsys_init() to perform SRTP library initialization. by Nanang Izzuddin · 15 years ago
  52. 127b4dd Ticket #762: Major updates on jitter buffer: by Nanang Izzuddin · 15 years ago
  53. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  54. 729d01a APS-direct fix (ticket #738): G.711 is disabled accidently by Benny Prijono · 16 years ago
  55. fa92382 - updated delay statistic calculations to use pj_math_stat, also added by Nanang Izzuddin · 16 years ago
  56. 7a38000 PJMEDIA/PJMEDIA-AUDIODEV update: by Benny Prijono · 16 years ago
  57. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  58. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  59. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  60. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  61. eef2a87 - Added main doxygen documentations for audiodev by Benny Prijono · 16 years ago
  62. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  63. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  64. 96e74f3 - New convention about default audio device ID (now there is different ID for default capture/playback device. It should be backward compatible) by Benny Prijono · 16 years ago
  65. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  66. 1b79114 Added volume settings capability to Symbian APS audiodev. by Nanang Izzuddin · 16 years ago
  67. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  68. 452b66b - Updated audio route API for Symbian APS. by Nanang Izzuddin · 16 years ago
  69. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  70. 598b01d Added WMME device in audiodev by Benny Prijono · 16 years ago
  71. 2cd64f8 Initial checkin for pjmedia_audiodev by Benny Prijono · 16 years ago
  72. f863ca3 Added bitrate and vad info in pjmedia_format, and changed audio route to use enumeration rather than boolean by Benny Prijono · 16 years ago
  73. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  74. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  75. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  76. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  77. 4906604 - Fixed pjmedia_frame_ext_pop_subframes() in calculating len. by Nanang Izzuddin · 16 years ago
  78. 81db8c7 - Added new API for sound & sound port to create/open sound device with extended setting, to allow opening sound device with non-PCM format and other settings. by Nanang Izzuddin · 16 years ago
  79. 389d326 - Fixed pjmedia_frame_ext helper functions, it didn't involve sizeof(bitlen) in calculating subframe address. by Nanang Izzuddin · 16 years ago
  80. 8cdba46 - Added pjmedia passthrough codec. by Nanang Izzuddin · 16 years ago
  81. 4e50262 Initial sources of APS-direct. by Nanang Izzuddin · 16 years ago
  82. 58704d5 Ticket #680: by Nanang Izzuddin · 16 years ago
  83. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  84. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  85. 6ca4318 Ticket #676: Updated default value of maximum silence theshold setting to MAXUINT16+1 (feature is disabled). by Nanang Izzuddin · 16 years ago
  86. 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
  87. 35e01de Ticket #670: by Nanang Izzuddin · 16 years ago
  88. d55553a Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR codec helper. by Nanang Izzuddin · 16 years ago
  89. 883d8de Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 to disable, otherwise to enable). by Nanang Izzuddin · 16 years ago
  90. 63bfe7a Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report) by Benny Prijono · 16 years ago
  91. 6ba5f59 More ticket #619: changed default Cordic loop from 8 to 10 to gain more accuracy, and updated tonegen.c with the results from ARM9 tests by Benny Prijono · 16 years ago
  92. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  93. 8de925b Large reorganization of the tonegen for ticket #619: by Benny Prijono · 16 years ago
  94. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  95. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  96. a78877d More ticket #619: fix the difference of volume in the fixed point version of the tone generator, added PJMEDIA_TONEGEN_VOLUME setting to control the default amplitude, and increase default tone volume by about 50% by Benny Prijono · 16 years ago
  97. 0365e46 Ticket #619: added configuration to force floating point algorithm to be used in the tone generator, and added fade-in and fade out options by Benny Prijono · 16 years ago
  98. 7afe944 Ticket #616: Updated ICE transport to have a default option to switch RTP transmission to source address if remote doesn't use ICE. by Nanang Izzuddin · 16 years ago
  99. b05e406 Ticket #614: Updated docs related to support for play/record G.711 U-law/A-law. by Nanang Izzuddin · 16 years ago
  100. 2c7bdcc Ticket #614: Added support for writing and reading WAV files encoded as 8 bit A-law/U-law. by Nanang Izzuddin · 16 years ago