PR #23681 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23681 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23681.patch
The iTerm2 inline image protocol muxer did not make the 9.0 release cut. # Summary of changes Briefly describe what this PR does and why. <!-- If this PR requires new FATE test samples, attach them to the PR and list their target paths below (relative to the fate-suite root). Attached filenames must match the sample's filename: ```fate-samples # e.g. vorbis/new-sample.ogg ``` --> >From 51452d2d725f4ce31d56bba6a47767d6c186a7dd Mon Sep 17 00:00:00 2001 From: Zhao Zhili <[email protected]> Date: Thu, 2 Jul 2026 19:36:33 +0800 Subject: [PATCH] Changelog: move iTerm2 muxer entry from 9.0 to <next> The iTerm2 inline image protocol muxer did not make the 9.0 release cut. --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 1f5c521435..c7b1c97110 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ releases are sorted from youngest to oldest. version <next>: - extensively improved AAC encoder - APV Vulkan encoder +- iTerm2 inline image protocol muxer version 9.0: @@ -25,7 +26,6 @@ version 9.0: - Add AMF hardware memory mapping support. - ONNX Runtime DNN backend with GPU execution provider support - Remove deprecated NVENC options and support for pre-11.1 SDK versions -- iTerm2 inline image protocol muxer version 8.1: -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
