ref: 4292f91ae56a673ec38b35a53ea48d36d530eea0
parent: 5cefad2d3feaeb146432b778a362a496a77e7108
author: Sijia Chen <[email protected]>
date: Tue Oct 28 09:55:37 EDT 2014
add updated documents from v1.2
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