forked from BelledonneCommunications/ortp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
121 lines (92 loc) · 3.36 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
July 20, 2017: ortp-1.0.2
- Bug fixes
February 23, 2017: ortp-1.0.1
- minor enhancements and bugfixes
January 10, 2017: ortp-1.0.0
- oRTP license is changed to be GPLv2
- new adaptive jitter buffer algorithm added
June 1st 2016: ortp-0.27.0
May XX, 2016:
- Fix DSCP on Windows.
- bctoolbox added as dependency
- fixes around IPv6 support for windows and android
January 22, 2016: ortp-0.26.0
November 2, 2015: ortp-0.25.0
- Support AVPF generic NACK
- Add payload types for RTT (Real-Time Text) and Codec2
- Bug fixes
May 6, 2015: ortp-0.24.2
- Bug fixes
Mar 31, 2015: ortp-0.24.1
- Add support of TMMBR and TMMBN (RFC 5104)
Mar 11, 2015: ortp-0.24.0
- RTCP send algorithm as describe in RFC3550
- RTCP XR (RFC3611)
- RTCP send algorithm as describe in RFC4585: AVPF streams
Feb 19, 2014: ortp-0.23.0
- network simulator improvements
- updated to use ZRTPCPP>=4.0
- security bugfixes
May 27, 2012: ortp-0.22.0
- network simulator improvements for simulating random lost packets
- srtp initialization bugfix
February 22th, 2012: ortp-0.20.0
- fix an issue on video call with ZRTP
February 17th, 2012: ortp-0.19.0
- ZRTP media encryption
December 22th, 2011: ortp-0.18.0
- SRTP media encryption
May XXth, 2011: ortp-0.17.0
- RTCP support fixes
- add rtp_session_get_round_trip_propagation()
March 28th, 2011: ortp-0.16.5
- optimisations in session-set intersection computation
February 7, 2011: ortp-0.16.4
- workaround fix for some versions of uclibc
June 3, 2010 : ortp-0.16.3
- cosmetics improvements for compilation.
May 10, 2010 : ortp-0.16.2
- add support for setting dscp on windows
- add accessors to struct PayloadType
September 17, 2009: ortp-0.16.1
- minor compilation fixes
May 4, 2009 : ortp-0.16.0
- update stun api to support new RFC
- fix gcc warnings
- added new PayloadType
October 13, 2008: ortp-0.15.0
- telephone event detection bugfix
- reduce number of memory allocation: !! attention here ABI/API change !!
If you are using mp=rtp_session_recvm_with_ts(), the payload data is no more pointed by mp->b_cont->b_rptr.
Instead you can use the following to skip the header:
rtp_get_payload(mp,mp->b_rptr);
March 14, 2007: ortp-0.14.3
- new ortp_set_memory_functions() method
- jitter buffer bugfixes, simplification and improvements
July 27, 2007: ortp-0.14.0
- a few optimisations
- support for number of channels in PayloadType (interface changed !)
- srtp optional support (using libsrtp from http://srtp.sf.net)
April, 11 2007: ortp-0.13.1:
- do not recv rtcp packets from rtp_session_sendm_with_ts() when session is not send-only.
- removed gtk-doc, using doxygen instead.
- minor patches
January, 23 2007: ortp-0.13.0
- add support for a pluggable transport layer
- enables use of different RtpProfile for send and recv directions
- fix RTCP memleak
- new telephone-event types added.
November, 9 2006: ortp-0.12.0
- fix statistics
- jitter buffer accuracy improved
- enable 0 ms jitter buffer (implies permissive dequeuing of packets)
- enable optional connected mode: the udp socket is connect()ed so only
packets coming from the connected destination are received.
August, 22 2006: ortp-0.11.0
- added rtp_session_set_dscp, rtp_session_send_rtcp_APP
- fixed statistics little bugs.
May, 30 2006: ortp-0.10.0
- new RTCP parser
- new event api
- stun helper routines
- permissive algorithm for video packet enqueueing