summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-04-06 19:16:02 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-04-06 19:16:02 +0000
commit83208d042bea60f66475cc566d3d4647b9d1ad7b (patch)
tree4164c8045af9e5caaad7bac6bf28aaa892a9ff73 /ChangeLog
parentef5b79cf2956f3b0ad0c792bb8d2e0ca32a5cd54 (diff)
downloadgst-plugins-bad-83208d042bea60f66475cc566d3d4647b9d1ad7b.tar.gz
gst-plugins-bad-83208d042bea60f66475cc566d3d4647b9d1ad7b.tar.bz2
gst-plugins-bad-83208d042bea60f66475cc566d3d4647b9d1ad7b.zip
gst/qtdemux/qtdemux.c: Added full edit list support.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_init), (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index), (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment), (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek), (gst_qtdemux_change_state), (gst_qtdemux_activate_segment), (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample), (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop), (qtdemux_parse_trak): Added full edit list support. Avoid overflows in prologue image detection code. Avoid roundoff errors in timestamp calculations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec424c82..a4584d8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-04-06 Wim Taymans <wim@fluendo.com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
+ (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
+ (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
+ (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
+ (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
+ (gst_qtdemux_activate_segment),
+ (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
+ (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
+ (qtdemux_parse_trak):
+ Added full edit list support.
+ Avoid overflows in prologue image detection code.
+ Avoid roundoff errors in timestamp calculations.
+
2006-04-06 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: