Commit graph

6243 commits

Author SHA1 Message Date
Pierre-Eric Pelloux-Prayer
ea7f2633eb Fix incoming call caller-id popup display 2011-09-22 16:46:56 +02:00
Pierre-Eric Pelloux-Prayer
0ec799805c Enable/disable video according to user settings (again) 2011-09-22 16:35:24 +02:00
Pierre-Eric Pelloux-Prayer
16d112430f Enable/disable video according to user settings 2011-09-22 15:12:56 +02:00
Simon Morlat
6366fac197 Merge branch 'master' of git.linphone.org:linphone-android
Conflicts:
	submodules/linphone
2011-09-22 12:06:40 +02:00
Pierre-Eric Pelloux-Prayer
8cc7642fc1 Update linphone 2011-09-22 11:56:50 +02:00
Pierre-Eric Pelloux-Prayer
ea8b5ec39a Update linphone version 2011-09-22 11:49:05 +02:00
Simon Morlat
a93a76b6d0 Merge branch 'master' of git.linphone.org:linphone-android 2011-09-22 10:56:39 +02:00
Simon Morlat
a1992d7c81 fix inconsistency when a second call arrives 2011-09-22 10:55:47 +02:00
Pierre-Eric Pelloux-Prayer
ecc32e221b Fix errors with different Android SDK (3, 5) 2011-09-22 10:50:35 +02:00
Pierre-Eric Pelloux-Prayer
0b75c714f1 Fix libvpx NEON erros 2011-09-22 10:49:52 +02:00
Sylvain Berfini
93e8705ed5 Merge branch 'master' of git.linphone.org:linphone-android 2011-09-22 09:08:44 +02:00
Sylvain Berfini
6259fc0d0b G722 added in preferences 2011-09-22 09:08:27 +02:00
Simon Morlat
6d343cfc82 fix armv5 execution 2011-09-21 16:51:26 +02:00
Simon Morlat
c3b0980493 update linphone submodule, fix compilation issue 2011-09-20 21:33:05 +02:00
Pierre-Eric Pelloux-Prayer
f6ea7f9b99 Fix crash for non-video phones 2011-09-20 09:09:36 +02:00
Simon Morlat
3dd56231ff fix broken compilation and update linphone submodule 2011-09-19 12:44:22 +02:00
Simon Morlat
05ff060458 Merge branch 'master' of git.linphone.org:linphone-android 2011-09-17 00:23:52 +02:00
Simon Morlat
76d933609a update linphone submodule in order to fix warnings 2011-09-17 00:23:23 +02:00
Pierre-Eric Pelloux-Prayer
77949631b7 New Linphone version 2011-09-16 15:53:45 +02:00
Pierre-Eric Pelloux-Prayer
9e16eea2a5 Video: transmit Activity onPause/onResume events to GLSurfaceView 2011-09-16 15:52:08 +02:00
Pierre-Eric Pelloux-Prayer
08c0c8dd08 libvpx: enable runtime cpu detection feature 2011-09-16 15:51:27 +02:00
Pierre-Eric Pelloux-Prayer
5e1943f3b7 Fix typo for camera enabling code (add missing '!' in test) 2011-09-16 12:16:36 +02:00
Pierre-Eric Pelloux-Prayer
77898e052d New Mediastreamer Android Camera filter integration
android: new mediastreamer integration

android: new ms2 integration

Video calls minor corrections
2011-09-16 10:41:35 +02:00
Pierre-Eric Pelloux-Prayer
1b0cb40009 android: updated build scripts 2011-09-16 10:41:35 +02:00
Sylvain Berfini
c668c44c23 version 1.2.0 2011-09-13 12:27:46 +02:00
Sylvain Berfini
a111f14119 Fixed auto-start after boot 2011-09-13 11:58:04 +02:00
Sylvain Berfini
796da10e5b Default video codec set to VP8 2011-09-13 11:36:43 +02:00
Pierre-Eric Pelloux-Prayer
2e74475f5b android: fix video rendering bug when changing resolution during call 2011-09-13 11:21:31 +02:00
Sylvain Berfini
6c24b1de61 Fix call from contact issue 2011-09-13 09:20:05 +02:00
Sylvain Berfini
718c272b33 Fix the contacts' display name error 2011-09-12 14:50:53 +02:00
Sylvain Berfini
c82918db91 Fix imports 2011-09-12 12:54:27 +02:00
Sylvain Berfini
8178b21084 Using API9 Contacts' SIP field if available 2011-09-12 12:44:12 +02:00
Guillaume Beraudo
ff6c7d698a Specify dependency on autotool in README. 2011-09-06 15:11:33 +02:00
Simon Morlat
391701ae9f Merge branch 'master' of git.linphone.org:linphone-android 2011-09-05 21:44:46 +02:00
Simon Morlat
0b7d9bc819 update linphone 2011-09-05 16:47:39 +02:00
Simon Morlat
83cb74e6b7 echo cancellation improvemnents:
- use echo limiter always on !armv7
- enable echo cancellation by default
- toggle speaker mode on during video calls
2011-09-05 16:40:47 +02:00
Guillaume Beraudo
4befce10b2 Mirror libvpx repo (official server down) 2011-09-05 10:39:28 +02:00
Simon Morlat
dde4bffacc update libilbc so that no more generated scripts are archived 2011-08-30 17:39:32 +02:00
Pierre-Eric Pelloux-Prayer
923f8e3a7e Update libilbc module 2011-08-29 14:49:06 +02:00
Pierre-Eric Pelloux-Prayer
772e323497 Update eXosip version 2011-08-29 11:34:44 +02:00
Guillaume Beraudo
fcdcaf495f Change ZRTP ID storage format + up dependencies. 2011-08-26 16:07:34 +02:00
Guillaume Beraudo
6f3dcb65d6 Fix use of unsupported video capture frame rate. 2011-08-18 09:36:31 +02:00
Guillaume Beraudo
050a943723 Specific function to get LC when LinphoneManager may be already destroyed. 2011-08-17 15:17:19 +02:00
Simon Morlat
b78cf07c2f fix exception at exit, when callState event is received. 2011-08-16 16:13:22 +02:00
Pierre-Eric Pelloux-Prayer
e0c3390938 android: 'synchronized' native calls to liblinphone
Avoids dead locks in exosip.
2011-08-16 09:48:36 +02:00
Pierre-Eric Pelloux-Prayer
e37088be43 video: initialize fps range using first value given by the hardware 2011-08-12 16:22:06 +02:00
Pierre-Eric Pelloux-Prayer
7bd4a7f7ef Merge branch 'master' of git.linphone.org:linphone-android 2011-08-12 16:21:42 +02:00
Pierre-Eric Pelloux-Prayer
c7e32869cf android: add opengl support for video display 2011-08-12 16:21:22 +02:00
Simon Morlat
92c6af58e2 write script for source code prepare stage (ilbc, vp8) 2011-08-12 10:52:55 +02:00
Pierre-Eric Pelloux-Prayer
48f3e9c862 Bump linphone version 2011-08-09 16:52:44 +02:00