aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJacob Lifshay <programmerjake@gmail.com>2025-07-22 23:07:14 -0700
committerJacob Lifshay <programmerjake@gmail.com>2025-08-08 03:04:42 -0700
commit1c85a3832afd39caac5ca76436162f790849e46b (patch)
treedd9fefd5a4c284546bb0b16205e9047409eaf94d /doc/APIchanges
parenta566fcb9dc07262b0c6575466ce8cbc8b667e5b2 (diff)
downloadffmpeg-1c85a3832afd39caac5ca76436162f790849e46b.tar.gz
lavc: add API for manipulating SMPTE-436M VBI/ANC data
Signed-off-by: Jacob Lifshay <programmerjake@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7443884885..0bdfb5cfbb 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
+2025-07-29 - xxxxxxxxxx - lavc 62.10.100 - smpte_436m.h
+ Add a new public header smpte_436m.h with API for
+ manipulating AV_CODEC_ID_SMPTE_436M_ANC data.
+
2025-07-10 - xxxxxxxxxx - lavf 62.2.100
mxf [de]muxer now uses AV_CODEC_ID_SMPTE_436M_ANC for
the vbi_vanc_smpte_436M streams instead of AV_CODEC_ID_NONE.