Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-25Merge commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec'Michael Niedermayer
* commit 'cae8df78759c2e69257f7fe58842f34c0d98a7ec': lavr: define ResampleContext in resample.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-24lavr: define ResampleContext in resample.hJanne Grunau
Required for arch optimized resampling.
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles
Simplifies header dependencies by not including all other internal headers in internal.h.
2012-11-28lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles
Since the resampler handles buffering of unconsumed samples internally, the caller does not need this information.
2012-11-28lavr: correct the documentation for the ff_audio_resample() return valueJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles
This is a new library for audio sample format, channel layout, and sample rate conversion.