1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
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_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 Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
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: replace macros with too generic names 2013-10-26 15:05:59 +02:00
af_volume.c audio/filter: fix mul/delay scale and values 2013-11-12 23:34:35 +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
control.h af_volume: remove unused features 2013-10-26 13:36:34 +02:00
dsp.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
equalizer.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
filter.c Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
filter.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
window.c Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
window.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00