]> git.sesse.net Git - vlc/commit
Added mad plugin downscale config option for selecting downscaling routine. Choices...
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 6 May 2002 22:09:58 +0000 (22:09 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 6 May 2002 22:09:58 +0000 (22:09 +0000)
commita4fcb5e2e8d543bdb6b50bc339d00324ae99b2f6
treed26a3f294bf39d4363a62da583e7b1102e570ade
parentf2c5927d3b3607dcd9bacae1698ada4a75e6e201
Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code.
Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).
plugins/mad/mad_adec.c
plugins/mad/mad_adec.h
plugins/mad/mad_libmad.c