1. bdf6d1e Fix #1475: Fixed wrong frame size calculation used for jitter buffer initialization in video stream, it should be based on PJMEDIA_MAX_MTU instead of encoder MTU setting. by Nanang Izzuddin · 12 years ago
  2. 7d25aa6 Re #1474: merged r3879 by Benny Prijono · 12 years ago
  3. 79fdc88 Re #1474: merged r3879:3885 by Benny Prijono · 12 years ago
  4. a629319 Misc (re #1446): Fixed compile warnings on VS2005. by Nanang Izzuddin · 12 years ago
  5. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  6. fb28b6a Misc (re #1446): Avoid unnecessary high latency caused by clock drift or call setup lag by overriding initial framerate setting to be 1.5x higher in video stream decoding direction. Note that a previous method in r3972 has just been cancelled. by Nanang Izzuddin · 12 years ago
  7. 79d54d2 Re #1446 (misc fix): Add more robust checking and logs for SDL job queue creation/destruction. by Sauw Ming · 12 years ago
  8. 4f82c4d Re #1446 (misc fix): Fix call info to display correct invite state by Sauw Ming · 12 years ago
  9. ca9c3fd Fix #1473: Fixed H263 encoder setting negotiation in pjmedia_vid_codec_h263_apply_fmtp() to be based on pjmedia_vid_codec_param.enc_fmt.det.vid.fps (it was based on local H263 SDP fmtp). by Nanang Izzuddin · 12 years ago
  10. 4997ba6 Fixed wrong use of CC variable in Makefile (re #1463) by Benny Prijono · 12 years ago
  11. 4a8e5f6 Re #1472: Fixed assertion if stream role is passive by Sauw Ming · 12 years ago
  12. 7afdd3a Fixed #1472: Modify video port to create its own clock instead of using the device's clock by Sauw Ming · 12 years ago
  13. b8dfe89 Misc (re #1446): prevent on_call_state() callback from being called before on_incoming_call() callback is called by Benny Prijono · 12 years ago
  14. 2565aec Re #1463 (3rd party media support): fixed VS2005 project setting for newly added files (pjmedia/stream_info.c, pjmedia/vid_stream_info.c, pjsua-lib/pjsua_aud.c). by Nanang Izzuddin · 13 years ago
  15. 56a1a13 Re #1463 (3rd party media support): fixed the top most Makefile by Benny Prijono · 13 years ago
  16. 464182e Re #1463 (3rd party media stack support): added the sample app in pjsip-apps/src/3rdparty_media_sample by Benny Prijono · 13 years ago
  17. 1312e75 Re: #1463 (Third party media support). Tnitial work and it works, tested on Linux. Details: by Benny Prijono · 13 years ago
  18. c1a8073 Re #1467: fix sound device (opened/closed) status check in check_snd_dev_idle(), especially when sound device is managed by app (no_snd = PJ_TRUE). Note that pjsua_media_subsys_destroy() always close the sound device first, so check_snd_dev_idle() in pjsua_destroy() sequence should have been just a no-operation. by Nanang Izzuddin · 13 years ago
  19. fa62eb1 Re #1428: Fix returning the correct error status when there is no active media. by Sauw Ming · 13 years ago
  20. c1f9b55 Re #1446 (misc fix): Fixed typo in default clock rate for iOS and QT video dev. by Sauw Ming · 13 years ago
  21. e0de37f Misc (re #1446): Re-enable remote video frame-rate detection in vid_stream.c. Note that currently such remote frame-rate update will not trigger format changed event. by Nanang Izzuddin · 13 years ago
  22. 3d05498 Misc (re #1446): Updated ffmpeg video codecs default params: by Nanang Izzuddin · 13 years ago
  23. 84e0018 Misc (re #1446): Minor fixes arrange_window() in pjsua app: by Nanang Izzuddin · 13 years ago
  24. 6709be6 Fixed #1461: pjsua_call_make_call: assertion failure when rapidly making calls by Sauw Ming · 13 years ago
  25. 6afaa86 Fix #1459: returned back the old/1.x way of controlling dialog lifetime in pjsua_call_make_call(). by Nanang Izzuddin · 13 years ago
  26. 641d087 Fix #1453: by Nanang Izzuddin · 13 years ago
  27. a56a927 Re #1244: Added bitrate adjustment for video encoder based on remote SDP "b=TIAS" line in media level. by Nanang Izzuddin · 13 years ago
  28. 8ad9e7f Re 1446#: Fix division by zero error caused by DShow if video device does not supply AvgTimePerFrame information (AvgTimePerFrame=0). by Sauw Ming · 13 years ago
  29. 85565c1 Closed #1450: Add support for SDL job queue to grow in size. by Sauw Ming · 13 years ago
  30. ad2eec8 Re #1446 (misc fix): Fix crash problem due to uninitialized list when SDL creation failed by Sauw Ming · 13 years ago
  31. 2aa3bcb Updated PortAudio SVN URL (re #1446/Misc) by Benny Prijono · 13 years ago
  32. 2f29635 Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate settings. Two SDP bandwidth types/modifiers are used: AS in session level & TIAS in media level. by Nanang Izzuddin · 13 years ago
  33. 8cbc8a5 Fix #1444: always connect video capture port to video tee, even when the capture port has native preview, as a capture port can be used simultaneously by multiple streams (not only used by non-native preview renderer). by Nanang Izzuddin · 13 years ago
  34. 54176c4 Fix #1443: put destroy method to opencore-amr codec factory op. by Nanang Izzuddin · 13 years ago
  35. 2a89923 Fixes #1442: Unable to make call if disabled media is included by Sauw Ming · 13 years ago
  36. a8c6206 Re #1441 (vid_streamutil): applied window flags BORDER and RESIZABLE to the incoming video window. by Nanang Izzuddin · 13 years ago
  37. 9a294e7 Re #1441 (vid_streamutil): only apply the decoding format size (DEF_RENDERER_WIDTH/HEIGHT macro setting) if it is larger than the default. by Nanang Izzuddin · 13 years ago
  38. 8e59da0 Re #1441 (vid_streamutil): fixed assertion of uninitialized event manager. by Nanang Izzuddin · 13 years ago
  39. 6f888b9 Fixed #1438: CoInitializeEx by application prevents dshow device from working by Sauw Ming · 13 years ago
  40. 75d34e1 Changed version to 2.0-beta-svn by Nanang Izzuddin · 13 years ago
  41. 77b532d Changed version to 2.0-beta by Nanang Izzuddin · 13 years ago
  42. 5bfb169 Misc (re #1393): vidgui: fixed zombie video window after re-INVITE by always destroying any incoming video window first before processing media update. by Nanang Izzuddin · 13 years ago
  43. 1c56542 Fix #1433: synchronuous ICE initialization calls PJSUA_UNLOCK() only when the PJSUA lock is actually held by this thread. by Nanang Izzuddin · 13 years ago
  44. 53966c0 Close #1434: Added PJSUA_LOCK_IS_LOCKED(). by Nanang Izzuddin · 13 years ago
  45. 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
  46. b138603 Re #1393: added checkbox to enable/disable video in vidgui sample app by Benny Prijono · 13 years ago
  47. ae86e6a More re #1419: changed field names from video_count to vid_cnt and audio_cnt to aud_cnt for better consistency by Benny Prijono · 13 years ago
  48. 5c4aa8e Misc (re #1393): vidgui: added account and NAT support and fixed assertion on incoming call by Benny Prijono · 13 years ago
  49. 0a05689 Re #1393 (misc): reduced default ffmpeg h264 bandwidth from 512 to 256kbps by Benny Prijono · 13 years ago
  50. 0ec6cfb Re #1393 (misc): renamed label on_error to on_return and fixed warning re constness by Benny Prijono · 13 years ago
  51. 1787c1c Re #1234: increase default interval between two INFOs from 500 to 3000 ms by Benny Prijono · 13 years ago
  52. 9c2de5c Re #1430: Fixed crash when STUN & ICE is off by Sauw Ming · 13 years ago
  53. 9d3021f Fixed #1430: Crash when dialog is prematurely destroyed during outgoing call. by Sauw Ming · 13 years ago
  54. ca15267 Misc (re #1393): fix bitrate calculation in stream.c and wav_playlist.c. by Nanang Izzuddin · 13 years ago
  55. 0c2aab7 Fix #1425: by Nanang Izzuddin · 13 years ago
  56. 9518d2f Fixed #1429: Problem with SDL on setting window's position when window is hidden by Sauw Ming · 13 years ago
  57. 393edda Fix #1427: added check if video_cnt in call option should be increased while trying to enable a video stream. by Nanang Izzuddin · 13 years ago
  58. 9a71d8e Close #1279: Implemented custom SDP format match for G.722.1 and AMR-NB/WB. by Nanang Izzuddin · 13 years ago
  59. e857f41 Misc (re #1393): fix compile error in pjmedia-codec/audio_codecs.c, caused by typo and wrong member reference: '&c->passthough.ilbc' should be '&c->passthrough.setting'. by Nanang Izzuddin · 13 years ago
  60. 5be47c7 Misc (re #1393): fix compile error in pjsua_media.c (undefined member 'bitrate' in struct 'pjmedia_format') when using passthrough codec. by Nanang Izzuddin · 13 years ago
  61. 4506dd6 Close #1424: Added new pjsua callback: on_call_rx_offer(). by Nanang Izzuddin · 13 years ago
  62. 7a9b756 Re #1420: Create a pool for the event manager so subscriber doesn't need to supply its own pool. by Sauw Ming · 13 years ago
  63. 1e4cf69 Re #1234: minor update, put libavcodec version check for constant AV_PICTURE_TYPE_I/FF_I_TYPE usage. by Nanang Izzuddin · 13 years ago
  64. 0409a3d Re #1419: updated call transfer to allow both the transferee and the transfer destination to update the current call setting: by Nanang Izzuddin · 13 years ago
  65. 0616717 Re #1420: Removed old event publication init in QT and iOS dev. by Sauw Ming · 13 years ago
  66. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  67. 69a9ba3 Re #1420: Releases the mutex before invoking the callback from the worker thread. by Sauw Ming · 13 years ago
  68. b4abd3e Re #1420: Fixed event source information in pjmedia vid_stream by Sauw Ming · 13 years ago
  69. 71f5a92 Re #1420: Fixed event propagation from video stream to video port. by Sauw Ming · 13 years ago
  70. d29724f Re #1420: event change for V4L2 device by Benny Prijono · 13 years ago
  71. 7347f31 Minor (re #1393): fixed compilation warning in pjsua app if video is disabled by Benny Prijono · 13 years ago
  72. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  73. 3d7385c Misc (re #1393): fix linking error "app_config_init_video() not found" when video is disabled, also some compile warnings (unused variables). by Nanang Izzuddin · 13 years ago
  74. debd48a Re #1419, implement media count manipulation per call basis: by Nanang Izzuddin · 13 years ago
  75. 678c02c Fixed problem with selecting audio codec if rtpmap is omitted from the SDP for the static PT (re #1393, thanks Régis Montoya for the fix!) by Benny Prijono · 13 years ago
  76. 58366a0 Missing video component deinitialization caused assertion when the stack is restarted. Thanks Régis Montoya for the report (re #1393) by Benny Prijono · 13 years ago
  77. 7e4feae Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  78. 2780b7a Misc (re #1393): write log if adding pjsua buddy fails by Benny Prijono · 13 years ago
  79. dc43afe Misc (re #1393): disable jbuf tracing by Benny Prijono · 13 years ago
  80. cb69f8d Fixed #1406: Add info about ICE candidates being used in transport info and pjsua's call dump output by Benny Prijono · 13 years ago
  81. 20eb727 Misc (re #13930; added info about ICE candidates being used (both local and remote) in pjsua dump call output by Benny Prijono · 13 years ago
  82. d5c6825 Close #1404: handle static payload types match in pjmedia_sdp_neg_fmt_match(). by Nanang Izzuddin · 13 years ago
  83. f9ea1a0 Re #1393 (misc): remove unnecessary call to start preview renderer in video update by Benny Prijono · 13 years ago
  84. cfa312c Close #1403: Fixed pjsua-lib in generating re-offer when the current session contains (disabled) unknown media types. by Nanang Izzuddin · 13 years ago
  85. 0ee072f Fixed #1401: Add support for video device's window flags by Sauw Ming · 13 years ago
  86. 4bc1575 Added video for TCP account (previous fix did not work, re #1400) by Benny Prijono · 13 years ago
  87. 0d6f755 Added missing video initialization to TCP local accounts in pjsua (fixed #1400) by Benny Prijono · 13 years ago
  88. f954778 Re #1390: Updated h264 settings: bitrate from 128k to 512k, size from 352x288 to 720x480, x264 preset from 'veryslow' to 'veryfast'. by Nanang Izzuddin · 13 years ago
  89. 7eff5ef Fixed #1402: crash when adding new media by Benny Prijono · 13 years ago
  90. e110523 More H.264 (re #1390): added x264 in aconfigure by Benny Prijono · 13 years ago
  91. db5d89d Fixed call_med->rtp_addr is not initialized causing UPDATE to be sent after every ICE negotiation (misc re #1392) by Benny Prijono · 13 years ago
  92. 46977e7 Misc (re #1393): cosmetic in call dump, missing '=' char in avg bitrate in TX :) by Nanang Izzuddin · 13 years ago
  93. acc3181 Re #1300: Bug in updating SDP rtpmap in symmetric PT when PT offer is shorter than our default, the rtpmap value length was not updated. by Nanang Izzuddin · 13 years ago
  94. 452eba0 Re #1394: Ignore thread join if called from the same thread, it will cause the thread blocks forever. by Nanang Izzuddin · 13 years ago
  95. f487ccf More re #1394: handle the case when clock_stop() is called from within the clock callback itself by Benny Prijono · 13 years ago
  96. 431c603 Re #1390: disable H264 encoder source format RGB24 as x264 doesn't support 4:4:4 for baseline profile. by Nanang Izzuddin · 13 years ago
  97. 7718350 Misc (re #1393): crash in vid win command without argument by Benny Prijono · 13 years ago
  98. 034ac41 Re #1400: init video settings for pjsua app accounts. by Nanang Izzuddin · 13 years ago
  99. d3de2a8 Re #1400: enhancements to video operations in pjsua application by Benny Prijono · 13 years ago
  100. c8e1294 Fixed #1398: TURN initialization failure scenario by Sauw Ming · 13 years ago