aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-09-25 17:34:13 +0200
committerAnton Khirnov <anton@khirnov.net>2024-09-30 09:10:19 +0200
commit1efcdbc54d9659351c01faed59fec666ed1df3c9 (patch)
treecc86020c17835e75094f790d8f7fa53c29b8b63b /doc/APIchanges
parent9d3cdf8fa602bc092c6a9168416d2c7ffbd1adf6 (diff)
downloadffmpeg-1efcdbc54d9659351c01faed59fec666ed1df3c9.tar.gz
lavfi/buffersink: add array-type options to replace "int-list" ones
"int-list" options are a hack that provides rudimentary support for array-type options by treating them as byte arrays (i.e. AV_OPT_TYPE_BINARY). Since we now have proper array-type options, they should replace "int-list" everywhere (which happens to be just buffersink).
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ddd4e6c9e0..a79353f79b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,24 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-09-xx - xxxxxxxxxx - lavfi 10.6.100
+ Buffersink now has array-type options
+ - pixel_formats
+ - colorspaces
+ - colorranges
+ replacing the int-list options
+ - pix_fmts
+ - color_spaces
+ - color_ranges
+ abuffersink now has array-type options
+ - sample_formats
+ - samplerates
+ - channel_layouts
+ replacing the int-list/string options
+ - sample_fmts
+ - sample_rates
+ - ch_layouts
+
-------- 8< --------- FFmpeg 7.1 was cut here -------- 8< ---------
2024-09-23 - 6940a6de2f0 - lavu 59.38.100 - frame.h