mpv/audio/filter
wm4 6f557aef42 af_lavcac3enc: use planar formats
Remove the awkward planarization. It had to be done because the AC3
encoder requires planar formats, but now we support them natively.

Try to simplify buffer management with mp_audio_buffer.

Improve checking for buffer overflows and out of bound writes. In
theory, these shouldn't happen due to AC3 fixed frame sizes, but being
paranoid is better.
2013-11-12 23:34:49 +01:00
..
af.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af.h audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_bs2b.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_center.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_channels.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_convert24.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_convertsignendian.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_delay.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_drc.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_dummy.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_equalizer.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_export.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_extrastereo.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_format.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_hrtf.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_hrtf.h
af_karaoke.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_ladspa.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_lavcac3enc.c af_lavcac3enc: use planar formats 2013-11-12 23:34:49 +01:00
af_lavfi.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_lavrresample.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_pan.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_scaletempo.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_sinesuppress.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_sub.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_surround.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_sweep.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
af_tools.c
af_volume.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +01:00
control.h
dsp.h
equalizer.h
filter.c
filter.h
window.c
window.h