diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-04 13:32:20 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-04 13:32:20 +0000 |
commit | 0b9b57bd4138879ac555045b6b4119b2a477fdfc (patch) | |
tree | bd805f46904b5b2c078d236fcb6eceb9e838ac9f | |
parent | b1226d35ebe4ddcf021cc2d7462f368a83a7e338 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |