Justin Ruggles
|
4d68269d58
|
lavr: typedef internal structs in internal.h
Simplifies header dependencies by not including all other internal headers
in internal.h.
|
2013-01-07 21:49:05 -05:00 |
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.
|
2012-11-27 16:49:19 -05:00 |
Justin Ruggles
|
d2f9f8e094
|
lavr: correct the documentation for the ff_audio_resample() return value
|
2012-11-27 16:49:18 -05:00 |
Justin Ruggles
|
c8af852b97
|
Add libavresample
This is a new library for audio sample format, channel layout, and sample rate
conversion.
|
2012-04-24 21:28:27 -04:00 |