summaryrefslogtreecommitdiff
path: root/libavutil/audio_fifo.h
Commit message (Collapse)AuthorAge
* Merge commit 'a7985cfd4c51b7fe2b870fc4ecd109707ee035d6'Michael Niedermayer2014-07-07
|\ | | | | | | | | | | | | | | | | | | | | * commit 'a7985cfd4c51b7fe2b870fc4ecd109707ee035d6': audio_fifo: Split into a separate doxygen module Conflicts: libavutil/audio_fifo.h See: 689e02808d09bd0441ec199cb1a8953ac7c666f6 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * audio_fifo: Split into a separate doxygen moduleTimothy Gu2014-07-06
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avutil/audio_fifo: split into a separate doxy moduleTimothy Gu2014-07-06
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
| |
* | Make audio FIFO read/write contracts more strictMichael Bradshaw2013-03-23
|/ | | | | Signed-off-by: Michael Bradshaw <mjbshaw@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil: add audio fifo bufferJustin Ruggles2012-04-20
The functions operate on the sample level rather than the byte level and work with all audio sample formats.