Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH 0/6] ppc fixes: h264chroma, swscale VSX/MSB, ffvhuff >8bpp
@ 2026-02-22  3:20 jfiusdq via ffmpeg-devel
  2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 1/6] ppc/h264chroma: fix coeff splat on LE jfiusdq via ffmpeg-devel
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jfiusdq via ffmpeg-devel @ 2026-02-22  3:20 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: jfiusdq

This series fixes several PPC-specific issues that showed up as
corrupted output and FATE failures on ppc64le.

- Fix h264chroma Altivec coeff splat on little-endian.
- Fix VSX yuv2planeX signed accumulation and guard NBPS on MSB formats.
- Avoid Altivec bool macro by using _Bool in swscale ops structs.
- Fix >8bpp ffvhuff median predictor endianness and update refs.
- Add Changelog entries for the fixes.

All tests were run with all samples, checkasm, all pass on IBM POWER9 ppc64le.

jfiusdq (6):
  ppc/h264chroma: fix coeff splat on LE
  ppc/swscale: fix signed accum in vsx yuv2planeX
  ppc/swscale: avoid nbps vsx on msb formats
  swscale/ops: use _Bool to avoid altivec bool macro
  ffvhuff: fix median init for >8bpp
  Changelog: note PPC/ffvhuff fixes

 Changelog                                  |  4 ++
 libavcodec/huffyuvdec.c                    |  5 +-
 libavcodec/huffyuvenc.c                    |  5 +-
 libavcodec/ppc/h264chroma_template.c       | 40 ++++++--------
 libswscale/ops.h                           | 10 ++--
 libswscale/ppc/swscale_vsx.c               | 64 +++++++++++-----------
 tests/ref/vsynth/vsynth1-ffvhuff420p12     |  4 +-
 tests/ref/vsynth/vsynth2-ffvhuff420p12     |  4 +-
 tests/ref/vsynth/vsynth3-ffvhuff420p12     |  4 +-
 tests/ref/vsynth/vsynth_lena-ffvhuff420p12 |  4 +-
 10 files changed, 76 insertions(+), 68 deletions(-)

-- 
2.47.3


_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-24 22:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-22  3:20 [FFmpeg-devel] [PATCH 0/6] ppc fixes: h264chroma, swscale VSX/MSB, ffvhuff >8bpp jfiusdq via ffmpeg-devel
2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 1/6] ppc/h264chroma: fix coeff splat on LE jfiusdq via ffmpeg-devel
2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 2/6] ppc/swscale: fix signed accum in vsx yuv2planeX jfiusdq via ffmpeg-devel
2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 3/6] ppc/swscale: avoid nbps vsx on msb formats jfiusdq via ffmpeg-devel
2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 4/6] swscale/ops: use _Bool to avoid altivec bool macro jfiusdq via ffmpeg-devel
2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 5/6] ffvhuff: fix median init for >8bpp jfiusdq via ffmpeg-devel
2026-02-22  3:21 ` [FFmpeg-devel] [PATCH 6/6] Changelog: note PPC/ffvhuff fixes jfiusdq via ffmpeg-devel

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git