mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
b1226d35eb
commit
0b9b57bd41
1 changed files with 8 additions and 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):
|
||||
|
|
Loading…
Reference in a new issue