summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-09-04 07:58:36 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-09-04 07:58:36 +0000
commit43b18b3f4351ab3899b36c832db43e68ebf73180 (patch)
tree6de45a25832163afabeec848ddf275c162ed49c4 /ChangeLog
parentc1b2242e7777af3e5b43b0ff11e864a34f6094a9 (diff)
gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculations. Appropriate use of uint64_scale_int...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: * gst/wavparse/gstwavparse.h: Implement seek-query. Refactor duration calculations. Appropriate use of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff out of loops.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f1ae7c5..f8175a50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-04 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/wavparse/gstwavparse.c:
+ * gst/wavparse/gstwavparse.h:
+ Implement seek-query. Refactor duration calculations. Appropriate use
+ of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
+ out of loops.
+
2007-09-03 Stefan Kost <ensonic@users.sf.net>
* gst/avi/gstavidemux.c: