|
Revision 310, 1.3 KB
(checked in by ucaccsp, 14 years ago)
|
|
- Fix uninitialized use of session->last_update in RTP code
- Fix assertion failures in RTP library when sending RTCP packets
- Recognize, but ignore, profile specific extensions to RTCP SR/RR packets
- Update RTCP reporting interval calculation
- Implement reverse reconsideration of RTCP reporting interval
- Fix tv_diff in rtp.c to handle negative results
- Remove rtp_get_encryption_key(), the user of the library is assumed to
remember the passphrase used and doesn't need access to the internal
form of the key.
- Global change of integer types, and removal of compatibility defines:
u_int8 -> u_int8_t
u_int16 -> u_int16_t
u_int32 -> u_int32_t
and the same for the signed varients.
- Start to implement RTP encryption, not yet finished.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|