aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorScott Theisen <scott.the.elm@gmail.com>2024-12-14 17:00:22 -0500
committerMarth64 <marth64@proxyid.net>2025-02-09 20:27:49 -0600
commit9fb806fa57731690852dfb9ac2a0ae4ad5692fbf (patch)
tree98edeb63ae020f2ceb142346cb376497a6fac486 /doc/APIchanges
parent0ae5b1bfcca7fbf179e6bebdc020f8372fcbc8c1 (diff)
downloadffmpeg-9fb806fa57731690852dfb9ac2a0ae4ad5692fbf.tar.gz
avcodec: add AV_CODEC_ID_IVTV_VBI
IVTV, a Linux driver for TV tuners, and V4L2 utilize a coding named after IVTV to carry sliced VBI data in MPEG streams produced by tuner cards with VBI capture capability and an MPEG-2 encoder SoC. IVTV or V4L2 driver will transport the coded data into a MPEG-PS private stream ("IVTV") that can be captured from the card alongside the video/audio. The data could include: EIA-608, Teletext, WSS (PAL widescreen signaling), or VPS (PAL VCR signaling). Signed-off-by: Marth64 <marth64@proxyid.net>
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 0f2b640601..28bd50d4b5 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-09 - xxxxxxxxxx - lavc 61.32.100 - codec_id.h
+ Add AV_CODEC_ID_IVTV_VBI.
+
2025-01-25 - xxxxxxxxxx - lavu 59.56.100 - frame.h
Add AV_SIDE_DATA_PROP_CHANNEL_DEPENDENT.