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

Side by Side Diff: srtp/CHANGES

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 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/.cvsignore ('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.2
4
5 Autoconf checks for libz and libdl for buildroot support.
6
7 Pull request 96 - Include config.h to get inline on Windows.
8
9 Pull request 93 - Don't include AES-192 when compiling against BoringSSL.
10
3 1.5.1 11 1.5.1
4 12
5 Pull request 95 - Additional header check from Chromium 13 Pull request 95 - Additional header check from Chromium
6 14
7 Pull request 94 - Add missing copyright headers. 15 Pull request 94 - Add missing copyright headers.
8 16
9 Pull request 90 - Fix out-of-source tree builds. 17 Pull request 90 - Fix out-of-source tree builds.
10 18
11 Pull request 89 - Introduce little endian RISC support 19 Pull request 89 - Introduce little endian RISC support
12 20
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 automatically recovers from bad estimates. This was required to 266 automatically recovers from bad estimates. This was required to
259 prevent spurious failures. 267 prevent spurious failures.
260 268
261 Made rdbx_estimate_index(...) function smarter, so that initial RTP 269 Made rdbx_estimate_index(...) function smarter, so that initial RTP
262 sequence numbers greater than 32,768 don't cause it to estimate the 270 sequence numbers greater than 32,768 don't cause it to estimate the
263 rollover counter of 0xffffffff. 271 rollover counter of 0xffffffff.
264 272
265 273
266 1.0.0 Initial release 274 1.0.0 Initial release
267 275
OLDNEW
« no previous file with comments | « srtp/.cvsignore ('k') | srtp/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698