Justin Ruggles
|
1ccf82cfd8
|
lavr: cosmetics: reindent
|
2013-01-07 21:49:06 -05:00 |
Justin Ruggles
|
074a00d192
|
lavr: add a public function for setting a custom channel map
This allows reordering, duplication, and silencing of input channels.
|
2013-01-07 21:49:06 -05:00 |
Justin Ruggles
|
4d68269d58
|
lavr: typedef internal structs in internal.h
Simplifies header dependencies by not including all other internal headers
in internal.h.
|
2013-01-07 21:49:05 -05:00 |
Justin Ruggles
|
b2fe6756e3
|
lavr: add option for dithering during sample format conversion to s16
|
2012-12-19 18:52:54 -05:00 |
Justin Ruggles
|
7f534d11ed
|
lavr: do not pass sample count as a parameter to ff_audio_convert()
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.
|
2012-11-27 16:49:18 -05:00 |
Mans Rullgard
|
643b5b794f
|
ARM: libavresample: NEON optimised flat float to s16 conversion
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2012-09-13 19:15:42 +01:00 |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-08-15 22:32:06 +03:00 |
Justin Ruggles
|
c8af852b97
|
Add libavresample
This is a new library for audio sample format, channel layout, and sample rate
conversion.
|
2012-04-24 21:28:27 -04:00 |