comparison ChangeLog @ 917:c64da1c724b9 trunk

[svn] - aosd: updated ghosd license
author giacomo
date Fri, 06 Apr 2007 10:30:17 -0700
parents a8494c2a87eb
children 209bd85dc1b9
comparison
equal deleted inserted replaced
916:a8494c2a87eb 917:c64da1c724b9
1 2007-04-06 04:12:59 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [1960]
3 revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it.
4 - 1. time count will be recorded and restored on reopen. this seems to be right way, but it causes a short stoppage of playback.
5 - 2. introduce a new plugin option "force_reopen_audio". if this is set to FALSE (default), decoder will not reopen output. this is a bit rude, but does not cause any interruption.
6
7 trunk/src/madplug/configure.c | 13 +++++++++++--
8 trunk/src/madplug/decoder.c | 32 +++++++++++++++++++-------------
9 trunk/src/madplug/plugin.c | 3 +++
10 trunk/src/madplug/plugin.h | 1 +
11 4 files changed, 34 insertions(+), 15 deletions(-)
12
13
1 2007-04-05 17:47:18 +0000 Giacomo Lozito <james@develia.org> 14 2007-04-05 17:47:18 +0000 Giacomo Lozito <james@develia.org>
2 revision [1958] 15 revision [1958]
3 - statusicon: memorize player windows visibility status between sessions 16 - statusicon: memorize player windows visibility status between sessions
4 trunk/src/statusicon/si.c | 25 ++++++++++++------------- 17 trunk/src/statusicon/si.c | 25 ++++++++++++-------------
5 trunk/src/statusicon/si_cfg.c | 17 +++++++++++++++++ 18 trunk/src/statusicon/si_cfg.c | 17 +++++++++++++++++