Andreas Rheinhardt
|
99b5956af1
|
avutil/audio_fifo: Avoid avutil.h inclusion
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
|
2022-02-24 12:56:49 +01:00 |
|
Anton Khirnov
|
d1bd189c63
|
lavu/audio_fifo: switch to new FIFO API
|
2022-02-07 00:31:23 +01:00 |
|
Andreas Rheinhardt
|
1ea3650823
|
Replace all occurences of av_mallocz_array() by av_calloc()
They do the same.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
|
2021-09-20 01:03:52 +02:00 |
|
Clément Bœsch
|
2a69724fd5
|
Merge commit '0456e684394dc5a7b98ab9ebb48396d743bf3730'
* commit '0456e684394dc5a7b98ab9ebb48396d743bf3730':
audio_fifo: Drop write-only variable
Merged-by: Clément Bœsch <u@pkh.me>
|
2017-03-24 13:17:55 +01:00 |
|
Diego Biurrun
|
0456e68439
|
audio_fifo: Drop write-only variable
|
2016-10-27 12:21:46 +02:00 |
|
Michael Niedermayer
|
d790e48830
|
avutil/audio_fifo: Use av_fifo_freep() and remove redundant if()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2016-10-14 17:08:51 +02:00 |
|
Paul B Mahol
|
08acab85d3
|
avfilter: add loop filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2016-02-18 11:55:00 +01:00 |
|
Paul B Mahol
|
2fa019958b
|
avfilter: add showfreqs filter
|
2015-08-19 16:15:13 +00:00 |
|
Michael Niedermayer
|
6d639ecf44
|
avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memory
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-12-27 15:49:13 +01:00 |
|
Michael Niedermayer
|
2ded57216e
|
avutil/audio_fifo: Use av_mallocz_array()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-05-05 18:59:56 +02:00 |
|
Thilo Borgmann
|
d814a839ac
|
Reinstate proper FFmpeg license for all files.
|
2013-08-30 15:47:38 +00:00 |
|
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-08-15 22:32:06 +03:00 |
|
Justin Ruggles
|
0c0d1bce7c
|
avutil: add audio fifo buffer
The functions operate on the sample level rather than the byte level and work
with all audio sample formats.
|
2012-04-20 09:43:11 -04:00 |
|