avcodecmap: Make avdec_mjpeg requires a parsed input
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Thu, 3 Oct 2013 14:25:30 +0000 (15:25 +0100)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 4 Oct 2013 08:34:25 +0000 (10:34 +0200)
commit4c93bffb213ee6a330c0a2e64fa757f46e6db951
tree1c66c97e38ff049711c511351d66630bfe03c6d2
parent5b76550168941f40ce7dbc574c9e9f391b629336
avcodecmap: Make avdec_mjpeg requires a parsed input

Actually avdec_mjpeg does not deal well with incomplete buffers and try
to decode incomplete frames. A parser which will also acts as
an accumulator needs to be inserted before it.

https://bugzilla.gnome.org/show_bug.cgi?id=709352
ext/libav/gstavcodecmap.c