]> git.sesse.net Git - vlc/commit
* New float32to* converter modules, courtesy of Xavier Maillard
authorChristophe Massiot <massiot@videolan.org>
Tue, 13 Aug 2002 22:42:23 +0000 (22:42 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 13 Aug 2002 22:42:23 +0000 (22:42 +0000)
commit321841006c653a16649202899df357f15e49ea64
treef8b83c273b7414cb0aff4087ed0b27296c5335d8
parent8456ba1c47321a0c885bbc6f7a61548f5fd7d1c1
* New float32to* converter modules, courtesy of Xavier Maillard
  <zedek@fxgsproject.org>.
* Fixed a bug in float32tos16, where gcc over-optimized a little and
  caused problems on some platforms (eg. solaris).
AUTHORS
configure
configure.in
modules/audio_filter/converter/Makefile
modules/audio_filter/converter/float32tos16.c
modules/audio_filter/converter/float32tos8.c [new file with mode: 0644]
modules/audio_filter/converter/float32tou16.c [new file with mode: 0644]
modules/audio_filter/converter/float32tou8.c [new file with mode: 0644]