mpv/libaf
iive f6c25fd5c5 Fix 24bit audio playback.
The reordering channels code had reoccurring bug
where in switch(samplesize) block the
case 3 (3 bytes) doesn't end with break;
leading to execution of the next case 4 too.
This mangles the already processed data and
causes massive memory corruption.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29427 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-19 09:55:29 +00:00
..
af.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_bs2b.c Cosmetics for r29244 to follow K&R style closely. 2009-05-03 21:52:41 +00:00
af_center.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_channels.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_comp.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_delay.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_dummy.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_equalizer.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_export.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_extrastereo.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_format.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_format.h
af_format_alaw.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_format_ulaw.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_gate.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_hrtf.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_hrtf.h
af_karaoke.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_ladspa.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_lavcac3enc.c
af_lavcresample.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_pan.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_resample.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_resample_template.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_scaletempo.c
af_sinesuppress.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_stats.c
af_sub.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_surround.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_sweep.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_tools.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_volnorm.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af_volume.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
control.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
dsp.h
equalizer.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
filter.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
filter.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
format.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
reorder_ch.c Fix 24bit audio playback. 2009-07-19 09:55:29 +00:00
reorder_ch.h
window.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
window.h