summaryrefslogtreecommitdiffstats
path: root/libavresample/resample.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'Michael Niedermayer2014-04-251-0/+29
|\ | | | | | | | | | | | | * commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec': lavr: define ResampleContext in resample.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavr: define ResampleContext in resample.hJanne Grunau2014-04-241-0/+29
| | | | | | | | Required for arch optimized resampling.
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* 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