gstreamer/gst/matroska
Jindrich Makovicka 14ea3f13a4 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).
2006-05-17 08:10:31 +00:00
..
ebml-ids.h Port matroska muxer to 0.9 (#318847). 2005-10-14 12:43:30 +00:00
ebml-read.c gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatically improves performance with m... 2006-05-17 08:10:31 +00:00
ebml-read.h Fix broken GObject macros 2006-04-08 18:25:55 +00:00
ebml-write.c Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines. 2006-05-06 00:14:09 +00:00
ebml-write.h Fix broken GObject macros 2006-04-08 18:25:55 +00:00
Makefile.am gst/matroska/: Handle case where the TrackType ebml chunk does not come before the 2006-04-25 16:38:50 +00:00
matroska-demux.c gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream context (#340623). 2006-05-04 17:27:27 +00:00
matroska-demux.h gst/matroska/: Set DISCONT flag on first buffer after a discontinuity. 2006-04-20 13:23:40 +00:00
matroska-ids.c gst/matroska/: Handle case where the TrackType ebml chunk does not come before the 2006-04-25 16:38:50 +00:00
matroska-ids.h gst/matroska/: Handle case where the TrackType ebml chunk does not come before the 2006-04-25 16:38:50 +00:00
matroska-mux.c gst/matroska/matroska-mux.c: Don't strcmp() NULL strings. 2006-05-03 18:41:47 +00:00
matroska-mux.h expand tabs 2005-12-06 19:44:58 +00:00
matroska.c rework configure.ac; make asterisk rtp stuff compile on mingw 2005-11-14 02:13:35 +00:00
matroska.vcproj more working plugins 2004-07-27 21:41:30 +00:00