shithub: openh264

Download patch

ref: b73c43e87ae9d1c5be1dd24cc83ec49ac0d875a0
parent: ed7526a2de6a139a3899077fc9dd5965a49e8546
parent: baf102a7535819284387de2494d99157e6f81877
author: huili2 <huili2@cisco.com>
date: Tue May 7 13:04:22 EDT 2019

Merge pull request #3131 from aiszhang/patch-2

Add v2.0.0 release note

--- a/RELEASES
+++ b/RELEASES
@@ -2,6 +2,18 @@
 Releases
 -----------
 
+v2.0.0
+------
+- B-frame decoding support for Main and High Profile with two test cases
+- Add support for loongson(https://en.wikipedia.org/wiki/Loongson) platform
+- Add clang support for arm/arm64/x86 for NDK version over 17
+- Enable stack protector
+- Add some test cases
+- Avoid using C++/CX code for threads for Windows Phone/Windows Store/UWP
+- Remove extra visual studio projects for the decoder
+- Remove check for working compiler in NDK
+- Bug fixes
+
 v1.8.0
 ------
 - Add meson build for Linux/Windows platform