diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-21 23:23:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-21 23:37:09 +0200 |
commit | e1ce4f805f31aecec83fc7c7ecaab623f3b6327f (patch) | |
tree | 5abcbed7eda0f1b398647017bcfd14c1522f6ec6 | |
parent | bb5c0ac922efcccf51e3681c53cdd2896d68d786 (diff) | |
download | ffmpeg-n2.4.1.tar.gz |
update for 2.4.1n2.4.1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | Changelog | 9 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -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 @@ -1 +1 @@ -2.4 +2.4.1 diff --git a/doc/Doxyfile b/doc/Doxyfile index 96a8743274..ff09b92c37 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 |