Justin Ruggles
|
1d86aa8b0f
|
lavr: do not pass consumed samples as a parameter to ff_audio_resample()
Since the resampler handles buffering of unconsumed samples internally, the
caller does not need this information.
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Diego Biurrun
|
3aa696e883
|
avresample: De-doxygenize some comments where Doxygen is not appropriate
|
12 years ago |
Justin Ruggles
|
6410397600
|
lavr: resampling: add support for s32p, fltp, and dblp internal sample formats
Based partially on implementation by Michael Niedermayer <michaelni@gmx.at> in
libswresample in FFmpeg. See commits:
7f1ae79d38
24ab1abfb6
|
13 years ago |
Justin Ruggles
|
372647aed0
|
lavr: resampling: add filter type and Kaiser window beta to AVOptions
|
13 years ago |
Justin Ruggles
|
c8af852b97
|
Add libavresample
This is a new library for audio sample format, channel layout, and sample rate
conversion.
|
13 years ago |