[FFmpeg-cvslog] avutil/pixdesc: Remove always-false checks

2022-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 26 19:37:25 2022 +0200| [6d0a7e96e746a8a0fc03725a0f5e2c908c82b7c3] | committer: Andreas Rheinhardt avutil/pixdesc: Remove always-false checks ff_check_pixfmt_descriptors() was added in commit 20e99a9c10cdbe9ad659dce5bdec569d744f8219. At th

[FFmpeg-cvslog] avutil/pixdesc: Avoid direct access to pix fmt desc array

2022-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 26 20:21:51 2022 +0200| [571b670e7dfc90394ba1f3cf736f446976c832da] | committer: Andreas Rheinhardt avutil/pixdesc: Avoid direct access to pix fmt desc array Instead use av_pix_fmt_desc_next(). It is still possible to check its return value

[FFmpeg-cvslog] avutil/tests/pixelutils: Use av_assert0 instead for test tools

2022-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 26 21:24:15 2022 +0200| [36e805e9df012c20641fac5914a058f9c5ae15fd] | committer: Andreas Rheinhardt avutil/tests/pixelutils: Use av_assert0 instead for test tools These are test tools, so they should be picky. Signed-off-by: Andreas Rheinh

[FFmpeg-cvslog] avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user

2022-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 26 21:05:00 2022 +0200| [5fe447bbb4a1dfebb6f19339764aeab0315ff17f] | committer: Andreas Rheinhardt avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user Namely to lavu/tests/pixelutils.c. This way, this function will not be i

[FFmpeg-cvslog] avutil/tests/pixelutils: Test that all non-hw pix fmts have components

2022-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 26 21:42:31 2022 +0200| [9d52844aba797343e27ba6c35ca47aec459bdf22] | committer: Andreas Rheinhardt avutil/tests/pixelutils: Test that all non-hw pix fmts have components Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/mjpegdec: remove not needed operations on channel identifiers

2022-09-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 30 18:56:43 2022 +0200| [9a494b82d998823d0de68cb6b8db83cc451d1781] | committer: Paul B Mahol avcodec/mjpegdec: remove not needed operations on channel identifiers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a494b82d998823d0de68cb

[FFmpeg-cvslog] avcodec: add Media 100i decoder

2022-09-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 21 18:22:33 2022 +0200| [4b6b75c7526e644e3516a79f0379b2e2f75a054d] | committer: Paul B Mahol avcodec: add Media 100i decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b6b75c7526e644e3516a79f0379b2e2f75a054d --- Changelog

[FFmpeg-cvslog] avcodec/mjpegdec: Fix compilation

2022-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 30 19:22:05 2022 +0200| [b0c7352cd494c88d33f032be60b5e1c4e8b092a0] | committer: Andreas Rheinhardt avcodec/mjpegdec: Fix compilation Regression since 9a494b82d998823d0de68cb6b8db83cc451d1781. Reviewed-by: James Almer Signed-off-by: Andre