[Pkg-voip-commits] [janus] 42/163: Merge pull request #944 from meetecho/vp8-simulcast

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:07 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 211c2c21db4fca0a98e9af41ed4454aa8c530709
Merge: a80b63a 45ed03d
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Fri Jul 28 11:23:27 2017 +0200

    Merge pull request #944 from meetecho/vp8-simulcast
    
    Experimental support for VP8 simulcasting

 conf/janus.plugin.streaming.cfg.sample.in |   3 +
 html/devicetest.html                      |   8 +-
 html/devicetest.js                        | 155 ++++++-
 html/echotest.html                        |  10 +-
 html/echotest.js                          | 155 +++++++
 html/janus.js                             | 245 +++++++++-
 html/janus.nojquery.js                    | 245 +++++++++-
 html/streamingtest.html                   |   8 +-
 html/streamingtest.js                     | 185 ++++++++
 html/videocalltest.html                   |  14 +
 html/videocalltest.js                     | 152 +++++++
 html/videoroomtest.html                   |  32 +-
 html/videoroomtest.js                     | 167 +++++++
 ice.c                                     |  53 ++-
 ice.h                                     |   6 +
 janus.c                                   |  42 +-
 plugins/janus_echotest.c                  | 342 +++++++++++++-
 plugins/janus_recordplay.c                |  21 +-
 plugins/janus_sip.c                       |  29 +-
 plugins/janus_streaming.c                 | 731 ++++++++++++++++++------------
 plugins/janus_videocall.c                 | 257 ++++++++++-
 plugins/janus_videoroom.c                 | 361 +++++++++++++--
 postprocessing/pp-webm.c                  |   2 +-
 rtcp.c                                    |  16 +-
 rtcp.h                                    |  12 +-
 rtp.c                                     |  33 +-
 rtp.h                                     |  13 +
 sdp.c                                     | 130 +++++-
 sdp.h                                     |   8 +
 utils.c                                   | 306 +++++++++++++
 utils.h                                   |  47 ++
 31 files changed, 3398 insertions(+), 390 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