New commits:
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=4f1bddec190fd64b20f362c88dcdd4c52972f2f7
commit 4f1bddec190fd64b20f362c88dcdd4c52972f2f7
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Fri May 11 16:24:04 2007 +0200
Moved .cvsignore(s) to .gitignore(s).
.cvsignore | 17 -----------------
.gitignore | 17 +++++++++++++++++
docs/.cvsignore | 3 ---
docs/.gitignore | 3 +++
docs/html/.cvsignore | 4 ----
docs/html/.gitignore | 4 ++++
drivers/.cvsignore | 6 ------
drivers/.gitignore | 6 ++++++
examples/.cvsignore | 12 ------------
examples/.gitignore | 12 ++++++++++++
include/.cvsignore | 3 ---
include/.gitignore | 3 +++
interfaces/.cvsignore | 6 ------
interfaces/.gitignore | 6 ++++++
interfaces/IFusionSound/.cvsignore | 6 ------
interfaces/IFusionSound/.gitignore | 6 ++++++
interfaces/IFusionSoundMusicProvider/.cvsignore | 6 ------
interfaces/IFusionSoundMusicProvider/.gitignore | 6 ++++++
.../IFusionSoundMusicProvider/timidity/.cvsignore | 6 ------
.../IFusionSoundMusicProvider/timidity/.gitignore | 6 ++++++
src/.cvsignore | 6 ------
src/.gitignore | 6 ++++++
src/core/.cvsignore | 6 ------
src/core/.gitignore | 6 ++++++
src/media/.cvsignore | 6 ------
src/media/.gitignore | 6 ++++++
src/misc/.cvsignore | 6 ------
src/misc/.gitignore | 6 ++++++
tools/.cvsignore | 5 -----
tools/.gitignore | 5 +++++
30 files changed, 98 insertions(+), 98 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=23c67327a584655f7dae5566b30006380d97546a
commit 23c67327a584655f7dae5566b30006380d97546a
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Fri May 11 16:21:07 2007 +0200
Follow changes (i.e. implemeted support for multichannel streams).
.../ifusionsoundmusicprovider_vorbis.c | 526 ++++-----
.../ifusionsoundmusicprovider_wave.c | 1237 ++++----------------
2 files changed, 481 insertions(+), 1282 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=96227156df100c836f785397e38a095a2803aba3
commit 96227156df100c836f785397e38a095a2803aba3
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Fri May 11 16:15:26 2007 +0200
FusionSound 1.1.0 is here and plays in Dolby Surround!
Implemented support for up to 6 channels (Surround 5.1) sources
(see the header for better explanation of the channels mapping).
If you only need support for mono/stereo sources, you can
pass --disable-multichannel to configure to avoid building the new code
(thus saving space and memory).
Added IFusionSoundPlayback::SetDownmixLevels() to set the downmixing levels
of the center and rear channels (in case the output device only supports
mono/stereo).
Added fusionsound_limits.h, containing some definitions about mixing
limitations.
configure.in | 14 +-
include/Makefile.am | 3 +-
include/fusionsound.h | 32 +++-
include/fusionsound_limits.h.in | 34 +++
src/core/core_sound.c | 321 ++++++++++++++++---------
src/core/fs_types.h | 24 +-
src/core/playback.c | 52 ++---
src/core/playback.h | 24 ++-
src/core/sound_buffer.c | 111 +++++++--
src/core/sound_buffer.h | 5 +-
src/core/sound_mix.h | 503 ++++++++++++++++++++++++++++++++++-----
src/ifusionsound.c | 10 +-
src/ifusionsoundplayback.c | 107 +++++++--
src/misc/sound_conf.c | 4 +-
14 files changed, 958 insertions(+), 286 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=b4ed3cb07dbc6f0185d6ec3f211ba5d88a1091f2
commit b4ed3cb07dbc6f0185d6ec3f211ba5d88a1091f2
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Fri May 11 15:25:21 2007 +0200
Allocate IFusionSoundPlayback upon first call to GetPlayback() and return
the same
interface upon subsequent calls.
src/ifusionsoundstream.c | 31 +++++++++++++++++++++----------
src/ifusionsoundstream.h | 2 ++
2 files changed, 23 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=6f0ba0c9b7c396e7bd344a3f57bb01ef7aee13a8
commit 6f0ba0c9b7c396e7bd344a3f57bb01ef7aee13a8
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Fri May 11 15:20:19 2007 +0200
Clamp volume level between 0 and 64.
tools/fsplay.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=99188dbd3369de5c2eb5e1d933a97e2aaf3db07b
commit 99188dbd3369de5c2eb5e1d933a97e2aaf3db07b
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Fri May 11 15:17:59 2007 +0200
Fixed a memory leak.
src/media/ifusionsoundmusicprovider.c | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs