[Pkg-voip-commits] [ortp] 01/04: Updated version 1.0.1 from 'upstream/1.0.1'

Johannes Schauer josch-guest at moszumanska.debian.org
Sun Apr 23 05:56:16 UTC 2017


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

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

commit 51bed43bc70688308982b7819775eea2e7486142
Merge: 09c30b2 6c0b811
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Thu Apr 20 19:30:07 2017 +0200

    Updated version 1.0.1 from 'upstream/1.0.1'
    
    with Debian dir 7f507244db121eb532b287d5625186eb19d6cb35

 CMakeLists.txt                  |  24 +-
 COPYING                         | 662 +++++++++++-----------------
 Makefile.am                     |  19 +-
 NEWS                            |   7 +
 ORTPConfig.cmake.in             |   2 +-
 README                          |  58 ---
 README.md                       | 106 +++++
 TODO                            |   2 -
 build/Makefile.am               |   1 -
 build/android/Android.mk        |   2 +
 build/win32native/.gitignore    |   2 -
 build/win32native/Makefile.am   |   2 -
 build/win32native/oRTP.sln      |  20 -
 build/win32native/oRTP.vcxproj  | 173 --------
 build/win32native/ortp-config.h |  32 --
 build/wince/.gitignore          |   2 -
 build/wince/Makefile.am         |   2 -
 build/wince/oRTP.vcproj         | 914 ---------------------------------------
 build/winmob/Makefile.am        |   3 -
 build/winmob/oRTP.sln           |  46 --
 build/winmob/oRTP.vcproj        | 932 ----------------------------------------
 configure.ac                    |  24 +-
 include/CMakeLists.txt          |   3 +-
 include/ortp/Makefile.am        |   4 +-
 include/ortp/event.h            |  51 +--
 include/ortp/logging.h          |  34 +-
 include/ortp/ortp.h             |  35 +-
 include/ortp/payloadtype.h      |  34 +-
 include/ortp/port.h             |  45 +-
 include/ortp/rtcp.h             |  52 ++-
 include/ortp/rtp.h              |  34 +-
 include/ortp/rtpprofile.h       |  34 +-
 include/ortp/rtpsession.h       | 166 ++++---
 include/ortp/rtpsignaltable.h   |  34 +-
 include/ortp/sessionset.h       |  34 +-
 include/ortp/str_utils.h        |  75 ++--
 include/ortp/telephonyevents.h  |  34 +-
 include/ortp/utils.h            |  78 ++++
 ortp-config.h.cmake             |   5 +-
 ortp.spec.in                    |   2 +-
 src/CMakeLists.txt              |  12 +-
 src/Makefile.am                 |   4 +-
 src/avprofile.c                 |  34 +-
 src/congestiondetector.c        | 168 ++++++++
 src/congestiondetector.h        |  57 +++
 src/event.c                     |  51 ++-
 src/extremum.c                  |  68 +--
 src/jitterctl.c                 | 324 ++++++++++----
 src/jitterctl.h                 |  52 +--
 src/kalmanrls.c                 |  59 +++
 src/logging.c                   |  34 +-
 src/netsim.c                    |  77 ++--
 src/ortp.c                      |  34 +-
 src/payloadtype.c               |  35 +-
 src/port.c                      |  36 +-
 src/posixtimer.c                |  34 +-
 src/rtcp.c                      |  72 ++--
 src/rtcp_fb.c                   |  37 +-
 src/rtcp_xr.c                   |  34 +-
 src/rtcpparse.c                 |  42 +-
 src/rtpparse.c                  |  55 ++-
 src/rtpprofile.c                |  35 +-
 src/rtpsession.c                | 371 ++++++++++------
 src/rtpsession_inet.c           | 435 +++++++++++--------
 src/rtpsession_priv.h           |  47 +-
 src/rtpsignaltable.c            |  34 +-
 src/rtptimer.c                  |  34 +-
 src/rtptimer.h                  |  34 +-
 src/scheduler.c                 |  34 +-
 src/scheduler.h                 |  34 +-
 src/sessionset.c                |  62 +--
 src/str_utils.c                 |  72 ++--
 src/system                      |  15 -
 src/telephonyevents.c           |  37 +-
 src/tests/CMakeLists.txt        |  59 +--
 src/tests/rtprecv.c             |   1 +
 src/utils.c                     | 130 +-----
 src/utils.h                     |  73 ++--
 78 files changed, 2521 insertions(+), 4094 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