diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-12 01:04:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-12 01:17:17 +0100 |
commit | c9b3451da3cf632424c07c35759c9ffbd537fa9e (patch) | |
tree | 2791161099a0191a35dac618cf760def82ca111f | |
parent | 46f83b059b26894281b4478ff6e97f833e4367a2 (diff) | |
download | ffmpeg-c9b3451da3cf632424c07c35759c9ffbd537fa9e.tar.gz |
Update Changelogn2.8.2
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 2.8.2 +- various fixes in the aac_fixed decoder +- various fixes in softfloat +- swresample/resample: increase precision for compensation - lavf/mov: add support for sidx fragment indexes - avformat/mxfenc: Only store user comment related tags when needed - tests/fate/avformat: Fix fate-lavf @@ -72,7 +75,7 @@ version 2.8.1: - dnxhddec: decode and use interlace mb flag - swscale: fix ticket #4877 - avcodec/rangecoder: Check e -- avcodec/ffv1: seperate slice_count from max_slice_count +- avcodec/ffv1: separate slice_count from max_slice_count - swscale: fix ticket 4850 - cmdutils: Filter dst/srcw/h - avutil/log: fix zero length gnu_printf format string warning |