diff options
author | James Almer <jamrial@gmail.com> | 2024-01-22 14:35:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-02-26 12:21:12 -0300 |
commit | 25a10677d12c3c9def7cb22514662ac149c05fc6 (patch) | |
tree | 9779b6af1a4ca881d8304a0948cbd2e6e4e216cb /doc/APIchanges | |
parent | d6083f503d5bd7f9a2540c3e30d95e7add765d1e (diff) | |
download | ffmpeg-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/APIchanges | 5 |
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. |