[FFmpeg-devel] [PATCH] avcodec/mjpegdec: Continue if a block fails to decode correctly

2022-07-27 Thread Mohammad AlSaleh
Don't give up on the whole frame just because a block failed to decode correctly. Try to continue decoding if the AV_EF_EXPLODE flag is not set. Signed-off-by: Mohammad AlSaleh --- libavcodec/mjpegdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libav

[FFmpeg-devel] [PATCH] avformat/metadata: Implement AVFMT_FLAG_NO_META_CONV

2014-08-11 Thread Mohammad Alsaleh
opt parameter 'nometaconv'. Signed-off-by: Mohammad Alsaleh --- doc/APIchanges | 3 +++ doc/formats.texi | 2 ++ libavformat/asfdec.c | 3 ++- libavformat/avformat.h | 1 + libavformat/id3v2.c | 17 - libavformat/mat