8 Commits

Author SHA1 Message Date
sthen
eaa467a8c3 update to ortp-0.25.0 (not the newest but 0.27.0 needs an extra dep)
cast RAND_MAX/rand() to float, trips clang 10 -Wimplicit-int-float-conversion
2020-07-31 12:28:18 +00:00
sthen
68f6144de9 don't use doxygen, from rsadowski 2017-01-31 09:59:57 +00:00
jca
af64c8bb61 Update to doxygen-1.8.12 and switch the gui to Qt5
From Rafael Sadowski, who takes maintainership.
2016-11-12 20:50:41 +00:00
jca
d998032343 Fix packaging after the doxygen update.
Noticed by nigel@
2016-03-02 20:22:19 +00:00
zhuk
c37874f7af Minor maintaince update of libortp to 0.24.2. 2015-08-13 19:52:04 +00:00
sthen
9c67f5691d Update to oRTP-0.24.1, the older version doesn't build with newer libsrtp.
Presently not used in ports, this was imported for Jingle support in Kopete
but that is currently disabled there. "go ahead" zhuk@
2015-04-25 23:40:33 +00:00
zhuk
a395f940f5 Update oRTP to 0.23.0. Includes some security fixes, and also incorporates
all local patches we had. The only new patch will be needed until
security/srtp gets updated. Major library version bumped because some types
in API changed (int -> size_t).

Pointed out by portscout-based service hosted by jasperla@
2014-09-04 21:28:56 +00:00
zhuk
98cfa28f1a Import oRTP, RTP (RFC3550) implementation library. This is needed for
Jingle support in kopete-4.11.3. The kdenetwork-4.10.5 could also use it
for the same thing, but my tests showed that Jingle doesn't work there, so
no point in enabling it.

oRTP - a Real-time Transport Protocol (RFC3550) stack under LGPL.
It implements the RFC3550 (RTP) with a easy to use API with high and
low level access and features:
  * Support for multiples profiles, AV profile (RFC3551) being
    the one by default.
  * A packet scheduler for sending and recieving "on time", according
    to their timestamp. Scheduling is optionnal, RTP sessions can remain
    not scheduled.
  * Mutiplexing I/O, so that hundreds of RTP sessions can be scheduled
    by a single thread.
  * Adaptive jitter algorithm for a receiver to adapt to the clockrate
    of the sender.
  * Supports part of RFC2833 for telephone events over RTP.
  * The API is well documented using doxygen.
  * RTCP messages sent periodically since 0.7.0 (compound packet
    including sender report or receiver report + SDES).
  * An API to parse incoming RTCP packets.

okay landry@
2013-11-11 09:23:09 +00:00