1. 1fef1f9 Fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  2. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  3. fe0c127 Ticket #1025: Support for using different PortAudio installation/path by Benny Prijono · 15 years ago
  4. 6139a40 Ticket #928: Error linking PJSIP due to inclusion of aes_tables.c in libsrtp (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  5. 9792573 Ticket #841: Added config to expand G722.1 functions as inline, default value is 1/true (expand as inline). by Nanang Izzuddin · 15 years ago
  6. c91cd64 Ticket #818: by Nanang Izzuddin · 15 years ago
  7. 494ff7f Ticket #818: by Nanang Izzuddin · 15 years ago
  8. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  9. 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
  10. 33ab7aa Added some header files into project. by Nanang Izzuddin · 15 years ago
  11. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  12. 0cf8d05 Ticket #706: Merged branch vs-reorg into trunk: by Nanang Izzuddin · 15 years ago
  13. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  14. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  15. c2856f7 #792: initial config for WM6 apps, added PocketPj & pjsua_wince by Nanang Izzuddin · 15 years ago
  16. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  17. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  18. 444e0a3 More ticket #774: replaced dependency to STL by Benny Prijono · 15 years ago
  19. fc42871 #792 work in progress: wired in property sheets for third_party folder projects by Perry Ismangil · 15 years ago
  20. 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
  21. 3594ab3 More ticket #774: optimization for siren7/siren14 codecs by Benny Prijono · 15 years ago
  22. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  23. 79a620c Ticket #774: Fixed libg7221codec build config on vs6: dyn-linking for release, include path. by Nanang Izzuddin · 15 years ago
  24. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  25. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  26. 6f44103 #706 work in progress by Perry Ismangil · 15 years ago
  27. aedca3a Branching for #706 work on reorganisation of Visual Studio projects by Perry Ismangil · 15 years ago
  28. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  29. 53b5979 Ticket #774: by Nanang Izzuddin · 15 years ago
  30. ca97b5f More ticket #774 (re: g722): some modifications in VS6 projects/workspace by Benny Prijono · 15 years ago
  31. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  32. 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
  33. 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
  34. 868fbc9 Removed global optimization setting from libsrtp VS project since it causes link warning with VS 2005 SP1 by Benny Prijono · 16 years ago
  35. 51f2253 Ticket #547: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects. by Nanang Izzuddin · 16 years ago
  36. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  37. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  38. 7155cc6 Fixed Speex build config by Nanang Izzuddin · 16 years ago
  39. 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
  40. 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
  41. 3a3f078 More ticket #451: fixed build error on MacOS X caused by new PA by Benny Prijono · 17 years ago
  42. b4d107e More ticket #451: build error on Mingw with the latest PortAudio (thanks Matti Zemack) by Benny Prijono · 17 years ago
  43. 27ae857 Ticket #451: Updated PortAudio to the latest version by Benny Prijono · 17 years ago
  44. 0b46232 Ticket #511: Add --disable-oss option to disable OSS in configure script by Benny Prijono · 17 years ago
  45. 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
  46. 012fe0a More ticket #61: mismatch in libsrtp output library name causing error when building samples on VC6 by Benny Prijono · 17 years ago
  47. 2a9ed7c More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on ARM) by Benny Prijono · 17 years ago
  48. 763d201 More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp initialization error by Benny Prijono · 17 years ago
  49. 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
  50. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  51. 8a0ab28 Ticket #61: imported libsrtp into third_party directory (backported from srtp branch) by Benny Prijono · 17 years ago
  52. d28dfe4 Updated include path for libmilenage VS6 project by Benny Prijono · 17 years ago
  53. da9080f Fixed milenage build on eVC etc. by Benny Prijono · 17 years ago
  54. c231419 Updated libmilenage Visual Studio project toption to use /MD instead of /MT by Benny Prijono · 17 years ago
  55. d224f9d Updated README.txt of libsamplerate instructions by Benny Prijono · 17 years ago
  56. 550a1a6 Ticket #398: support for libsamplerate in the autoconf+Makefile by Benny Prijono · 17 years ago
  57. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  58. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  59. 0c658c6 Fix compilation error on Mac by Benny Prijono · 17 years ago
  60. 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
  61. 459d3bf PortAudio build problems fixed for CE by Benny Prijono · 17 years ago
  62. 4fb32b5 Added resample DLL project by Benny Prijono · 17 years ago
  63. abdacdd Fixed mingw build for portaudio by Benny Prijono · 17 years ago
  64. 554790c Temporarily removed portaudio by Benny Prijono · 17 years ago
  65. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  66. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  67. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  68. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  69. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  70. eb4cf91 Initial Makefiles for the third_party components by Benny Prijono · 17 years ago
  71. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  72. a378bfc Added the VS8 project files by Benny Prijono · 17 years ago
  73. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  74. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  75. 8f57dca Moved resample to third_party directory by Benny Prijono · 17 years ago
  76. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  77. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago