summaryrefslogtreecommitdiffstats
path: root/libavresample/audio_data.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'cc4c24208159200b7aff5b5c313903c7f23fa345'Hendrik Leppkes2016-01-021-3/+4
|\ | | | | | | | | | | | | * commit 'cc4c24208159200b7aff5b5c313903c7f23fa345': avresample: Mark avresample_buffer() as pointer to const Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * avresample: Mark avresample_buffer() as pointer to constKip Warner2015-12-141-3/+4
| | | | | | | | | | | | | | | | That buffer is read only and marking it accordingly let the user passing a constant buffer to it without having a const-correctness warning. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd'Michael Niedermayer2014-08-041-0/+2
|\ \ | |/ | | | | | | | | | | * 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-0/+2
| | | | | | | | | | | | | | 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-1/+2
| | | | This allows reordering, duplication, and silencing of input channels.
* lavr: typedef internal structs in internal.hJustin Ruggles2013-01-071-2/+3
| | | | | Simplifies header dependencies by not including all other internal headers in internal.h.
* 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.
* Add libavresampleJustin Ruggles2012-04-241-0/+173
This is a new library for audio sample format, channel layout, and sample rate conversion.
OpenPOWER on IntegriCloud