summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-03-03 22:01:56 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-03-03 22:01:56 +0000
commitedda3b6c0f721bb2085de7e76abf761b3f691326 (patch)
tree30596ea2654c056f48c619492bce176294f0705b /ChangeLog
parentb7938d24ee5c45fcf17b9987bb88f698430c529e (diff)
gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.
Original commit message from CVS: * gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB. * gst/matroska/matroska-demux.c: Add some guards to avoid a possible division by 0 and crashing with NULL events on some systems. Use gst_gdouble_to_guint64 somewhere instead of an implicit conversion. * gst/matroska/matroska-mux.c: Check for invalid timestamps in a bunch of places to avoid writing bogus durations into the output file. Fix some double<->gint64 conversions that weren't using gst_guint64_to_gdouble
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e81807ca..2d02f73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst/matroska/ebml-read.c:
+ Use GINT64 formatting constants from GLIB.
+
+ * gst/matroska/matroska-demux.c:
+ Add some guards to avoid a possible division by 0 and crashing
+ with NULL events on some systems.
+ Use gst_gdouble_to_guint64 somewhere instead of an implicit
+ conversion.
+
+ * gst/matroska/matroska-mux.c:
+ Check for invalid timestamps in a bunch of places to avoid
+ writing bogus durations into the output file.
+ Fix some double<->gint64 conversions that weren't using
+ gst_guint64_to_gdouble
+
2008-03-03 Peter Kjellerstedt <pkj@axis.com>
* configure.ac: