summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-03-22Re #1828 disabled pesq testsPerry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5013 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-22Fixed #1827: Video port's clock thread may get stuck during format change eventLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5012 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-22Removing XCode userdataPerry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5011 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-21Shared scheme for remote buildsPerry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5010 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-21Experimental adding scheme for continuous integrationPerry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5009 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-21Added Xcode workspace for iOS app continuous integration Perry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5008 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-21Re #1790: Reinitialize Android OpenGL renderer when there is format change.Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5007 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-20Re #1823: Related to r4996: Fixed undefined symbol error if video is not ↵Liong Sauw Ming
enabled. Also modify configure-android to not disable-video by default git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5006 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-20Misc (re #1782): Setup log writer function on pjsua CLI (useful for ↵Nanang Izzuddin
debugging library initialization). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5005 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-20Re #1822: Skipped FPS setting on staring Android video capturer, ↵Nanang Izzuddin
unsupported/non-exact range value may be rejected by some devices such as Nexus. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5004 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-19Re #1822: Fixed unreleased memory pool of Android capture device stream.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5003 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-19Re #1826: Add enum video format supported in iOSRiza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5002 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-19Re #1826: Add enum video format supported in linux (v4l2)Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5001 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-19Misc (re #1782): Check if the transport being shutdown in on_accept_complete ↵Riza Sulistyo
and on_connect_complete callback git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5000 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-19Re #1825: Implement new on_reg_started2 callbackRiza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4999 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-19Fixed #1824: Convert global index to local index for fast-switching feature ↵Nanang Izzuddin
of video capture device. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4998 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-18Re #1823 (pjsua2 video api): sample usage of Video Window API in pjsua2 app ↵Liong Sauw Ming
for android git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4997 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-18Re #1823 (PJSUA2 Video API): Add Pjsua2 Video Window API and Pjsua API to ↵Liong Sauw Ming
set output window git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4996 74dad513-b988-da41-8d7b-12977e46ad98
2015-03-17Re #1786: Add support to specify output window as well for video preview param.Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4995 74dad513-b988-da41-8d7b-12977e46ad98