New commits:
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=5ac147696de31087cdb8bae3834a28947c5194c6
commit 5ac147696de31087cdb8bae3834a28947c5194c6
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Sat Dec 1 13:00:26 2007 +0100
Avoid stopping and restarting playback when destination stream/buffer is
the same as the previous one and playback is already running.
.../ifusionsoundmusicprovider_cdda.c | 18 ++++++++++++------
.../ifusionsoundmusicprovider_ffmpeg.c | 6 ++++++
.../ifusionsoundmusicprovider_mad.c | 18 ++++++++++++------
.../ifusionsoundmusicprovider_vorbis.c | 6 ++++++
.../ifusionsoundmusicprovider_wave.c | 6 ++++++
5 files changed, 42 insertions(+), 12 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=345fd7f2f729634210b815fceeebb6b6c3f955ad
commit 345fd7f2f729634210b815fceeebb6b6c3f955ad
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Sat Dec 1 12:32:57 2007 +0100
Removed redundant locks in fs_core_add_playback()/remove_playback().
src/core/core_sound.c | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=9bcf26f9757576f4f01beb328216f9287b459bc0
commit 9bcf26f9757576f4f01beb328216f9287b459bc0
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Nov 19 16:02:35 2007 +0100
Execute START call in ONEWAY mode.
src/core/core_sound.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=3c5205da0eae6ff2e13eb03358de2e1d98bb51d7
commit 3c5205da0eae6ff2e13eb03358de2e1d98bb51d7
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Nov 19 12:05:46 2007 +0100
Define "attribute_deprecated=;" only for ffmpeg music provider.
configure.in | 2 +-
interfaces/IFusionSoundMusicProvider/Makefile.am | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=76e7b3f96d07a3cdaccc55e5d154e4c9d9764f4e
commit 76e7b3f96d07a3cdaccc55e5d154e4c9d9764f4e
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Nov 5 12:31:38 2007 +0100
Fixed thread safety issue in add_playback()/remove_playback().
If there aren't active playbacks, do not usleep() in the sound thread,
use fusion_skirmish_wait() instead.
src/core/core_sound.c | 62 +++++++++++++++++++++++-------------------------
1 files changed, 30 insertions(+), 32 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=bbb2e1327af2c5b65f1e34ce4d8368f51e165ee6
commit bbb2e1327af2c5b65f1e34ce4d8368f51e165ee6
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Thu Oct 18 22:19:01 2007 +0200
Use SNDCTL_DSP_GETOSPACE during initialization to print a message with the
max output delay.
drivers/oss.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=f882f8fbf3bd2e7cae8125821a65b638c2baafa3
commit f882f8fbf3bd2e7cae8125821a65b638c2baafa3
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Thu Oct 18 14:47:10 2007 +0200
Do not start the sound mixer thread on initialization but when the first
playback is created
(this is done by calling fs_core_start() from fs_playback_create()).
src/core/core_sound.c | 32 ++++++++++++++++++++++++++------
src/core/core_sound.h | 5 +++++
src/core/playback.c | 3 +++
3 files changed, 34 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=88e349c27c9598e59824c5a399be8a48a5372c3f
commit 88e349c27c9598e59824c5a399be8a48a5372c3f
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Wed Oct 17 13:33:52 2007 +0200
Check for FSSDF_CHANNELMODE instead of FSBDF_CHANNELMODE.
Fixes bogus invalid argument errors.
src/ifusionsound.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=805adae57b1b64e9b0f745abe2cc63f874645b7f
commit 805adae57b1b64e9b0f745abe2cc63f874645b7f
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Thu Oct 4 13:48:01 2007 +0200
Use new avcodec_decode_audio2().
.../ifusionsoundmusicprovider_ffmpeg.c | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=106dd677197c15dad53342e4965e43f1fc786700
commit 106dd677197c15dad53342e4965e43f1fc786700
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Mon Sep 17 12:59:44 2007 +0200
Just warn if SNDCTL_DSP_PROFILE fails.
drivers/oss.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=9fc7ab34883cbadcf98e953193c5b67ef19d514d
commit 9fc7ab34883cbadcf98e953193c5b67ef19d514d
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Fri Sep 7 14:17:45 2007 +0200
Fixed warnings.
configure.in | 2 +-
drivers/alsa.c | 3 ++-
examples/loader.c | 4 ++--
examples/player.c | 4 ++--
.../ifusionsoundmusicprovider_ffmpeg.c | 2 +-
.../ifusionsoundmusicprovider_mad.c | 12 ++++++------
.../ifusionsoundmusicprovider_playlist.c | 2 +-
.../ifusionsoundmusicprovider_wave.c | 10 +++++-----
.../IFusionSoundMusicProvider/timidity/instrum.c | 6 +++---
tools/fsdump.c | 2 +-
10 files changed, 24 insertions(+), 23 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs