Commit graph

3046 commits

Author SHA1 Message Date
François Grisez
95d4375ac8 Make the FilePlayer to choose the default sound card for Android 2014-10-07 13:59:29 +02:00
François Grisez
f89751515f Add two getter the the LinphonePlayer interface 2014-10-07 13:53:02 +02:00
Ghislain MARY
e91b1c83ed Add mutex for log collection + remove uploaded file when done. 2014-10-07 12:11:49 +02:00
Ghislain MARY
c2573d2bc1 Use gzip format instead of zlib for log collection upload. 2014-10-07 11:21:27 +02:00
Simon Morlat
44c55e44e8 fix multiple compilation errors 2014-10-06 18:49:06 +02:00
Ghislain MARY
aa298d645c Windows Phone 8 project depends on zlib + implementation of log compression. 2014-10-06 16:15:22 +02:00
Ghislain MARY
a584a075b2 Fix compilation warning. 2014-10-06 16:13:18 +02:00
François Grisez
db528b1a74 Add the LinphonePlayer Java interface 2014-10-06 15:07:47 +02:00
Ghislain MARY
1d10e749b5 Add API to store the logs in files and to upload them on a server. 2014-10-06 11:45:27 +02:00
Ghislain MARY
e5311281fc Store the file transfer server in the linphonerc file. 2014-10-06 11:41:48 +02:00
Guillaume BIENKOWSKI
3843205323 Merge with linphone master 2014-10-06 11:16:23 +02:00
Simon Morlat
c558eee6b0 fix compilation for old gtk versions 2014-10-06 10:23:36 +02:00
Simon Morlat
38b813c215 implement play of video file within call.
Can be tested by drag droppingn a mkv file (H264) into video window.
2014-10-03 18:27:40 +02:00
François Grisez
344ef707bf Enable Player test to manage the not supported Matroska format case 2014-10-03 11:41:21 +02:00
François Grisez
f845836057 Fix memory leak 2014-10-02 16:52:09 +02:00
François Grisez
90933e5e36 Add an implementation to LinphonePlayer 2014-10-02 14:56:44 +02:00
Ghislain MARY
c9a487aa24 Add linphone_core_set_preview_video_size to the media_parameters group for wrappers generation. 2014-10-02 11:42:59 +02:00
Simon Morlat
5562e7c77a allow any size for preview
add missing linphone_core_get_preview_video_size()
update ms2
2014-10-01 21:57:09 +02:00
Ghislain MARY
3e8672c598 Document the LinphoneTunnelMode enum. 2014-10-01 11:32:58 +02:00
Johan Pascal
60cadbb6c6 Fix memory leaks (LIME related) 2014-09-30 22:55:55 +02:00
Johan Pascal
959cbc5ab8 File transfer: mask the filename using a generic one when LIME is on
- filename is not sent to the server who stores the encrypted file
but only in an encrypted message to the recipient
2014-09-30 22:43:51 +02:00
Ghislain MARY
b1efcd8cfc Fix build with tunnel support when compiling with CMake. 2014-09-30 11:15:58 +02:00
Johan Pascal
f942fdeb3b Fix merge
and make code C90 compliant
2014-09-28 23:02:19 +02:00
Margaux Clerc
5ac8a8595d fix merge 2014-09-25 18:17:16 +02:00
Margaux Clerc
4a8ce7f061 Merge commit '728ed3077cf4e47e6e972732a3f8a1b39a96f2ed' into dev_lime
Conflicts:
	build/android/Android.mk
	coreapi/chat.c
	coreapi/help/filetransfer.c
	tester/message_tester.c
2014-09-25 17:52:30 +02:00
Jehan Monnier
16b583b441 fix re-invite whiout sdp 2014-09-25 15:51:26 +02:00
François Grisez
acab555601 Fix invalid read/write 2014-09-25 14:37:23 +02:00
Simon Morlat
3e1e3c93f4 fix crash when declining an update
refine conditions for refusing an UPDATE
2014-09-25 14:15:06 +02:00
François Grisez
127d0f3aa9 Add some traces 2014-09-24 11:38:23 +02:00
François Grisez
ea5f09dcea Avoid TunnelManager to register or unregister when SIP is disabled 2014-09-24 10:16:32 +02:00
François Grisez
df4385b17c Fix registration issues when tunneling is enabled 2014-09-23 16:03:29 +02:00
Sylvain Berfini
54a47a2bd7 Prevent crash if chatroom linphonecore is null 2014-09-23 14:21:59 +02:00
Sylvain Berfini
a95253fc94 Fix crash on wp8 2014-09-23 12:47:51 +02:00
Sylvain Berfini
a7e257bcab Fix compil for windows phone 2014-09-23 11:20:00 +02:00
Simon Morlat
c54e3af5e0 add tester for call player 2014-09-22 16:33:25 +02:00
Guillaume BIENKOWSKI
b7c6893d27 Video source reuse API 2014-09-19 16:03:59 +02:00
François Grisez
b71182e56b Make the tunnel to listen 'network-reachable' events even if its mode is not 'auto' 2014-09-19 14:53:23 +02:00
François Grisez
68b4b63712 Add functions of the new tunnel API to linphonecore_jni.cc 2014-09-18 17:11:49 +02:00
François Grisez
bd6dbb0d33 Update some Doxygen comments 2014-09-18 16:03:45 +02:00
François Grisez
10bc15409c Change the LinphoneTunnel C API
* The tunnel manager are now thre mode : disable, enable and auto
* Two new functions: linphone_tunnel_set_mode() and linphone_tunnel_get_mode()
* linphone_tunnel_enable(), linphone_tunnel_enabled(), linphone_tunnel_auto_detect()
and linphone_tunnel_auto_detect_enabled() are now deprecated.
2014-09-18 16:03:45 +02:00
François Grisez
df8d324aa7 Change naming convention of variables 2014-09-18 16:03:45 +02:00
François Grisez
1796203783 Simplification of TunnelManager class
* TunnelManager does not implement the TunnelClientController anymore
* Methods which are not uses by functions of linphone_tunnel.h have been turn to private
* Private methods which are not used by any other methods have been deleted
* Unused attributes have been deleted
2014-09-18 16:03:45 +02:00
Simon Morlat
e7c6cb8aea fix problem when creating new account on gtk UI. The proxy fields were not initialized with the proxy config default values. 2014-09-18 15:58:33 +02:00
Simon Morlat
3e39cc5758 remove warning that produces all the time 2014-09-18 12:24:27 +02:00
Simon Morlat
5b145b6a62 activate rtcp-xr by default 2014-09-18 10:57:41 +02:00
Simon Morlat
df58cddb5d clean proxy config in linphone_core_destroy() 2014-09-17 13:21:57 +02:00
Simon Morlat
a08e2635b6 add setting to LinphoneCore to enable avpf even for calls out of proxies. 2014-09-17 11:09:37 +02:00
François Grisez
8e8a66002b Rename some linphone_tunnel_* functions 2014-09-17 10:04:41 +02:00
François Grisez
608d312485 Fix compilation error 2014-09-17 09:19:14 +02:00
Simon Morlat
9bacd35151 fix problems with JNI references.
The C proxy config should hold a weak ref to the java object. Everytime this weak ref has to be used, it must be promoted as a local ref first.
2014-09-16 22:33:42 +02:00