aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-29 16:28:28 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-29 17:07:26 +0100
commitbcd5fd5346be263162792be595eff9fc08e5c853 (patch)
treeb832637e5bce2a8906f5e1802fb3906612c25a27 /doc/APIchanges
parent8a9d0a1561470a185a3d09676fcf9b44830a4bfe (diff)
parent3937b40e87c92993df6c62492c59f59cbeb97126 (diff)
downloadffmpeg-bcd5fd5346be263162792be595eff9fc08e5c853.tar.gz
Merge commit 'lukaszmluki/master^'
* commit 'lukaszmluki/master^': lavd/pulse_audio_enc: implement get_device_list callback lavd/pulse_audio_dec: implement get_device_list callback lavd/pulse_audio_common: add device detecting code lavu/mem: add av_dynarray_add_nofree function lavd/pulse_audio_enc: implement write_uncoded_frame callback tools/uncoded_frame: fix audio codec generation Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 3890d1d78e..b8d8b8599d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-03-xx - xxxxxxx - lavu 52.70.100 - mem.h
+ Add av_dynarray_add_nofree() function.
+
2014-02-xx - xxxxxxx - lavu 53.08.0 - frame.h
Add av_frame_remove_side_data() for removing a single side data
instance from a frame.