summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-12-14audioconvert: support simd code with specific alignment requirements.Michael Niedermayer2-1/+19
2012-09-24swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer2-0/+3
2012-09-24ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard5-0/+121
2012-07-02swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...Michael Niedermayer1-2/+2
2012-06-12swr: use &~15Michael Niedermayer1-1/+1
2012-06-12swr: replace /16 by >>4Michael Niedermayer1-1/+1
2012-05-06swr: fix silence buffer for planar U8Michael Niedermayer1-1/+1
2012-05-06swr: fix cpy() after the len was changed to be in samples.Michael Niedermayer1-3/+18
2012-05-06swr: audioconvert: consider mono to be planarMichael Niedermayer1-0/+6
2012-05-05swr: update calling code to support mixed packed planar SIMDMichael Niedermayer1-6/+10
2012-05-05swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2-1/+7
2012-04-29swr: use memcpy when input and output matchMichael Niedermayer1-0/+7
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer6-2/+127
2012-04-28swr: move AudioConvert to headerMichael Niedermayer2-11/+9
2012-04-28swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer6-33/+34
2012-04-27swr: unroll audioconvert core C functionMichael Niedermayer1-2/+9
2012-04-26swr: audioconvert, mark some constants as floats.Michael Niedermayer1-3/+3
2012-01-08indeo4, swresample: add some missing static/const to tables.Reimar Döffinger3-7/+7
2011-11-29swr: handle correctly muted channel with u8 sample fmt.Clément Bœsch1-3/+5
2011-11-17swr: make audio convert code explicitely private.Clément Bœsch4-35/+35
2011-11-16swr: move format convert code to dedicated functions.Clément Bœsch1-39/+77
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch15-22/+228
2011-09-19Add libswresample.Michael Niedermayer18-67/+1634