1. 0c2aab7 Fix #1425: by Nanang Izzuddin · 13 years ago
  2. 9518d2f Fixed #1429: Problem with SDL on setting window's position when window is hidden by Sauw Ming · 13 years ago
  3. 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
  4. 9a71d8e Close #1279: Implemented custom SDP format match for G.722.1 and AMR-NB/WB. by Nanang Izzuddin · 13 years ago
  5. 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
  6. 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
  7. 4506dd6 Close #1424: Added new pjsua callback: on_call_rx_offer(). by Nanang Izzuddin · 13 years ago
  8. 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
  9. 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
  10. 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
  11. 0616717 Re #1420: Removed old event publication init in QT and iOS dev. by Sauw Ming · 13 years ago
  12. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  13. 69a9ba3 Re #1420: Releases the mutex before invoking the callback from the worker thread. by Sauw Ming · 13 years ago
  14. b4abd3e Re #1420: Fixed event source information in pjmedia vid_stream by Sauw Ming · 13 years ago
  15. 71f5a92 Re #1420: Fixed event propagation from video stream to video port. by Sauw Ming · 13 years ago
  16. d29724f Re #1420: event change for V4L2 device by Benny Prijono · 13 years ago
  17. 7347f31 Minor (re #1393): fixed compilation warning in pjsua app if video is disabled by Benny Prijono · 13 years ago
  18. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  19. 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
  20. debd48a Re #1419, implement media count manipulation per call basis: by Nanang Izzuddin · 13 years ago
  21. 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
  22. 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
  23. 7e4feae Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  24. 2780b7a Misc (re #1393): write log if adding pjsua buddy fails by Benny Prijono · 13 years ago
  25. dc43afe Misc (re #1393): disable jbuf tracing by Benny Prijono · 13 years ago
  26. 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
  27. 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
  28. d5c6825 Close #1404: handle static payload types match in pjmedia_sdp_neg_fmt_match(). by Nanang Izzuddin · 13 years ago
  29. f9ea1a0 Re #1393 (misc): remove unnecessary call to start preview renderer in video update by Benny Prijono · 13 years ago
  30. 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
  31. 0ee072f Fixed #1401: Add support for video device's window flags by Sauw Ming · 13 years ago
  32. 4bc1575 Added video for TCP account (previous fix did not work, re #1400) by Benny Prijono · 13 years ago
  33. 0d6f755 Added missing video initialization to TCP local accounts in pjsua (fixed #1400) by Benny Prijono · 13 years ago
  34. 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
  35. 7eff5ef Fixed #1402: crash when adding new media by Benny Prijono · 13 years ago
  36. e110523 More H.264 (re #1390): added x264 in aconfigure by Benny Prijono · 13 years ago
  37. 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
  38. 46977e7 Misc (re #1393): cosmetic in call dump, missing '=' char in avg bitrate in TX :) by Nanang Izzuddin · 13 years ago
  39. 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
  40. 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
  41. f487ccf More re #1394: handle the case when clock_stop() is called from within the clock callback itself by Benny Prijono · 13 years ago
  42. 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
  43. 7718350 Misc (re #1393): crash in vid win command without argument by Benny Prijono · 13 years ago
  44. 034ac41 Re #1400: init video settings for pjsua app accounts. by Nanang Izzuddin · 13 years ago
  45. d3de2a8 Re #1400: enhancements to video operations in pjsua application by Benny Prijono · 13 years ago
  46. c8e1294 Fixed #1398: TURN initialization failure scenario by Sauw Ming · 13 years ago
  47. 12ceac8 Minor (#1393): compilation warning with snprintf format by Benny Prijono · 13 years ago
  48. 6970f7c More #1394: fixed deadlock when format change is reported by vid_stream, which cause the clock to stop. It waits for the callback to return, but the callback is waiting to lock the jb_mutex, which is currently being held by the stopping clock. The workaround is to queue the event and report it later by Benny Prijono · 13 years ago
  49. 0269c8e Fixed #1399: Assertion failure if unable to resolve TURN server by Benny Prijono · 13 years ago
  50. 2761067 Fixed #1389: Failed to authenticate to TURN client due to REALM attribute padding by Benny Prijono · 13 years ago
  51. 9fc7f1f Re #1300: fixed bug when looking for non-telephone-events codec in the incoming INVITE causing it to rejects with 488 by Benny Prijono · 13 years ago
  52. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  53. 3f0ff80 Fixed #1394: Concurrency problem when stopping clock thread by Benny Prijono · 13 years ago
  54. abdb5ed Misc (re #1393): fixed wrong libavutil version detection by Benny Prijono · 13 years ago
  55. 9606a52 Misc (re #1393): Put log warning in ffmpeg codecs when a codec is enabled but cannot be found in ffmpeg library. by Nanang Izzuddin · 13 years ago
  56. 16653df Re #1300: Implemented symmetric payload type in generating SDP answer in SDP negotiator. by Nanang Izzuddin · 13 years ago
  57. 697456e Misc (re #1393): increase default H.263 bandwidth by Benny Prijono · 13 years ago
  58. 025263d Fixed #1392: Immediately decode incoming frames to avoid loosing key frames when the jbuf is full and improve latency by Benny Prijono · 13 years ago
  59. 3c41698 Re #1390: Fixed ffmpeg codecs to update size & fps in AVCodecContext after applying SDP fmtp to codec param. by Nanang Izzuddin · 13 years ago
  60. 6a0a49a Added libz in aconfigure as this is needed by newer ffmpeg (re #1390) by Benny Prijono · 13 years ago
  61. 565c52e Fixed compilation error in pjsua_app introduced by r3819 if video is not enabled (re #1390) by Benny Prijono · 13 years ago
  62. a165e93 Compile error with older ffmpeg due to H.264 modification (re #1390) by Benny Prijono · 13 years ago
  63. f6140b3 Re #1390: Fixed possible compile error in ffmpeg_util.c, the new ffmpeg format PIX_FMT_GBR24P is only available in libavutil 51.20.1 onward. by Nanang Izzuddin · 13 years ago
  64. 65b04a6 Reenable ffmpeg H264 (re #1390): by Nanang Izzuddin · 13 years ago
  65. e197489 Changed version to 2.0-alpha2-svn by Benny Prijono · 13 years ago
  66. e1c94ca Changed version to 2.0-alpha2 by Benny Prijono · 13 years ago
  67. aa46ce0 Set default H.263 bandwidth to 128Kbps instead of 1Mbps (re #1370) by Benny Prijono · 13 years ago
  68. cec804e Closed #1382: Handle flipped image in dshow by Sauw Ming · 13 years ago
  69. 764f873 Misc (re #1370): limit the number of error messages caused by error in send_rtp() by Benny Prijono · 13 years ago
  70. b6714d6 Misc (re #1370): disable H263 codec for RTP communication (was enabled to test whether it can use H263-1998 packetization). by Nanang Izzuddin · 13 years ago
  71. d865de9 Misc (re #1370): pjsua hide preview window when setting preview off by Benny Prijono · 13 years ago
  72. 6503023 Misc (re #1370): fixed change video capture device for a call implementation by Benny Prijono · 13 years ago
  73. 3c1ed0c Misc (re #1370): rename command "vid call set-cap" to "vid call cap", and added command "vid win arrange" to auto-arrange windows by Benny Prijono · 13 years ago
  74. 8350e7e Re #1370: Fixed dshow enumeration device capability. by Sauw Ming · 13 years ago
  75. 3a55bb9 Re #1266: by Sauw Ming · 13 years ago
  76. 93d8707 Close #1381: by Nanang Izzuddin · 13 years ago
  77. 298bf2e Re #1370: fixed a bug which accidentally overwrites the function parameter. by Sauw Ming · 13 years ago
  78. eb66398 Misc (re #1370): calling pjmedia_vid_port_start() more than once had caused freezing capture video if preview is enabled before making video calls by Benny Prijono · 13 years ago
  79. 444a3d6 Misc (re #1370): vid_dev_stream should not call start() if it is already been started by Benny Prijono · 13 years ago
  80. 5394880 Misc (re #1370): removed dead code in session.c by Benny Prijono · 13 years ago
  81. a5964e7 Misc (re #1370): minor fix compile warning on VS2005 about comparison between int & unsigned int. by Nanang Izzuddin · 13 years ago
  82. 0e9082d Fixed link error in pjsua due to r3785 (Misc, re #1370) by Benny Prijono · 13 years ago
  83. 86e9162 Fixed missing updating of call_med's cap_dev after fast switching (re #1362) by Benny Prijono · 13 years ago
  84. 10ff56e More re #1362: actually try to use the device switching capability in pjsua-lib, in pjsua_call_set_vid_strm(PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV) operation by Benny Prijono · 13 years ago
  85. 83a9eaf Added pjsua_call_vid_stream_is_running() and pjmedia_vid_stream_is_running() API (closes #1379) by Benny Prijono · 13 years ago
  86. 1cad0bb Misc (re #1370): auto arranging of video windows in pjsua by Benny Prijono · 13 years ago
  87. 22cce53 Misc (re #1370): minor fix in pjsua_vid_preview_get_win() documentation which said it will return NULL instead of PJSUA_INVALID_ID if the window is not created for the device by Benny Prijono · 13 years ago
  88. 0d6cce0 Misc (re #1370): open v4l2 in blocking mode to get rid of Resource temporarily unavailable error by Benny Prijono · 13 years ago
  89. 42a275b Re #1358 (minor updates in event.c): by Nanang Izzuddin · 13 years ago
  90. 85bf31c Added PJMEDIA_VID_DEV_CAP_SWITCH capability to allow fast switching to another device while the video device stream is running. Currently not implemented on any devices.(This closes #1362) by Benny Prijono · 13 years ago
  91. 903154f Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callback (instead of returning PJ_EBUSY) and make sure the right transport is used before calling dlg_respond() by Sauw Ming · 13 years ago
  92. c12a19d Fix #1358: by Nanang Izzuddin · 13 years ago
  93. ec76535 Closed #1266: by Sauw Ming · 13 years ago
  94. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  95. 848742f Re #1266: Fixed failed automated tests for ICE by Sauw Ming · 13 years ago
  96. e9b279b Close #1360: implementated video orientation (currently only for video devices). by Nanang Izzuddin · 13 years ago
  97. 3a77157 Misc video (re #1370): fixed function definition specifier of pjmedia_vid_tee_remove_dst_port(). by Nanang Izzuddin · 13 years ago
  98. ca35618 Closes #1377: fixed video stream cleanup to reset back cap_win_id & rdr_win_id value to PJSUA_INVALID_ID after capture/render device released from the call stream. by Nanang Izzuddin · 13 years ago
  99. 99cc8ff Re #1266: Fixed crash when accepting incoming call. by Sauw Ming · 13 years ago
  100. 96cabac Re #1266: Fixed build error in non-Windows platform. by Sauw Ming · 13 years ago