shithub: openh264

Download patch

ref: c83ab3bca16bc6091692a81822d3db5a990c3ee8
parent: 58cc29225e2f51aa971ae0632d584daa4be986c3
parent: a2d5254bc308b94249d67ab4b6c3796e44398295
author: ruil2 <ruil2@cisco.com>
date: Wed Oct 29 13:17:38 EDT 2014

Merge pull request #1462 from sijchen/after_review1

updated documents from v1.2

--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
 MODULE_NAME=gmpopenh264
 GMP_API_BRANCH=master
 CCASFLAGS=$(CFLAGS)
-VERSION=1.1
+VERSION=1.2
 
 ifeq (,$(wildcard $(SRC_PATH)gmp-api))
 HAVE_GMP_API=No
binary files /dev/null b/OpenH264_API_v1.2.0.docx differ
--- a/RELEASES
+++ b/RELEASES
@@ -1,6 +1,17 @@
 
 Releases
 -----------
+v1.2.0
+------
+- Add and modify encoder APIs related to rate control and screen content encoding
+- Remove PauseFrame in encoder APIs
+- Improve rate control and compression ratio for screen content encoding
+- Improve error concealment algorithm
+- Improve validation of input parameters
+- Add ARM64 assembly
+- bug fixes
+
+-----------
 v1.1.0
 ------
 - Modify some APIs (see API doc for detail)
@@ -14,6 +25,16 @@
 -----------
 These binary releases are distributed under this license:
 http://www.openh264.org/BINARY_LICENSE.txt
+
+v1.2.0
+------
+http://ciscobinary.openh264.org/libopenh264-1.2.0-android19.so.bz2
+http://ciscobinary.openh264.org/libopenh264-1.2.0-linux32.so.bz2
+http://ciscobinary.openh264.org/libopenh264-1.2.0-linux64.so.bz2
+http://ciscobinary.openh264.org/libopenh264-1.2.0-osx32.dylib.bz2
+http://ciscobinary.openh264.org/libopenh264-1.2.0-osx64.dylib.bz2
+http://ciscobinary.openh264.org/openh264-1.2.0-win32msvc.dll.bz2
+http://ciscobinary.openh264.org/openh264-1.2.0-win64msvc.dll.bz2
 
 v1.1.0
 ------
--- a/codec/common/inc/version.h
+++ b/codec/common/inc/version.h
@@ -1,6 +1,6 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-#define VERSION_NUMBER "openh264 default: 1.1"
+#define VERSION_NUMBER "openh264 default: 1.2"
 
 #endif // VERSION_H