1. 81f0e6a Re #1219: Added H.264 SDP fmtp "sprop-parameter-sets" to ffmpeg. by Nanang Izzuddin · 13 years ago
  2. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  3. 21bd3fd Re #1213: Add OpenGL support for SDL renderer by Sauw Ming · 13 years ago
  4. 446082c Re #1186: fixed crash when parsing fmtp with more than 8 parameters by enlarging the default limit, fix the crash, and make the limit configurable by Benny Prijono · 13 years ago
  5. f55fb6b Re #1208: fixed typo in comment and combine the typedef for better doxygen documentation by Benny Prijono · 13 years ago
  6. ea508b4 Re #1219: protect new ffmpeg features with #ifdefs by Benny Prijono · 13 years ago
  7. 81c78af Re #1219: fixed compile error of typo (accidentally undone modification before svn checkin). by Nanang Izzuddin · 13 years ago
  8. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  9. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  10. e2c3501 Re #1221: Fixed wrong reference to the socket variable. by Sauw Ming · 13 years ago
  11. 3718465 Fixed #1225: iPhone: UDP socket send error after waking up from background mode (thanks Joe Meade for the report) by Benny Prijono · 13 years ago
  12. 7f8d76f Re #1224: Fixed silly bug in pjsua_acc_modify(): incremented wrong loop counter in updating credential info. by Nanang Izzuddin · 13 years ago
  13. e9f70d8 Re #1213 (Video devices): by Benny Prijono · 14 years ago
  14. f6bebc3 Re #1214: more elaborate tests on vid_dev_test by Benny Prijono · 14 years ago
  15. 00ae45a libswscale rearrangement (re #1219/ffmpeg codecs): instantiate libswscale converter from the converter manager instead of having to instantiate it manually in all apps by Benny Prijono · 14 years ago
  16. 8dbe1a1 Re #1219: Updated H263 packetizer to just return PJ_EINVAL (instead of triggering assertion) when the supplied bitstream is invalid. by Nanang Izzuddin · 14 years ago
  17. 0c668f9 Re #1214: Enable pjsua to use SDLmain library if possible. by Sauw Ming · 14 years ago
  18. 03ad890 Re #1213: by Sauw Ming · 14 years ago
  19. 1b39a64 Re #1214: add aviplay in the samples' makefile by Sauw Ming · 14 years ago
  20. 1d65528 Fix #1223: Bug in initializing message body's media type from incoming message (thanks Gang Liu for the report) by Benny Prijono · 14 years ago
  21. 701412b Fix #1222: Assertion if BYE is received while callee is still in early state by Benny Prijono · 14 years ago
  22. 446ba13 Re #1221: Move setting the socket option to pjlib level (sock_bsd) instead of in the SIP transport. by Sauw Ming · 14 years ago
  23. 71841f7 Re #1221: Fix variable name error. by Sauw Ming · 14 years ago
  24. d9d2f5e Fixed #1221: Crash when SIP transport tried to write to a broken pipe. by Sauw Ming · 14 years ago
  25. 587c794 Re #1214 (apps): added registrar functionality in pjsua for easier testing by Benny Prijono · 14 years ago
  26. 07fe8d3 Re #1201: Fixed bad definition of pjsua_vid_set/get_setting() (caused compilation error on GCC). by Nanang Izzuddin · 14 years ago
  27. a77a0da Misc (re #1175): added protection against broken pipe exception in python unit test when handling error by Benny Prijono · 14 years ago
  28. 639873e Bug re #1161: the user header list was not cloned properly by Benny Prijono · 14 years ago
  29. 0ca45f4 Re 1220: typo in PJ_ALIGN_DATA implementation for gcc by Benny Prijono · 14 years ago
  30. 269eec1 Re #1214: by Nanang Izzuddin · 14 years ago
  31. 50fae73 Re #1201: Added pjsua API for video devices and codecs management. by Nanang Izzuddin · 14 years ago
  32. 63b01ab Re #1213: by Nanang Izzuddin · 14 years ago
  33. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  34. 4415031 Close #1220: by Nanang Izzuddin · 14 years ago
  35. b93e688 Re #1213 (video devices): by Sauw Ming · 14 years ago
  36. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  37. 9b61ff5 Re #1201: replace union media stream in pjsua_call_media with struct, to avoid the conf_slot corrupting the video capturer value by Benny Prijono · 14 years ago
  38. cd62c4e Intel IPP version 7 support on Linux. This closes #1200 by Benny Prijono · 14 years ago
  39. bf26db1 Re #1201: by Nanang Izzuddin · 14 years ago
  40. 27d8afb Fixed #1218: Modify configure-iphone to use the latest version of gcc by Sauw Ming · 14 years ago
  41. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  42. f35f842 Re #1214: work on simpleua: by Benny Prijono · 14 years ago
  43. 349037b Re #1213 (video devices): by Benny Prijono · 14 years ago
  44. 3f3df73 Re #1211 (new pj_gettickcount() API): fixed compilation error on Linux by Benny Prijono · 14 years ago
  45. 0bc99a9 Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201. by Benny Prijono · 14 years ago
  46. 59d2c8c Fixed #1211: Add pjlib API pj_gettickcount() that returns a monotonically increasing timestamp by Sauw Ming · 14 years ago
  47. 3a86f32 Fix #1212: by Nanang Izzuddin · 14 years ago
  48. c1f500c Re #1175 (Misc): coreaudio fixes: by Sauw Ming · 14 years ago
  49. cf51b61 Re #1209: clarified in the comment that PJSUA_CALL_UNHOLD is only valid for pjsua_call_reinvite() by Benny Prijono · 14 years ago
  50. dec3a37 Fixed #1209: new enhancement: Option to update Contact URI when sending re-INVITE or UPDATE by Benny Prijono · 14 years ago
  51. 854ec1a Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to disable video features by Benny Prijono · 14 years ago
  52. 867280b Re #1186 (SDP works); added few more APIs for SDP generation: by Benny Prijono · 14 years ago
  53. 51a4a29 Re #1208 (misc): bug in frame_size calculation in PJMEDIA_FSZ() causing results to be truncated by Benny Prijono · 14 years ago
  54. 8e0fa3c Re #1208 (misc): bug in resample_port, the port info is accessed before it is initialized by Benny Prijono · 14 years ago
  55. 6c7e95e Re #1182: renamed pjmedia_vid_stream to pjmedia_vid_dev_stream due to conflict with "the real" vid_stream by Benny Prijono · 14 years ago
  56. fe74aec Fixed #1207: Deprecation of pjmedia_session: by Benny Prijono · 14 years ago
  57. 1641953 Re #1182: added the video stream to pjmedia Makefile by Benny Prijono · 14 years ago
  58. 8ad06c5 Re #1205: If refresh timer is already running, it will be cancelled and rescheduled with the new delay. This can be useful if app wants to correct the delay after it checks the timeout in the callback. by Sauw Ming · 14 years ago
  59. 744e0db Misc (re #1175) (thanks to Seth Hinze for the patch): by Sauw Ming · 14 years ago
  60. d3c8e63 Closed #1206: Add pjmedia_stream API to get the last frame type retrieved from the jitter buffer. by Sauw Ming · 14 years ago
  61. 9b80d51 Fixed #1205: Configurable delay before registration refresh setting in pjsua_acc_config by Sauw Ming · 14 years ago
  62. aa3c0d3 Re #1204: by Sauw Ming · 14 years ago
  63. 48687d7 Re #1204: Added audio device list refresh into auddemo.c by Nanang Izzuddin · 14 years ago
  64. 98766c7 Fixed #1204: Support for refreshing audio device list. by Sauw Ming · 14 years ago
  65. fea635a Implementation of re #1202 (PJLIB System Information API) on Symbian/S60 platforms. by Nanang Izzuddin · 14 years ago
  66. c808952 Re #1202: Fixed compilation preprocessor for os_info so that it's more robust across various device and simulator SDKs. by Sauw Ming · 14 years ago
  67. 678b2f8 Re #1182: by Nanang Izzuddin · 14 years ago
  68. 056b4fd Re #1202: Fixed compilation error in os_info_iphone.m on iPhoneSimulator by Sauw Ming · 14 years ago
  69. 0b7864e Re #1202: Fixed detection for iPhone simulator. by Sauw Ming · 14 years ago
  70. 9861070 Re #1182: by Nanang Izzuddin · 14 years ago
  71. 4a20bc8 Re #1182: by Sauw Ming · 14 years ago
  72. fe42f0c Re #3428: Fixed aconfigure for iOS by Sauw Ming · 14 years ago
  73. c451f04 Fix #1203: iPhone OS background mode detection by Sauw Ming · 14 years ago
  74. 6a970a3 Implementation of re #1202 (PJLIB System Information API) on iPhone OS. by Sauw Ming · 14 years ago
  75. 155791d Misc (re #1175): fixed link error in OpenBSD 4.6 caused by lack of sched_get_priority_min() and sched_get_priority_max() by Benny Prijono · 14 years ago
  76. 4df37e9 Re #1202 (pjlib sysinfo): testing on OpenSolaris and added pjlib-test entry by Benny Prijono · 14 years ago
  77. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  78. de5c5ed Implementation of re #1202 (PJLIB System Information API) on Win32 and Windows mobile targets by Benny Prijono · 14 years ago
  79. e3e6580 Initial implementation for re #1202 (PJILB System Information API) for Linux/Unix by Benny Prijono · 14 years ago
  80. 29531ae Re #1174 (coreaudio_dev work): minor changes to replace "Error" message with "Warning" for non-fatal errors by Benny Prijono · 14 years ago
  81. 96d4dc6 Re #1175 (Misc fixes): fixed realclean and distclean target for Python makefile by Benny Prijono · 14 years ago
  82. a9c1cf4 Re #1182: by Nanang Izzuddin · 14 years ago
  83. c85a00d Re #1186: by Nanang Izzuddin · 14 years ago
  84. ecaaec0 Re #1182: Reverted back video part in stream.h/c by Nanang Izzuddin · 14 years ago
  85. b3756b3 Re #1200: updated IPP codecs to support IPP v7.0 on MSVC, only include "ippsr.lib" in auto link when IPP major version is 6 or below. by Nanang Izzuddin · 14 years ago
  86. d8cc3e7 Fix #1199: by Nanang Izzuddin · 14 years ago
  87. 6cf25ce Misc (re #1175): fix sample app pcaputil.c bug, it always fails in reading the first/reference packet when the codec is not PCMU (default payload type was hardcoded to zero/PCMU). by Nanang Izzuddin · 14 years ago
  88. 462fb1d Misc (re #1175): fixed possible division-by-zero bug when receiving problematic G722 payloads (e.g: sized less than 160 bytes) and remote clock-rate/timestamp-span detection is active (PJMEDIA_HANDLE_G722_MPEG_BUG is set). Thanks Erik Waling for the patch. by Nanang Izzuddin · 14 years ago
  89. aa6fd41 Re #1174: fixed crash when pjsua is restarted, causing inClientData to be invalid since AudioSessionInitialize can only be called once. by Sauw Ming · 14 years ago
  90. 5c2f6da Re #1161: Support for adding custom presence subscription headers. by Sauw Ming · 14 years ago
  91. 5b0f230 Re #1175: Modified default core audio unit used on iOS from VPIO to RemoteIO. To use VPIO, application needs to specify a nonzero value for the PJMEDIA_AUD_DEV_CAP_EC capability. by Sauw Ming · 14 years ago
  92. f3cfb88 Re #1192: Fixes stereo support. by Sauw Ming · 14 years ago
  93. a5edbd9 Re #1197: also increase MAX_IMMEDIATE_PACKET from 10 to 50 to make it more resilient against errors by Benny Prijono · 14 years ago
  94. a61c43d Fixed #1197: WSAECONNRESET errors on Windows 2000 or 2003 may cause UDP transport to stop working by Benny Prijono · 14 years ago
  95. 9ef5138 Re #597: Modify buffer padding code for EOF event (thanks to Thomas Johnson). by Sauw Ming · 14 years ago
  96. 3e7630a Re #3398: Fixes assertion in the resample procedure and callback. by Sauw Ming · 14 years ago
  97. 0f35826 Fixes #597: Error reading WAV files when there are extra chunks after DATA chunk. by Sauw Ming · 14 years ago
  98. 4fc590f Fix #1195: assertion during thread registration in coreaudio and portaudio's input/output callbacks on Mac OS X and #1196: using system's default audio input/output device instead of first available device. by Sauw Ming · 14 years ago
  99. 1e376aa As compared to iOS SDK 3.x, in iOS SDK 4.x, __IPHONE_OS_VERSION_MIN_REQUIRED is defined only when -miphoneos-version-min is used (see the SDK's AvailabilityInternal.h). This causes coreaudio_dev to be compiled using RemoteIO (instead of VPIO) and without Bluetooth support. This revision fixes #1194. by Sauw Ming · 14 years ago
  100. 8e79912 Re #1184: Adding pjmedia_clock_src for the purpose of audio and video synchronization and also to provide synchronization mechanism between two medias in general. by Sauw Ming · 14 years ago