[Pkg-voip-commits] [janus] 158/163: Update upstream source from tag 'upstream/0.2.5'

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:26 UTC 2017


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

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit 27a98535bbd143a837769d64e332124c84697bd7
Merge: 3787097 2aca1b3
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Oct 28 01:48:21 2017 +0200

    Update upstream source from tag 'upstream/0.2.5'
    
    Update to upstream version '0.2.5'
    with Debian dir e1977673ae92090d39ffaff008046aa79c4244bd

 Makefile.am                                   |   50 +-
 README.md                                     |    2 +-
 conf/janus.plugin.audiobridge.cfg.sample      |   10 +
 conf/janus.plugin.sip.cfg.sample              |    3 +
 conf/janus.plugin.streaming.cfg.sample.in     |    9 +
 conf/janus.plugin.videoroom.cfg.sample        |   21 +
 conf/janus.transport.websockets.cfg.sample.in |    3 +
 configure.ac                                  |  138 +-
 docs/doxy-boot.js                             |    2 +
 docs/janus-doxygen.cfg                        |    2 +-
 dtls.c                                        |    1 -
 dtls.h                                        |    1 +
 html/audiobridgetest.html                     |    2 +-
 html/audiobridgetest.js                       |    4 +-
 html/citeus.html                              |   29 +
 html/demos.html                               |    4 +
 html/devicetest.html                          |   10 +-
 html/devicetest.js                            |  209 ++-
 html/echotest.html                            |   12 +-
 html/echotest.js                              |  200 ++-
 html/janus.js                                 |  634 +++++--
 html/janus.nojquery.js                        | 2260 -------------------------
 html/navbar.html                              |    1 +
 html/recordplaytest.html                      |    2 +-
 html/recordplaytest.js                        |   28 +-
 html/screensharingtest.html                   |    2 +-
 html/screensharingtest.js                     |   16 +-
 html/siptest.html                             |    2 +-
 html/siptest.js                               |   61 +-
 html/streamingtest.html                       |   10 +-
 html/streamingtest.js                         |  216 ++-
 html/support.html                             |   10 +-
 html/textroomtest.html                        |    2 +-
 html/textroomtest.js                          |    2 +-
 html/videocalltest.html                       |   16 +-
 html/videocalltest.js                         |  176 +-
 html/videoroomtest.html                       |   34 +-
 html/videoroomtest.js                         |  244 ++-
 html/voicemailtest.html                       |    2 +-
 html/voicemailtest.js                         |    2 +-
 html/{videoroomtest.html => vp9svctest.html}  |   67 +-
 html/{videoroomtest.js => vp9svctest.js}      |  180 +-
 ice.c                                         |  165 +-
 ice.h                                         |   15 +
 janus-valgrind.supp                           |  505 ++++++
 janus.c                                       |  268 ++-
 janus.ggo                                     |    2 +-
 janus.h                                       |    8 +-
 mainpage.dox                                  |  379 ++++-
 mutex.h                                       |    2 +
 npm/module.js                                 |    8 +
 npm/package.json                              |   14 +
 npm/rollup.config.js                          |   17 +
 plugins/janus_audiobridge.c                   |  389 ++++-
 plugins/janus_echotest.c                      |  345 +++-
 plugins/janus_recordplay.c                    |  333 +++-
 plugins/janus_sip.c                           |   95 +-
 plugins/janus_streaming.c                     |  876 ++++++----
 plugins/janus_textroom.c                      |  136 +-
 plugins/janus_videocall.c                     |  260 ++-
 plugins/janus_videoroom.c                     |  907 +++++++++-
 plugins/janus_voicemail.c                     |    5 +-
 plugins/plugin.c                              |    4 +-
 plugins/plugin.h                              |   53 +-
 postprocessing/janus-pp-rec.c                 |   20 +-
 postprocessing/pp-g711.c                      |    6 +-
 postprocessing/pp-g722.c                      |  224 +++
 postprocessing/pp-g722.h                      |   23 +
 postprocessing/pp-webm.c                      |    2 +-
 record.c                                      |    4 +-
 rtcp.c                                        |   18 +-
 rtcp.h                                        |   12 +-
 rtp.c                                         |   46 +-
 rtp.h                                         |   45 +-
 rtpsrtp.h                                     |   46 +
 sdp-utils.c                                   |   18 +
 sdp-utils.h                                   |    8 +
 sdp.c                                         |  145 +-
 sdp.h                                         |    8 +
 text2pcap.c                                   |  185 ++
 text2pcap.h                                   |   97 ++
 transports/janus_http.c                       |    6 +-
 transports/janus_pfunix.c                     |    3 +-
 transports/janus_websockets.c                 |  467 ++---
 turnrest.c                                    |    3 +-
 utils.c                                       |  443 +++++
 utils.h                                       |   63 +
 87 files changed, 7511 insertions(+), 3846 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