gstreamer/ext/fdkaac
Vivia Nikolaidou 41950f2aba fdkaacenc: Add missing SURROUND mappings
SURROUND is more to spec according to the FIXME comments, so add this.

Also add SIDE for 5 and 5.1 because of ffmpeg compatibility, because the
following pipeline downmixes to mono otherwise:

gst-launch-1.0 audiotestsrc num-buffers=1 ! audio/x-raw, channels=6 !
avenc_ac3 ! avdec_ac3 ! audioconvert ! fdkaacenc ! fakesink -v

Fixes #1327

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1352>
2020-06-22 07:14:20 +00:00
..
gstfdkaacdec.c fdkaacdec: add support for mpegversion=2 2020-02-04 07:52:22 +00:00
gstfdkaacdec.h fdkaacdec: avoid memory corruption on decoding error 2016-09-29 15:13:07 +01:00
gstfdkaacenc.c fdkaacenc: Add missing SURROUND mappings 2020-06-22 07:14:20 +00:00
gstfdkaacenc.h fdkaac: Add FDK AAC based encoder element 2016-08-07 15:41:04 +03:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
plugin.c fdkaac: Add FDK AAC based decoder element 2016-08-07 15:42:15 +03:00