[Pkg-voip-commits] [ortp] branch master updated (09c30b2 -> 67a4fa6)

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 change to branch master
in repository ortp.

      from  09c30b2   Move docs to libortp-doc, lintian clean-ify
      adds  6c0b811   New upstream version 1.0.1
       new  51bed43   Updated version 1.0.1 from 'upstream/1.0.1'
       new  9d9f5dc   debian/changelog: add entry for new upstream release 1.0.1
       new  593bca6   debian/changelog: change distribution to UNRELEASED
       new  67a4fa6   debian/docs: README => README.md, TODO got removed by upstream

The 4 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:
 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 +-
 debian/changelog                |   6 +-
 debian/docs                     |   3 +-
 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 ++--
 80 files changed, 2527 insertions(+), 4097 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 TODO
 delete mode 100644 build/win32native/.gitignore
 delete mode 100644 build/win32native/Makefile.am
 delete mode 100644 build/win32native/oRTP.sln
 delete mode 100644 build/win32native/oRTP.vcxproj
 delete mode 100644 build/win32native/ortp-config.h
 delete mode 100644 build/wince/.gitignore
 delete mode 100644 build/wince/Makefile.am
 delete mode 100644 build/wince/oRTP.vcproj
 delete mode 100644 build/winmob/Makefile.am
 delete mode 100644 build/winmob/oRTP.sln
 delete mode 100644 build/winmob/oRTP.vcproj
 create mode 100644 include/ortp/utils.h
 create mode 100644 src/congestiondetector.c
 create mode 100644 src/congestiondetector.h
 create mode 100644 src/kalmanrls.c
 delete mode 100644 src/system

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