summaryrefslogtreecommitdiff
path: root/libavformat/mpjpegdec.c
Commit message (Collapse)AuthorAge
* mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to failJames Almer2015-06-09
| | | | | | | The first check is done without the AVIOContext, so alloc it only if said check succeeds Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* mpjpgdec: free AVIOContext leak on early probe failJanne Grunau2015-06-08
|
* mpjpeg: Initial implementationLuca Barbato2015-06-07
Support only streams with Content-Length. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>