- 09 Dec, 2015 1 commit
-
-
Alex Agranovsky authored
Fixes Coverity CID 1341576 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Dec, 2015 2 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argument 3 of av_stristart from incompatible pointer type" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Dec, 2015 1 commit
-
-
James Almer authored
-
- 02 Dec, 2015 2 commits
-
-
Alex Agranovsky authored
This code is disabled by default so not to regress endpoints sending invalid MIME, but can be enabled via AVOption 'strict_mime_boundary' Signed-off-by: Alex Agranovsky <alex@sighthound.com>
-
Alex Agranovsky authored
Fixes ticket 5023 Signed-off-by: Alex Agranovsky <alex@sighthound.com>
-
- 23 Oct, 2015 1 commit
-
-
Luca Barbato authored
Some server in the wild do not put the boundary at a newline as rfc1347 7.2.1 states. Cope with that by reading a line and if it is not empty reading a second one. Reported-By: bitingsock
-
- 22 Oct, 2015 1 commit
-
-
Carl Eugen Hoyos authored
-
- 21 Sep, 2015 1 commit
-
-
Alex Agranovsky authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
Silences a -Wunused-variable and -Wunused-function observed under GCC 5.2. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 14 Sep, 2015 3 commits
-
-
Clément Bœsch authored
-
Alex Agranovsky authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Alex Agranovsky authored
mpjpeg: probe should require same constraints as packet reader - both proper content-type and content-size must be present return AVPROBE_SCORE_MAX, rather than random positive number on success Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Sep, 2015 1 commit
-
-
Alex Agranovsky authored
avformat/mpjpegdec: Allow mpjpeg headers parsing to succeed upon EOF, if required headers are present Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Jun, 2015 1 commit
-
-
Luca Barbato authored
Bug-Id: CID 1308152
-
- 09 Jun, 2015 1 commit
-
-
James Almer authored
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>
-
- 08 Jun, 2015 3 commits
-
-
James Almer authored
The first check is done without the AVIOContext, so alloc it only if said check succeeds Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Janne Grunau authored
-
- 07 Jun, 2015 1 commit
-
-
Luca Barbato authored
Support only streams with Content-Length. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-