Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: srtp/CHANGES

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « srtp/.gitignore ('k') | srtp/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Changelog 1 Changelog
2 2
3 1.5.1
4
5 Pull request 95 - Additional header check from Chromium
6
7 Pull request 94 - Add missing copyright headers.
8
9 Pull request 90 - Fix out-of-source tree builds.
10
11 Pull request 89 - Introduce little endian RISC support
12
13 Pull request 86 - Add support for cross-compiling the shared library for Windo ws and OS X
14
15 Pull request 85 - Add -f <pcap filter> option to rtp_decoder
16
17 Pull request 84 - Avoid problems due to unsafe macros
18
19 Pull request 82 - Align the AES ICM nonce
20
21 Pull request 80 - Take advantage of base64 conversion in testapps
22
23 Pull request 75 - Cleanup: miscellaneous cleanup of initial OpenSSL AES suppor t
24
25 Pull request 74 - Allow testing with pcap file or capture - Issue #45
26
27 Other trivial fixes are included as well. Please see github for details.
28
29 1.5.0
30
31 Add support for using OpenSSL crypto using the --enable-openssl
32 option.
33
34 Add support for AES-GCM crypto suites.
35
36 Add support for pkg_config.
37
38 Add user data API to allow user to associate additional data with a
39 SRTP context.
40
41 This release also includes a variety of bug fixes, which can be
42 viewed at: https://github.com/cisco/libsrtp/commits/master
43
44 Note: The change log was not maintained between versions 1.3.20 and
45 1.4.5.
46
3 1.3.20 47 1.3.20
4 48
5 Lots of changes. Thanks to Jeff Chan for catching a memory leak and 49 Lots of changes. Thanks to Jeff Chan for catching a memory leak and
6 helping track down the endian issues with the SSRCs. 50 helping track down the endian issues with the SSRCs.
7 51
8 1.3.8 52 1.3.8
9 53
10 This is an interim release. Several little-endian bugs were identified 54 This is an interim release. Several little-endian bugs were identified
11 and fixed; this means that we can use intel/linux for development again. 55 and fixed; this means that we can use intel/linux for development again.
12 56
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 automatically recovers from bad estimates. This was required to 258 automatically recovers from bad estimates. This was required to
215 prevent spurious failures. 259 prevent spurious failures.
216 260
217 Made rdbx_estimate_index(...) function smarter, so that initial RTP 261 Made rdbx_estimate_index(...) function smarter, so that initial RTP
218 sequence numbers greater than 32,768 don't cause it to estimate the 262 sequence numbers greater than 32,768 don't cause it to estimate the
219 rollover counter of 0xffffffff. 263 rollover counter of 0xffffffff.
220 264
221 265
222 1.0.0 Initial release 266 1.0.0 Initial release
223 267
OLDNEW
« no previous file with comments | « srtp/.gitignore ('k') | srtp/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698