Commit graph

175 commits

Author SHA1 Message Date
Pierre-Eric Pelloux-Prayer
0e496ed3d9 zoom: float to float* so the app can know about zoom limits 2012-04-26 15:30:47 +02:00
Yann Diorcet
ea6dd35f76 Add API to know Call audio/video codec 2012-04-25 15:37:10 +02:00
Pierre-Eric Pelloux-Prayer
02369158f5 Add video zoom API 2012-04-17 11:13:52 +02:00
Yann Diorcet
30eca09f41 add linphone_core_get_payload_type_number in api 2012-04-05 12:43:41 +02:00
Pierre-Eric Pelloux-Prayer
05e04e2059 Add transfer_state property to LinphoneCall 2012-04-03 16:13:12 +02:00
Pierre-Eric Pelloux-Prayer
d481382fb4 Moved the 'video frame decoded' callback from Core to LinphoneCall 2012-03-30 14:16:38 +02:00
Simon Morlat
48f34568c9 implement notifications when doing transfers 2012-03-29 15:09:52 +02:00
Pierre-Eric Pelloux-Prayer
9a21860f49 Add 'video_enabled' information to call log 2012-03-27 15:22:57 +02:00
Pierre-Eric Pelloux-Prayer
8ffeb3eb7c Expose ms2 MS_VIDEO_DECODER_FIRST_IMAGE_DECODED event to application 2012-03-26 15:33:39 +02:00
Yann Diorcet
6068c49f48 Avoid buffer overflow in console commands 2012-03-20 11:53:02 +01:00
Simon Morlat
b89851b1d3 implement hotpluging of usb devices for linux, and update ortp 2012-03-12 16:21:39 +01:00
Simon Morlat
15453f7044 update documentation 2012-02-23 13:25:48 +01:00
Simon Morlat
4b178dc8b2 implement dynamic video add/remove in gtk ui. 2012-02-22 18:29:55 +01:00
Simon Morlat
aba3dac934 implement new apis to control video enablement during calls. 2012-02-22 18:29:55 +01:00
Sylvain Berfini
9bc489eebf Wizard merged 2012-02-01 10:34:31 +01:00
Simon Morlat
5e0c3388e1 tunnel extension ported to windows (mingw) and working 2012-01-30 23:47:29 +01:00
Simon Morlat
01babfb680 merge patch to enable/disable x11 window at runtime from linphonec 2012-01-23 10:10:01 +01:00
Pierre-Eric Pelloux-Prayer
ae0857e88c Expose SalReasonNotFound to Linphone application 2012-01-13 15:08:05 +01:00
Simon Morlat
5741ede7ea fix compil warning and update ms2 2012-01-09 10:16:50 +01:00
Jehan Monnier
77cad2f045 finilize tunnel api cleanup 2011-12-22 13:59:10 +01:00
Guillaume Beraudo
886d80bb6d Tunnel manager. 2011-12-16 10:43:30 +01:00
Simon Morlat
2e52e24792 fix TLS support under linphonec and gtk (problem not occuring with mobile versions)
Implement registration refresh upon SIP network protocol change.
2011-12-02 18:12:36 +01:00
Sylvain Berfini
be4e74d208 Wizard 2011-11-29 10:40:35 +01:00
Jehan Monnier
63d70bc59f update doxygen for linphoen 1.1 for IOS 2011-11-21 12:52:11 +01:00
Jehan Monnier
e6c0ee2f7c Merge remote-tracking branch 'private/dev_videoios'
Conflicts:
	mediastreamer2
2011-11-14 11:10:24 +01:00
Simon Morlat
2a74093872 srtp/zrtp combo box compatible for gtk 2.22 2011-11-08 11:59:15 +01:00
Simon Morlat
d304288421 encryption support in progress 2011-11-07 17:08:00 +01:00
Simon Morlat
fab5b9b712 support to display encryption 2011-11-07 12:22:14 +01:00
Simon Morlat
527d6cfdef Merge branch 'master' of git.linphone.org:linphone 2011-11-04 10:32:28 +01:00
Simon Morlat
263b103154 Merge remote-tracking branch 'private/srtp'
Conflicts:
	coreapi/linphonecore.c
	coreapi/linphonecore.h
	coreapi/sal_eXosip2.c
	java/common/org/linphone/core/LinphoneCore.java
	oRTP
2011-11-04 10:32:08 +01:00
Guillaume Beraudo
cfaa4721e5 Expose setter for max calls. (0 while in GSM call). 2011-11-03 16:11:04 +01:00
Simon Morlat
92642e79c0 Merge branch 'dev_videoios' into local_videoios
Conflicts:
	oRTP
2011-10-28 21:57:01 +02:00
Guillaume Beraudo
598bafd4a8 Function to check if a call locks sound resources.
Use to prevent a situation where several calls
try to use the sound resources.
- outgoing states (ring)
- incoming states (ring)
- ..
2011-10-27 10:38:05 +02:00
Guillaume Beraudo
324551708e Max calls limit (config, C, exposed to java) 2011-10-18 15:41:04 +02:00
Pierre-Eric Pelloux-Prayer
fe3eaf6f2d srtp: add Java API 2011-10-10 09:02:07 +02:00
Simon Morlat
93cebd8f63 - decline incoming calls when there is already an incoming call or an outgoing call not yet established. 2011-10-07 16:25:41 +02:00
Pierre-Eric Pelloux-Prayer
3cb22b6937 srtp: add documentation, get/set functions 2011-10-05 11:20:27 +02:00
Simon Morlat
dcafb75f86 fix function call names 2011-10-04 21:05:26 +02:00
Pierre-Eric Pelloux-Prayer
e700695989 srtp: add SRTP support to Linphone 2011-10-04 17:57:52 +02:00
Jehan Monnier
e1dfc98054 Merge remote-tracking branch 'origin/master' into dev_videoios
Conflicts:
	mediastreamer2
	oRTP
2011-10-04 09:26:21 +02:00
Guillaume Beraudo
df65d11373 Function linphone_core_find_call_from_uri(). 2011-09-30 12:18:16 +02:00
Simon Morlat
5633e41803 fix for unicity of LinphoneCall in java 2011-09-22 17:12:13 +02:00
Jehan Monnier
191084508f Merge remote-tracking branch 'origin/master' into dev_videoios
Conflicts:
	mediastreamer2
2011-09-21 08:28:17 +02:00
Jehan Monnier
c51752fe70 implement lanscape mode for IOS video 2011-09-19 17:12:41 +02:00
Simon Morlat
c33fa844a7 implement better system for "single instance application" requirement. 2011-09-17 23:09:55 +02:00
Simon Morlat
6d0b58eb71 Merge branch 'dev_conference'
Conflicts:
	coreapi/linphonecall.c
	coreapi/linphonecore.c
	java/common/org/linphone/core/LinphoneCall.java
	mediastreamer2
2011-09-16 21:51:26 +02:00
Pierre-Eric Pelloux-Prayer
55271ff6d7 Update coreapi to improve Android app 2011-09-15 11:14:17 +02:00
Guillaume Beraudo
b07b784570 Conferencing JNI + Android support.
Conflicts:

	coreapi/conference.c
	coreapi/linphonecore.h
2011-09-14 10:27:11 +02:00
Simon Morlat
0a9e2d3738 audio conferencing is working. Not all cases are tested yet. 2011-09-13 21:40:35 +02:00
Simon Morlat
41029c78b1 conferencing in progress 2011-09-13 14:43:20 +02:00