diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-01 02:13:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-01 02:13:51 +0200 |
commit | fc25481d17bec3c7191d933fcc25e87c0a20a3a1 (patch) | |
tree | 6ce725a6f7266a5d47dc850ded10a9b44e6be9c0 | |
parent | 5c695ce90386e7871fabba2219d4076e70a78d01 (diff) | |
download | ffmpeg-fc25481d17bec3c7191d933fcc25e87c0a20a3a1.tar.gz |
Update for 3.1.1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 14 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -4,6 +4,20 @@ releases are sorted from youngest to oldest. version <next>: +version 3.1.1: +- doc/APIchanges: document the lavu/lavf field moves +- avformat/avformat: Move new field to the end of AVStream +- avformat/utils: update deprecated AVStream->codec when the context is updated +- avutil/frame: Move new field to the end of AVFrame +- libavcodec/exr : fix decoding piz float file. +- avformat/mov: Check sample size +- lavfi: Move new field to the end of AVFilterContext +- lavfi: Move new field to the end of AVFilterLink +- ffplay: Fix usage of private lavfi API +- lavc/mediacodecdec_h264: add missing NAL headers to SPS/PPS buffers +- lavc/pnm_parser: disable parsing for text based PNMs + + version 3.1: - DXVA2-accelerated HEVC Main10 decoding - fieldhint filter @@ -1 +1 @@ -3.1 +3.1.1 diff --git a/doc/Doxyfile b/doc/Doxyfile index 53f9b25fe4..68c067940e 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 = 3.1 +PROJECT_NUMBER = 3.1.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 |