summaryrefslogtreecommitdiffstats
path: root/libavresample/audio_convert.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'f4d5a2cc35fcdf06ec031fabe8b0710e995fe924'Michael Niedermayer2014-04-221-0/+1
|\ | | | | | | | | | | | | * commit 'f4d5a2cc35fcdf06ec031fabe8b0710e995fe924': aarch64: NEON float to s16 audio conversion Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * aarch64: NEON float to s16 audio conversionJanne Grunau2014-04-221-0/+1
| |
* | 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/+3
| | | | This allows reordering, duplication, and silencing of input channels.
* 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: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-191-6/+16
|
* lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles2012-11-271-2/+5
| | | | | It will always be the number of samples in the input buffer, so just use that directly instead of passing it as a separate parameter.
* ARM: libavresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-131-0/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-091-1/+1
|
* Add libavresampleJustin Ruggles2012-04-241-0/+87
This is a new library for audio sample format, channel layout, and sample rate conversion.
OpenPOWER on IntegriCloud