diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-03-23 17:45:48 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-20 09:43:11 -0400 |
commit | 0c0d1bce7c582b82e49843acaa7d0fb4b1774b21 (patch) | |
tree | 44fac8c6c906107b61ee80089dfd6a4fb5e53f00 /doc/APIchanges | |
parent | 2b98377935384ecd22c2cd26106b9e03a6c9f598 (diff) | |
download | ffmpeg-0c0d1bce7c582b82e49843acaa7d0fb4b1774b21.tar.gz |
avutil: add audio fifo buffer
The functions operate on the sample level rather than the byte level and work
with all audio sample formats.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5114e14191..fed77b0eb5 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. |