summaryrefslogtreecommitdiffstats
path: root/libavresample/resample.h
Commit message (Collapse)AuthorAgeFilesLines
* lavr: define ResampleContext in resample.hJanne Grunau2014-04-241-0/+29
| | | | Required for arch optimized resampling.
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-071-2/+1
| | | | | Simplifies header dependencies by not including all other internal headers in internal.h.
* lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-271-3/+1
| | | | | Since the resampler handles buffering of unconsumed samples internally, the caller does not need this information.
* lavr: correct the documentation for the ff_audio_resample() return valueJustin Ruggles2012-11-271-1/+1
|
* Add libavresampleJustin Ruggles2012-04-241-0/+70
This is a new library for audio sample format, channel layout, and sample rate conversion.
OpenPOWER on IntegriCloud