summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-04-08 18:23:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-04-08 18:23:04 +0000
commite843de1d06756b1cc4698a6e3f8cf67effa0c642 (patch)
tree55c0dfb00542ec2d3676d4bf03ab3eac6f4b0f6f /ChangeLog
parentbd72d30ce969fe685cf03493f61d291c7dbb86a5 (diff)
downloadgst-plugins-bad-e843de1d06756b1cc4698a6e3f8cf67effa0c642.tar.gz
gst-plugins-bad-e843de1d06756b1cc4698a6e3f8cf67effa0c642.tar.bz2
gst-plugins-bad-e843de1d06756b1cc4698a6e3f8cf67effa0c642.zip
gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calculations.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample), (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_parse_trak): Don't make rounding errors in timestamp/duration calculations. Fix timestamps for AMR and IMA4. Fixes (#337436). Create a dummy segment even when there is no edit list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf4c041..ac4ff44c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-08 Wim Taymans <wim@fluendo.com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
+ (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
+ (qtdemux_dump_stco), (qtdemux_parse_trak):
+ Don't make rounding errors in timestamp/duration calculations.
+ Fix timestamps for AMR and IMA4. Fixes (#337436).
+ Create a dummy segment even when there is no edit list.
+
2006-04-07 Julien MOUTTE <julien@moutte.net>
* docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.