summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-13Tagged 2.4v2.4Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/tags/2.4@5063 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-13Changed version to 2.4Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5062 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-10Misc (re #1782): Fixed build error when using PJ_POOL_DEBUG=1Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5061 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-10Misc (re #1782): Suppress compile warnings on MSVC.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5060 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-10Misc (re #1782): Add information to pjsip_endpt_send_request documentation ↵Riza Sulistyo
that the timeout param is not implemented yet. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5059 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-09Re #1794:Nanang Izzuddin
- Updated G7221, the bitrate can also be set via param.info.avg_bps, this is applicable only when param.setting.dec_fmtp doesn't contain bitrate info. - Fixed failing codec vector test in pjmedia-test due to wrong G7221 bitrate setting. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5058 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-09Re #1831: Fixed bug of requested format overwritten by supported format, ↵Nanang Izzuddin
caused no converter is created when needed, assertion in pjmedia-test, etc. Also rearranged some related logs. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5057 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-09Re #1803: Add Application.mk which is necessary for ndk-build to define ↵Riza Sulistyo
APP_ABI (needed for targets other than armeabi). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5056 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-08Re #1838: Enable application to provide its own external resolver ↵Riza Sulistyo
implementation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5055 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-08Re #1837: Fix dispatch queue problem in iOS capture device (crash in ↵Liong Sauw Ming
enc_clock_cb) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5054 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-08Re #1782 (misc): (trivial)Fixed typo in logLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5053 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-08Re #1835: More robust handling of format change, to prevent data race if ↵Liong Sauw Ming
clock is still running. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5052 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-08Fixed #1837: Fix premature dispatch queue release in iOS capture deviceLiong Sauw Ming
Also add more logs, error checking, and modify the auto release of video output delegate git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5051 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-07Close #1836: Added colorbar device with active role.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5050 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-07Misc (re #1782): Check if capturer is opened when getting window ↵Riza Sulistyo
information. On slow devices (iPhone 3GS) the capturer might not be opened when the format changed is requested. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5049 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-07Misc (re #1782): Fixed SIP error code not set properly when there's an error ↵Riza Sulistyo
in initializing media channel. Thanks to Roman Kublin for the report. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5048 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-07Fixed #1835: Fixed crash in iOS OpenGL renderer when in background and ↵Liong Sauw Ming
assertion during destruction git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5047 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-06Misc (re #1782): Fixed various compile warnings on MacOS & iOS.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5046 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-06Misc (re #1782): Fixed various compile warnings on MSVC.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5045 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-02Re #1782 (misc): Fixed activesock's lock msg w.r.t iOS background to be more ↵Liong Sauw Ming
precise. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5044 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-02Re #1818: Avoid warning caused by trying to destroy a locked jb mutex in ↵Liong Sauw Ming
pjmedia stream git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5043 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-01Re #1782 (misc): Prevent build error if using another ioqueue backend (such ↵Liong Sauw Ming
as epoll) or if using PJ_CONFIG_MAXIMUM_SIZE on platforms that do not support setting FD_SETSIZE git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5042 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-31Re #1782 (misc): Improve layout in ipjsua sample app, so it can display both ↵Liong Sauw Ming
preview and incoming video together. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5041 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-30Fix #1834: Fixed SDP negotiator to retain initial_sdp in ↵Nanang Izzuddin
pjmedia_sdp_neg_send_local_offer(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5040 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-30Re #1782 (misc): suppress warning in compiling third party code: gsm.Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5039 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-27Re #1828: Silenced off compile warnings on PortAudio, as we lock the version ↵Nanang Izzuddin
and it has been tested for long time. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5038 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-27Re #1833: Support bdSound's bdiMad v2.0.0Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5037 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-27Re #1832: Update Android pjsua CLI build config to automatically replace ↵Nanang Izzuddin
prebuilt libraries on each ndk-build invocation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5036 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5035 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-27Re #1790: Fixed failed Android OpenGL detection if aconfigure is called with ↵Liong Sauw Ming
--use-ndk-cflags git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5034 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1831: Handle when the information of the supported format is not available.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5033 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1790: Fixed error build of undefined "ANativeWindow_fromSurface()" when ↵Nanang Izzuddin
video is disabled. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5032 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1831: Fixed matching algorithm when the supported format only have one size.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5031 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1790: Misc fixes on renderer viewing in pjsua CLI app sample, e.g: ↵Nanang Izzuddin
handle NULL surface, handle video disabled, cleanup unused codes. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5030 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1822: Misc fix in Android video device build setting:Nanang Izzuddin
- fixed silly typo caused Android video device sources not being built - avoid copying Android camera helper codes when video is disabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5029 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Fixed #1790: Remove unsupported capabilities and some cleanupLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5028 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1822: Updated build script to auto define PJMEDIA_VIDEO_DEV_HAS_ANDROID.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5027 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1831: Implement algorithm in video port to find the best video format ↵Riza Sulistyo
between the requested and supported format. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5026 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1822: Re r5018, removed non cross-platform "cp" command flag "-u".Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5025 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-26Re #1828:Nanang Izzuddin
- Fixed failing regc test in pjsip-test due to modification in #1819. - Fixed assertion in destruction of SIP transport loop. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5024 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-25Re #1828: Adjust jitter buffer test data for changes in #1612.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5023 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-25Re #1823: Video settings on sample apps:Nanang Izzuddin
- enabled video on pjsua CLI if video is configured - enabled video auto-rx/tx of any account on pjsua2 sample app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5022 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-24Re #1828 Temporary deactivation of failing tests to be examined in detail ↵Perry Ismangil
later on git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5021 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-24Re #1828 Changed unit test expected to 415 to sync with other code changesPerry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5020 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-23Re #1822: Fixed SVN properties on Android camera helper.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5019 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-23Re #1822: Moved Android camera helper (PjCamera.java and PjCameraInfo.java) ↵Nanang Izzuddin
from sample app to pjmedia-video dev dir. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5018 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-22Misc (re #1782): Coding style works (indentation, etc) on Android pjsua2 ↵Nanang Izzuddin
sample app codes. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5017 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-22Re #1790: Misc fixes:Liong Sauw Ming
* Fixed crash when trying to set NULL surface * Fixed race condition between setting surface and rendering * Fixed crash due to GC of VideoWindow git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5016 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-22Misc (re #1782): Update default OpenH264 video size for Android platforms to ↵Nanang Izzuddin
352x288. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5015 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-22Re #1790: Nanang Izzuddin
- Removed android_opengl_get_surface() for renderer view setup, Java application can directly supply Surface object as renderer window. - Added renderer view on pjsua CLI app sample. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5014 74dad513-b988-da41-8d7b-12977e46ad98