Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavr: cosmetics: reindent | Justin Ruggles | 2013-01-07 | 1 | -25/+28 |
| | |||||
* | lavr: add a public function for setting a custom channel map | Justin Ruggles | 2013-01-07 | 1 | -3/+46 |
| | | | | This allows reordering, duplication, and silencing of input channels. | ||||
* | lavr: typedef internal structs in internal.h | Justin Ruggles | 2013-01-07 | 1 | -1/+0 |
| | | | | | Simplifies header dependencies by not including all other internal headers in internal.h. | ||||
* | lavr: add option for dithering during sample format conversion to s16 | Justin Ruggles | 2012-12-19 | 1 | -1/+32 |
| | |||||
* | lavr: do not pass sample count as a parameter to ff_audio_convert() | Justin Ruggles | 2012-11-27 | 1 | -1/+2 |
| | | | | | 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 conversion | Mans Rullgard | 2012-09-13 | 1 | -0/+2 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+334 |
This is a new library for audio sample format, channel layout, and sample rate conversion. |