- May 03, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Otherwise we send them too early, and setting the elements to PLAYING afterwards will drop all the events again.
-
Sebastian Dröge authored
From bcb1518 to 211fa5f
-
- May 02, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Vincent Penquerc'h authored
This can be 0. In that case, do not try to cut off the last few bytes from the last buffer. Coverity 1146971
-
Vincent Penquerc'h authored
If we're missing part of the clut, do not try to use it. It seems very likely the break was meant to break out of the switch rather than from the loop. Coverity 1139878
-
Vincent Penquerc'h authored
Coverity 1139859
-
Vincent Penquerc'h authored
Besides, the pointer was dereferenced earlier anyway. Coverity 1139853
-
Vincent Penquerc'h authored
item was dereference previously. While there, reorder some test for faster early out. Coverity 1139844
-
Vincent Penquerc'h authored
Coverity 1139838
-
Vincent Penquerc'h authored
This code isn't actually used at the moment, unsure if I should just remove it or not... Coverity 1139811
-
Vincent Penquerc'h authored
Spotted while fixing something else in the area. Nothing calls this with a negative value.
-
Vincent Penquerc'h authored
Coverity 1139806
-
Vincent Penquerc'h authored
Coverity 1139755
-
Vincent Penquerc'h authored
gst_matroska_parse_query can be called explicitely with a NULL pad. If we reach this point with a NULL pad, fail the query. Coverity 1139715
-
Vincent Penquerc'h authored
Coverity 1139714 (which will likely come back in another guise, as the _read_init call can have a failing _map)
-
Vincent Penquerc'h authored
Avoids dereferencing NULL. Coverity 1139712
-
Vincent Penquerc'h authored
Coverity 1139701
-
Vincent Penquerc'h authored
Coverity 1139691
-
Vincent Penquerc'h authored
Coverity 1139690
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
fpp can never equal 0 here, or the loop would not execute at all. Zero fpp was possible before as the loop condition was allowing it specifically, but no more. Coverity 1139681
-
Vincent Penquerc'h authored
This was partly removed in the port to 0.11. If still needed, it's still there in the history. Coverity 1139687
-
Vincent Penquerc'h authored
Spotted on the side while looking at another issue.
-
- Apr 30, 2014
-
-
Nicolas Dufresne authored
In v4l2 specification, RGB32 has the alpha, or pading, first, not last. See http://linuxtv.org/downloads/v4l-dvb-apis/packed-rgb.html . https://bugzilla.gnome.org/show_bug.cgi?id=540941
-
Vincent Penquerc'h authored
For 8 bit width, we always have depth==gdepth==width==8. Coverity 1139678
-
Vincent Penquerc'h authored
A stricer check is already done earlier, and integer overflows do not seem possible here. Coverity 1139675
-
Vincent Penquerc'h authored
Even if one woul hope one pixel can fit in a MTU, ensure we do not overwrite a buffer if this is not the case. Spotted while looking at Coverity 1208786
-
Vincent Penquerc'h authored
Can happen (at least in crafted stream) Coverity 1208778
-
Tim-Philipp Müller authored
Don't just ignore upstream tags from e.g. an ID3 tag before the .wav data, pass them on downstream. https://bugzilla.gnome.org/show_bug.cgi?id=729223
-
- Apr 29, 2014
-
-
Wim Taymans authored
When we are not doing retransmission, we just need to find the current seqnum so we can stop when we found it.
-
Wim Taymans authored
Small optimizations where we can. Add some more debug.
-
Wim Taymans authored
Signal the pushing thread when the next_seqnum changed and we might be able to push a buffer now.
-
Wim Taymans authored
After adding a buffer, only signal the pushing thread when the head buffer changed or else we cause a useless wakeup.
-
Wim Taymans authored
Rework the packet queue so that the most common action (insert a packet at the tail of the queue) goes very fast. Report if a packet was inserted at the head instead of the tail so that we can know when to retry _pop or _peek.
-
- Apr 28, 2014
-
-
Wim Taymans authored
Pack/unpack planar formats to/from the first plane. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=729058
-