mpv/libaf
tack b2adf9d98d Fix mangling of 24-bit audio during channel reorder.
Only 1/3 of the samples in the buffer passed to reorder_channel_nch()
were being reordered.  For 8-, 16-, and 32-bit audio, the buffers could
be treated as int8_t, int16_t, and int32_t respectively.  24-bit audio
was being processed as int8_t, requiring iteration over n_samples*3, not
n_samples.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29971 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-28 18:23:26 +00:00
..
af.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
af.h Add support for 8 channel audio. 2009-11-10 00:45:19 +00:00
af_bs2b.c
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 Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. 2009-07-26 19:53:00 +00:00
af_format.h Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. 2009-07-26 19:53:00 +00:00
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 Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, 2009-08-18 22:24:36 +00:00
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 Add support for 8 channel audio. 2009-11-10 00:45:19 +00:00
control.h Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs. 2009-09-26 06:41:09 +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 mangling of 24-bit audio during channel reorder. 2009-11-28 18:23:26 +00:00
reorder_ch.h Add support for 8 channel audio. 2009-11-10 00:45:19 +00:00
window.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
window.h