1. 2f91da0 Re #1529: Modify configure script to search for SDL2 first. by Sauw Ming · 12 years ago
  2. 08b20fe Close #1529: by Nanang Izzuddin · 12 years ago
  3. 4e4ec7e Fixed #1525: Modify configure script to disable autodetection when cross-compiling. by Sauw Ming · 12 years ago
  4. 6898bfd Close #1500: by Nanang Izzuddin · 12 years ago
  5. b15e7ca Re #1474: merged r4100-4107 by Benny Prijono · 12 years ago
  6. eeebfab Re #1469: Changed aconfigure to use pkg-config to detect ffmpeg dependencies. On systems where pkg-config is not available (such as Mac OS X), use the supplemented pkgconfig.py Python script. If Python is not available, users then need to configure CFLAGS and LDFLAGS manually prior to running configure by Benny Prijono · 12 years ago
  7. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  8. 36d3249 re #1393: error in detecting libavformat in mac os if ffmpeg was built and libbzip2-dev is installed. This caused ffmpeg to be built with dependency to libbz2, while our configure does not, causing link error during libavformat detection. This is temporarily fixed by adding libbz2 detection in aconfigure.ac by Benny Prijono · 13 years ago
  9. e110523 More H.264 (re #1390): added x264 in aconfigure by Benny Prijono · 13 years ago
  10. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  11. 6a0a49a Added libz in aconfigure as this is needed by newer ffmpeg (re #1390) by Benny Prijono · 13 years ago
  12. 1d8ceb1 Re #1334: by Sauw Ming · 13 years ago
  13. 24c39a3 Re #1324: Add checking of iOS SDK frameworks in the configure script by Sauw Ming · 13 years ago
  14. d8aa67c Re #1320: Fixed configure script for detecting ffmpeg libraries (thanks to Samuel Vinson for the patch). by Sauw Ming · 13 years ago
  15. 5b0af63 Fixed #1329: Added --with-sdl option in aconfigure script to specify alternate libSDL location by Benny Prijono · 13 years ago
  16. 68c1457 Re #1278: Fixed linker error on Mac and iOS. by Sauw Ming · 13 years ago
  17. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  18. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  19. c8ef0ac Re #1219: added configure option to specify ffmpeg path by Benny Prijono · 13 years ago
  20. f895778 Support for Intel IPP 7. This closes #1227 by Benny Prijono · 13 years ago
  21. 21bd3fd Re #1213: Add OpenGL support for SDL renderer by Sauw Ming · 13 years ago
  22. cd62c4e Intel IPP version 7 support on Linux. This closes #1200 by Benny Prijono · 14 years ago
  23. fe42f0c Re #3428: Fixed aconfigure for iOS by Sauw Ming · 14 years ago
  24. 6a970a3 Implementation of re #1202 (PJLIB System Information API) on iPhone OS. by Sauw Ming · 14 years ago
  25. e3e6580 Initial implementation for re #1202 (PJILB System Information API) for Linux/Unix by Benny Prijono · 14 years ago
  26. 6e6c215 Fixed #1183 by Sauw Ming · 14 years ago
  27. 69b1f82 Re #1176: fixed link error in GNU build system by Benny Prijono · 14 years ago
  28. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  29. be3771a Closed ticket #1107: iOS4 background feature by Sauw Ming · 14 years ago
  30. 896be29 Misc (re #1110): error in setting the IPP architecture in the configure script by Benny Prijono · 14 years ago
  31. fe3bf0e Re #1068 (misc): fixed error in cross compiling Mingw on a Linux box (thanks Atik Khan for the report) by Benny Prijono · 14 years ago
  32. 5bbebc0 Misc fixes (re #1068): fixed aconfigure to handle the case where ifaddrs.h is present but the functions are not available, as reported to happen with uClibc (thanks Jones Desougi for the patch) by Benny Prijono · 14 years ago
  33. b18e950 Misc fix (re #1068): set default alignment in the configure script to 8 bytes on Sparc (thanks David Coppa for the patch) by Benny Prijono · 14 years ago
  34. 2d1f1b6 Re #1050: fixed aconfigure error caused by iPhone merging by Benny Prijono · 14 years ago
  35. 7920fb2 Merge #1050, #1052, #1053, #1054 into the main trunk. by Sauw Ming · 14 years ago
  36. 8ec5eae Support for iPhone tools in the build system: by Benny Prijono · 14 years ago
  37. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  38. 46bd084 More ticket #1009: Initial support for IPP on Mac by Benny Prijono · 15 years ago
  39. 3965f19 Ticket #1009: Support for IPP 6.1 on Linux by Benny Prijono · 15 years ago
  40. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  41. a1aec0e Initial fixes for #993 (OpenSolaris issues) by Benny Prijono · 15 years ago
  42. fe0c127 Ticket #1025: Support for using different PortAudio installation/path by Benny Prijono · 15 years ago
  43. d523370 Initial OpenBSD fixes (#994): by Benny Prijono · 15 years ago
  44. 9c7616f Ticket #957: Updated PJSIP_HAS_TLS_TRANSPORT default value to refer to PJ_HAS_SSL_SOCK. by Nanang Izzuddin · 15 years ago
  45. ea6d3c4 Ticket #957: by Nanang Izzuddin · 15 years ago
  46. 1d61ba5 More ticket #972: fixed compilation error on Linux due to the last introduction ot PJ_TCP_NODELAY. Everyone needs to re-run configure though (thanks Dan Arrhenius for the report) by Benny Prijono · 15 years ago
  47. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  48. e274613 Fixed ticket #644 and 648 again (hopefully once and for all): build error on VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options by Benny Prijono · 16 years ago
  49. 9489e7a Couple of fixes in ioqueue_epoll for ticket #622 (still not working) by Benny Prijono · 16 years ago
  50. 99eec38 Ticket #622: initial integration of ioqueue_epoll patch, updated the configure script by Benny Prijono · 16 years ago
  51. 0822c19 More ticket #583: autoconf support for Intel IPP by Benny Prijono · 16 years ago
  52. 37fc9de Fixed build error on FreeBSD (cannot use <netinet/ip.h> if <netinet/in_systm.h> is not included) by Benny Prijono · 16 years ago
  53. ebb2c33 Ticket #463: Configuration option to have external sound device implementation by Benny Prijono · 16 years ago
  54. a9948e6 Fixed autoconf configure warning when detecting mswsock.h on Mingw by Benny Prijono · 17 years ago
  55. 188ba7e Fixed autoconf configure warning when detecting net/if.h on MacOS X by Benny Prijono · 17 years ago
  56. 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
  57. 0b46232 Ticket #511: Add --disable-oss option to disable OSS in configure script by Benny Prijono · 17 years ago
  58. 1c5f4e4 Ticket #470, #471, and #472: Compile error when semaphore.h is not present, Compilation error if pthread_mutexattr_set_type() is not present, and Problem with setting up FD_SETSIZE by Benny Prijono · 17 years ago
  59. 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
  60. fdafd40 Merged from SRTP branch: added stdint.h header detection in autoconf. Result is in PJ_HAS_STDINT_H macro by Benny Prijono · 17 years ago
  61. 3e09167 Ticket #441: Fix endianess detection for PortAudio by Benny Prijono · 17 years ago
  62. 1d65f70 Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415) by Benny Prijono · 17 years ago
  63. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  64. 0ae59ae Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCONF ioctl() call to a socket by Benny Prijono · 17 years ago
  65. 550a1a6 Ticket #398: support for libsamplerate in the autoconf+Makefile by Benny Prijono · 17 years ago
  66. 53847a3 Updated ./configure to handle Mingw problem with mount directories (thanks Lafras Henning) by Benny Prijono · 17 years ago
  67. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  68. abcf49c Changed version to 0.7.0-rc1 by Benny Prijono · 17 years ago
  69. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  70. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  71. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  72. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  73. 1248311 Ticket #168: Added some variables in build.mak that can be used by application in its makefile by Benny Prijono · 18 years ago
  74. ad086e0 Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin by Benny Prijono · 18 years ago
  75. ce1db76 Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option) by Benny Prijono · 18 years ago
  76. f63a255 Ticket #83: updated autoconf script to detect netinet/ip.h header (for TOS stuffs) by Benny Prijono · 18 years ago
  77. 06d1d0e Fixed ticket #82: link error when codec(s) are disabled from configure script (thanks Thomas Reitmayr) by Benny Prijono · 18 years ago
  78. 7e0d75f Added TLS support in Makefiles (see ticket #3) by Benny Prijono · 18 years ago
  79. 39ae2da Updated PortAudio to latest version for Mac by Benny Prijono · 18 years ago
  80. d145982 Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet] by Benny Prijono · 18 years ago
  81. 5b818b2 Fixed incorrect cross compilation settings with the autoconf script. by Benny Prijono · 18 years ago
  82. c1fe23d Set default CFLAGS in configure to -O2 -DNDEBUG by Benny Prijono · 18 years ago
  83. 1d97162 Fixed autoconf in various other systems (IA64, x86_64, BSD/FreeBSD) by Benny Prijono · 18 years ago
  84. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  85. b466e23 Fixed autoconf on MacOS X by Benny Prijono · 18 years ago
  86. 30f85c6 Added PJ_HAS_SOCKLEN_T test in configure script (some MacOS X have it, some dont) by Benny Prijono · 18 years ago
  87. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  88. a9b372a Added initial implementation of autoconf script (aconfigure) by Benny Prijono · 18 years ago