From 1c319adf0100b91e8d40329926e6192619db924f Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 8 Oct 2003 10:48:07 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1268 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index e18250de8..f29582fbc 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,7 @@ Changes towards version 0.4: +- Sound decoders refactoring: decoders are now virtualized, + the high-level decoding code is unified and any format is + theoretically streamable -Alex - Patches to enforce the invariant that the GraphicsLock is held when SetFlashRect is called (bug #504) -Michael - Major refactoring of threadlib; see doc/devel/threads -Michael