1. 494ff7f Ticket #818: by Nanang Izzuddin · 15 years ago
  2. 2eabad9 More ticket #774: fixed G.722.1 compilation warnings on linux/gcc-4.3.2 by Benny Prijono · 15 years ago
  3. fb4b4e1 Part of #706, #809: fix Python module build error and added python_pjsua to the main .sln by Benny Prijono · 15 years ago
  4. 7f02df4 Ticket #772 (misc fix): Reverted back symbian_ua app UID to use unprotected/development UID range to avoid installation problem when installer is self-signed. by Nanang Izzuddin · 15 years ago
  5. d5190be Ticket #762: Fixed jitter buffer in handling DTX with relative short period of 'keep alive', e.g: Speex DTX seems to periodically send a keep alive frame every 20 silence frames. by Nanang Izzuddin · 15 years ago
  6. d97dfc6 More ticket #774: - set default compilation flags -O2 for G.722.1 on Symbian by Benny Prijono · 15 years ago
  7. e641a74 Fixed ticket #815: Re-INVITE transactions takes too long to be cleared when failed final response is received, causing application to unable to send subsequent re-INVITE (thanks Ruud Klaver for the patch) by Benny Prijono · 15 years ago
  8. 8267464 Ticket #810 and part of #706: changed samples output directory to bin/samples/$TARGET by Benny Prijono · 15 years ago
  9. 3105be6 Fixed ticket #812: Noise with Symbian MDA sound backend when making a call by Benny Prijono · 15 years ago
  10. dc61a2e Ticket #757: - put the default IP as the first host candidate by Benny Prijono · 15 years ago
  11. c95649b More ticket #774: added g722.1/Siren7/Siren14 codecs to Symbian by Benny Prijono · 15 years ago
  12. c8fe3df Fixed compilation error on Symbian caused by ticket #794 by Benny Prijono · 15 years ago
  13. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  14. 1a2f739 Ticket #706: by Nanang Izzuddin · 15 years ago
  15. 39d733b Ticket #762: Cleaned up jbuf.c of unused function jb_framelist_origin(). by Nanang Izzuddin · 15 years ago
  16. 53984d1 Ticket #760: Enhancements to PUBLISH management (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  17. f10b04b Ticket #706: Merged branch vs-reorg2 into trunk: by Nanang Izzuddin · 15 years ago
  18. c0a146a Updated output & intermediate dir settings in samples.vcproj for WM platforms (just for directory cleanness). by Nanang Izzuddin · 15 years ago
  19. 679bdb7 Added 'combo' lib project that bundles all pjproject libraries into a single 'big' library. by Nanang Izzuddin · 15 years ago
  20. 039081f More cleaning up on compile warning. by Nanang Izzuddin · 15 years ago
  21. 27fc143 Ticket #800: Change in IP address selection algorithm (the pj_gethostip() function): by Benny Prijono · 15 years ago
  22. 0bf58b4 Cleaned up config's build & deploy settings in configuration manager. by Nanang Izzuddin · 15 years ago
  23. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  24. 33ab7aa Added some header files into project. by Nanang Izzuddin · 15 years ago
  25. c2d3bc6 - Added some missing 'output' directories & set svn:ignore attribute. by Nanang Izzuddin · 15 years ago
  26. 81a99c3 Ticket #693: Allow incoming MESSAGE request without message body by Benny Prijono · 15 years ago
  27. 7efa2d6 Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion) by Benny Prijono · 15 years ago
  28. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  29. 38bf20f Creating another branch for vs-reorg. by Nanang Izzuddin · 15 years ago
  30. 006a4e8 Fixed ticket #506: Behavior when cancelling INVITE before provisional response is received by Benny Prijono · 15 years ago
  31. 99b0437 Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 487 is not sent by Benny Prijono · 15 years ago
  32. fe8e582 More ticket #706: removed all currently unsupported platforms such as WM 2003 from all projects and solution, to remove Mixed Platforms which is suspected to have caused VS to hang. These platforms will be re-added again later by Benny Prijono · 15 years ago
  33. f802b56 #792 work in progress testing sln change: remove solution items and no mixed platforms by Perry Ismangil · 15 years ago
  34. 60e31fc Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joel Dodson for the report) by Benny Prijono · 15 years ago
  35. 8440eee Part of ticket #780: enhance the PJNATH doxygen documentation by Benny Prijono · 15 years ago
  36. c62cc77 Ticket #706: Recleaned up configuration manager settings, make sure all platform-config combinations are set up properly. by Nanang Izzuddin · 15 years ago
  37. 00fdd88 Ticket #706: by Nanang Izzuddin · 15 years ago
  38. a30474a Ticket #774: Replaced abort() & printf(), which caused linking error on WM platforms, with pj_assert(). by Nanang Izzuddin · 15 years ago
  39. 0cf8d05 Ticket #706: Merged branch vs-reorg into trunk: by Nanang Izzuddin · 15 years ago
  40. 432dd25 #792: Updated samples makefile to sync output file name format as other projects, removed Mixed Platform from VS Solution. by Nanang Izzuddin · 15 years ago
  41. 0ed1df0 #792: Resetted DeleteExtensionsOnClean setting for pjsua_wince. by Nanang Izzuddin · 15 years ago
  42. 7f32f3e #792: Fixed base property sheet to reset DeleteExtensionOnClean attribute to default value. by Nanang Izzuddin · 15 years ago
  43. e9ba064 #792 work in progress testing simple sln change by Perry Ismangil · 15 years ago
  44. 721c0f0 #792 work in progress testing simple proj change by Perry Ismangil · 15 years ago
  45. 655032d #792: Updated property sheets to put *.pdb file in intermediate dir and disabled incremental linking for release configs. by Nanang Izzuddin · 15 years ago
  46. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  47. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  48. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  49. ae0e64b #792: updated pocketpj & pjsua_wince so it's runable in Release & Debug config. by Nanang Izzuddin · 15 years ago
  50. c2856f7 #792: initial config for WM6 apps, added PocketPj & pjsua_wince by Nanang Izzuddin · 15 years ago
  51. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  52. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  53. 6745224 #792: Updated some VS property sheets. by Nanang Izzuddin · 15 years ago
  54. 444e0a3 More ticket #774: replaced dependency to STL by Benny Prijono · 15 years ago
  55. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  56. fc42871 #792 work in progress: wired in property sheets for third_party folder projects by Perry Ismangil · 15 years ago
  57. 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
  58. f96446a #792 work in progress: Dynamic and static flags by Perry Ismangil · 15 years ago
  59. 0e9b8e3 #792 work in progress: Added target CPU macro for wm6-common by Perry Ismangil · 15 years ago
  60. 319c817 More ticket #774: compilation error for VS8 and make build system due to last modifications in libg7221codec and pjmedia_test by Benny Prijono · 15 years ago
  61. 3594ab3 More ticket #774: optimization for siren7/siren14 codecs by Benny Prijono · 15 years ago
  62. 8604b14 More ticket #774: added more ITU test vectors for siren codecs by Benny Prijono · 15 years ago
  63. d4c751e More ticket #774: updated VS6, VS8, and Makefile for the Siren7/Siren14 test vectors by Benny Prijono · 15 years ago
  64. 1dc0da7 More ticket #774: added g.722.1c test vectors by Benny Prijono · 15 years ago
  65. 7eac4c9 #792 work in progress: new property sheets added as solution items by Perry Ismangil · 15 years ago
  66. f41d733 #792 work in progress: new property sheets added as solution items by Perry Ismangil · 15 years ago
  67. 8a3641a #792 work in progress: new property sheets added, and inheritance between them established by Perry Ismangil · 15 years ago
  68. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  69. 23e33c9 #792 work in progress by Perry Ismangil · 15 years ago
  70. 79a620c Ticket #774: Fixed libg7221codec build config on vs6: dyn-linking for release, include path. by Nanang Izzuddin · 15 years ago
  71. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  72. 7d8043a Ticket #771 (misc fix): Added G.722.1 codec to mips test, also added macro protections for codec usages. by Nanang Izzuddin · 15 years ago
  73. 019e35b Ticket #772 (misc fix): Changed var 'test' from a global var to static var, since there was naming conflict with libg7221codec. by Nanang Izzuddin · 15 years ago
  74. 2765981 Ticket #774: Minor fix, reset mode counter in g7221_init(). by Nanang Izzuddin · 15 years ago
  75. 181f325 More ticket #780: work on CreatePermission refresh timer in the TURN session by Benny Prijono · 15 years ago
  76. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  77. 3ec27ba More ticket #780: more work on icedemo sample application by Benny Prijono · 15 years ago
  78. 70ad1d4 More ticket #780: updated ICE to issue CreatePermission on the TURN socket before starting ICE negotiation by Benny Prijono · 15 years ago
  79. 9af6406 #792 adding base property sheets, also for Win32 and Windows Mobile 6 platforms. by Perry Ismangil · 15 years ago
  80. 69b69ae Ticket #788: Updated pjsua_media_subsys_init() to perform SRTP library initialization. by Nanang Izzuddin · 15 years ago
  81. a5776cb Ticket #789: don't call buddy callback after buddy has been deleted (thanks Robert Cichielo for the report) by Benny Prijono · 15 years ago
  82. 6f44103 #706 work in progress by Perry Ismangil · 15 years ago
  83. 176a11f Related to ticket #786: potential memory leak in invite session by Benny Prijono · 15 years ago
  84. 0bd5eb9 Ticket #786: Crash when UAC invite or subscribe session initialization fails (thanks Rostislav Molodyko for the report) by Benny Prijono · 15 years ago
  85. 0023877 Ticket #780: initial work on an ICE demo app by Benny Prijono · 15 years ago
  86. d9dd865 More ticket #780: fixed compilation errors due to previous modifications related to TURN by Benny Prijono · 15 years ago
  87. 295bfc1 More ticket #780: destroy TURN session if it receives 437 (Allocation Mismatch) response by Benny Prijono · 15 years ago
  88. 0f327c9 Ticket #780: Update TURN from draft 09 to draft 13: by Benny Prijono · 15 years ago
  89. aedca3a Branching for #706 work on reorganisation of Visual Studio projects by Perry Ismangil · 15 years ago
  90. 5549667 Ticket #762: Replaced stricmp() with pj_ansi_stricmp() for cross platform compatibility. by Nanang Izzuddin · 15 years ago
  91. b070811 Ticket #772 (misc): Updated stream_destroy() to call jbuf_destroy(). by Nanang Izzuddin · 15 years ago
  92. 94974cc Ticket #762: Updated delay calculation method & added statistic report in jbuf_destroy(). by Nanang Izzuddin · 15 years ago
  93. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  94. ff55744 Ticket #762: Fixed jbuf in handling far sequence jump (the distance is over jbuf capacity) while jbuf is empty. by Nanang Izzuddin · 15 years ago
  95. b67116c Ticket #781: Fixed conf bridge API functions to have mutex protection when accessing ports. by Nanang Izzuddin · 15 years ago
  96. 97539ce Ticket #777: Rechecked & updated audio switch board functions to make sure they have mutex protection in accessing conf ports. by Nanang Izzuddin · 15 years ago
  97. 0fc2c6b Part of ticket #780 (work in progress): added IPv6 support to various STUN attributes and added the test from draft-ietf-behave-stun-test-vectors by Benny Prijono · 15 years ago
  98. ad4bb0a Ticket #762: Updated JB test: by Nanang Izzuddin · 15 years ago
  99. 127b4dd Ticket #762: Major updates on jitter buffer: by Nanang Izzuddin · 15 years ago
  100. 8caf31c Ticket #772 (misc fix): Updated floating point version of math statistic to return the rounded mean value. by Nanang Izzuddin · 15 years ago