Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix telepresence FTBFS due to missing libavconv functions on Ubuntu 16.04 LTSHEADmaster | Timothy Pearson | 2016-08-17 | 1 | -0/+11 |
| | | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com> | ||||
* | Fix FTBFS on Ubuntu 16.04 LTS | Timothy Pearson | 2016-08-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com> | ||||
* | Forward display name from the stack to all SIP messages | Doubango Telecom | 2016-08-12 | 4 | -6/+15 |
| | |||||
* | Merge branch 'master' of https://github.com/DoubangoTelecom/doubango | Doubango Telecom | 2016-08-08 | 7 | -2/+80 |
|\ | |||||
| * | Add support for pause for iOS audioUnit | System Administrator | 2016-08-05 | 2 | -2/+79 |
| | | |||||
| * | Update openSSL for iOS and OSX to version 1.0.2h | System Administrator | 2016-08-02 | 2 | -0/+0 |
| | | |||||
| * | Update openSSL for iOS and OSX to version 1.0.2h | System Administrator | 2016-08-02 | 3 | -0/+1 |
| | | |||||
* | | Update OpenSSL binaries for Windows | Doubango Telecom | 2016-08-08 | 4 | -0/+0 |
|/ | |||||
* | Remove hard-coded openssl config | Doubango Telecom | 2016-08-02 | 1 | -9/+11 |
| | |||||
* | Update OpenSSL for Android and Windows to version 1.0.2h | Doubango Telecom | 2016-08-02 | 87 | -501/+586 |
| | |||||
* | Merge branch 'master' of https://github.com/DoubangoTelecom/doubango | Doubango Telecom | 2016-08-02 | 2 | -29/+29 |
|\ | |||||
| * | Update Building_Source_v2_0.md | DoubangoTelecom | 2016-08-01 | 1 | -1/+1 |
| | | |||||
| * | Remove sources from the loop before releasing it (iOS runLoop) | System Administrator | 2016-06-08 | 1 | -26/+26 |
| | | |||||
| * | Update Building_Source_v2_0.md | DoubangoTelecom | 2016-06-02 | 1 | -2/+2 |
| | | |||||
* | | Add "--arch" to Android toolchain generation command | Doubango Telecom | 2016-08-02 | 2 | -13/+22 |
|/ | |||||
* | Fix crash | Mamadou DIOP | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Ignore IPv4 linklocal addresses when retrieving bestlocal IP | System Administrator | 2016-05-30 | 2 | -0/+48 |
| | |||||
* | Check RTP IP address nullity | Mamadou DIOP | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Set default servname to 5060 when port is equal to zero | System Administrator | 2016-05-26 | 1 | -7/+4 |
| | |||||
* | Remove duplicated line | System Administrator | 2016-05-24 | 1 | -1/+0 |
| | |||||
* | Set default RTP socket to IPv4 or IPv6 instead of invalid depending on ↵ | System Administrator | 2016-05-24 | 1 | -2/+2 |
| | | | | use_ipv6 flag | ||||
* | Enable IP dual-stack on ICE only when IPv6 is enabled | System Administrator | 2016-05-24 | 1 | -3/+3 |
| | |||||
* | Make ICE dual-satck (IPv46) more versatile | Mamadou DIOP | 2016-05-24 | 16 | -87/+215 |
| | |||||
* | Update openh264 to version v1.5.0 | Mamadou DIOP | 2016-04-14 | 37 | -514/+1155 |
| | | | | Fix openh264 crash when resolution change and SPS/PPS loss | ||||
* | Remove size condition for motion rank estimation | Mamadou DIOP | 2016-03-10 | 1 | -6/+4 |
| | |||||
* | Add support for resolution change based on network congestion (enabled on ↵ | Mamadou DIOP | 2016-03-10 | 3 | -58/+120 |
| | | | | 'tch' build only) | ||||
* | Update bandwidth adapt algo | Mamadou DIOP | 2016-03-07 | 1 | -7/+28 |
| | |||||
* | fix warning (unused variable) when adaptive video size is disabled | Mamadou DIOP | 2016-03-06 | 1 | -1/+2 |
| | |||||
* | revert previous change (new_bw formula) | Mamadou DIOP | 2016-03-06 | 1 | -52/+48 |
| | | | | enable adaptive video size for tch build-type only | ||||
* | Fix bug: new_bw = "qavg*curr_bw" instead of "qavg*base_bw" | Mamadou DIOP | 2016-03-06 | 1 | -33/+35 |
| | |||||
* | Change decision metric for quality average | Mamadou DIOP | 2016-03-06 | 4 | -19/+146 |
| | | | | Adds support for dynamic video size (code inhibited for now) | ||||
* | Update click2dial url | Mamadou DIOP | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | Fix codec priority setting issue. The codec is removed when the priority ↵ | Mamadou DIOP | 2016-02-26 | 3 | -13/+30 |
| | | | | value is > the total number of registered codecs. This happens when few codecs are registered | ||||
* | Do not reset quality metrics when the timer fires: continue averaging | Mamadou DIOP | 2016-02-25 | 1 | -6/+9 |
| | |||||
* | Update cfscket transport to report correct in/out bytes | System Administrator | 2016-02-25 | 58 | -9814/+9818 |
| | |||||
* | Update QoS report rate | Mamadou DIOP | 2016-02-25 | 3 | -6/+7 |
| | | | | Set Weight(Q4) to zero | ||||
* | Add new QoS implementation | Mamadou DIOP | 2016-02-23 | 2065 | -257120/+261053 |
| | | | | Code formatting | ||||
* | Fix concurrent access issue on "video_jb->decode_last_timestamp" | Mamadou DIOP | 2016-01-22 | 1 | -5/+6 |
| | |||||
* | Fix arithmetic overflow issue when computing RTCP-RR-fraction field | Mamadou DIOP | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Rename ".htaccess" file | Mamadou DIOP | 2015-12-05 | 1 | -0/+0 |
| | |||||
* | Add .gitignore file to the repo | Mamadou DIOP | 2015-12-05 | 1 | -0/+4 |
| | |||||
* | Add php htaccess file | Mamadou DIOP | 2015-12-05 | 1 | -0/+6 |
| | |||||
* | Free memory when 0-size is defined for realloc | Mamadou DIOP | 2015-12-02 | 1 | -0/+3 |
| | |||||
* | Update binaries and code source for OSX | System Administrator | 2015-12-01 | 4092 | -36041/+3293 |
| | |||||
* | Cleanly handle "MF_E_SHUTDOWN" error when an even is received while the ↵ | Mamadou DIOP | 2015-11-11 | 1 | -2/+8 |
| | | | | session is shutting down | ||||
* | Update website (links) | Mamadou DIOP | 2015-11-10 | 1 | -11/+12 |
| | |||||
* | Fix issue reported at ↵ | Mamadou DIOP | 2015-08-20 | 1 | -2/+7 |
| | | | | https://groups.google.com/forum/#!topic/doubango/oeg-OBEH0G4 | ||||
* | Fix issue reported at ↵ | Mamadou DIOP | 2015-08-19 | 1 | -0/+8 |
| | | | | https://groups.google.com/forum/#!topic/doubango/Oo0t1e3tlL8 | ||||
* | - | Mamadou DIOP | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | - | Mamadou DIOP | 2015-08-18 | 1 | -3/+7 |
| |