aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-01-22 14:35:33 -0300
committerJames Almer <jamrial@gmail.com>2024-02-26 12:21:12 -0300
commit25a10677d12c3c9def7cb22514662ac149c05fc6 (patch)
tree9779b6af1a4ca881d8304a0948cbd2e6e4e216cb /doc/APIchanges
parentd6083f503d5bd7f9a2540c3e30d95e7add765d1e (diff)
downloadffmpeg-25a10677d12c3c9def7cb22514662ac149c05fc6.tar.gz
avformat: add a Tile Grid stream group type
This will be used to support tiled image formats like HEIF. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d26110b285..d8b48e2915 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,11 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2024-02-26 - xxxxxxxxxx - lavf 60.22.100 - avformat.h
+ Add AVStreamGroupTileGrid
+ Add AV_STREAM_GROUP_PARAMS_TILE_GRID
+ Add AVStreamGroup.params.tile_grid
+
2024-02-21 - xxxxxxxxxx - lavc 60.40.100 - avcodec.h
Deprecate AV_INPUT_BUFFER_MIN_SIZE without replacement.