1. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  2. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  3. c2856f7 #792: initial config for WM6 apps, added PocketPj & pjsua_wince by Nanang Izzuddin · 15 years ago
  4. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  5. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  6. fc42871 #792 work in progress: wired in property sheets for third_party folder projects by Perry Ismangil · 15 years ago
  7. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  8. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  9. 6f44103 #706 work in progress by Perry Ismangil · 15 years ago
  10. aedca3a Branching for #706 work on reorganisation of Visual Studio projects by Perry Ismangil · 15 years ago
  11. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  12. 53b5979 Ticket #774: by Nanang Izzuddin · 15 years ago
  13. ca97b5f More ticket #774 (re: g722): some modifications in VS6 projects/workspace by Benny Prijono · 15 years ago
  14. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  15. 7433805 Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target by Perry Ismangil · 15 years ago
  16. 298c12e Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform by Benny Prijono · 16 years ago
  17. 868fbc9 Removed global optimization setting from libsrtp VS project since it causes link warning with VS 2005 SP1 by Benny Prijono · 16 years ago
  18. 49f057b Ticket #558: Added srtp_deinit() function and registered this with pj_atexit(). by Nanang Izzuddin · 16 years ago
  19. 51f2253 Ticket #547: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects. by Nanang Izzuddin · 16 years ago
  20. 0cff128 Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  21. 95250c7 Ticket #588: Improvements to echo cancellation framework by Benny Prijono · 16 years ago
  22. 794be66 Ticket #557: Fixed memory leak in Speex EC (actually this is updating Speex version to 1.2rc1) by Nanang Izzuddin · 16 years ago
  23. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  24. 90bcd43 Ticket #558: Fixed memory leak caused by cipher_type_self_test() by Nanang Izzuddin · 16 years ago
  25. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  26. 7155cc6 Fixed Speex build config by Nanang Izzuddin · 16 years ago
  27. 3cbb065 Upgraded Speex version to the latest and reorganized it in local copy (since Speex is now using Git) by Nanang Izzuddin · 16 years ago
  28. 50947e7 More ticket #536: fixed bug in SrcUD (missed fix, previously r1968 only fixed SrcUp) by Nanang Izzuddin · 16 years ago
  29. ec19826 Reapplied changeset 287 (resample may write pass the output buffer), with a bit optimization by Nanang Izzuddin · 16 years ago
  30. dfd3052 Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mobile. Speex/8000 now runs on Windows Mobile! by Benny Prijono · 16 years ago
  31. 6d24ca5 Fixed link error to pj_log() in libSRTP if PJ_LOG_MAX_LEVEL is set to zero (thanks Michael CHRISTOPHER) by Benny Prijono · 16 years ago
  32. ff28155 Fixed bugs in libsrtp that effect dtls-srtp by Benny Prijono · 17 years ago
  33. 3a3f078 More ticket #451: fixed build error on MacOS X caused by new PA by Benny Prijono · 17 years ago
  34. b4d107e More ticket #451: build error on Mingw with the latest PortAudio (thanks Matti Zemack) by Benny Prijono · 17 years ago
  35. 27ae857 Ticket #451: Updated PortAudio to the latest version by Benny Prijono · 17 years ago
  36. 0b46232 Ticket #511: Add --disable-oss option to disable OSS in configure script by Benny Prijono · 17 years ago
  37. e3197e3 Replaced fprintf/printf with err_report() by Benny Prijono · 17 years ago
  38. a8ff8eb Fixed crash when running SRTP on Win32 app since stderr is undefined (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  39. 1b911ba Fixed compilation error on libsrtp in crypto/aes.c when it finds the wrong err.h to be included. The solution was to change the order of include paths in Makefile by Benny Prijono · 17 years ago
  40. 012fe0a More ticket #61: mismatch in libsrtp output library name causing error when building samples on VC6 by Benny Prijono · 17 years ago
  41. 2a9ed7c More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on ARM) by Benny Prijono · 17 years ago
  42. 97dfc7f Fixed libsrtp random string generation on Win32 by Benny Prijono · 17 years ago
  43. 763d201 More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp initialization error by Benny Prijono · 17 years ago
  44. 1d481ab More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and unistd.h is present. If it fails, it will fallback to using rand() by Benny Prijono · 17 years ago
  45. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  46. 8a0ab28 Ticket #61: imported libsrtp into third_party directory (backported from srtp branch) by Benny Prijono · 17 years ago
  47. d28dfe4 Updated include path for libmilenage VS6 project by Benny Prijono · 17 years ago
  48. da9080f Fixed milenage build on eVC etc. by Benny Prijono · 17 years ago
  49. c231419 Updated libmilenage Visual Studio project toption to use /MD instead of /MT by Benny Prijono · 17 years ago
  50. d224f9d Updated README.txt of libsamplerate instructions by Benny Prijono · 17 years ago
  51. 550a1a6 Ticket #398: support for libsamplerate in the autoconf+Makefile by Benny Prijono · 17 years ago
  52. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  53. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  54. 0c658c6 Fix compilation error on Mac by Benny Prijono · 17 years ago
  55. 5aeed44 Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response, retransmission timer calculation bug, etc. by Benny Prijono · 17 years ago
  56. 459d3bf PortAudio build problems fixed for CE by Benny Prijono · 17 years ago
  57. b94a9f7 Fixed mp3_writer.c include by Benny Prijono · 17 years ago
  58. 4fb32b5 Added resample DLL project by Benny Prijono · 17 years ago
  59. abdacdd Fixed mingw build for portaudio by Benny Prijono · 17 years ago
  60. 554790c Temporarily removed portaudio by Benny Prijono · 17 years ago
  61. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  62. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  63. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  64. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  65. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  66. eb4cf91 Initial Makefiles for the third_party components by Benny Prijono · 17 years ago
  67. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  68. a378bfc Added the VS8 project files by Benny Prijono · 17 years ago
  69. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  70. f03861b mv resample_resample.c resample.c by Benny Prijono · 17 years ago
  71. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  72. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  73. 8f57dca Moved resample to third_party directory by Benny Prijono · 17 years ago
  74. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  75. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago