mpv/audio
wm4 79974e7ad9 audio: fix crashes due to broken uninit check
Since mixer->ao is always NULL now (it was really just forgotten to be
removed), the uninit call never actually cleared the af field, leaving
a dangling pointer that could be accessed by volume control.
2016-07-15 23:11:25 +02:00
..
decode ad_lavc: work around braindead ffmpeg behavior 2016-07-01 15:51:34 +02:00
filter af: avoid rebuilding filter chain in another minor case 2016-07-15 13:04:17 +02:00
out ao_pulse: fix some volume control rounding issues 2016-07-14 18:11:14 +02:00
audio.c audio: add a helper for getting frame end PTS 2016-06-27 15:12:21 +02:00
audio.h audio: add a helper for getting frame end PTS 2016-06-27 15:12:21 +02:00
audio_buffer.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
audio_buffer.h Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
chmap.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
chmap.h Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
chmap_sel.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
chmap_sel.h Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
fmt-conversion.c
fmt-conversion.h
format.c audio: add af_select_best_samplerate function 2016-03-17 02:31:05 -07:00
format.h audio: add af_select_best_samplerate function 2016-03-17 02:31:05 -07:00
mixer.c audio: fix crashes due to broken uninit check 2016-07-15 23:11:25 +02:00
mixer.h audio: drop --softvol=no and --softvol=auto 2016-07-09 18:31:18 +02:00