[FFmpeg-cvslog] update for 2.4.1

Michael Niedermayer git at videolan.org
Sun Sep 21 23:42:49 CEST 2014


ffmpeg | branch: release/2.4 | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 21 23:23:48 2014 +0200| [e1ce4f805f31aecec83fc7c7ecaab623f3b6327f] | committer: Michael Niedermayer

update for 2.4.1

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1ce4f805f31aecec83fc7c7ecaab623f3b6327f
---

 Changelog    |    9 +++++++++
 RELEASE      |    2 +-
 doc/Doxyfile |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 68ae1d7..2e21a71 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,15 @@ releases are sorted from youngest to oldest.
 
 version <next>:
 
+version 2.4.1:
+- swsscale: Allow chroma samples to be above and to the left of luma samples
+- avcodec/libilbc: support for latest git of libilbc
+- avcodec/webp: treat out-of-bound palette index as translucent black
+- vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion
+- apetag: Fix APE tag size check
+- tools/crypto_bench: fix build when AV_READ_TIME is unavailable
+
+
 version 2.4:
 - Icecast protocol
 - ported lenscorrection filter from frei0r filter
diff --git a/RELEASE b/RELEASE
index 6b4950e..005119b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-2.4
+2.4.1
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 96a8743..ff09b92 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = FFmpeg
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.4
+PROJECT_NUMBER         = 2.4.1
 
 # With the PROJECT_LOGO tag one can specify a logo or icon that is included
 # in the documentation. The maximum height of the logo should not exceed 55



More information about the ffmpeg-cvslog mailing list