mbox series

[FFmpeg-devel,v3,0/3] RGB mjpeg fixes (with FATE tests)

Message ID 20230419181126.38662-1-leo.izen@gmail.com
Headers show
Series RGB mjpeg fixes (with FATE tests) | expand

Message

Leo Izen April 19, 2023, 6:11 p.m. UTC
This is the same patchset as v2, with an additional patch to fix TRAC issue #10910
which was broken before any of the recent RGB mjpeg patches.

Leo Izen (3):
  avcodec/mjpegdec: fix non-subsampled RGB JPEGs
  avcodec/mjpeg: fix weird RGB-subsampled baseline JPEGs
  fate: add tests for RGB jpegs

 libavcodec/mjpegdec.c              | 9 ++++++++-
 tests/fate/image.mak               | 9 +++++++++
 tests/ref/fate/jpg-rgb-221         | 6 ++++++
 tests/ref/fate/jpg-rgb-baseline    | 6 ++++++
 tests/ref/fate/jpg-rgb-progressive | 6 ++++++
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 100644 tests/ref/fate/jpg-rgb-221
 create mode 100644 tests/ref/fate/jpg-rgb-baseline
 create mode 100644 tests/ref/fate/jpg-rgb-progressive

Comments

Michael Niedermayer April 19, 2023, 6:38 p.m. UTC | #1
On Wed, Apr 19, 2023 at 02:11:23PM -0400, Leo Izen wrote:
> This is the same patchset as v2, with an additional patch to fix TRAC issue #10910
> which was broken before any of the recent RGB mjpeg patches.
> 
> Leo Izen (3):
>   avcodec/mjpegdec: fix non-subsampled RGB JPEGs
>   avcodec/mjpeg: fix weird RGB-subsampled baseline JPEGs
>   fate: add tests for RGB jpegs

as you are working on jpeg, i wanted to mention there are a few  old
patches which i run into atm while looking at the ML greping subjects
which seem not to have been reviewed or applied

211754 N   0328  0:35 Carl Eugen Hoyo (2,7K) [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support pixel format 0x11311100
211755 N   0328  0:36 Carl Eugen Hoyo (2,8K) [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support pixel format 0x41211100
211757 N   0328  0:35 Carl Eugen Hoyo (4,0K) [FFmpeg-devel] [PATCH]lavc/mjpegdec: Support pixel format 0x11412100

thx

[...]