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

Leo Izen leo.izen at gmail.com
Wed Apr 19 21:11:23 EEST 2023


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

-- 
2.40.0



More information about the ffmpeg-devel mailing list