Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '0456e684394dc5a7b98ab9ebb48396d743bf3730' | Clément Bœsch | 2017-03-24 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | * commit '0456e684394dc5a7b98ab9ebb48396d743bf3730': audio_fifo: Drop write-only variable Merged-by: Clément Bœsch <u@pkh.me> | ||||
| * | audio_fifo: Drop write-only variable | Diego Biurrun | 2016-10-27 | 1 | -2/+2 |
| | | |||||
* | | avutil/audio_fifo: Use av_fifo_freep() and remove redundant if() | Michael Niedermayer | 2016-10-14 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | | avfilter: add loop filters | Paul B Mahol | 2016-02-18 | 1 | -0/+24 |
| | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | | avfilter: add showfreqs filter | Paul B Mahol | 2015-08-19 | 1 | -0/+19 |
| | | |||||
* | | avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | avutil/audio_fifo: Use av_mallocz_array() | Michael Niedermayer | 2014-05-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ | |||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avutil: add audio fifo buffer | Justin Ruggles | 2012-04-20 | 1 | -0/+193 |
The functions operate on the sample level rather than the byte level and work with all audio sample formats. |