Document the recent PPC-related fixes and the ffvhuff >8bpp\nendianness correction in the <next> release notes.
Signed-off-by: jfiusdq <[email protected]> --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog b/Changelog index a9d68b369e..66f1be4c7b 100644 --- a/Changelog +++ b/Changelog @@ -20,6 +20,10 @@ version <next>: - JPEG-XS raw bitstream muxer and demuxer - IAMF Projection mode Ambisonic Audio Elements muxing and demuxing - Add vf_mestimate_d3d12 filter +- ppc/h264chroma: fix Altivec coeff splat on little-endian +- ppc/swscale: fix VSX yuv2planeX accumulation and MSB handling +- swscale/ops: avoid altivec bool macro struct layout mismatch +- ffvhuff: fix >8bpp median predictor endianness version 8.0: -- 2.47.3 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
