summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/swig
AgeCommit message (Collapse)Author
2015-08-21Re #1879: Riza Sulistyo
- Implement set video codec param in PJSUA2 API - Fix bug in videoCodecEnum and updateCodecInfoList git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5165 74dad513-b988-da41-8d7b-12977e46ad98
2015-08-06Re #1843 (misc): Fixed typo in displaying error message in importsym.pyLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5148 74dad513-b988-da41-8d7b-12977e46ad98
2015-07-30Fixed #1861: Add support for video capture orientation on AndroidLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5138 74dad513-b988-da41-8d7b-12977e46ad98
2015-07-13Fixed #1868: Disable serialization in pjsua2 Error classLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5132 74dad513-b988-da41-8d7b-12977e46ad98
2015-07-01Re #1863: Initial implementation of PJSUA2 Video Codec API and Video Device API.Riza Sulistyo
- Codec management (enum codec, set prio, get param, set param) - Device management (enum dev, dev count, dev info). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5123 74dad513-b988-da41-8d7b-12977e46ad98
2015-05-28Re #1855 (Pjsua2 Video Preview API): Add Pjsua2 Preview API and sample usage ↵Riza Sulistyo
in pjsua2 app for android. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5102 74dad513-b988-da41-8d7b-12977e46ad98
2015-05-27Misc (re #1843): Fixed missing SWIG director feature for class AudioMediaPlayer.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5100 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 #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-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-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-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-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-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
2014-12-18Re #1806: Implement SSL/TLS setting to set protocol operation.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4968 74dad513-b988-da41-8d7b-12977e46ad98
2014-09-24Re #1790: Initial basic implementation of Android OpenGL rendererLiong Sauw Ming
To use it, app has to specify PJMEDIA_HAS_VIDEO to 1 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4928 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-26Re #1768: Add forced GC to libDestroy() in SWIG Java.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4906 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-03Misc re #1751: changing Android java's String.isEmpty() to ↵Benny Prijono
String.length()==0 for better portability since the former is only available on API level 9 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4870 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Re #1768: move access to MainActivity class from MyApp to avoid undefined ↵Liong Sauw Ming
symbol error when not compiling for Android app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4866 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-19Fixed #1767: Tone generation API in pjsua2 and SWIG wrappersBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4845 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: fixed potential GC problem when rejecting incoming callBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4844 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: added APP_PLATFORM to avoid this warning "WARNING: APP_PLATFORM ↵Benny Prijono
android-18 is larger than android:minSdkVersion 11" which would make native debugging fail git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4842 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: fixed wrong JNI compilation flags used by pjsua2 Android sample appBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4841 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: Fixed problems with Java garbage collection on call and buddy objectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4840 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-19Misc (re #1751): added experimental option to enable/use worker thread for ↵Benny Prijono
Python. To enable worker thread: - uncomment USE_THREADS in pjsip-apps/src/swig/python/Makefile - change USE_THREADS to True in pjsip-apps/src/pygui/application.py git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4798 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-14Misc re #1742: fixed output error in helper.mak in swig module setup.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4794 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Re #1630 (misc): Fixed test account in java sampleLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4767 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21Re #1519: Fix error build (swig java) when JAVA_HOME is set to folder name ↵Riza Sulistyo
separated by space (' ') git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4759 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21More pjsua2 SWIG Python (re #1519): Fixed 'symbol not found' error in ↵Nanang Izzuddin
loading pjsua2 (on MacOS) when built with video enabled. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4758 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21More pjsua2 SWIG Python (re #1519): Separate library dependencies from ↵Nanang Izzuddin
Python Extension setting 'extra_link_args', so PJ lib dependencies are specified before Python's (otherwise strange crash happens on MinGW). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4756 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-20Re #1519: Include user.mak build settings in building pjsua app and pjsua2 ↵Nanang Izzuddin
SWIG Python binding. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4753 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-17More re #1519: removed auto generation of symbols.i from the Makefile ↵Benny Prijono
because it cannot be run from MacOS X. Also touched symbols.i. Next time, check in symbols.i separately from symbols.lst git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4746 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-14More pjsua2 API (re #1519): fixed bad strtok() delimiter in the tool added ↵Nanang Izzuddin
by r4744. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4745 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-14More pjsua2 API (re #1519): added simple tool to check and ↵Nanang Izzuddin
remove-if-necessary deprecated gcc option '-mno-cygwin' in building pjsua2 python binding on MinGW. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4744 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-12More pjsua2 API (re #1519): removed -static-libstdc++ flags from setup.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4741 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-07Re #1519 [SVN trunk]: Related to r4737, for Android, don't override ↵Nanang Izzuddin
JAVA_HOME when it is already set (via environment variable). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4738 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-06Re #1519 [SVN trunk]: Updated JAVA_HOME auto-detection for pjsua2 SWIG Java ↵Nanang Izzuddin
binding, especially for MacOS platforms. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4737 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-05Re #1716, misc updates:Nanang Izzuddin
- always enable ICE+STUN - UI: added textEmailAddress to SIP URI inputs git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4734 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-05Re #1716: Fixed crash in adding buddy, caused by immediate buddy state ↵Nanang Izzuddin
notification right after adding buddy to account, while UI buddy list has not been updated yet. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4733 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-23Re #1723: Modified build system to link with C++ library only for pjsua2 lib ↵Liong Sauw Ming
or app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4711 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-16Closed #1723: Merging pjsua2 branch into trunkLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4704 74dad513-b988-da41-8d7b-12977e46ad98