diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2016-10-03 19:53:11 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-11-09 03:37:48 +0000 |
commit | fbf295e2bd4d48d7a0a094ed5afce2fa5b6cf35a (patch) | |
tree | 8e9393646be34185894c56ad5beaf8308a8c1ca3 /Changelog | |
parent | 0a771e6b32429f9195d431415bf707c28ef31fff (diff) | |
download | ffmpeg-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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |