From 0c0d1bce7c582b82e49843acaa7d0fb4b1774b21 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 23 Mar 2012 17:45:48 -0400 Subject: avutil: add audio fifo buffer The functions operate on the sample level rather than the byte level and work with all audio sample formats. --- doc/APIchanges | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 5114e14..fed77b0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,18 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavu 51.28.0 - audio_fifo.h + Add audio FIFO functions: + av_audio_fifo_free() + av_audio_fifo_alloc() + av_audio_fifo_realloc() + av_audio_fifo_write() + av_audio_fifo_read() + av_audio_fifo_drain() + av_audio_fifo_reset() + av_audio_fifo_size() + av_audio_fifo_space() + 2012-xx-xx - xxxxxxx - lavfi 2.16.0 - avfiltergraph.h Add avfilter_graph_parse2(), avfilter_inout_alloc() and avfilter_inout_free() functions. -- cgit v1.1