diff options
author | Jindrich Makovicka <jindrich.makivicka@itonis.tv> | 2006-05-17 08:10:31 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-17 08:10:31 +0000 |
commit | 14ea3f13a47948e320903f6e96d0d646775b1bca (patch) | |
tree | 3967b3ff1064326750adea3ec4cafb872a77bcfa /ChangeLog | |
parent | e57d09e8350556df264d46c677408f34ec86c504 (diff) |
gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatically improves performance with m...
Original commit message from CVS:
Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv>
* gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
(gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
(gst_ebml_read_element_length), (gst_ebml_read_buffer),
(gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
(gst_ebml_read_float), (gst_ebml_read_ascii),
(gst_ebml_read_binary):
Don't create unnecessary sub-buffers all the time. Dramatically
improves performance with multiple concurrently running
matroskademux instances (#341818) (and avoids doing
unnecessarily inefficient things in the general case).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-05-16 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Jindrich Makovicka <jindrich.makivicka at itonis tv> + + * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes), + (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id), + (gst_ebml_read_element_length), (gst_ebml_read_buffer), + (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint), + (gst_ebml_read_float), (gst_ebml_read_ascii), + (gst_ebml_read_binary): + Don't create unnecessary sub-buffers all the time. Dramatically + improves performance with multiple concurrently running + matroskademux instances (#341818) (and avoids doing + unnecessarily inefficient things in the general case). + 2006-05-16 Edward Hervey <edward@fluendo.com> * ext/libpng/gstpngenc.c: (gst_pngenc_chain): |