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

2021-04-15 Thread Spyros Theoharis
> - 8 up to 16 bits > - 444/422/420/411 > - fixed restart mechanism support > - RGB/YUV 444 images (via -rgb444 input option) This typically indicates that you should send four patches instead of one. [A] Is this necessary? It is difficult to split the patch to four individual patches si

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

2021-04-10 Thread Carl Eugen Hoyos
Am Sa., 10. Apr. 2021 um 14:35 Uhr schrieb Spyros Theoharis : > > - 8 up to 16 bits > - 444/422/420/411 > - fixed restart mechanism support > - RGB/YUV 444 images (via -rgb444 input option) This typically indicates that you should send four patches instead of one. How can we create samples / plea

[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 ++