aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorsoftworkz <softworkz@hotmail.com>2025-02-07 14:34:27 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2025-02-16 15:41:40 +0100
commitc79cdae377722180e4b243d5384076aec82938ed (patch)
treecc838636089d801a7f05c124d9b20feee293ebe7 /doc/APIchanges
parente417f939da2d04abfe6ad1f93aa47be334b66771 (diff)
downloadffmpeg-c79cdae377722180e4b243d5384076aec82938ed.tar.gz
avutil/log: support logging of date and time information
Signed-off-by: softworkz <softworkz@hotmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 28bd50d4b5..ac506f4b56 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2025-02-xx - xxxxxxxxxx - lavu 59.57.100 - log.h
+ Add flags AV_LOG_PRINT_TIME and AV_LOG_PRINT_DATETIME.
+
2025-02-09 - xxxxxxxxxx - lavc 61.32.100 - codec_id.h
Add AV_CODEC_ID_IVTV_VBI.