aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2023-05-22 23:34:37 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2023-05-29 00:45:28 +0200
commit75918016ab16cd69973e818759f027e78022dee4 (patch)
tree96ae70cca0034af82757ab433f01e368a7d33d69 /doc/APIchanges
parent0c78b0dd3b59384a1bebc6bcb89cbca48667cb55 (diff)
downloadffmpeg-75918016ab16cd69973e818759f027e78022dee4.tar.gz
Move bessel_i0() from swresample/resample to avutil/mathematics
0th order modified bessel function of the first kind are used in multiple places, lets avoid having 3+ different implementations I picked this one as its accurate and quite fast, it can be replaced if a better one is found Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 2706afcf9d..0232d05b10 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-05-29 - xxxxxxxxxx - lavu 58.12.100 - mathematics.h
+ Add av_bessel_i0()
+
2023-05-xx - xxxxxxxxxx - lavc 60.15.100 - avcodec.h
Add AVHWAccel.update_thread_context, AVHWAccel.free_frame_priv,
AVHWAccel.flush.