Commit graph

1334 commits

Author SHA1 Message Date
Sylvain Berfini
7435941031 Added setDomain to Java LinphoneAddress 2013-06-11 14:23:27 +02:00
Ghislain MARY
f2738da8d9 Add linphone_core_get_camera_sensor_rotation(). 2013-06-06 15:30:24 +02:00
Margaux Clerc
0231328392 Add strtok in ortp for mingw compilation 2013-06-05 14:30:01 +02:00
Jehan Monnier
5355e37750 Merge branch 'master' of git://git.linphone.org/linphone 2013-05-27 11:18:35 +02:00
Johan Pascal
e03affb666 Add fmtp parameters to opus payload to enable FEC and DTX
- update ms2 to get opus filter with locks on ptime
2013-05-24 13:28:47 +02:00
Jehan Monnier
5e44a244be Merge remote-tracking branch 'origin/dev_opus' 2013-05-24 10:17:29 +02:00
Ghislain MARY
c87b06a6e6 Declare variables at the beginning of code blocks to fix compilation errors. 2013-05-21 14:40:16 +02:00
Ghislain MARY
b4a955f4d0 Declare variables at the beginning of code blocks to fix compilation errors. 2013-05-21 14:26:21 +02:00
Ghislain MARY
771c7f0e71 Add opus codec. 2013-05-15 12:40:32 +02:00
Yann Diorcet
381690328a Remove core argument in upnp_available in jni 2013-05-15 10:46:15 +02:00
Yann Diorcet
02b7c282a1 Remove useless arguement in linphone_core_upnp_available 2013-05-13 15:12:14 +02:00
Simon Morlat
5f0d5793b7 - do not register outside of tunnel when tunnel is activated but not yet connected.
- move TUNNEL_ENABLED to config.h, which avoids recompilation issues with -D flags.
2013-05-10 15:07:01 +02:00
Johan Pascal
12a3d79513 AAC-EL: fix SDP/fmtp content according to new recommendation from Fraunhofer 2013-05-09 21:48:20 +02:00
Margaux Clerc
f9236d1a0b Fix bug report 2013-05-07 11:49:54 +02:00
Simon Morlat
ca42ee87de important conference bugfixes 2013-05-06 22:09:31 +02:00
Simon Morlat
4da039cd52 fix bug when comparing event name (there can be parameters) 2013-05-03 14:36:21 +02:00
Simon Morlat
f906188cef fix crash when receiving an incorrect SDP message in a 200Ok.
fix indentation
2013-04-30 10:33:49 +02:00
Ghislain MARY
009630c1b5 Fix swapped soundcards and use voidsink. 2013-04-29 17:15:40 +02:00
Ghislain MARY
4b18b115a4 Increment tries in loop that have a maximum number of tries. 2013-04-25 11:17:11 +02:00
Jehan Monnier
bf3e436117 Merge commit 'a3f10cc' 2013-04-25 10:39:00 +02:00
Jehan Monnier
a3f10ccd2f add special case to compute aac network birate 2013-04-25 10:36:18 +02:00
Simon Morlat
6fcf76e405 update ms2 and cleanup dead function 2013-04-22 23:11:35 +02:00
Ghislain MARY
e1830ee307 Add callbacks for audio (un)initialization in the echo canceller calibrator. 2013-04-23 10:48:17 +02:00
Ghislain MARY
1408227088 Improve echo canceller calibrator.
- Use the void source filter instead of the file player.
- Handle the number of channels.
2013-04-23 09:20:56 +02:00
Ghislain MARY
f429ce65eb Oops... Forgot the lc parameter. 2013-04-22 13:11:27 +02:00
Ghislain MARY
70b92a72d8 Save DTMFs settings immediately. 2013-04-22 12:57:44 +02:00
Johan Pascal
40511edc2c Rename aac-eld modes to 22k and 44k 2013-04-22 11:04:48 +02:00
Johan Pascal
99e73613bd Add aac-eld paylaod type to linphone core.
- add two configurations with their respective fmtp config string
2013-04-21 22:06:07 +02:00
Simon Morlat
846d2c57af wrap DSCP API for java 2013-04-19 15:39:40 +02:00
Simon Morlat
bf492b4278 fix publish request, whose request uri must identify the resources for which the event is to be published. 2013-04-17 15:49:34 +02:00
Ghislain MARY
5ddf9069f0 Set UTC time in received chat messages. 2013-04-12 10:26:57 +02:00
Simon Morlat
6a9dafbb64 try to fix date issues 2013-04-11 16:38:19 +02:00
Ghislain MARY
8563691595 Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.
This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.

The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
2013-04-11 15:41:43 +02:00
Sylvain Berfini
0dadf758c3 Merge branch 'master' of git://git.linphone.org/linphone 2013-04-11 14:34:49 +02:00
Sylvain Berfini
a3e275c126 Added GetTime method to LinphoneChatMessage java impl 2013-04-11 14:34:04 +02:00
Simon Morlat
0fa5d7c73b fix bug when choosing SDP connection address
restore logs
2013-04-11 14:24:53 +02:00
Ghislain MARY
f497147309 Fix compilation. 2013-04-10 09:20:13 +02:00
Ghislain MARY
c764afab71 Fix compilation (missing }). 2013-04-09 18:25:19 +02:00
Ghislain MARY
f0136172b0 Change API to set log handler and log level.
- Deprecate linphone_core_enable_logs(),
  linphone_core_enable_logs_with_cb() and linphone_core_disable_logs() functions.
- Introduce linphone_core_set_log_handler(), linphone_core_set_log_file() and linphone_core_set_log_level() functions.
2013-04-09 18:07:53 +02:00
Simon Morlat
374f170fb2 add jni and java accessors for realtime late and loss rates 2013-04-09 15:52:30 +02:00
Simon Morlat
9f58698136 improve call quality indicator (takes into account video)
add accessors to late and loss rate in LinphoneCallStats.
2013-04-09 14:06:51 +02:00
Yann Diorcet
9b7ac9b793 Fix upnp forgotten retain 2013-04-09 10:03:43 +02:00
Margaux Clerc
03734b6bf5 change unread messages picture
chnage time for time change
2013-04-08 12:59:42 +02:00
Simon Morlat
fe1f627232 set mtu to 1300 because mtu detection is absolutely not reliable.
This is making a lot of problems with video packets especially.
2013-04-05 18:24:52 +02:00
Simon Morlat
622c8f30d2 fix sending of PUBLISH requests (was not set to the proxy address actually) 2013-04-05 12:16:05 +02:00
Yann Diorcet
4d9f81bd1c Fix upnp binding loop when not getting provided port 2013-04-04 16:53:27 +02:00
Jehan Monnier
1257791859 fix compilation issue 2013-04-04 08:23:33 +02:00
Jehan Monnier
1736d38e98 javadoc enhancements 2013-04-03 18:16:13 +02:00
Ghislain MARY
00c725bceb Use correct mode parameter to fopen() call ("r+" instead of "rw"). 2013-04-02 15:41:14 +02:00
Yann Diorcet
12a6e42e5a Allow uPnP 1.0 uuid 2013-04-02 15:23:29 +02:00