Vittorio Giovara
|
1a3eb042c7
|
Replace av_dlog with normal av_log at trace level
This applies to every library where performance is not critical.
|
10 years ago |
Luca Barbato
|
11db644a8e
|
lavr: Update the planar check in ff_audio_convert
Leftover from fbc0b86599 .
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
10 years ago |
Justin Ruggles
|
fbc0b86599
|
lavr: Do not change the sample format for mono audio
This treats mono as planar internally within libavresample rather
than changing the sample format.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
10 years ago |
Janne Grunau
|
f4d5a2cc35
|
aarch64: NEON float to s16 audio conversion
|
11 years ago |
Thilo Borgmann
|
d814a839ac
|
Reinstate proper FFmpeg license for all files.
|
11 years ago |
Justin Ruggles
|
074a00d192
|
lavr: add a public function for setting a custom channel map
This allows reordering, duplication, and silencing of input channels.
|
12 years ago |
Justin Ruggles
|
1ccf82cfd8
|
lavr: cosmetics: reindent
|
12 years ago |
Justin Ruggles
|
4d68269d58
|
lavr: typedef internal structs in internal.h
Simplifies header dependencies by not including all other internal headers
in internal.h.
|
12 years ago |
Justin Ruggles
|
b2fe6756e3
|
lavr: add option for dithering during sample format conversion to s16
|
12 years ago |
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.
|
12 years ago |
Mans Rullgard
|
643b5b794f
|
ARM: libavresample: NEON optimised flat float to s16 conversion
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Justin Ruggles
|
c8af852b97
|
Add libavresample
This is a new library for audio sample format, channel layout, and sample rate
conversion.
|
13 years ago |