[Pkg-voip-commits] [janus] 02/02: Merge tag 'upstream/0.2.1'

Victor Seva vseva at moszumanska.debian.org
Thu Dec 22 10:02:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

vseva pushed a commit to branch master
in repository janus.

commit 804dd5ed83b5e390bac10200f2443f5ab3597402
Merge: 058abe7 9143b96
Author: Victor Seva <vseva at debian.org>
Date:   Thu Dec 22 11:01:37 2016 +0100

    Merge tag 'upstream/0.2.1'
    
    Upstream version 0.2.1

 Makefile.am                                   |   49 +-
 README.md                                     |  107 +-
 conf/janus.plugin.audiobridge.cfg.sample      |    6 +
 conf/janus.plugin.streaming.cfg.sample.in     |   17 +-
 conf/janus.plugin.textroom.cfg.sample         |   19 +
 conf/janus.plugin.videoroom.cfg.sample        |   10 +
 conf/janus.transport.http.cfg.sample.in       |    4 +-
 conf/janus.transport.mqtt.cfg.sample          |   24 +
 conf/janus.transport.pfunix.cfg.sample        |    2 +
 conf/janus.transport.rabbitmq.cfg.sample      |    2 +
 conf/janus.transport.websockets.cfg.sample.in |    2 +
 configure.ac                                  |  198 +-
 docs/janus-doxygen.cfg                        |    2 +-
 dtls-bio.c                                    |   50 +-
 dtls-bio.h                                    |    3 +
 dtls.c                                        |   78 +-
 dtls.h                                        |   11 +
 html/adapter.js                               | 3028 ++++++++++++++++---------
 html/admin.js                                 |   34 +-
 html/audiobridgetest.js                       |    2 +-
 html/demos.html                               |    8 +-
 html/devicetest.js                            |    8 +-
 html/echotest.js                              |   18 +-
 html/janus.js                                 |  217 +-
 html/janus.nojquery.js                        |  211 +-
 html/navbar.html                              |    1 +
 html/recordplaytest.js                        |    6 +-
 html/screensharingtest.js                     |    4 +-
 html/siptest.js                               |   24 +-
 html/streamingtest.js                         |    2 +-
 html/textroomtest.html                        |  121 +
 html/textroomtest.js                          |  376 +++
 html/videocalltest.js                         |    8 +-
 html/videoroomtest.js                         |    8 +-
 ice.c                                         |  239 +-
 ice.h                                         |   23 +-
 janus.c                                       |  356 ++-
 janus.h                                       |    5 +-
 log.h                                         |    1 -
 mach_gettime.h                                |    2 +
 mainpage.dox                                  |  178 +-
 plugins/janus_audiobridge.c                   | 1079 ++++++---
 plugins/janus_echotest.c                      |  179 +-
 plugins/janus_recordplay.c                    |  254 +--
 plugins/janus_sip.c                           |  867 ++++---
 plugins/janus_streaming.c                     |  916 ++++----
 plugins/janus_textroom.c                      | 1485 ++++++++++++
 plugins/janus_videocall.c                     |  163 +-
 plugins/janus_videoroom.c                     |  742 +++---
 plugins/janus_voicemail.c                     |  124 +-
 plugins/plugin.c                              |   13 +-
 plugins/plugin.h                              |   52 +-
 postprocessing/janus-pp-rec.c                 |  171 +-
 postprocessing/pp-g711.c                      |    6 +-
 postprocessing/pp-h264.c                      |  212 +-
 postprocessing/pp-opus.c                      |    4 +
 postprocessing/pp-rtp.h                       |    2 +-
 postprocessing/pp-srt.c                       |  123 +
 postprocessing/pp-srt.h                       |   23 +
 postprocessing/pp-webm.c                      |  126 +-
 record.c                                      |   35 +-
 record.h                                      |   13 +-
 rtcp.c                                        |   27 +-
 rtcp.h                                        |   23 +
 rtp.c                                         |  197 ++
 rtp.h                                         |   71 +-
 sctp.c                                        |    8 +-
 sdp-utils.c                                   |  544 +++++
 sdp-utils.h                                   |  146 ++
 sdp.c                                         | 1257 ++++------
 sdp.h                                         |   68 +-
 transports/janus_http.c                       |  128 +-
 transports/janus_mqtt.c                       |  637 ++++++
 transports/janus_pfunix.c                     |   27 +-
 transports/janus_rabbitmq.c                   |   27 +-
 transports/janus_websockets.c                 |  438 ++--
 utils.c                                       |   28 +
 utils.h                                       |   21 +-
 78 files changed, 10855 insertions(+), 4845 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list