[Flac-dev] plugin optimizations

Miroslav Lichvar lichvarm at phoenix.inf.upol.cz
Tue Feb 4 04:33:08 PST 2003


Here is all-in-one patch, if this is a problem, i will try to make
separated patches.

Changes:

plugin_common/
  * FLAC__plugin_common__pack_pcm_signed_little_endian 
    * accept FLAC__int32 *input[]
    * supports more channels
    * fixed clipping bug
      (BTW, random number generator in dither.c is low quality, it
      should be replaced, generator in replaygain is much better)
  * FLAC__plugin_common__apply_gain
    * accept FLAC__int32 *input[]
    * noise shaping type moved into DitherContext (user will not be
      confused by louder noise if shaping is switched on during
      playback)
    * supports more channels
    * works correctly if wide_samples % 32 != 0
plugin_xmms/
  * optimizations and updates following changes in plugin_common
    (winamp plugins need update too!)
  * preamp up to +24dB
  * fixed crash when replaygain (or dither) is enabled during playback
  * fixed 8bit input support
    (Does winamp accept signed or unsigned 8bit? Is 1.1.0 winamp
    plugin ok?)

-- 
Miroslav Lichvar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plugin.patch.gz
Type: application/octet-stream
Size: 5360 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20030204/f1f80e98/plugin.patch.obj


More information about the Flac-dev mailing list