gstreamer/tests/check
Sebastian Dröge 3c6448c64e API: Add gst_util_array_binary_search() for binary searchs on a sorted array
This will be mostly useful in all elements that have some kind of internal
seek/index table. Currently almost all of them (or even all of them)
are using a linear search although the used array is already sorted,
wasting some CPU time without good reason.

Fixes bug #573623.
2009-03-02 16:17:45 +01:00
..
elements GstBaseSink: avoid calling preroll multiple times 2009-02-03 12:52:49 +01:00
generic libs/gst/base/gstbasesink.c: Improve position reporting in the flushing state. 2008-08-19 16:47:07 +00:00
gst API: Add gst_util_array_binary_search() for binary searchs on a sorted array 2009-03-02 16:17:45 +01:00
libs Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
pipelines check: Fix comment about the timeout for generic stress test. 2009-01-31 21:35:22 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am tests/check/: Add Sparc ABI checks 2008-10-07 15:12:21 +00:00