ffmpeg/libswresample
Jan Ekström 1c7e55dd50 swresample/rematrix: handle 22.2 as a 9 channel layout
This is as far as 22.2 follows the same channel order as
WaveFormatExtensible's channel mask (and the AV_CH_* defines).

After LFE2 the side channels would follow, but that offset of
one stops us from utilizing them without further tweaks.

This change was verified by using swresample to downmix to 5.1,
and then feeding that to WASAPI.
2020-08-18 22:47:35 +03:00
..
aarch64 swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon 2017-02-16 11:52:32 +01:00
arm swresample/arm: rename labels to fix xcode build error 2018-04-28 18:08:52 +02:00
tests swr: fix time.h include 2016-06-22 14:00:08 +02:00
x86 swresample: Use channel count in rematrix initialization 2018-07-26 02:42:42 +02:00
audioconvert.c swresample/audioconvert: fix invalid left shift for 64bit sample format 2019-09-26 16:22:47 +02:00
audioconvert.h
dither.c swresample: Skip over dither steps if dithering scale is 0 2016-08-18 11:52:11 +02:00
dither_template.c
libswresample.v Merge commit '535a742c26' 2016-06-27 17:56:47 +02:00
log2_tab.c
Makefile Merge commit '92db508307' 2017-05-04 19:59:30 -03:00
noise_shaping_data.c
options.c swresample/options: enable linear_interp and exact_rational by default 2017-03-17 00:08:03 +07:00
rematrix.c swresample/rematrix: handle 22.2 as a 9 channel layout 2020-08-18 22:47:35 +03:00
rematrix_template.c
resample.c swresample/resample: Fix flush refelction length 2017-08-16 00:54:17 +02:00
resample.h swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 2017-01-13 21:24:19 +01:00
resample_dsp.c swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon 2017-01-13 21:24:19 +01:00
resample_template.c swresample/resample_template: Add filter values in parallel 2016-12-10 02:44:21 +01:00
soxr_resample.c swresample/soxr: fix invalid use of linear_interp 2016-11-26 05:52:24 +07:00
swresample.c Silence "string-plus-int" warning shown by clang. 2020-01-06 22:38:56 +01:00
swresample.h libswresample/swresample: remove obsolete code 2017-06-27 23:21:53 +02:00
swresample_frame.c libswresample: check input to swr_convert_frame for NULL 2017-07-08 18:13:43 +02:00
swresample_internal.h swresample: Use double and float for matrixes for best quality and speed 2016-09-27 12:53:25 +02:00
swresampleres.rc
version.h Bump minor versions after branching 4.3 2020-06-08 22:49:04 +02:00