From 14ea3f13a47948e320903f6e96d0d646775b1bca Mon Sep 17 00:00:00 2001 From: Jindrich Makovicka Date: Wed, 17 May 2006 08:10:31 +0000 Subject: 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 * 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). --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 363343a5..67434efa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-05-16 Tim-Philipp Müller + + Patch by: Jindrich Makovicka + + * 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 * ext/libpng/gstpngenc.c: (gst_pngenc_chain): -- cgit