summaryrefslogtreecommitdiff
path: root/libswresample/audioconvert.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* libswresample/audioconvert: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* swresample/audioconvert: Fix left shift of negative valueAndreas Rheinhardt2020-09-30
* swresample/audioconvert: fix invalid left shift for 64bit sample formatPaul B Mahol2019-09-26
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* swresample: add int64 sample formatPaul B Mahol2016-08-18
* swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer2014-10-08
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-27
* swresample/audioconvert: fix () in FMT_PAIR_FUNC()Michael Niedermayer2014-06-18
* audioconvert: support simd code with specific alignment requirements.Michael Niedermayer2012-12-14
* swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2012-09-24
* ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard2012-09-24
* swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...Michael Niedermayer2012-07-02
* swr: use &~15Michael Niedermayer2012-06-12
* swr: replace /16 by >>4Michael Niedermayer2012-06-12
* swr: fix silence buffer for planar U8Michael Niedermayer2012-05-07
* swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer2012-05-07
* swr: audioconvert: consider mono to be planarMichael Niedermayer2012-05-06
* swr: update calling code to support mixed packed planar SIMDMichael Niedermayer2012-05-05
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-05
* swr: use memcpy when input and output matchMichael Niedermayer2012-04-29
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-28
* swr: move AudioConvert to headerMichael Niedermayer2012-04-28
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-28
* swr: unroll audioconvert core C functionMichael Niedermayer2012-04-27
* swr: audioconvert, mark some constants as floats.Michael Niedermayer2012-04-27
* indeo4, swresample: add some missing static/const to tables.Reimar Döffinger2012-01-08
* swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch2011-11-29
* swr: make audio convert code explicitely private.Clément Bœsch2011-11-17
* swr: move format convert code to dedicated functions.Clément Bœsch2011-11-16
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-04
* Add libswresample.Michael Niedermayer2011-09-19