summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2016-10-03 19:53:11 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-11-09 03:37:48 +0000
commitfbf295e2bd4d48d7a0a094ed5afce2fa5b6cf35a (patch)
tree8e9393646be34185894c56ad5beaf8308a8c1ca3 /Changelog
parent0a771e6b32429f9195d431415bf707c28ef31fff (diff)
downloadffmpeg-fbf295e2bd4d48d7a0a094ed5afce2fa5b6cf35a.tar.gz
aacenc: support extended channel layouts using PCEs
This commit implements support for PCE (Program Configuration Elements) in the AAC encoder, and as such allows for encoding of channel layouts not present in the presets defined by the spec (which only lists the 8 most common ones). This has been a highly requested feature and is also the first open source encoder to support this many layouts. Many thanks to pkviet <pkv.stream@gmail.com> who implemented support for and verified all channel layouts.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4f937216eb..c1c886193e 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,7 @@ version <next>:
- Raw AMR-NB and AMR-WB demuxers
- TiVo ty/ty+ demuxer
- Intel QSV-accelerated MJPEG encoding
+- PCE support for extended channel layouts in the AAC encoder
version 3.4: