[Pkg-voip-commits] [ortp] branch master updated (9fa3a1f -> 2321fe8)

Bernhard Schmidt berni at moszumanska.debian.org
Mon Oct 16 22:44:01 UTC 2017


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

berni pushed a change to branch master
in repository ortp.

      from  9fa3a1f   Update copyright hints.
       new  90fd024   New upstream version 1.0.2
       new  5967edc   Merge tag 'upstream/1.0.2'
       new  2364b43   Update symbols for libortp13
       new  e039c0d   Tighten dependency on libbctoolbox-dev
       new  bb847c6   Remove duplicate source lintian-override
       new  2321fe8   Changelog for 1:1.0.2-0+exp1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                |   1 +
 CMakeLists.txt                            |  38 ++++----
 NEWS                                      |   3 +
 ORTPConfig.cmake.in                       |  28 ++++--
 README.md                                 |   8 ++
 build/CMakeLists.txt                      |  50 ++++++++++
 build/osx/Info.plist.in                   |  43 +++++++++
 ortp.spec.in => build/rpm/ortp.spec.cmake |  48 ++++++----
 debian/changelog                          |  45 ++++++++-
 debian/control                            |   2 +-
 debian/libortp13.symbols                  |  16 ++++
 debian/source.lintian-overrides           |   2 -
 include/ortp/event.h                      |  11 ++-
 include/ortp/payloadtype.h                |   6 +-
 include/ortp/port.h                       |   5 +-
 include/ortp/rtpsession.h                 |  15 +++
 include/ortp/str_utils.h                  |   2 -
 include/ortp/utils.h                      |  20 ++++
 ortp-config.h.cmake                       |   1 -
 src/CMakeLists.txt                        |  28 ++++--
 src/Makefile.am                           |   1 +
 src/b64.c                                 |  80 ++++++++--------
 src/congestiondetector.c                  |  87 +++++++++++++----
 src/congestiondetector.h                  |   5 +-
 src/jitterctl.c                           |   4 +-
 src/netsim.c                              |  13 ---
 src/payloadtype.c                         |   5 +
 src/posixtimer.c                          |   4 +-
 src/rtcp.c                                |  15 ++-
 src/rtpparse.c                            |  11 ++-
 src/rtpsession.c                          |  37 ++++++--
 src/rtpsession_inet.c                     |  36 ++++---
 src/tests/CMakeLists.txt                  |   2 +-
 src/utils.c                               |  33 +++++++
 src/videobandwidthestimator.c             | 153 ++++++++++++++++++++++++++++++
 src/videobandwidthestimator.h             |  96 +++++++++++++++++++
 36 files changed, 785 insertions(+), 169 deletions(-)
 create mode 100644 build/CMakeLists.txt
 create mode 100644 build/osx/Info.plist.in
 copy ortp.spec.in => build/rpm/ortp.spec.cmake (75%)
 delete mode 100644 debian/source.lintian-overrides
 create mode 100644 src/videobandwidthestimator.c
 create mode 100644 src/videobandwidthestimator.h

-- 
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