mpv/audio/filter
wm4 54d0f5bc9a af_lavrresample: change fudged channels
Remove flc-frc <-> sl<->sr. This was just plain wrong, and a mistaken
change to make 7.1 work properly on CoreAudio with 7.1(rear) layout.
Also see the following commit.

Add br-br <-> sl<->sr, because we decided that it makes sense.

Note that this "fudging" is applied only if the channel pairs are
replaced, i.e. they would get dropped and be replaced with silence. This
is done to compensate for libswresample's default rematrixing (which
takes care of some more common cases).
2016-02-04 12:28:54 +01:00
..
af.c command: add af-command command 2016-01-22 20:36:54 +01:00
af.h command: add af-command command 2016-01-22 20:36:54 +01:00
af_channels.c
af_delay.c
af_drc.c audio/filter: remove reentrancy flag 2015-09-20 14:44:44 +02:00
af_equalizer.c audio/filter: remove reentrancy flag 2015-09-20 14:44:44 +02:00
af_format.c
af_lavcac3enc.c af_lavcac3enc: simplify/fix AVPacket handling 2015-11-04 21:49:54 +01:00
af_lavfi.c audio: move mp_audio->AVFrame conversion to a function 2016-01-29 22:43:00 +01:00
af_lavrresample.c af_lavrresample: change fudged channels 2016-02-04 12:28:54 +01:00
af_pan.c
af_rubberband.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
af_scaletempo.c audio: do not require full audio chain reinit for speed changes 2015-11-04 21:49:54 +01:00
af_volume.c audio/filter: remove reentrancy flag 2015-09-20 14:44:44 +02:00
equalizer.h
tools.c