[vlc-devel] commit: Restore fixed-point conversions modules. ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Sep 29 18:39:51 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Sep 29 19:13:23 2009 +0300| [2dbc262c42908a90c7649fcb45382ae501088562] | committer: Rémi Denis-Courmont
Restore fixed-point conversions modules.
audio_format handles all conversion between integer and float formats,
but none of the conversions from/to fixed-point.
This partially reverts commit 7cde22ed8c2041a4396f5a7ad8da7fa1aadf1d5f.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2dbc262c42908a90c7649fcb45382ae501088562
---
modules/audio_filter/converter/Modules.am | 4 +
modules/audio_filter/converter/fixed.c | 241 +++++++++++++++++++++++++++++
modules/audio_filter/converter/float.c | 132 ++++++++++++++++
3 files changed, 377 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2dbc262c42908a90c7649fcb45382ae501088562
More information about the vlc-devel
mailing list