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

Side by Side Diff: README.chromium

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Minimal changes against upstream 1.5.0 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 | « no previous file | config/config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libsrtp 1 Name: libsrtp
2 URL: http://srtp.sourceforge.net/srtp.html 2 URL: https://github.com/cisco/libsrtp
3 Version: 1.4.4 3 Version: 1.5.0
4 License: 3-clause BSD 4 License: 3-clause BSD
5 License File: srtp/LICENSE 5 License File: srtp/LICENSE
6 Security Critical: Yes 6 Security Critical: Yes
7 7
8 Description: 8 Description:
9 Libsrtp provides secure media transmission in a real 9 Libsrtp provides secure media transmission in a real
10 time communication. It's used with libjingle which 10 time communication. It's used with libjingle which
11 provides the p2p session setup. 11 provides the p2p session setup.
12 12
13 Libsrtp is distributed under the following BSD-based license, detailed info 13 Libsrtp is distributed under the following BSD-based license, detailed info
14 in srtp/LICENSE. 14 in srtp/LICENSE.
15 15
16 Local Modifications: 16 Local Modifications:
17 17
18 Replace 'inline' with 'INLINE' and #define to either 'inline' or '__inline'. 18 Replace 'inline' with 'INLINE' and #define to either 'inline' or '__inline'.
19 This is required because VS2012 does not allow redefinition of keywords via 19 This is required because VS2012 does not allow redefinition of keywords via
20 macros, but also does not support 'inline' in C files. 20 macros, but also does not support 'inline' in C files.
21 21
22 Adding additional RTP header check 22 Added gyp support to __arm64__
juberti2 2015/02/18 23:42:55 Did you mean to remove this? I think this is fine
23 23
24 Added gyp support to __arm64__ 24 Use '_byteswap_*' functions to convert between host and network byte order on
25 Windows.
26
27 AES-192 is disabled when compiled against BoringSSL.
OLDNEW
« no previous file with comments | « no previous file | config/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698