Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-04-01libswresample/audioconvert: Fix undefined NULL + 0Andreas Rheinhardt
2020-09-30swresample/audioconvert: Fix left shift of negative valueAndreas Rheinhardt
2019-09-26swresample/audioconvert: fix invalid left shift for 64bit sample formatPaul B Mahol
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2016-08-18swresample: add int64 sample formatPaul B Mahol
2014-10-08swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer
2014-08-27swr: aarch64 audio_convert and neon clobber testMichael Niedermayer
2014-06-18swresample/audioconvert: fix () in FMT_PAIR_FUNC()Michael Niedermayer
2012-12-14audioconvert: support simd code with specific alignment requirements.Michael Niedermayer
2012-09-25swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer
2012-09-25ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard
2012-07-02swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...Michael Niedermayer
2012-06-12swr: use &~15Michael Niedermayer
2012-06-12swr: replace /16 by >>4Michael Niedermayer
2012-05-07swr: fix silence buffer for planar U8Michael Niedermayer
2012-05-07swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer
2012-05-06swr: audioconvert: consider mono to be planarMichael Niedermayer
2012-05-05swr: update calling code to support mixed packed planar SIMDMichael Niedermayer
2012-05-05swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer
2012-04-29swr: use memcpy when input and output matchMichael Niedermayer
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer
2012-04-28swr: move AudioConvert to headerMichael Niedermayer
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer
2012-04-27swr: unroll audioconvert core C functionMichael Niedermayer
2012-04-27swr: audioconvert, mark some constants as floats.Michael Niedermayer
2012-01-08indeo4, swresample: add some missing static/const to tables.Reimar Döffinger
2011-11-29swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch
2011-11-17swr: make audio convert code explicitely private.Clément Bœsch
2011-11-16swr: move format convert code to dedicated functions.Clément Bœsch
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch
2011-09-19Add libswresample.Michael Niedermayer