shithub: openh264

Download patch

ref: 46de229fee7961ceeaaa2f38fd97f93a548c3e6a
parent: 5921e5e7d3c947db3eb6a3e09e126faeb6ab56b7
author: Sijia Chen <sijchen@cisco.com>
date: Thu Mar 5 11:41:48 EST 2015

update RELEASES file

--- a/RELEASES
+++ b/RELEASES
@@ -1,6 +1,28 @@
 
 Releases
 -----------
+v1.4.0
+------
+- Decoder new interface of DecodeFrameNoDelay
+- Decoder bug fixes when for Error Concealment disabled
+- Bug fixes for ParseOnly functions
+- Bug fixes for encoding large frame size (>32767MBs)
+- Fixes to avoid valgrind warnings, potential crash and calculation overflow
+- Added new encoder and decoder statistics
+- Improvements in code structure, assembly, input parameter checking, logging, UT and comments
+- Added option for generating pdb in windows builds
+- Added new rate control mode (RC_TIMESTAMP_MODE) for inconstant frame rate input
+- Added new Sps/Pps strategies for real-time video
+— Added support for simulcast avc
+- In gmp-openh264, return decoder error correctly and other fixes
+
+-----------
+v1.3.1
+------
+- Fixed and enhanced protection to avoid crash when reading lossy bitstreams
+- Adjust the default mode of Error Concealment used by gmp-openh264
+
+-----------
 v1.3.0
 ------
 - Removed manual API document, now using wiki: https://github.com/cisco/openh264/wiki (0af48e5 for v1.3.0)