diff ChangeLog @ 852:421d5587b761 trunk

[svn] - remove unnecessary sleep code so that out_lame can encode at full speed.
author yaz
date Wed, 14 Mar 2007 06:07:57 -0700
parents 712df386597e
children def1af87ae1f
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 14 03:16:45 2007 -0700
+++ b/ChangeLog	Wed Mar 14 06:07:57 2007 -0700
@@ -1,3 +1,13 @@
+2007-03-14 10:16:45 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1802]
+  - add support for mseek.
+  - fix inaccurate seek position calculation. this bug prevented tta working with cuesheet.
+  - move to GThread API and make use of GCond signaling.
+  
+  trunk/src/tta/aud-tta.c |  188 +++++++++++++++++++++++++++++-------------------
+  1 file changed, 117 insertions(+), 71 deletions(-)
+
+
 2007-03-14 06:26:25 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1800]
   - fix a silly typedef bug.