summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-10-29 14:18:03 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-10-29 14:18:03 +0100
commit3ec049b85dacdb5e3f598e4ddab87b1d5a877783 (patch)
tree9f2b1b7d6a9c0715155d162f5bd993b945361e71 /doc/APIchanges
parent87a6f532b46fb16eea07943325f5d322d08e13ed (diff)
parenta9a60106370f862e191dea58e748626da6a8fe97 (diff)
Merge commit 'a9a60106370f862e191dea58e748626da6a8fe97'
* commit 'a9a60106370f862e191dea58e748626da6a8fe97': avpacket: Provide an alloc and a free function for the struct Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index efdb81c2d0..14b96ce122 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -20,6 +20,8 @@ API changes, most recent first:
it resets the packet in a more consistent way.
xxxxxx - Deprecate av_dup_packet(), it is a no-op for most cases.
Use av_packet_ref() to make a non-refcounted AVPacket refcounted.
+ xxxxxx - Add av_packet_alloc(), av_packet_clone(), av_packet_free().
+ They match the AVFrame functions with the same name.
2015-10-27 - xxxxxxx - lavu 55.5.100 - cpu.h
Add AV_CPU_FLAG_AESNI.