Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-24Merge commit '0456e684394dc5a7b98ab9ebb48396d743bf3730'Clément Bœsch
* commit '0456e684394dc5a7b98ab9ebb48396d743bf3730': audio_fifo: Drop write-only variable Merged-by: Clément Bœsch <u@pkh.me>
2016-10-27audio_fifo: Drop write-only variableDiego Biurrun
2016-10-14avutil/audio_fifo: Use av_fifo_freep() and remove redundant if()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-02-18avfilter: add loop filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-08-19avfilter: add showfreqs filterPaul B Mahol
2014-12-27avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-05avutil/audio_fifo: Use av_mallocz_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-04-20avutil: add audio fifo bufferJustin Ruggles
The functions operate on the sample level rather than the byte level and work with all audio sample formats.