mpv/libaf
cigaes 579d743159 audio: auto-add downmix filter when stereo output is requested
When -channels 2 [default] is specified and the audio decoder used
does not support internal downmixing, automatically add a pan filter
after the decoder to downmix to stereo.

Patch by Clément Bœsch, ubitux gmail com

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32356 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-11-02 04:18:07 +02:00
..
af.c audio: auto-add downmix filter when stereo output is requested 2010-11-02 04:18:07 +02:00
af.h libaf: add opts pointer to struct af_stream 2010-11-02 04:18:07 +02:00
af_bs2b.c
af_center.c
af_channels.c
af_comp.c
af_delay.c
af_dummy.c
af_equalizer.c
af_export.c af_export: Avoid void *-arithmentic warnings 2010-11-02 04:14:19 +02:00
af_extrastereo.c af_extrastereo: Improve filter description 2010-11-02 04:11:42 +02:00
af_format.c
af_format.h
af_format_alaw.h
af_format_ulaw.h
af_gate.c
af_hrtf.c
af_hrtf.h
af_karaoke.c
af_ladspa.c af_ladspa: Fix multiple instances of a filter type 2010-11-02 04:11:43 +02:00
af_lavcac3enc.c Add central init_avcodec() to avoid duplicated libavcodec init code 2010-11-02 04:15:51 +02:00
af_lavcresample.c af_lavcresample: avoid multiple calls to av_resample_init 2010-11-02 04:14:43 +02:00
af_pan.c
af_resample.c
af_resample_template.c
af_scaletempo.c
af_sinesuppress.c
af_stats.c
af_sub.c
af_surround.c
af_sweep.c
af_tools.c
af_volnorm.c
af_volume.c
control.h
dsp.h
equalizer.h
filter.c
filter.h
format.c
reorder_ch.c
reorder_ch.h
window.c
window.h