[Pkg-voip-commits] [ortp] 02/06: Merge tag 'upstream/0.27.0'

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Jan 12 05:06:18 UTC 2017


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

gnoutchd-guest pushed a commit to branch master
in repository ortp.

commit af4896012d8e9007956cdec38869e9b103a119c7
Merge: 3ca9661 1224eba
Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
Date:   Tue Jan 10 21:42:55 2017 -0500

    Merge tag 'upstream/0.27.0'
    
    Upstream version 0.27.0

 .clang-format                 |   64 ++
 .git-pre-commit               |   51 +
 .gitignore                    |    1 +
 CMakeLists.txt                |  104 +-
 Makefile.am                   |    4 +-
 NEWS                          |   14 +
 ORTPConfig.cmake.in           |   16 +-
 autogen.sh                    |    9 +-
 configure.ac                  |   37 +-
 include/CMakeLists.txt        |   27 +-
 include/ortp/b64.h            |    2 +-
 include/ortp/event.h          |   80 +-
 include/ortp/logging.h        |   45 +-
 include/ortp/payloadtype.h    |   12 +-
 include/ortp/port.h           |   33 +-
 include/ortp/rtcp.h           |   26 +-
 include/ortp/rtp.h            |    3 +
 include/ortp/rtpprofile.h     |   11 +-
 include/ortp/rtpsession.h     |  114 +-
 include/ortp/rtpsignaltable.h |    6 +-
 include/ortp/sessionset.h     |   12 +-
 include/ortp/str_utils.h      |    5 +-
 ortp.doxygen.in               | 2350 +++++++++++++++++++++++++++++++++++++++--
 ortp.spec.in                  |    2 +-
 src/CMakeLists.txt            |   73 +-
 src/Makefile.am               |    5 +-
 src/avprofile.c               |   41 +-
 src/dll_entry.c               |   10 +-
 src/event.c                   |   96 ++
 src/jitterctl.c               |    9 +-
 src/logging.c                 |  323 ++++--
 src/netsim.c                  |  104 +-
 src/ortp.c                    |   16 +-
 src/payloadtype.c             |    2 +-
 src/port.c                    |  109 +-
 src/posixtimer.c              |   12 +-
 src/rtcp.c                    |   58 +-
 src/rtcp_fb.c                 |   78 +-
 src/rtcp_xr.c                 |    2 +-
 src/rtcpparse.c               |   53 +-
 src/rtpparse.c                |   28 +-
 src/rtpprofile.c              |   37 +-
 src/rtpsession.c              |  417 +++++---
 src/rtpsession_inet.c         |  570 +++++-----
 src/rtpsession_priv.h         |   25 +-
 src/rtpsignaltable.c          |   10 +-
 src/rtptimer.h                |    4 +-
 src/scheduler.c               |    2 +
 src/sessionset.c              |   18 +-
 src/str_utils.c               |   47 +-
 src/telephonyevents.c         |   57 +-
 src/tests/CMakeLists.txt      |   13 +
 src/tests/Makefile.am         |    2 +-
 src/tests/rtprecv.c           |    2 +-
 src/tests/rtpsend.c           |    9 +-
 src/tests/rtpsend_stupid.c    |    4 +-
 src/tests/tevrtprecv.c        |   17 +-
 src/utils.c                   |   24 +
 src/utils.h                   |   14 +-
 src/winrttimer.cpp            |   10 +-
 60 files changed, 4269 insertions(+), 1060 deletions(-)

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



More information about the Pkg-voip-commits mailing list