summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-04 13:32:20 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-04 13:32:20 +0000
commit0b9b57bd4138879ac555045b6b4119b2a477fdfc (patch)
treebd805f46904b5b2c078d236fcb6eceb9e838ac9f
parentb1226d35ebe4ddcf021cc2d7462f368a83a7e338 (diff)
downloadgst-plugins-bad-0b9b57bd4138879ac555045b6b4119b2a477fdfc.tar.gz
gst-plugins-bad-0b9b57bd4138879ac555045b6b4119b2a477fdfc.tar.bz2
gst-plugins-bad-0b9b57bd4138879ac555045b6b4119b2a477fdfc.zip
gst/avi/gstavidemux.c: Improve allocation, cutting and sorting of the index. How takes a few seconds instead of minutes.
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index), (gst_avi_demux_stream_header), (gst_avi_demux_stream_data): Improve allocation, cutting and sorting of the index. How takes a few seconds instead of minutes.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a5cc841..86dd8f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
+ (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
+ (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
+ Improve allocation, cutting and sorting of the index. How takes a
+ few seconds instead of minutes.
+
2004-10-03 Christophe Fergeau <teuf@gnome.org>
* gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):