The branch, master has been updated
via defd5f3f648401098ac503e3160d2f04beaa4165 (commit)
via d9853e66d3d05f96cbdfca107be4970ef75459c6 (commit)
from 016d767c8e9d6c8b3a445bb573cd07a07912a671 (commit)
- Log -----------------------------------------------------------------
commit defd5f3f648401098ac503e3160d2f04beaa4165
Author: James Almer <[email protected]>
AuthorDate: Sat Oct 25 10:59:42 2025 -0300
Commit: James Almer <[email protected]>
CommitDate: Sat Oct 25 10:59:42 2025 -0300
Changelog: fix ordering for drawvg entry
Entries should be sorted chronologically from oldest to youngest.
Signed-off-by: James Almer <[email protected]>
diff --git a/Changelog b/Changelog
index b14a065cf5..056fdfb19f 100644
--- a/Changelog
+++ b/Changelog
@@ -4,11 +4,11 @@ releases are sorted from youngest to oldest.
version <next>:
- ffprobe -codec option
- EXIF Metadata Parsing
-- drawvg filter (--enable-cairo)
- gfxcapture: Windows.Graphics.Capture based window/monitor capture
- hxvs demuxer for HXVS/HXVT IP camera format
- MPEG-H 3D Audio decoding via mpeghdec
- D3D12 H.264 encoder
+- drawvg filter via libcairo
version 8.0:
commit d9853e66d3d05f96cbdfca107be4970ef75459c6
Author: James Almer <[email protected]>
AuthorDate: Sat Oct 25 10:57:56 2025 -0300
Commit: James Almer <[email protected]>
CommitDate: Sat Oct 25 10:57:56 2025 -0300
avfilter/Makefile: fix dependency for drawvg test
Signed-off-by: James Almer <[email protected]>
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 9db0aeff4b..69d74183b2 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -682,9 +682,7 @@ SKIPHEADERS-$(CONFIG_VULKAN) +=
vulkan_filter.h
TOOLS = graph2dot
TESTPROGS = drawutils filtfmts formats integral
-ifdef CONFIG_DRAWVG_FILTER
-TESTPROGS += drawvg
-endif
+TESTPROGS-$(CONFIG_DRAWVG_FILTER) += drawvg
TOOLS-$(CONFIG_LIBZMQ) += zmqsend
-----------------------------------------------------------------------
Summary of changes:
Changelog | 2 +-
libavfilter/Makefile | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]