1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00
mpv/audio/filter
wm4 fc24ab9298 audio/filter: replace pointless memcpys with assignments
The change in af_scaletempo actually fixes a memory leak. af->data
contained a pointer to an allocated buffer, which was overwritten
during format negotiation. Set the format explicitly instead.
2013-04-13 04:21:27 +02:00
..
af_bs2b.c
af_center.c
af_channels.c
af_delay.c
af_drc.c Rename af_volnorm to af_drc 2013-02-12 09:53:33 +01:00
af_dummy.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af_equalizer.c
af_export.c path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
af_extrastereo.c
af_format.c audio: remove support for native alaw/mulaw/adpcm output 2012-12-11 00:37:54 +01:00
af_hrtf.c
af_hrtf.h
af_karaoke.c
af_ladspa.c
af_lavcac3enc.c af_lavcac3enc: switch to avcodec_encode_audio2() 2013-03-13 23:51:29 +01:00
af_lavrresample.c af_lavrresample: add new resampling filter to replace the old ones 2013-03-13 23:51:30 +01:00
af_pan.c
af_scaletempo.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af_sinesuppress.c
af_sub.c
af_surround.c
af_sweep.c
af_tools.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af_volume.c
af.c audio/filter: replace pointless memcpys with assignments 2013-04-13 04:21:27 +02:00
af.h af: uncrustify 2013-04-13 04:21:27 +02:00
control.h
dsp.h
equalizer.h
filter.c
filter.h
window.c
window.h