This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 5212830ee809d09fec41b220871cb9eeab87716c Author: guy-with-a-why <[email protected]> AuthorDate: Tue Aug 25 14:42:02 2026 +0100 Commit: Timo Rothenpieler <[email protected]> CommitDate: Mon Aug 31 18:13:21 2026 +0000 Changelog,doc: note H.264 data partitioning support The decoder now handles nal_unit_type 2 to 4. There is no encoder support. Signed-off-by: guy-with-a-why <[email protected]> --- Changelog | 1 + doc/general_contents.texi | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index fa2cd94b51..5da3610497 100644 --- a/Changelog +++ b/Changelog @@ -11,6 +11,7 @@ version <next>: - DVD-Audio LPCM decoder and demuxing support - AVFoundation input device selection by unique ID and USB serial number - NVIDIA optical flow accelerated interpolation filter (vf_fruc_vulkan) +- H.264 data partitioning support version 9.0: diff --git a/doc/general_contents.texi b/doc/general_contents.texi index d81392e03f..d446391429 100644 --- a/doc/general_contents.texi +++ b/doc/general_contents.texi @@ -1059,7 +1059,8 @@ following image formats are supported: @item H.263 / H.263-1996 @tab X @tab X @item H.263+ / H.263-1998 / H.263 version 2 @tab X @tab X @item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 @tab E @tab X - @tab encoding supported through external library libx264 and OpenH264 + @tab encoding supported through external library libx264 and OpenH264, + decoding supports data partitioning @item HEVC @tab X @tab X @tab encoding supported through external library libx265 and libkvazaar @item HNM version 4 @tab @tab X -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
