1. 11c501a Re #1446 (misc): Revert r4035 which resizes renderer if format does not change. by Sauw Ming · 12 years ago
  2. 32befd7 Re #1446 (misc): Fixed unset sip error code if pjsip_inv_verify_request3() failed. by Sauw Ming · 12 years ago
  3. 1f07888 Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDIA_HAS_FFMPEG_CODEC. by Sauw Ming · 12 years ago
  4. 3049d7e Re #1446 (misc): Modified Makefile for ffmpeg_vid_codecs (see r4049) by Sauw Ming · 12 years ago
  5. 74283db Re #1446 (misc): Modified ffmpeg_codecs to ffmpeg_vid_codecs by Sauw Ming · 12 years ago
  6. f34c6bd Misc (re #1446): added AVI tags 'FMP4' & 'DX50' for MPEG4 variants in AVI player. by Nanang Izzuddin · 12 years ago
  7. 451f05f Re #1478: Moved codec creation from dev_stream to dev_info by Sauw Ming · 12 years ago
  8. 1fcae49 Misc (Re #1446): Remove XVID format usage in ffmpeg_util.c, PJMEDIA_FORMAT_XVID definition was removed in r4017 (thanks Bob van der Linden for the fix). by Nanang Izzuddin · 12 years ago
  9. 73f3585 Re #1476: Initial version of send rate control in video stream, added simple blocking method (block application thread to make send delay when delay is needed). by Nanang Izzuddin · 12 years ago
  10. c838f28 Re #1474: merged r4041 by Nanang Izzuddin · 12 years ago
  11. cd2bfba Re #1474: merged r4039 by Nanang Izzuddin · 12 years ago
  12. 3abc757 Re #1474: merged r4031-r4037 by Benny Prijono · 12 years ago
  13. 3af76f4 Re #1446 (misc): Create SDL window in the requested position if PJMEDIA_VID_DEV_CAP_OUTPUT_POSITION is specified (fixed unused vars in the prev revision). by Sauw Ming · 12 years ago
  14. 555600a Re #1446 (misc): Modify SDL dev to: by Sauw Ming · 12 years ago
  15. 5a3f9f5 Re #1478: Add support to play encoded AVI file (H264 or MPEG4). by Sauw Ming · 12 years ago
  16. ad5e814 Re #1474: merged r4030 by Nanang Izzuddin · 12 years ago
  17. ee13fb4 Re #1472: Fixed wrong calculation in clock rate adjustment by Sauw Ming · 12 years ago
  18. 03f7c10 Misc (Re #1446): limit pjsua_vid_codec_get/set_param() search domain to only codecs with RTP packetizations. by Nanang Izzuddin · 12 years ago
  19. 4560ee8 Misc (Re #1446): Add pjsua app video command for modifying video codec size/resolution. by Nanang Izzuddin · 12 years ago
  20. 31cc40d Re #1472: Adjust the clock's get_frame() rate if the video device is passive by Sauw Ming · 12 years ago
  21. 8f1546d Misc (Re #1446): Add pjsua app video commands for modifying video codec bitrate & framerate. by Nanang Izzuddin · 12 years ago
  22. 5ec95cd More re #1478: AVI cleanup steps in pjsua app. by Nanang Izzuddin · 12 years ago
  23. 22d9b64 Misc (Re #1446): Fixed wrong setting of pjsua_app's options. by Sauw Ming · 12 years ago
  24. 5f13c9f Misc (Re #1446): fixed TX packet counter in video stream. by Nanang Izzuddin · 12 years ago
  25. d96208a More re #1478: fixed build config and compile warnings on MSVC2005. by Nanang Izzuddin · 12 years ago
  26. 83ee8f5 More re #1478: now really do not connect to microphone when streaming avi (instead of disconnecting the whole audio) by Benny Prijono · 12 years ago
  27. 837200a More re #1478: do not connect the microphone when streaming avi by Benny Prijono · 12 years ago
  28. 878bc14 Misc (Re #1446): Add support for aviplay to play H264 and MPEG4 decoded AVI videos. This includes support for XVID and DIVX MPEG4. by Sauw Ming · 12 years ago
  29. 9597b00 Misc (Re #1446): Remove XVID format and add default resolution and fps for MPEG4 and MJPEG by Sauw Ming · 12 years ago
  30. 2e727e8 Fixed #1478: AVI player virtual device. Initial spec: by Benny Prijono · 12 years ago
  31. ce8ff43 Misc (Re #1446): changed h.263 and h.264 default maximum bandwidth to 256kb/s from 512kb/s by Benny Prijono · 12 years ago
  32. 27e6147 Re #1446: set format to PCM when WAVE_FMT_TAG_PCM is detected in AVI file, so that other pjmedia components can recognize that it is a raw PCM format by Benny Prijono · 12 years ago
  33. 73ed000 Misc (re #1446): fixed crash if unregistered format is specified when opening device with the video port by Benny Prijono · 12 years ago
  34. 2ec3222 Close #1479: Applied RTCP related enhancements (#1268 & #1440) into video stream. by Nanang Izzuddin · 12 years ago
  35. 1dc6d21 Misc (re #1446): fixed log message in pjsua_media_channel_update() for pjsua_vid_channel_update() failure. by Nanang Izzuddin · 12 years ago
  36. 8189933 Misc (re #1446): Reenable format change event emission in video stream when remote frame rate changed. by Nanang Izzuddin · 12 years ago
  37. a81690e Misc (re #1446): by Sauw Ming · 12 years ago
  38. 906e94a Re #1453: fixed memory leak in pjmedia_vid_codec_mgr_set_default_param() caused by unreleased old pool when the new codec param is not NULL (thanks Faba Aa for the report). by Nanang Izzuddin · 12 years ago
  39. 9f056b6 Misc (re #1446): Updated default video frame rate from 30 fps to 15 fps (for both H264 & H263-1998). by Nanang Izzuddin · 12 years ago
  40. b865b14 Misc (re #1446): Added macro PJMEDIA_MAX_VID_PAYLOAD_SIZE, also updated the default encoding MTU of ffmpeg codec & H263/H264 packetizers to this macro setting. by Nanang Izzuddin · 12 years ago
  41. 161e691 Re #1446: removed the obsolete but misleading sip_transport_tls_ossl.c file by Benny Prijono · 12 years ago
  42. 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
  43. 7d25aa6 Re #1474: merged r3879 by Benny Prijono · 12 years ago
  44. 79fdc88 Re #1474: merged r3879:3885 by Benny Prijono · 12 years ago
  45. a629319 Misc (re #1446): Fixed compile warnings on VS2005. by Nanang Izzuddin · 12 years ago
  46. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  47. 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
  48. 79d54d2 Re #1446 (misc fix): Add more robust checking and logs for SDL job queue creation/destruction. by Sauw Ming · 12 years ago
  49. 4f82c4d Re #1446 (misc fix): Fix call info to display correct invite state by Sauw Ming · 12 years ago
  50. 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
  51. 4997ba6 Fixed wrong use of CC variable in Makefile (re #1463) by Benny Prijono · 12 years ago
  52. 4a8e5f6 Re #1472: Fixed assertion if stream role is passive by Sauw Ming · 12 years ago
  53. 7afdd3a Fixed #1472: Modify video port to create its own clock instead of using the device's clock by Sauw Ming · 12 years ago
  54. 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
  55. 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
  56. 56a1a13 Re #1463 (3rd party media support): fixed the top most Makefile by Benny Prijono · 13 years ago
  57. 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
  58. 1312e75 Re: #1463 (Third party media support). Tnitial work and it works, tested on Linux. Details: by Benny Prijono · 13 years ago
  59. 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
  60. fa62eb1 Re #1428: Fix returning the correct error status when there is no active media. by Sauw Ming · 13 years ago
  61. c1f9b55 Re #1446 (misc fix): Fixed typo in default clock rate for iOS and QT video dev. by Sauw Ming · 13 years ago
  62. 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
  63. 3d05498 Misc (re #1446): Updated ffmpeg video codecs default params: by Nanang Izzuddin · 13 years ago
  64. 84e0018 Misc (re #1446): Minor fixes arrange_window() in pjsua app: by Nanang Izzuddin · 13 years ago
  65. 6709be6 Fixed #1461: pjsua_call_make_call: assertion failure when rapidly making calls by Sauw Ming · 13 years ago
  66. 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
  67. 641d087 Fix #1453: by Nanang Izzuddin · 13 years ago
  68. 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
  69. 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
  70. 85565c1 Closed #1450: Add support for SDL job queue to grow in size. by Sauw Ming · 13 years ago
  71. ad2eec8 Re #1446 (misc fix): Fix crash problem due to uninitialized list when SDL creation failed by Sauw Ming · 13 years ago
  72. 2aa3bcb Updated PortAudio SVN URL (re #1446/Misc) by Benny Prijono · 13 years ago
  73. 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
  74. 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
  75. 54176c4 Fix #1443: put destroy method to opencore-amr codec factory op. by Nanang Izzuddin · 13 years ago
  76. 2a89923 Fixes #1442: Unable to make call if disabled media is included by Sauw Ming · 13 years ago
  77. a8c6206 Re #1441 (vid_streamutil): applied window flags BORDER and RESIZABLE to the incoming video window. by Nanang Izzuddin · 13 years ago
  78. 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
  79. 8e59da0 Re #1441 (vid_streamutil): fixed assertion of uninitialized event manager. by Nanang Izzuddin · 13 years ago
  80. 6f888b9 Fixed #1438: CoInitializeEx by application prevents dshow device from working by Sauw Ming · 13 years ago
  81. 75d34e1 Changed version to 2.0-beta-svn by Nanang Izzuddin · 13 years ago
  82. 77b532d Changed version to 2.0-beta by Nanang Izzuddin · 13 years ago
  83. 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
  84. 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
  85. 53966c0 Close #1434: Added PJSUA_LOCK_IS_LOCKED(). by Nanang Izzuddin · 13 years ago
  86. 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
  87. b138603 Re #1393: added checkbox to enable/disable video in vidgui sample app by Benny Prijono · 13 years ago
  88. 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
  89. 5c4aa8e Misc (re #1393): vidgui: added account and NAT support and fixed assertion on incoming call by Benny Prijono · 13 years ago
  90. 0a05689 Re #1393 (misc): reduced default ffmpeg h264 bandwidth from 512 to 256kbps by Benny Prijono · 13 years ago
  91. 0ec6cfb Re #1393 (misc): renamed label on_error to on_return and fixed warning re constness by Benny Prijono · 13 years ago
  92. 1787c1c Re #1234: increase default interval between two INFOs from 500 to 3000 ms by Benny Prijono · 13 years ago
  93. 9c2de5c Re #1430: Fixed crash when STUN & ICE is off by Sauw Ming · 13 years ago
  94. 9d3021f Fixed #1430: Crash when dialog is prematurely destroyed during outgoing call. by Sauw Ming · 13 years ago
  95. ca15267 Misc (re #1393): fix bitrate calculation in stream.c and wav_playlist.c. by Nanang Izzuddin · 13 years ago
  96. 0c2aab7 Fix #1425: by Nanang Izzuddin · 13 years ago
  97. 9518d2f Fixed #1429: Problem with SDL on setting window's position when window is hidden by Sauw Ming · 13 years ago
  98. 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
  99. 9a71d8e Close #1279: Implemented custom SDP format match for G.722.1 and AMR-NB/WB. by Nanang Izzuddin · 13 years ago
  100. 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