diff --git a/RELEASES b/RELEASES index 7bd53c1e..116c6d04 100644 --- a/RELEASES +++ b/RELEASES @@ -1,9 +1,32 @@ Releases +----------- +v1.1.0 +------ +- Modify some APIs (see API doc for detail) +- Improve the compression ratio of screen content encoding +- ARM64 assembly support for most of core functions in encoder & decoder +- Modify error concealment logic to always return decoding error info until IDR picture comes +- fix some bugs + +Binaries +----------- These binary releases are distributed under this license: http://www.openh264.org/BINARY_LICENSE.txt +v1.1.0 +------ +http://ciscobinary.openh264.org/libopenh264-1.1.0-android19.so.bz2 +http://ciscobinary.openh264.org/libopenh264-1.1.0-ios32.a.bz2 +http://ciscobinary.openh264.org/libopenh264-1.1.0-ios64.a.bz2 +http://ciscobinary.openh264.org/libopenh264-1.1.0-linux32.so.bz2 +http://ciscobinary.openh264.org/libopenh264-1.1.0-linux64.so.bz2 +http://ciscobinary.openh264.org/libopenh264-1.1.0-osx32.dylib.bz2 +http://ciscobinary.openh264.org/libopenh264-1.1.0-osx64.dylib.bz2 +http://ciscobinary.openh264.org/openh264-1.1.0-win32msvc.dll.bz2 +http://ciscobinary.openh264.org/openh264-1.1.0-win64msvc.dll.bz2 + v1.0.0 ------