summaryrefslogtreecommitdiff
path: root/libavutil/audio_fifo.h
Commit message (Collapse)AuthorAge
* avutil/audio_fifo: Avoid avutil.h inclusionAndreas Rheinhardt2022-02-24
| | | | | Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavu/audio_fifo: drop an unnecessary includeAnton Khirnov2022-02-07
| | | | Nothing in audio_fifo.h uses anything from fifo.h
* avfilter: add loop filtersPaul B Mahol2016-02-18
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avutil/audio_fifo: add av_warn_unused_resultGanesh Ajjanagadde2015-10-28
| | | | | | | | | | | | | This one should not trigger any warnings, but will be useful for future robustness. Strictly speaking, one could check the size after the call by examining the structure instead of the return value. Such a use case is highly unusual, and this commit may be easily reverted if there is a legitimate need of such use. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter: add showfreqs filterPaul B Mahol2015-08-19
|
* 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.