Commit bc259185 authored by Michael Niedermayer's avatar Michael Niedermayer

Update for FFmpeg 2.3.3

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3b6bde3b
Entries are sorted chronologically from oldest to youngest within each release, Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest. releases are sorted from youngest to oldest.
version 2.3.3:
- h264: fix grayscale only decoding with weighted prediction
- mjpegdec: support AV_PIX_FMT_YUV420P16 with upscale_h
- proresenc_ks: fix buffer overflow
- matroskadec: fix crash
version 2.3.2: version 2.3.2:
- snow: fix null pointer dereference - snow: fix null pointer dereference
- huffyucdec: fix overread - huffyucdec: fix overread
......
...@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg ...@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 2.3.2 PROJECT_NUMBER = 2.3.3
# With the PROJECT_LOGO tag one can specify a logo or icon that is included # 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 # in the documentation. The maximum height of the logo should not exceed 55
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment