Browse Source

update for 2.4.1

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4.1^0
Michael Niedermayer 11 years ago
parent
commit
e1ce4f805f
3 changed files with 11 additions and 2 deletions
  1. +9
    -0
      Changelog
  2. +1
    -1
      RELEASE
  3. +1
    -1
      doc/Doxyfile

+ 9
- 0
Changelog View File

@@ -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
RELEASE View File

@@ -1 +1 @@
2.4
2.4.1

+ 1
- 1
doc/Doxyfile View File

@@ -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


Loading…
Cancel
Save