summaryrefslogtreecommitdiff
path: root/libavresample/audio_data.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd'Michael Niedermayer2014-08-041-2/+10
|\ | | | | | | | | | | | | * commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd': lavr: Do not change the sample format for mono audio Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavr: Do not change the sample format for mono audioJustin Ruggles2014-08-031-2/+10
| | | | | | | | | | | | | | This treats mono as planar internally within libavresample rather than changing the sample format. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-071-3/+29
| | | | This allows reordering, duplication, and silencing of input channels.
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-1/+1
| | | | | | This is more consistent with what the rest of Libav does. This breaks API.
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Add libavresampleJustin Ruggles2012-04-241-0/+345
This is a new library for audio sample format, channel layout, and sample rate conversion.