aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2023-08-03 18:21:23 +0200
committerLynne <dev@lynne.ee>2023-09-01 23:59:08 +0200
commit11e22730e1eb7ec6b5953c16b3b4df58be14e2de (patch)
tree7def64da6f529b5701efac8b58a28d606bea2824 /doc/APIchanges
parentfba454617555524900c99a4a236fb3a3266d081d (diff)
downloadffmpeg-11e22730e1eb7ec6b5953c16b3b4df58be14e2de.tar.gz
lavu/tx: add real to real and real to imaginary RDFT transforms
These are in-place transforms, required for DCT-I and DST-I. Templated as the mod2 variant requires minor modifications, and is required specifically for DCT-I/DST-I.
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 ad1efe708d..db3242b667 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-07-xx - xxxxxxxxxx - lavu 58.18.100 - tx.h
+ Add AV_TX_REAL_TO_REAL and AV_TX_REAL_TO_IMAGINARY
+
2023-08-18 - xxxxxxxxxx - lavu 58.17.100 - channel_layout.h
All AV_CHANNEL_LAYOUT_* macros are now compatible with C++ 17 and older.