[FFmpeg-devel] [PATCH] JPEG-LS Decoder: Update

2021-04-15 Thread Spyros Theoharis
c.c/ff_mjpeg_decode_sof function and has to remove the final "dummy" restart interval's '0' bits till an 0xFF is reaching that indicates the end of a restart interval and then shall skip the 0xDi RSTn marker. All other warnings for

[FFmpeg-devel] [PATCH] JPEG-LS Decoder: Update

2021-04-10 Thread Spyros Theoharis
- 8 up to 16 bits - 444/422/420/411 - fixed restart mechanism support - RGB/YUV 444 images (via -rgb444 input option) --- libavcodec/jpegls.c| 5 + libavcodec/jpegls.h| 2 +- libavcodec/jpeglsdec.c | 268 + libavcodec/mjpegdec.c | 77 ++