OLD | NEW |
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 Loading... |
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 |
OLD | NEW |