Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2022-11-04 23:19:58 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2022-11-04 23:19:58 +0300
commit2f428de9ebdcd0770de37d874871b25325aebd73 (patch)
tree00f310844843acaae99b59d757deb19a6117cdf9
parent7bc6dab675124289a5772974c7cfa38845c7a27a (diff)
Changelog: updaten5.0.2release/5.0
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b2494eea76..5e8d87e512 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,11 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 5.0.2:
+- swscale: aarch64: Fix yuv2rgb with negative strides
+- avcodec/atrac3plusdec: fix compilation failure after last commit
+- avcodec/atrac3plus: reorder channels to match the output layout
+- avcodec/aacdec: fix parsing streams with channel configuration 11
+- Changelog: update
- avcodec/speexdec: Check channels > 2
- avformat/vividas: Check packet size
- avcodec/dstdec: Check for overflow in build_filter()