summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-06-03 12:31:46 +0300
committerMartin Storsjö <martin@martin.st>2013-06-04 15:04:08 +0300
commitfc962d4e7a7c3d799d9364d5427564c22ee3880c (patch)
tree4762a5e0b89bc406dce0c966c052393d7ae65859 /doc
parent9683e37cd5c556c9974e78fba344ede4f33afd18 (diff)
mem: Add av_realloc_array and av_reallocp_array
These help avoiding overflows and simplify error handling. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0957f9e246..c3018357f8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-06-xx - xxxxxxx - lavu 52.13.0 - mem.h
+ Add av_realloc_array and av_reallocp_array
+
2013-05-xx - xxxxxxx - lavfi 3.10.0 - avfilter.h
Add support for slice multithreading to lavfi. Filters supporting threading
are marked with AVFILTER_FLAG_SLICE_THREADS.