gstreamer/ext
Vincent Penquerc'h 492341db77 oggdemux: fix quadratic search for last page
A crafted file with invalid pages will cause repeated searches from
earlier offsets in steps of 8500 bytes, but reading till the end of
the stream. Since we know the maximum size of an Ogg page, we can
bound the search for next page, to get a linear behavior (though
still not good enough as it will read the entire file backwards if
there's no valid page till then).
2012-06-14 18:42:12 +01:00
..
alsa alsasink: check for spdif support only in the current device 2012-05-18 12:01:06 +02:00
cdparanoia cdparanoia: always set the read_speed 2012-05-24 13:39:54 +02:00
libvisual elements: Use gst_pad_set_caps() instead of manual event fiddling 2012-06-08 15:51:06 +02:00
ogg oggdemux: fix quadratic search for last page 2012-06-14 18:42:12 +01:00
pango elements: Use gst_pad_set_caps() instead of manual event fiddling 2012-06-08 15:51:06 +02:00
theora theoradec: Always inform base class when dropping frames 2012-06-13 03:17:27 +10:00
vorbis vorbisdec: Error out if handling a header packet failed instead of just finishing the frame 2012-06-02 17:16:13 +02:00
Makefile.am gio: Move to gst subdirectory 2012-01-18 16:21:14 +01:00