summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-03-01 16:22:27 +0000
committerReinhard Tartler <siretart@tauware.de>2010-03-01 16:22:27 +0000
commit922c55a09bdf7a70ba2a6f75ba56c1345b6955f2 (patch)
tree52c4d6621cb78c752d0309de360e0063a9b5787c
parent4c83c13bc8f9ee727fe4bec471c6ff61ae5e311f (diff)
amend release notes for 0.5.1
Originally committed as revision 22129 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-rw-r--r--RELEASE45
1 files changed, 45 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 6b02332ca6..9be3a6c301 100644
--- a/RELEASE
+++ b/RELEASE
@@ -37,3 +37,48 @@ The deprecated APIs to be removed are:
If at all possible, do not use the deprecated APIs. All notes on API changes
should appear in doc/APIchanges.
+
+* 0.5.1
+
+General notes
+-------------
+
+This point release includes some minor updates to make the 0.5 release series
+usable for users that need to retain the existing behavior as closely as
+possible. The changes follow below:
+
+
+Security fixes
+--------------
+
+Various programming errors in container and codec implementations
+may lead to denial of service or the execution of arbitrary code
+if the user is tricked into opening a malformed media file or stream.
+
+Affected and updated have been the implementations of the following
+codecs and container formats:
+
+ - the Vorbis audio codec
+ - the FF Video 1 codec
+ - the MPEG audio codec
+ - the H264 video codec
+ - the MLP codec
+ - the HuffYUV codec
+ - the ASF demuxer
+ - the Ogg container implementation
+ - the MOV container implementation
+
+Symbol Versioning enabled
+-------------------------
+
+The backported symbol versioning change is enabled on platforms that support
+it. This allows users to upgrade from 0.5.1 to the upcoming 0.6 release
+without having to recompile their applications. Please note that distributors
+have to recompile applications against 0.5.1 before upgrading to 0.6.
+
+
+libx264.c backport
+------------------
+
+This release includes a backport to the libx264 wrapper that allows FFmpeg to
+be compiled against newer versions of libx264 up to API version 85.