- Jun 07, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Vincent Penquerc'h authored
I only tested that vp8enc ! vp8dec does not crash, as valgrind does not grok at least one of the instructions used by vp8enc, preventing me from checking a leak, and the lack of one after the patch.
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
- Jun 06, 2012
-
-
Edward Hervey authored
From 1fab359 to 03a0e57
-
Wim Taymans authored
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Edward Hervey authored
val and nr always exist (&nr, &value) bits is always called smaller than the width Makes parsing 30% faster
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Edward Hervey authored
With the previous commit, makes mpegtsmux 10 to 15% faster
-
Edward Hervey authored
Seriously ...
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... for clarity and to avoid mixing _peek/_pop
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
Conflicts: gst/mpegtsmux/mpegtsmux.c Reverted back to 0.10 state as it wasn't really ported yet anyway.
-
- Jun 05, 2012
-
-
Edward Hervey authored
It's the same as TDT, except with descriptors at the end
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
Peek as much as possible in one go. Ideally we should remove usage of adapter altogether, but for the time being it provides a big enough speedup (around 2 times faster per packet processed).
-
Edward Hervey authored
Helps for streams with a lot of sections, like EIT
-
Edward Hervey authored
-
Edward Hervey authored
Along with the specifications from which they come. Avoids having to search for which spec a table_id belongs to
-
Edward Hervey authored
Use hex values in more cases (since that's how PID/table_id/... are represented in the various specs).
-
Edward Hervey authored
Allows reporting the global EMM
-
Edward Hervey authored
Allows us to identify which SI we don't handle
-
Edward Hervey authored
-
Edward Hervey authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
They should take the filter caps into account and always return the template caps appended to the actual caps. Otherwise the parsers stop to accept unparsed streams where upstream does not know about width, height, etc. Fixes bug #677401.
-