[FFmpeg-devel] [PATCH v3 0/3] avformat/mpjpegdec: various fixes

Moritz Barsnick barsnick at gmx.net
Mon Oct 7 01:19:27 EEST 2019


This patches fix several bugs in the mpjpeg demuxer.

I think it is not possible to create a fate test for patch 2/3 (and 3/3?),
as the bugs rely both on the stream and on the HTTP header announcement, so
one would need to simulate a web server.

A have an actual Mobotix stream URL (found in the wild) which exposes the
issues reported in #5023 and #5921, and which works with these patches.

I can't reproduce the issues with the provided samples, but perhaps that's
just me.

Moritz Barsnick (3):
  avformat/mpjpegdec: fix finding multipart boundary parameter
  avformat/mpjpegdec: fix strict boundary search string
  avformat/mpjpegdec: ensure seekback for latest chunk

 libavformat/mpjpegdec.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

--
2.20.1



More information about the ffmpeg-devel mailing list